/* Ethos Enerji — temiz frontend CSS (canlı site yerleşimine göre)
   Kullanılmayan Woodmart/Bootstrap kuralları YOK. */

:root{
  --eth-primary:#383373;
  --eth-accent:#0054ac;
  --eth-text:#777;
  --eth-heading:#242424;
  --eth-container:1222px;
  --wd-container-w:1222px;
  /* Canlı Woodmart tipografi token’ları */
  --wd-text-font:"Lato",Arial,Helvetica,sans-serif;
  --wd-title-font:"Poppins",Arial,Helvetica,sans-serif;
  --wd-entities-title-font:"Poppins",Arial,Helvetica,sans-serif;
  --wd-text-font-size:14px;
  --wd-text-font-weight:400;
  --wd-text-line-height:1.6;
  --wd-title-font-weight:600;
  --eth-font:var(--wd-text-font);
  --eth-title-font:var(--wd-title-font);
}

*,*::before,*::after{box-sizing:border-box}
html,body{margin:0;padding:0;width:100%;overflow-x:hidden}
body.eth-body,
body{
  font-family:var(--wd-text-font);
  font-size:var(--wd-text-font-size);
  font-weight:var(--wd-text-font-weight);
  line-height:var(--wd-text-line-height);
  color:var(--eth-text);
  background:#ffffff!important;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
h1,h2,h3,h4,h5,h6{
  font-family:var(--wd-title-font);
  font-weight:var(--wd-title-font-weight);
  color:var(--eth-heading);
  line-height:1.3;
}
img{max-width:100%;height:auto;border:0;vertical-align:middle}
a{text-decoration:none;color:inherit}
ul,ol{margin:0;padding:0}
button,input,select,textarea{font:inherit;font-family:var(--wd-text-font)}

/* ========== Container ========== */
.eth-wrap{
  width:100%;
  max-width:var(--eth-container);
  margin-left:auto;
  margin-right:auto;
  padding-left:15px;
  padding-right:15px;
}

/* Header / topbar: eski full-width (daha az yan boşluk) */
.eth-topbar .eth-wrap,
.eth-header .eth-wrap{
  max-width:100%;
  width:clamp(var(--eth-container),95%,100%);
  margin-left:auto;
  margin-right:auto;
  padding-left:15px;
  padding-right:15px;
}
/* Hero metin: canlı 1222px container — logo’dan biraz daha içeride */
.eth-hero-content{
  max-width:var(--eth-container);
  width:100%;
  margin-left:auto;
  margin-right:auto;
  padding-left:15px;
  padding-right:15px;
}

.eth-shell-header,
.eth-topbar,
.eth-header,
.eth-hero,
.eth-cat-band,
.eth-promo-videos,
.eth-home-contact,
.eth-footer-cta,
.eth-contact-band,
.eth-footer{width:100%;max-width:none}

/* ========== Topbar — Woodmart whb-top-bar birebir ========== */
.eth-topbar{
  background:var(--eth-primary);
  color:#fff;
  font-family:var(--wd-text-font);
  font-size:12px;
  line-height:1.2;
  text-transform:uppercase;
  letter-spacing:0;
  min-height:42px;
  border-bottom:0;
}
.eth-topbar-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:42px;
  gap:0;
}
.eth-topbar-left,
.eth-topbar-right{
  display:flex;
  align-items:center;
  flex-wrap:nowrap;
  gap:0;
}
.eth-topbar-left{justify-content:flex-start;margin-left:-10px}
.eth-topbar-right{justify-content:flex-end;margin-right:-10px}

/* Woodmart .wd-header-divider */
.eth-topbar-divider{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  align-self:center;
  width:1px;
  height:18px;
  margin:0;
  padding:0 10px;
  box-sizing:content-box;
  background:transparent;
  position:relative;
  flex:0 0 auto;
}
.eth-topbar-divider:before{
  content:"";
  display:block;
  width:1px;
  height:18px;
  background:rgba(255,255,255,.25);
}

.eth-topbar-slogan{
  display:inline-flex;
  align-items:center;
  padding:0 10px;
  font-size:12px;
  font-weight:600;
  line-height:1.2;
  color:#fff;
  white-space:nowrap;
  border:0;
}

.eth-topbar a{color:#fff}
.eth-topbar a:hover{color:rgba(255,255,255,.7)}

/* Woodmart .wd-social-icons.wd-style-default.wd-size-small */
.eth-topbar-social{
  display:inline-flex;
  align-items:center;
  gap:0;
  padding:0 10px;
}
.eth-topbar-social a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:auto;
  height:auto;
  min-width:24px;
  padding:6px;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  font-size:14px;
  color:#fff;
  line-height:1;
}
.eth-topbar-social a:hover{color:rgba(255,255,255,.6)}

/* Woodmart .whb-top-bar .wd-nav-secondary > li > a → font-weight:400; font-size:12px */
.eth-topbar-cats{
  display:flex;
  align-items:center;
  flex-wrap:nowrap;
  gap:0;
  padding:0;
}
.eth-topbar-cats a{
  display:inline-flex;
  align-items:center;
  font-family:var(--wd-text-font);
  font-size:12px;
  font-weight:400;
  line-height:1.2;
  text-transform:uppercase;
  letter-spacing:0;
  white-space:nowrap;
  padding:0 10px;
  color:#fff;
  position:static;
}
.eth-topbar-cats a:hover{color:rgba(255,255,255,.7)}
.eth-topbar-cats a::after{content:none!important}

.eth-topbar-lang{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:0 10px;
  margin:0;
  border:0;
  font-size:12px;
  font-weight:400;
  line-height:1.2;
  color:#fff!important;
  white-space:nowrap;
}
.eth-topbar-lang img{
  width:16px;
  height:16px;
  border-radius:50%;
  object-fit:cover;
  display:block;
}

/* ========== Main header ==========
   [Logo] ........ [Menü ...] | [Ara]
   Menü + arama sağa yaslı; aramada border-left. */
.eth-shell-header{position:relative;z-index:390}
.eth-header{
  background:#fff;
  border-bottom:1px solid rgba(129,129,129,.2);
}
.eth-header-inner{
  display:flex;
  align-items:center;
  gap:1.25rem;
  min-height:90px;
}
.eth-logo{flex:0 0 auto;display:inline-flex;align-items:center}
.eth-logo img{max-height:48px;width:auto;max-width:200px}
.eth-logo .eth-logo-light{display:none}
.eth-logo .eth-logo-dark{display:block}

.eth-nav-desktop{
  flex:1 1 auto;
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  margin-left:auto;
}
.eth-nav{
  display:flex;
  align-items:center;
  list-style:none;
  margin:0;
  padding:0;
  flex-wrap:nowrap;
}
.eth-nav>li{position:relative}
.eth-nav>li>a{
  display:inline-flex;
  align-items:center;
  gap:.35rem;
  padding:1.75rem .55rem;
  font-family:var(--wd-text-font);
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.02em;
  color:#333;
  white-space:nowrap;
}
.eth-nav>li>a:hover,
.eth-nav>li:hover>a{color:var(--eth-primary)}
.eth-nav-caret{font-size:10px;opacity:.7;margin-left:2px}

.eth-submenu{
  display:none;
  position:absolute;
  left:0;top:100%;
  min-width:260px;
  background:#fff;
  border:1px solid rgba(129,129,129,.2);
  box-shadow:0 12px 30px rgba(0,0,0,.12);
  list-style:none;
  margin:0;
  padding:.45rem 0;
  z-index:1200;
}
.eth-nav>li:hover>.eth-submenu,
.eth-has-children:hover>.eth-submenu{display:block}
.eth-submenu a{display:block;padding:.7rem 1.15rem;color:#333;font-size:13px;text-transform:none;font-weight:500}
.eth-submenu a:hover{background:#f7f7f7;color:var(--eth-primary)}
.eth-submenu .eth-submenu{left:100%;top:0}
.eth-submenu-nested{left:100%;top:0}

.eth-header-tools{
  display:flex;
  align-items:center;
  gap:.15rem;
  margin-left:0;
  flex:0 0 auto;
}
.eth-search-btn,
.eth-nav-toggle{
  border:0;
  background:transparent;
  color:#333;
  font-size:18px;
  cursor:pointer;
  padding:.45rem;
  line-height:1;
}
.eth-header-tools .eth-search-btn{
  margin-left:.35rem;
  padding:.45rem 0 .45rem 1rem;
  border-left:1px solid rgba(129,129,129,.35);
}
.eth-nav-toggle{
  display:none;
  align-items:center;
  gap:8px;
  color:var(--eth-primary);
  font-family:var(--wd-text-font);
  font-weight:700;
  text-transform:uppercase;
  font-size:13px;
  letter-spacing:.02em;
  flex:0 0 auto;
  z-index:2;
}
.eth-nav-toggle .fa{font-size:18px;line-height:1}
.eth-nav-toggle-text{display:none}
.eth-header-lang{
  display:none;
  align-items:center;
  gap:6px;
  padding:6px 12px;
  border-radius:999px;
  background:#ebeaea;
  color:#333!important;
  font-size:12px;
  font-weight:600;
  text-transform:uppercase;
  line-height:1;
  border:0;
  text-decoration:none!important;
  white-space:nowrap;
}
.eth-header-lang img{
  width:18px;height:18px;border-radius:50%;object-fit:cover;display:block;
}

/* Homepage: topbar+menü canlıdaki gibi hero’nun üstünde (absolute shell)
   Böylece hero padding-top:205px menüye olan boşlukla birebir örtüşür. */
.eth-page-home .eth-shell-over{
  position:absolute;
  left:0;right:0;top:0;
  width:100%;
  z-index:390;
}
.eth-page-home .eth-shell-over .eth-header{
  position:relative;
  left:auto;right:auto;top:auto;
  background:transparent;
  border-bottom:1px solid rgba(255,255,255,.22);
}
.eth-page-home .eth-shell-over .eth-logo .eth-logo-light{display:block}
.eth-page-home .eth-shell-over .eth-logo .eth-logo-dark{display:none}
.eth-page-home .eth-shell-over .eth-nav>li>a,
.eth-page-home .eth-shell-over .eth-search-btn,
.eth-page-home .eth-shell-over .eth-nav-toggle{color:#fff}
.eth-page-home .eth-shell-over .eth-header-tools .eth-search-btn{
  border-left-color:rgba(255,255,255,.35);
}
.eth-page-home .eth-shell-over .eth-nav>li>a:hover{color:#fff;opacity:.85}
body:not(.eth-page-home) .eth-shell-header{
  position:sticky;top:0;background:#fff;z-index:390;
}

/* Fullscreen search — Woodmart / canlı site stili */
.eth-search-overlay{
  position:fixed;
  inset:0;
  z-index:2200;
  display:flex;
  flex-direction:column;
  background:#fff;
  visibility:hidden;
  opacity:0;
  transform:translate3d(0,100%,0);
  transition:opacity .5s cubic-bezier(.19,1,.22,1) .5s,
    visibility .5s cubic-bezier(.19,1,.22,1) .5s,
    transform .5s cubic-bezier(.19,1,.22,1);
  outline:none;
}
.eth-search-overlay.is-open{
  visibility:visible;
  opacity:1;
  transform:none;
  transition:opacity 0s,visibility 0s,transform .5s cubic-bezier(.19,1,.22,1);
}
body.eth-search-opened{overflow:hidden}
.eth-search-panel{
  position:relative;
  width:100%;
  height:100%;
  display:flex;
  flex-direction:column;
  padding:20px 0;
}
.eth-search-close{
  position:absolute;
  top:5px;
  right:5px;
  z-index:2;
  width:100px;
  height:100px;
  border:0;
  background:transparent;
  color:#333;
  font-size:2rem;
  line-height:1;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.eth-search-panel form{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 100px;
  margin:0 0 20px;
  border-bottom:1px solid #e0e0e0;
  min-height:110px;
}
.eth-search-panel input{
  width:100%;
  border:0;
  background:transparent;
  padding:0;
  text-align:center;
  font-weight:600;
  font-size:48px;
  color:#333;
  outline:none;
}
.eth-search-panel input::placeholder{color:#333;opacity:.85}
.eth-search-panel button[type="submit"]{display:none}
.eth-search-info{
  padding:0 15px;
  text-align:center;
  font-size:1.08em;
  color:#777;
  line-height:1.5;
}
@media (max-width:1024px){
  .eth-search-panel form{padding:0 20px;min-height:70px}
  .eth-search-panel input{font-size:20px}
  .eth-search-close{width:56px;height:56px;font-size:1.6rem}
}
.eth-mobile-nav{
  position:fixed;inset:0 0 0 auto;
  width:min(360px,88vw);background:#fff;z-index:2100;
  transform:translateX(100%);transition:transform .28s;
  overflow:auto;padding:20px;
}
.eth-mobile-nav.is-open{transform:translateX(0)}
.eth-mobile-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:2050;display:none}
.eth-mobile-backdrop.is-open{display:block}
.eth-mobile-nav .eth-nav{flex-direction:column;align-items:stretch}
.eth-mobile-nav .eth-nav>li>a{padding:.85rem 0;border-bottom:1px solid #eee;color:#333!important}
.eth-mobile-nav .eth-submenu{position:static;display:block;border:0;box-shadow:none;padding-left:1rem}
.eth-mobile-nav-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}

/* ========== Hero ==========
   Canlı: row padding 205+205, container 1222px (logo ile aynı sol hiza) */
.eth-hero{
  position:relative;width:100%;
  min-height:720px;
  display:flex;
  align-items:flex-start;
  overflow:hidden;background:#0b0b0b;color:#fff;
}
.eth-hero-slides{position:absolute;inset:0}
.eth-hero-slide{
  position:absolute;inset:0;opacity:0;
  transition:opacity .8s;
  background-size:cover;background-position:center;
}
.eth-hero-slide.is-active{opacity:1}
.eth-hero-slide:after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(8,10,22,.45),rgba(8,10,22,.15) 50%,rgba(0,0,0,.08));
}
.eth-hero-content{
  position:relative;
  z-index:2;
  box-sizing:border-box;
  padding-top:245px; /* menüden biraz daha aşağı */
  padding-bottom:205px;
  min-height:720px;
  display:flex;
  align-items:flex-start;
}
/* Canlı: vc_col-md-6 ≈ 1222/2 */
.eth-hero-copy{
  width:100%;
  max-width:611px;
}
.eth-hero-title{
  color:#fff!important;
  font-family:var(--wd-title-font);
  font-size:48px;
  line-height:58px;
  font-weight:600;
  margin:0 0 5px;
  text-transform:none;
}
.eth-hero-desc{
  color:#fff;
  font-family:var(--wd-text-font);
  font-size:20px;
  line-height:30px;
  font-weight:400;
  margin:0 0 20px;
  max-width:none;
}
.eth-hero-search{
  position:relative;width:100%;height:48px;
  border:2px solid rgba(255,255,255,.9);background:rgba(0,0,0,.2);
}
.eth-hero-q{
  position:absolute;left:0;top:0;bottom:0;right:238px;
  border:0;background:transparent;color:#fff;padding:0 16px;font-size:14px;
}
.eth-hero-q::placeholder{color:rgba(255,255,255,.8)}
.eth-hero-cat{
  position:absolute;top:0;bottom:0;right:48px;width:190px;
  border-left:1px solid rgba(255,255,255,.55);
  border-right:1px solid rgba(255,255,255,.55);
}
.eth-hero-cat select{
  width:100%;height:100%;border:0;background:transparent;color:#fff;
  font-size:12px;font-weight:700;text-transform:uppercase;
  padding:0 28px 0 14px;appearance:none;-webkit-appearance:none;cursor:pointer;
}
.eth-hero-cat select option{color:#242424;background:#fff}
.eth-hero-cat:after{
  content:"";position:absolute;right:14px;top:50%;transform:translateY(-50%);
  border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #fff;
  pointer-events:none;
}
.eth-hero-submit{
  position:absolute;top:0;right:0;bottom:0;width:48px;
  border:0;background:transparent;color:#fff;cursor:pointer;font-size:16px;
}
.eth-hero-arrow{
  position:absolute;z-index:3;top:50%;transform:translateY(-50%);
  border:0;background:0;color:rgba(255,255,255,.65);
  font-size:42px;cursor:pointer;padding:0;width:42px;height:42px;
}
.eth-hero-prev{left:10px}.eth-hero-next{right:10px}
.eth-hero-divider{
  position:absolute;
  left:0;right:0;bottom:0;
  height:50px;
  z-index:4;
  pointer-events:none;
  line-height:0;
}
.eth-hero-divider svg{
  display:block;
  width:100%;
  height:50px;
  fill:#fff;
}

/* ========== Categories (canlı epromo birebir) ==========
   margin-top:-100px → kartlar hero’nun yarısına oturur
   başlık her zaman ortada beyaz uppercase */
.eth-cat-band{
  margin-top:-100px;
  margin-bottom:75px;
  position:relative;
  z-index:6;
}
.eth-cat-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}
.eth-cat-card{
  position:relative;
  display:block;
  border-radius:14px;
  overflow:hidden;
  aspect-ratio:5/3;
  background:#0b0b0b center/cover no-repeat;
  background-image:var(--eth-cat-bg);
  box-shadow:0 12px 24px rgba(0,0,0,.18);
  transform:translateZ(0);
  text-decoration:none!important;
  will-change:transform, box-shadow;
  transition:transform .25s ease, box-shadow .25s ease;
}
.eth-cat-card::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(180deg,rgba(0,0,0,.10) 0%,rgba(0,0,0,.45) 55%,rgba(0,0,0,.65) 100%);
  transition:opacity .25s ease;
  pointer-events:none;
}
.eth-cat-card:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 36px rgba(0,0,0,.26);
}
.eth-cat-card:hover::before{opacity:.85}
.eth-cat-title{
  position:absolute;
  top:50%;
  left:50%;
  z-index:2;
  transform:translate(-50%,-50%);
  width:95%;
  margin:0;
  padding:0 16px;
  color:#fff!important;
  font-family:var(--wd-title-font);
  font-weight:700;
  font-size:clamp(16px,2.2vw,18px);
  line-height:1.2;
  letter-spacing:.02em;
  text-transform:uppercase;
  text-align:center;
  text-shadow:0 2px 10px rgba(0,0,0,.6);
  pointer-events:none;
}

/* ========== Sections ========== */
.eth-section{padding:70px 0;background:#fff}
.eth-section-soft{background:#f7f7f7}
.eth-products-section{background:#fff;padding:40px 0 80px}
.eth-section-head{text-align:center;margin:0 auto 40px;max-width:720px}
.eth-section-head h2{
  font-family:var(--wd-title-font);
  font-size:clamp(1.75rem,2.8vw,2.1rem);
  font-weight:600;
  text-transform:uppercase;
  color:#242424;
  margin:0 0 .55rem;
  line-height:1.2;
}
.eth-section-head p{margin:0;color:#777;font-size:15px;line-height:1.6}
.eth-eyebrow{
  display:inline-block;font-size:12px;font-weight:700;
  letter-spacing:.04em;text-transform:uppercase;
  color:var(--eth-primary);margin-bottom:.75rem;
}
/* Canlı: subtitle-style-background — mor rozet */
.eth-eyebrow-badge{
  display:inline-block;
  background:var(--eth-primary);
  color:#fff!important;
  padding:5px 12px;
  border-radius:20px;
  font-size:11px;
  font-weight:600;
  letter-spacing:.06em;
  line-height:1.3;
  margin-bottom:14px;
}
.eth-btn{
  display:inline-flex;align-items:center;justify-content:center;
  background:var(--eth-accent);color:#fff!important;
  padding:12px 28px;border:0;font-weight:700;text-transform:uppercase;font-size:13px;cursor:pointer;
}
.eth-btn:hover{background:#034181}
.eth-btn-ghost{background:transparent;color:#fff!important;border:2px solid #fff}
.eth-btn-ghost:hover{background:#fff;color:var(--eth-primary)!important}
.eth-link{color:var(--eth-accent);font-weight:700;font-size:12px;text-transform:uppercase}

/* Ürün grid: hafif border + radius */
.eth-product-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}
.eth-product-card{
  background:#fff;
  border:1px solid #e6e6e6;
  border-radius:12px;
  padding:14px 14px 18px;
  text-align:center;
  transition:box-shadow .25s ease, border-color .25s ease;
}
.eth-product-card:hover{
  border-color:#d0d0d0;
  box-shadow:0 8px 22px rgba(0,0,0,.08);
}
.eth-product-media{
  display:block;
  aspect-ratio:1;
  background:#fff;
  position:relative;
  overflow:hidden;
  border-radius:8px;
  text-decoration:none!important;
}
.eth-product-media img{
  width:100%;
  height:100%;
  object-fit:contain;
  padding:10px;
  transition:transform .3s ease;
}
.eth-product-card:hover .eth-product-media img{transform:scale(1.03)}
.eth-product-title{
  font-family:var(--wd-entities-title-font);
  font-size:14px;
  font-weight:600;
  margin:14px 0 0;
  line-height:1.35;
  text-transform:uppercase;
}
.eth-product-title a{color:#242424;text-decoration:none}
.eth-product-title a:hover{color:var(--eth-primary)}
.eth-card-excerpt{font-size:13px;color:#777;margin:.5rem 0 0}
.eth-quickview{
  position:absolute;left:50%;bottom:14px;transform:translateX(-50%);
  background:var(--eth-primary);color:#fff!important;
  font-size:11px;font-weight:700;text-transform:uppercase;
  padding:8px 14px;opacity:0;transition:.25s;white-space:nowrap;
}
.eth-product-card:hover .eth-quickview{opacity:1}

/* Canlı: dikey çizgili çözüm ortakları (kart border yok) */
.eth-brands-section{background:#f7f7f7;padding:70px 0 100px}
.eth-brands-section .eth-eyebrow-badge{border-radius:4px;padding:6px 14px}
.eth-brand-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:0}
.eth-brand-card{
  background:transparent;
  border:0;
  border-right:1px solid #eaeaea;
  padding:28px 22px 36px;
  text-align:center;
  min-height:240px;
  display:flex;
  flex-direction:column;
  gap:.7rem;
}
.eth-brand-card:nth-child(5n){border-right:0}
/* İki satır arasında yatay çizgi (canlı site) */
.eth-brand-card:nth-child(-n+5){border-bottom:1px solid #eaeaea}
.eth-brand-logo{display:block;margin:0 auto 4px}
.eth-brand-card img{display:block;max-width:140px;max-height:72px;width:auto;height:auto;margin:0 auto;object-fit:contain}
.eth-brand-card h3{
  font-family:var(--wd-entities-title-font);
  font-size:15px;font-weight:700;margin:0;
  text-transform:uppercase;color:#242424;
}
.eth-brand-card p{font-size:13px;line-height:1.55;margin:0;flex:1;color:#777}
.eth-brand-link{
  display:inline-block;margin-top:auto;
  color:var(--eth-primary);text-decoration:underline;text-underline-offset:3px;
}
.eth-brand-link:hover{color:var(--eth-accent)}

/* Canlı WIN Eurasia + video bloğu (#161616, sol video / sağ metin + 3 video) */
.eth-promo-videos{
  position:relative;
  background:#161616;
  color:#fff;
  padding:100px 0 160px;
  overflow:hidden;
}
.eth-promo-top{
  display:grid;
  grid-template-columns:1.15fr 1fr;
  gap:40px;
  align-items:center;
  margin-bottom:28px;
}
.eth-promo-copy{max-width:520px}
.eth-promo-copy .eth-eyebrow-badge{
  border-radius:4px;
  margin-bottom:18px;
}
.eth-promo-copy h2{
  color:#fff;
  font-family:var(--wd-title-font);
  font-size:clamp(1.55rem,2.6vw,2rem);
  line-height:1.3;
  font-weight:600;
  margin:0 0 1rem;
}
.eth-promo-copy p{
  color:rgba(255,255,255,.88);
  font-size:16px;
  line-height:1.65;
  margin:0 0 1.5rem;
}
.eth-promo-btn{
  background:var(--eth-primary);
  border:0;
  padding:12px 26px;
}
.eth-promo-btn:hover{background:#2c2860}
.eth-promo-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
.eth-yt{position:relative;width:100%}
.eth-yt-poster{
  position:relative;
  display:block;
  width:100%;
  aspect-ratio:16/9;
  padding:0;border:0;cursor:pointer;
  background:#000;overflow:hidden;
}
.eth-yt-bg,
.eth-yt-bg-img{
  position:absolute;inset:0;
  width:100%;height:100%;
  object-fit:cover;
  background:#222 center/cover no-repeat;
  transition:transform .45s ease;
}
.eth-yt-poster:hover .eth-yt-bg,
.eth-yt-poster:hover .eth-yt-bg-img{transform:scale(1.04)}
.eth-yt-play{
  position:absolute;left:50%;top:50%;
  width:64px;height:64px;
  margin:-32px 0 0 -32px;
  border:2px solid rgba(255,255,255,.92);
  border-radius:50%;
  background:rgba(255,255,255,.12);
  box-shadow:0 0 0 1px rgba(0,0,0,.08);
  transition:background .25s ease, transform .25s ease;
}
.eth-yt-play:before{
  content:"";
  position:absolute;left:50%;top:50%;
  width:0;height:0;
  margin:-9px 0 0 -5px;
  border-style:solid;
  border-width:9px 0 9px 16px;
  border-color:transparent transparent transparent #fff;
}
.eth-yt-poster:hover .eth-yt-play{
  background:rgba(56,51,115,.85);
  transform:scale(1.06);
}
.eth-yt.is-playing .eth-yt-poster{display:none}
.eth-yt iframe{
  display:block;width:100%;aspect-ratio:16/9;border:0;background:#000;
}
.eth-promo-divider{
  position:absolute;left:0;right:0;bottom:0;
  height:80px;line-height:0;pointer-events:none;
}
.eth-promo-divider svg{display:block;width:100%;height:100%}

/* Ana sayfa blog şeridi */
.eth-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.eth-blog-card{background:#fff;border:1px solid #eee;overflow:hidden}
.eth-blog-media{aspect-ratio:16/10;display:block;overflow:hidden;background:#eee}
.eth-blog-media img{width:100%;height:100%;object-fit:cover}
.eth-blog-body{padding:18px 20px 22px}
.eth-blog-meta{font-size:12px;color:#999;margin-bottom:.5rem;text-transform:uppercase}
.eth-blog-body h3{font-family:var(--wd-entities-title-font);font-size:17px;line-height:1.35;margin:0 0 .6rem;color:var(--eth-heading)}
.eth-blog-body h3 a{color:inherit}
.eth-blog-more{font-weight:700;text-transform:uppercase;font-size:12px;color:var(--eth-accent)}

/* Blog arşivi — canlı Woodmart masonry + sidebar */
.eth-blog-page{padding-top:28px;padding-bottom:70px}
.eth-blog-layout{
  display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:40px;align-items:start;
}
.eth-blog-masonry{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;
}
.eth-blog-post{min-width:0}
.eth-blog-post-inner{
  background:#fff;border:1px solid #ececec;box-shadow:0 0 0 rgba(0,0,0,0);
  transition:box-shadow .25s ease,border-color .25s ease;height:100%;
  display:flex;flex-direction:column;
}
.eth-blog-post:hover .eth-blog-post-inner{
  box-shadow:0 10px 28px rgba(0,0,0,.08);border-color:#e5e5e5;
}
.eth-blog-post-thumb{position:relative;overflow:hidden;background:#f3f3f3}
.eth-blog-post-img{display:block}
.eth-blog-post-img img{
  display:block;width:100%;aspect-ratio:16/9;object-fit:cover;
  transition:transform .4s ease;
}
.eth-blog-post:hover .eth-blog-post-img img{transform:scale(1.04)}
.eth-blog-post-date{
  position:absolute;left:12px;top:12px;z-index:2;
  min-width:52px;padding:8px 8px 7px;text-align:center;
  background:rgba(255,255,255,.95);color:#333;line-height:1.1;
}
.eth-blog-post-day{display:block;font-size:20px;font-weight:700}
.eth-blog-post-month{display:block;font-size:12px;font-weight:600;text-transform:capitalize;margin-top:2px}
.eth-blog-post-body{padding:18px 18px 20px;display:flex;flex-direction:column;flex:1}
.eth-blog-post-cats{margin:0 0 10px}
.eth-blog-post-cats a{
  display:inline-block;padding:4px 10px;font-size:11px;font-weight:600;
  text-transform:uppercase;letter-spacing:.03em;text-decoration:none;
  background:#f1f1f1;color:#555;
}
.eth-blog-post-cats a:hover{background:var(--eth-primary,#383373);color:#fff}
.eth-blog-post-title{
  font-family:var(--wd-entities-title-font,inherit);
  font-size:16px;line-height:1.35;font-weight:600;margin:0 0 12px;color:var(--eth-heading,#222);
}
.eth-blog-post-title a{color:inherit;text-decoration:none}
.eth-blog-post-title a:hover{color:var(--eth-primary,#383373)}
.eth-blog-post-meta{
  display:flex;flex-wrap:wrap;gap:8px 14px;align-items:center;
  font-size:12px;color:#888;margin:0 0 12px;
}
.eth-blog-post-author strong{color:#555;font-weight:600}
.eth-blog-post-excerpt{
  font-size:14px;line-height:1.55;color:#666;margin:0 0 14px;
}
.eth-blog-post-more{margin-top:auto}
.eth-blog-post-more a{
  font-size:13px;font-weight:600;color:var(--eth-primary,#383373);text-decoration:none;
}
.eth-blog-post-more a:hover{text-decoration:underline}
.eth-blog-pagination{margin-top:36px}
.eth-blog-pagination ul{
  list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px;justify-content:center;
}
.eth-blog-pagination a,.eth-blog-pagination .is-current{
  display:inline-flex;align-items:center;justify-content:center;
  min-width:36px;height:36px;padding:0 10px;border:1px solid #ddd;
  color:#555;text-decoration:none;font-size:14px;font-weight:600;background:#fff;
}
.eth-blog-pagination .is-current,
.eth-blog-pagination a:hover{
  border-color:var(--eth-primary,#383373);color:var(--eth-primary,#383373);
}
.eth-blog-empty{grid-column:1/-1;text-align:center;color:#666}

/* Blog detay */
.eth-blog-single{padding-top:24px;padding-bottom:70px}
.eth-blog-single-header{margin:0 0 28px}
.eth-blog-single-title{
  font-size:clamp(1.45rem,2.4vw,2rem);line-height:1.3;margin:0 0 16px;
  color:var(--eth-heading,#222);font-weight:700;
}
.eth-blog-single-meta{margin-bottom:22px}
.eth-blog-single-cover{margin:0 0 8px;background:#f3f3f3}
.eth-blog-single-cover img{display:block;width:100%;height:auto;max-height:520px;object-fit:cover}
.eth-blog-single-body{max-width:100%}
.eth-blog-products-carousel{margin:36px 0 10px}
.eth-blog-pagenav{
  display:grid;grid-template-columns:1fr auto 1fr;gap:16px;align-items:center;
  margin:40px 0 0;padding:26px 0;border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8;
}
.eth-blog-pagenav-side{min-width:0}
.eth-blog-pagenav-side.is-older{text-align:right}
.eth-blog-pagenav-link{
  display:inline-flex;align-items:center;gap:12px;max-width:100%;text-decoration:none;color:inherit;
}
.eth-blog-pagenav-arrow{
  flex:0 0 auto;width:34px;height:34px;border:1px solid #ddd;border-radius:50%;
  display:inline-flex;align-items:center;justify-content:center;color:#666;
}
.eth-blog-pagenav-link:hover .eth-blog-pagenav-arrow{
  border-color:var(--eth-primary,#383373);color:var(--eth-primary,#383373);
}
.eth-blog-pagenav-text{display:flex;flex-direction:column;gap:4px;min-width:0;text-align:left}
.eth-blog-pagenav-side.is-older .eth-blog-pagenav-text{text-align:right}
.eth-blog-pagenav-label{font-size:12px;color:#999}
.eth-blog-pagenav-title{
  font-size:14px;font-weight:600;line-height:1.35;color:#333;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
.eth-blog-pagenav-link:hover .eth-blog-pagenav-title{color:var(--eth-primary,#383373)}
.eth-blog-pagenav-back{
  font-size:13px;font-weight:600;color:#555;text-decoration:none;text-align:center;padding:0 8px;
}
.eth-blog-pagenav-back:hover{color:var(--eth-primary,#383373)}
@media (max-width:767px){
  .eth-blog-pagenav{grid-template-columns:1fr;gap:16px}
  .eth-blog-pagenav-back{order:-1}
  .eth-blog-pagenav-side.is-older{text-align:left}
  .eth-blog-pagenav-side.is-older .eth-blog-pagenav-text{text-align:left}
}

.eth-blog-sidebar{position:sticky;top:100px}
.eth-blog-widget{margin:0 0 28px}
.eth-blog-widget-title{
  font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;
  margin:0 0 14px;color:#333;padding-bottom:10px;border-bottom:1px solid #eee;
}
.eth-blog-search{display:flex;border:1px solid #ddd;background:#fff}
.eth-blog-search input{
  flex:1;border:0;padding:11px 12px;font-size:14px;min-width:0;outline:none;background:transparent;
}
.eth-blog-search button{
  border:0;border-left:1px solid #eee;background:#fff;width:44px;cursor:pointer;color:#555;
}
.eth-blog-search button:hover{color:var(--eth-primary,#383373)}
.eth-blog-widget-list{list-style:none;margin:0;padding:0}
.eth-blog-widget-list li{margin:0;padding:0;border-bottom:1px solid #f0f0f0}
.eth-blog-widget-list a{
  display:block;padding:10px 0;font-size:14px;line-height:1.4;color:#444;text-decoration:none;
}
.eth-blog-widget-list a:hover{color:var(--eth-primary,#383373)}
@media (max-width:1100px){
  .eth-blog-masonry{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:991px){
  .eth-blog-layout{grid-template-columns:1fr;gap:36px}
  .eth-blog-sidebar{position:static}
}
@media (max-width:575px){
  .eth-blog-masonry{grid-template-columns:1fr}
}

/* Canlı ana sayfa iletişim: sol harita + sağ metin (beyaz zemin) */
.eth-home-contact{
  background:#fff;
  padding:50px 0 70px;
}
.eth-home-contact-inner{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:48px;
  align-items:center;
}
.eth-home-contact-map{
  position:relative;
  width:100%;
  min-height:380px;
  background:#0a3d7a;
  overflow:hidden;
}
.eth-home-contact-map iframe{
  display:block;
  width:100%;
  height:380px;
  border:0;
}
.eth-home-contact-copy .eth-eyebrow-badge{
  border-radius:4px;
  margin-bottom:16px;
}
.eth-home-contact-copy h2{
  font-family:var(--wd-title-font);
  font-size:clamp(1.75rem,2.8vw,2.15rem);
  font-weight:700;
  color:#242424;
  margin:0 0 1rem;
  text-transform:none;
}
.eth-home-contact-about{
  margin:0;
  color:#777;
  font-size:15px;
  line-height:1.7;
  max-width:460px;
}
.eth-home-contact-hr{
  border:0;
  border-top:1px solid #e5e5e5;
  margin:28px 0 24px;
}
.eth-home-contact-copy h3{
  font-family:var(--wd-entities-title-font);
  font-size:1.05rem;
  font-weight:700;
  color:#242424;
  margin:0 0 .55rem;
  text-transform:uppercase;
  letter-spacing:.02em;
}
.eth-home-contact-hours{
  margin:0 0 1rem;
  color:#888;
  font-size:14px;
  line-height:1.5;
}
.eth-home-contact-phone{
  display:inline-block;
  font-family:var(--wd-title-font);
  font-size:clamp(1.35rem,2.2vw,1.75rem);
  font-weight:700;
  color:var(--eth-primary)!important;
  line-height:1.2;
  text-decoration:none;
}
.eth-home-contact-phone:hover{color:var(--eth-accent)!important}

/* Eski koyu band (başka sayfada kalırsa) */
.eth-contact-band{background:#010052;color:#fff;padding:55px 0}
.eth-contact-band-inner{display:grid;grid-template-columns:1.2fr 1fr;gap:30px;align-items:center}
.eth-contact-band h2,.eth-contact-band h3{color:#fff;margin:0 0 .75rem}
.eth-contact-band p{color:rgba(255,255,255,.88);line-height:1.7;margin:0 0 1rem}
.eth-seo-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:1.25rem}
/* Canlı: iletişim altı 2 sütun SEO metin */
.eth-seo-block{
  padding:50px 0 70px;
  background:#fff;
  border-bottom:1px solid #e5e5e5;
}
.eth-seo-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:48px;
  align-items:start;
}
.eth-seo-badge{
  display:inline-block;
  max-width:100%;
  white-space:normal;
  text-align:left;
  line-height:1.35;
  border-radius:4px;
  padding:8px 12px;
  margin-bottom:18px;
  font-size:11px;
}
.eth-seo-lead{
  font-family:var(--wd-title-font);
  font-size:clamp(1.15rem,1.8vw,1.45rem);
  font-weight:700;
  line-height:1.45;
  color:#242424;
  margin:0 0 1rem;
  text-transform:none;
}
.eth-seo-sublead{
  margin:0;
  color:#888;
  font-size:14px;
  line-height:1.7;
}
.eth-seo-right p{
  margin:0 0 1.15rem;
  color:#555;
  font-size:14px;
  line-height:1.75;
  max-width:none;
}
.eth-seo-right p:last-child{margin-bottom:0}
.eth-seo-right a{color:inherit;text-decoration:underline;text-underline-offset:2px}
.eth-seo-right a:hover{color:var(--eth-primary)}
.eth-seo-right strong{color:#242424;font-weight:700}

/* Footer üstü CTA — #010052 + network bg */
.eth-footer-cta{
  position:relative;
  background-color:#010052;
  background-image:var(--eth-footer-cta-bg);
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  padding:48px 0;
  margin-bottom:-1px;
}
.eth-footer-cta-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
}
.eth-footer-cta-copy{flex:1;min-width:0;max-width:820px}
.eth-footer-cta-copy h2{
  margin:0 0 .65rem;
  color:#fff;
  font-family:var(--wd-title-font);
  font-size:clamp(1.25rem,2.2vw,1.65rem);
  font-weight:700;
  line-height:1.35;
  text-transform:none;
}
.eth-footer-cta-copy p{
  margin:0;
  color:rgba(255,255,255,.82);
  font-size:14px;
  line-height:1.6;
}
.eth-footer-cta-actions{
  display:flex;
  flex-direction:column;
  gap:16px;
  flex-shrink:0;
  min-width:160px;
}
.eth-footer-cta-btn{
  width:100%;
  min-width:160px;
  padding:14px 28px;
  font-size:13px;
  font-weight:700;
  letter-spacing:.04em;
  border-radius:0;
  text-align:center;
}
.eth-footer-cta-btn-solid{
  background:#fff!important;
  color:#010052!important;
  border:2px solid #fff;
}
.eth-footer-cta-btn-solid:hover{
  background:transparent!important;
  color:#fff!important;
}
.eth-footer-cta-btn-outline{
  background:transparent!important;
  color:#fff!important;
  border:2px solid #fff;
}
.eth-footer-cta-btn-outline:hover{
  background:#fff!important;
  color:#010052!important;
}

/* Canlı footer: beyaz zemin, 5 sütun */
.eth-footer{
  position:relative;
  background:#fff;
  color:#777;
  padding:70px 0 0;
  border-top:1px solid #eee;
}
.eth-footer a{color:#777}
.eth-footer a:hover{color:var(--eth-primary)}
.eth-footer-grid{
  display:grid;
  grid-template-columns:1.35fr 1.35fr .95fr .95fr .95fr;
  gap:28px 24px;
  padding-bottom:50px;
}
.eth-footer-logo{display:inline-block;margin-bottom:1.25rem}
.eth-footer-logo img{max-height:49px;width:auto}
.eth-footer-contacts{list-style:none;margin:0;padding:0}
.eth-footer-contacts li{
  display:flex;gap:10px;align-items:flex-start;
  margin-bottom:.85rem;font-size:13px;line-height:1.5;color:#777;
}
.eth-footer-contacts i{
  width:16px;flex-shrink:0;margin-top:3px;
  color:#999;font-size:13px;text-align:center;
}
.eth-footer-contacts a{color:#777}
.eth-footer h4,
.eth-footer-acc-btn{
  font-family:var(--wd-title-font);
  color:#333;
  font-size:14px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.04em;
  margin:0 0 1.15rem;
}
.eth-footer-acc-btn{
  display:block;
  width:100%;
  padding:0;
  border:0;
  background:transparent;
  text-align:left;
  cursor:default;
  pointer-events:none;
}
.eth-footer-acc-btn i{display:none}
.eth-footer-acc-panel{display:block}
.eth-footer ul{list-style:none;margin:0;padding:0}
.eth-footer li{margin-bottom:.55rem;font-size:13px;line-height:1.45}
.eth-footer li.is-current a{color:#333;font-weight:700}
.eth-footer-empty{margin:0;font-size:13px;color:#999}
.eth-footer-post{display:flex;gap:12px;margin-bottom:16px}
.eth-footer-post-thumb{flex-shrink:0;display:block}
.eth-footer-post-thumb img{
  width:75px;height:60px;object-fit:cover;display:block;background:#f2f2f2;
}
.eth-footer-post-title{
  display:block;
  color:#333!important;
  font-size:13px;
  font-weight:600;
  line-height:1.35;
  margin-bottom:.35rem;
}
.eth-footer-post-title:hover{color:var(--eth-primary)!important}
.eth-footer-post-meta{
  display:flex;flex-wrap:wrap;gap:.35rem .65rem;
  font-size:12px;color:#999;
}
.eth-footer-bottom-bar{
  background:#fff;
  border-top:1px solid #e8e8e8;
}
.eth-footer-bottom{
  padding:18px 0;
  font-size:12px;
  display:flex;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
  color:#888;
  align-items:center;
}
.eth-footer-credit a{color:#333;font-weight:700}
.eth-footer-credit strong{color:#333}
.eth-scroll-top{
  position:fixed;
  right:22px;bottom:22px;
  width:42px;height:42px;
  border-radius:50%;
  border:1px solid #ddd;
  background:#fff;
  color:#777;
  display:inline-flex;align-items:center;justify-content:center;
  cursor:pointer;
  box-shadow:0 2px 10px rgba(0,0,0,.08);
  opacity:0;visibility:hidden;pointer-events:none;
  transition:opacity .25s ease, visibility .25s ease, color .2s ease, border-color .2s ease;
  z-index:40;
}
.eth-scroll-top.is-visible{opacity:1;visibility:visible;pointer-events:auto}
.eth-scroll-top:hover{color:var(--eth-primary);border-color:var(--eth-primary)}

.eth-page-hero{
  position:relative;
  background:linear-gradient(120deg,#2a2658 0%,#383373 55%,#0054ac 100%);
  color:#fff;padding:48px 0 40px;
  overflow:hidden;
}
.eth-page-hero-dark{background:#0a0a0a;padding:70px 0 55px}
.eth-page-hero-has-bg{background-color:#0a0a0a}
.eth-page-hero-bg{
  position:absolute;inset:0;
  background-image:var(--eth-page-hero-bg);
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
  opacity:.55;
}
.eth-page-hero-dark .eth-page-hero-bg{opacity:.45}
.eth-page-hero-inner{position:relative;z-index:1}
.eth-page-hero h1{
  color:#fff;
  font-family:var(--wd-title-font);
  font-size:clamp(1.75rem,3vw,2.4rem);
  font-weight:700;
  text-transform:none;
  margin:0 0 12px;
}
.eth-breadcrumb ol{
  list-style:none;margin:0;padding:0;
  display:flex;flex-wrap:wrap;align-items:center;
  gap:.35rem .55rem;font-size:13px;color:rgba(255,255,255,.85);
}
.eth-breadcrumb a{color:rgba(255,255,255,.9)}
.eth-breadcrumb a:hover{color:#fff}
.eth-breadcrumb li:not(:last-child):after{
  content:"";
  display:inline-block;
  width:5px;height:5px;
  margin-left:.55rem;
  border-right:1px solid rgba(255,255,255,.55);
  border-top:1px solid rgba(255,255,255,.55);
  transform:rotate(45deg);
  vertical-align:middle;
  opacity:.85;
}
.eth-breadcrumb .is-active span{color:#fff}

/* Hakkımızda — canlı site düzeni */
.eth-about-page{background:#fff;padding:50px 0 0}
.eth-about-intro{max-width:90%;margin-bottom:28px}
.eth-about-intro h2,
.eth-about-exp-copy h2{
  font-family:var(--wd-title-font);
  font-size:clamp(1.45rem,2.4vw,1.85rem);
  font-weight:700;
  color:var(--eth-primary);
  margin:0 0 1rem;
  text-transform:none;
}
.eth-about-intro p{
  margin:0 0 1rem;
  color:#555;
  font-size:15px;
  line-height:1.75;
}
.eth-about-exp{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:40px;
  align-items:start;
  padding:20px 0 60px;
}
.eth-about-exp-media img{
  display:block;width:100%;max-width:520px;height:auto;
}
.eth-about-exp-copy ul{
  margin:0;padding:0 0 0 1.15rem;
  color:#555;font-size:15px;line-height:1.7;
}
.eth-about-exp-copy li{margin-bottom:.65rem}
.eth-about-exp-copy strong{color:#333}
.eth-about-solutions{
  background-color:#1a1a2e;
  background-image:var(--eth-about-band-bg);
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
  padding:80px 0 60px;
  position:relative;
}
.eth-about-solutions:before{
  content:"";
  position:absolute;inset:0;
  background:rgba(10,10,20,.55);
}
.eth-about-solutions-inner{
  position:relative;z-index:1;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
  align-items:center;
}
.eth-about-solutions-copy h2{
  font-family:var(--wd-title-font);
  font-size:clamp(1.25rem,2vw,1.55rem);
  font-weight:700;
  color:#fff;
  margin:0 0 1rem;
  text-transform:none;
  max-width:90%;
}
.eth-about-solutions-copy p{
  margin:0 0 .85rem;
  color:rgba(255,255,255,.9);
  font-size:14px;
  line-height:1.7;
}
.eth-about-solutions-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.eth-about-icon{
  display:flex;align-items:center;justify-content:center;
  background:rgba(255,255,255,.06);
  padding:18px;
  min-height:140px;
  transition:background .25s ease;
}
.eth-about-icon:hover{background:rgba(255,255,255,.12)}
.eth-about-icon img{width:120px;height:120px;object-fit:contain}

/* İnsan Kaynakları — form + sidebar */
.eth-hr-page{background:#f6f7f9;padding:56px 0 80px}
.eth-hr-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:36px;
  align-items:start;
}
.eth-hr-card{
  background:#fff;
  border:1px solid #e8e8ee;
  padding:36px 34px 40px;
  box-shadow:0 10px 30px rgba(20,20,40,.04);
}
.eth-hr-card-head{margin-bottom:28px}
.eth-hr-card-head h2{
  font-family:var(--wd-title-font);
  font-size:clamp(1.4rem,2.2vw,1.75rem);
  font-weight:700;
  color:var(--eth-primary);
  margin:0 0 .45rem;
  text-transform:none;
}
.eth-hr-card-head p{margin:0;color:#777;font-size:14px;line-height:1.55}
.eth-hr-form .eth-form-group{margin-bottom:18px}
.eth-hr-form .eth-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.eth-hr-form label{display:block;margin-bottom:7px;font-size:13px;font-weight:600;color:#333}
.eth-hr-form input[type="text"],
.eth-hr-form input[type="email"],
.eth-hr-form input[type="tel"],
.eth-hr-form textarea{
  width:100%;
  border:1px solid #ddd;
  padding:13px 14px;
  font-size:15px;
  background:#fafafa;
  transition:border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.eth-hr-form input:focus,
.eth-hr-form textarea:focus{
  outline:0;
  border-color:var(--eth-primary);
  background:#fff;
  box-shadow:0 0 0 3px rgba(56,51,115,.12);
}
.eth-file-input{position:absolute;width:1px;height:1px;opacity:0;overflow:hidden}
.eth-file-drop{
  display:flex;
  flex-direction:column;
  gap:4px;
  padding:22px 18px;
  border:1.5px dashed #c9c9d4;
  background:#fafafa;
  cursor:pointer;
  text-align:center;
  transition:border-color .2s ease, background .2s ease;
}
.eth-file-drop:hover,
.eth-file-drop.is-active{border-color:var(--eth-primary);background:#f4f3fb}
.eth-file-drop-title{font-size:14px;font-weight:600;color:#333}
.eth-file-drop-hint{font-size:12px;color:#888}
.eth-hr-recaptcha{margin-top:4px}
.eth-hr-submit{
  background:var(--eth-primary);
  border:0;
  color:#fff;
  min-width:180px;
  padding:14px 28px;
  font-weight:700;
  letter-spacing:.02em;
  transition:transform .15s ease, box-shadow .2s ease, background .2s ease;
}
.eth-hr-submit:hover{
  background:#2f2a63;
  box-shadow:0 8px 20px rgba(56,51,115,.28);
  transform:translateY(-1px);
}
.eth-form-alert{
  margin-top:18px;
  padding:14px 16px;
  font-size:14px;
  line-height:1.5;
}
.eth-form-alert.is-success{background:#eef9f0;color:#1d6b2d;border:1px solid #c6e6cc}
.eth-form-alert.is-error{background:#fdf0f0;color:#8a1f1f;border:1px solid #efc4c4}

.eth-hr-sidebar{display:flex;flex-direction:column;gap:22px}
.eth-hr-widget{
  background:#fff;
  border:1px solid #e8e8ee;
  padding:22px 20px 24px;
}
.eth-hr-widget h3{
  font-family:var(--wd-title-font);
  font-size:1.05rem;
  font-weight:700;
  color:#242424;
  margin:0 0 14px;
  text-transform:none;
}
.eth-hr-search{display:flex;border:1px solid #ddd;background:#fff}
.eth-hr-search input{
  flex:1;border:0;padding:11px 12px;font-size:14px;background:transparent;min-width:0;
}
.eth-hr-search input:focus{outline:0}
.eth-hr-search button{
  border:0;background:var(--eth-primary);color:#fff;padding:0 14px;cursor:pointer;
}
.eth-hr-post-list,
.eth-hr-cat-list{list-style:none;margin:0;padding:0}
.eth-hr-post-list li,
.eth-hr-cat-list li{
  padding:9px 0;
  border-bottom:1px solid #f0f0f0;
  font-size:14px;
  line-height:1.45;
}
.eth-hr-post-list li:last-child,
.eth-hr-cat-list li:last-child{border-bottom:0}
.eth-hr-post-list a,
.eth-hr-cat-list a{color:#444}
.eth-hr-post-list a:hover,
.eth-hr-cat-list a:hover{color:var(--eth-primary)}
@media (max-width:991px){
  .eth-hr-layout{grid-template-columns:1fr;gap:28px}
  .eth-hr-form .eth-form-row{grid-template-columns:1fr}
  .eth-hr-card{padding:26px 20px 30px}
}

/* Ürün kategori (shop) — sol sidebar + ürün grid */
.eth-shop-page{padding-top:40px;padding-bottom:70px;background:#fff}
.eth-shop-layout{
  display:grid;
  grid-template-columns:280px minmax(0,1fr);
  gap:40px;
  align-items:start;
}
.eth-shop-sidebar{display:flex;flex-direction:column;gap:28px}
.eth-shop-widget h3{
  font-family:var(--wd-title-font);
  font-size:1.05rem;
  font-weight:700;
  color:#242424;
  margin:0 0 14px;
  text-transform:none;
}
.eth-shop-search{display:flex;border:1px solid #ddd;background:#fff}
.eth-shop-search input{
  flex:1;border:0;padding:11px 12px;font-size:14px;background:transparent;min-width:0;
}
.eth-shop-search input:focus{outline:0}
.eth-shop-search button{
  border:0;background:var(--eth-primary);color:#fff;padding:0 14px;cursor:pointer;
}
.eth-shop-cat-nav .eth-shop-cat-list{list-style:none;margin:0;padding:0}
.eth-shop-cat-nav .eth-shop-cat-list .eth-shop-cat-list{padding-left:12px}
.eth-shop-cat-nav li{margin:0}
.eth-shop-cat-nav > .eth-shop-cat-list > li{border-bottom:1px solid #f0f0f0}
.eth-shop-cat-row{
  display:flex;align-items:center;gap:4px;min-height:34px;
}
.eth-shop-cat-nav a{
  flex:1;min-width:0;
  padding:7px 0;
  color:#555;
  text-decoration:none;
  font-size:14px;
  line-height:1.35;
}
.eth-shop-cat-nav a:hover,
.eth-shop-cat-nav li.is-active > .eth-shop-cat-row > a{color:var(--eth-primary)}
.eth-shop-cat-toggle{
  flex:0 0 28px;width:28px;height:28px;margin:0;padding:0;
  border:0;background:transparent;color:#999;cursor:pointer;
  display:inline-flex;align-items:center;justify-content:center;
  transition:transform .2s ease,color .2s ease;
}
.eth-shop-cat-toggle:hover{color:var(--eth-primary)}
.eth-shop-cat-nav li.is-open > .eth-shop-cat-row > .eth-shop-cat-toggle{transform:rotate(180deg)}
/* Canlı gibi: kapalı dalların alt kategorilerini gizle */
.eth-shop-cat-nav li.has-children:not(.is-open) > .eth-shop-cat-list{display:none}
.eth-shop-result-count{font-size:14px;color:#666;margin:0 0 22px}
.eth-shop-product-grid{grid-template-columns:repeat(3,1fr);gap:22px}
.eth-shop-subcats{margin:0 0 28px}
.eth-shop-category-copy{margin-top:48px;padding-top:28px;border-top:1px solid #eee}
.eth-shop-sidebar-open,
.eth-shop-sidebar-head{display:none}
.eth-shop-sidebar-backdrop{display:none}
@media (max-width:991px){
  .eth-shop-layout{grid-template-columns:1fr;gap:20px}
  .eth-shop-product-grid{grid-template-columns:repeat(2,1fr)}
  .eth-shop-sidebar-open{
    display:inline-flex;
    align-items:center;
    gap:8px;
    order:-1;
    margin:0 0 8px;
    padding:10px 14px;
    border:1px solid #ddd;
    background:#fff;
    color:#333;
    font-size:13px;
    font-weight:600;
    cursor:pointer;
  }
  .eth-shop-layout{display:flex;flex-direction:column}
  .eth-shop-main{order:1}
  .eth-shop-sidebar-open{order:0;align-self:flex-start}
  .eth-shop-sidebar{
    position:fixed;
    top:0;left:0;bottom:0;
    width:min(340px,88vw);
    z-index:2100;
    background:#fff;
    padding:20px 18px;
    overflow:auto;
    transform:translateX(-105%);
    transition:transform .28s ease;
    box-shadow:8px 0 28px rgba(0,0,0,.18);
  }
  .eth-shop-sidebar.is-open{transform:translateX(0)}
  .eth-shop-sidebar-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:16px;
    padding-bottom:12px;
    border-bottom:1px solid #eee;
  }
  .eth-shop-sidebar-close{
    border:0;background:transparent;font-size:28px;line-height:1;cursor:pointer;color:#666;
  }
  .eth-shop-sidebar-backdrop{
    display:block;
    position:fixed;inset:0;z-index:2090;
    background:rgba(0,0,0,.45);
  }
  .eth-shop-sidebar-backdrop[hidden]{display:none!important}
}
@media (max-width:575px){
  .eth-shop-product-grid{grid-template-columns:1fr}
}

/* Çözüm Ortaklarımız */
.eth-partners-page{background:#fff;padding:40px 0 0}
.eth-partners-intro{margin:0 0 28px;max-width:92%}
.eth-partners-intro h2{
  font-family:var(--wd-title-font);
  font-size:clamp(1.25rem,2.1vw,1.6rem);
  font-weight:700;
  color:var(--eth-primary);
  margin:0;
  text-transform:none;
}
.eth-partners-grid{margin-bottom:20px}

/* Misyon / Vizyon / Değerler — canlı site düzeni */
.eth-mission-page{background:#fff;padding:50px 0 0}
.eth-mission-block{max-width:92%;margin:0 0 28px}
.eth-mission-block h2,
.eth-mission-values-copy h2{
  font-family:var(--wd-title-font);
  font-size:clamp(1.35rem,2.2vw,1.75rem);
  font-weight:700;
  color:var(--eth-primary);
  margin:0 0 .85rem;
  text-transform:none;
}
.eth-mission-block p{
  margin:0;
  color:#555;
  font-size:15px;
  line-height:1.75;
}
.eth-mission-values{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:40px;
  align-items:start;
  padding:24px 0 50px;
}
.eth-mission-values-media img{
  display:block;
  width:100%;
  height:auto;
}
.eth-mission-values-copy ul{
  margin:0;
  padding:0 0 0 1.15rem;
  color:#555;
  font-size:15px;
  line-height:1.75;
}
.eth-mission-values-copy li{margin-bottom:.7rem}
.eth-mission-values-copy strong{color:#333}

/* Hakkımızda alt: 2 video + logo kaydırıcı */
.eth-about-videos{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  padding:50px 0 40px;
}
.eth-about-videos .eth-yt-poster{background:#111}
.eth-about-logos{
  background:#f9f9f9;
  overflow:hidden;
  padding:28px 0;
  margin-top:10px;
  border-top:1px solid #eee;
}
.eth-about-logos-track{
  display:flex;
  align-items:center;
  gap:48px;
  width:max-content;
  animation:ethAboutLogoMarquee 35s linear infinite;
}
.eth-about-logos:hover .eth-about-logos-track{animation-play-state:paused}
.eth-about-logo-item{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  width:140px;
  height:64px;
  opacity:.85;
  filter:grayscale(1);
  transition:opacity .25s ease, filter .25s ease;
}
.eth-about-logo-item:hover{opacity:1;filter:grayscale(0)}
.eth-about-logo-item img{
  max-width:100%;
  max-height:52px;
  width:auto;
  height:auto;
  object-fit:contain;
}
@keyframes ethAboutLogoMarquee{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}
.eth-breadcrumb a{color:rgba(255,255,255,.9)}
.eth-richtext{line-height:1.8;color:#333}
.eth-richtext h2,.eth-richtext h3,.eth-richtext h4{color:var(--eth-heading)}
.eth-richtext h4{font-size:1.15rem;margin:1.6rem 0 .7rem;font-weight:700}
.eth-richtext p{margin:0 0 1rem}
.eth-richtext a{color:var(--eth-accent)}

/* Hizmet / içerik sayfası + ürün carousel */
.eth-page-service{padding-top:40px;padding-bottom:70px;background:#fff}
.eth-page-service-intro{
  font-family:var(--wd-title-font);
  font-size:clamp(1.25rem,2.2vw,1.55rem);
  font-weight:700;
  color:var(--eth-primary);
  margin:0 0 1.25rem;
  text-transform:none;
  line-height:1.35;
}
.eth-page-service-copy{max-width:920px;margin:0 auto 40px}
.eth-page-products{margin-top:10px;position:relative}
.eth-products-carousel .eth-product-card{margin:4px 2px 20px}
.eth-products-carousel .owl-nav button{
  position:absolute;top:32%;transform:translateY(-50%);
  width:42px;height:42px;margin:0;padding:0;
  border:1px solid #e5e5e5!important;background:#fff!important;color:#333!important;
  border-radius:0;font-size:18px;line-height:42px;
}
.eth-products-carousel .owl-nav .owl-prev{left:-8px}
.eth-products-carousel .owl-nav .owl-next{right:-8px}
.eth-products-carousel .owl-dots{text-align:center;margin-top:8px}
.eth-products-carousel .owl-dot span{
  width:8px;height:8px;margin:0 4px;background:#ccc;border-radius:50%;display:block;
}
.eth-products-carousel .owl-dot.active span{background:var(--eth-primary)}
@media (max-width:991px){
  .eth-products-carousel .owl-nav{display:none}
}

/* Exproof pano hizmet sayfası — canlı 8/4 kolon + ürün carousel */
.eth-svc-panel{padding:40px 0 80px;background:#fff}
.eth-svc-intro{margin:0 0 36px;max-width:920px}
.eth-svc-intro h2{
  font-family:var(--wd-title-font);
  font-size:clamp(1.25rem,2.2vw,1.55rem);
  font-weight:700;
  color:var(--eth-primary);
  margin:0 0 1.1rem;
  text-transform:none;
  line-height:1.35;
}
.eth-svc-split{
  display:grid;
  grid-template-columns:minmax(0,2fr) minmax(0,1fr);
  gap:36px;
  align-items:start;
  margin:0 0 36px;
}
.eth-svc-split-media img{
  display:block;width:100%;height:auto;max-width:100%;
}
.eth-svc-closing{margin:0 0 48px;max-width:920px}

.eth-svc-carousel{
  position:relative;
  padding:10px 56px 8px;
  margin-top:20px;
}
.eth-svc-carousel-viewport{overflow:hidden}
.eth-svc-carousel-track{
  display:flex;
  gap:28px;
  transition:transform .4s ease;
  will-change:transform;
}
.eth-svc-slide{
  flex:0 0 calc((100% - 56px) / 3);
  min-width:0;
  box-sizing:border-box;
}
.eth-svc-card{text-align:center;background:transparent;border:0;padding:0}
.eth-svc-card-media{
  position:relative;
  display:block;
  aspect-ratio:1;
  background:#fff;
  overflow:hidden;
  text-decoration:none!important;
}
.eth-svc-card-media img{
  width:100%;height:100%;object-fit:contain;padding:8px;
  transition:transform .3s ease;
}
.eth-svc-card:hover .eth-svc-card-media img{transform:scale(1.03)}
.eth-svc-zoom{
  position:absolute;top:10px;right:10px;
  width:36px;height:36px;
  display:inline-flex;align-items:center;justify-content:center;
  background:#fff;border:1px solid #e5e5e5;color:#555;font-size:13px;
  opacity:0;transition:opacity .2s ease;
}
.eth-svc-card:hover .eth-svc-zoom{opacity:1}
.eth-svc-card-title{
  font-family:var(--wd-entities-title-font);
  font-size:14px;font-weight:600;line-height:1.35;
  margin:14px 8px 0;text-transform:none;
}
.eth-svc-card-title a{color:#242424;text-decoration:none}
.eth-svc-card-title a:hover{color:var(--eth-primary)}
.eth-svc-carousel-nav{
  position:absolute;top:38%;transform:translateY(-50%);
  width:40px;height:40px;border:0;background:transparent;color:#555;
  cursor:pointer;z-index:3;
  display:inline-flex;align-items:center;justify-content:center;
  font-size:28px;line-height:1;padding:0;
}
.eth-svc-carousel-nav.is-prev{left:0}
.eth-svc-carousel-nav.is-next{right:0}
.eth-svc-carousel-nav:hover{color:var(--eth-primary)}
.eth-svc-carousel-dots{
  display:flex;justify-content:center;align-items:center;gap:10px;margin-top:22px;
}
.eth-svc-carousel-dots button{
  width:9px;height:9px;padding:0;cursor:pointer;
  border:1px solid #999;border-radius:50%;background:transparent;
}
.eth-svc-carousel-dots button.is-active{
  background:#555;border-color:#555;
}
@media (max-width:991px){
  .eth-svc-split{grid-template-columns:1fr;gap:22px}
  .eth-svc-split-media{order:-1;max-width:420px}
  .eth-svc-slide{flex:0 0 calc((100% - 28px) / 2)}
  .eth-svc-carousel{padding:10px 44px 8px}
}
@media (max-width:575px){
  .eth-svc-slide{flex:0 0 100%}
  .eth-svc-carousel{padding:10px 36px 8px}
}

/* Aydınlatma Projesi — 2. satır yarı yarıya (canlı col-6/col-6) */
.eth-svc-split-half{grid-template-columns:1fr 1fr}
.eth-aydin-page .eth-svc-split{margin-bottom:40px}
.eth-aydin-page .eth-richtext strong{color:#333}
.eth-aydin-page .eth-richtext em{display:block;margin-top:1rem}
@media (max-width:991px){
  .eth-svc-split-half{grid-template-columns:1fr}
}

/* Yüksek Gerilim hizmet sayfası */
.eth-yg-page .eth-svc-split{margin-bottom:42px}
.eth-yg-accordion{margin:10px 0 22px;border-top:1px solid #e8e8e8}
.eth-yg-acc-item{border-bottom:1px solid #e8e8e8}
.eth-yg-acc-btn{
  width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;
  padding:14px 0;border:0;background:transparent;cursor:pointer;text-align:left;
  font-size:15px;font-weight:600;color:#333;line-height:1.4;
}
.eth-yg-acc-btn i{color:#888;transition:transform .2s ease}
.eth-yg-acc-item.is-open .eth-yg-acc-btn i{transform:rotate(180deg)}
.eth-yg-acc-panel{padding:0 0 14px;color:#555;font-size:14px;line-height:1.7}
.eth-yg-acc-panel[hidden]{display:none}
.eth-yg-acc-panel p{margin:0}
.eth-yg-legal{margin-top:18px;font-size:14px;color:#555;line-height:1.7}
.eth-pagination{margin-top:40px;display:flex;justify-content:center}
.eth-pagination ul{list-style:none;display:flex;gap:6px;margin:0;padding:0}
.eth-pagination a{
  display:inline-flex;min-width:40px;height:40px;align-items:center;justify-content:center;
  border:1px solid #e5e5e5;color:#333;font-weight:600;padding:0 12px;
}
.eth-pagination .is-active a,.eth-pagination a:hover{background:var(--eth-primary);border-color:var(--eth-primary);color:#fff}

/* Ürün detay — canlı Woodmart düzeni */
.eth-pd-page{background:#fff;padding:28px 0 70px}
.eth-pd-breadcrumb{margin:0 0 28px}
.eth-pd-breadcrumb ol{
  list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:6px 10px;
  font-size:13px;color:#888;
}
.eth-pd-breadcrumb li{display:inline-flex;align-items:center;gap:10px}
.eth-pd-breadcrumb li:not(:last-child)::after{content:"/";color:#ccc}
.eth-pd-breadcrumb a{color:#666;text-decoration:none}
.eth-pd-breadcrumb a:hover{color:var(--eth-primary)}
.eth-pd-breadcrumb span{color:#333}

.eth-product-detail{display:grid;grid-template-columns:1.05fr 1fr;gap:48px;margin-bottom:48px;align-items:start}
.eth-product-main-img{
  width:100%;aspect-ratio:1;object-fit:contain;background:#fff;padding:12px;
  border:1px solid #eee;display:block;
}
.eth-pd-zoom{display:block;text-decoration:none}
.eth-product-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px}
.eth-product-thumbs button{
  border:1px solid #eee;background:#fff;padding:0;cursor:pointer;aspect-ratio:1;overflow:hidden;
}
.eth-product-thumbs button.is-active{border-color:var(--eth-primary)}
.eth-product-thumbs img{width:100%;height:100%;object-fit:contain;display:block;padding:4px}

.eth-pd-title-row{
  display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:1rem;
}
.eth-product-info h1{
  font-family:var(--wd-title-font);
  font-size:clamp(1.45rem,2.4vw,1.85rem);
  font-weight:700;
  margin:0;
  color:#333;
  line-height:1.3;
  text-transform:none;
  flex:1;
  min-width:0;
}
.eth-pd-brand-badge{
  flex:0 0 92px;width:92px;height:92px;
  border:1px solid #e8e8e8;background:#fff;
  display:inline-flex;align-items:center;justify-content:center;padding:8px;
}
.eth-pd-brand-badge img{max-width:100%;max-height:100%;object-fit:contain}
.eth-pd-brand-text{
  font-size:12px;font-weight:700;color:#333;text-align:center;text-decoration:none;
}
.eth-product-lead{font-size:15px;line-height:1.75;color:#666;margin:0 0 1.4rem}
.eth-pd-actions{margin-bottom:1.5rem}
.eth-pd-quote{
  display:inline-flex;align-items:center;justify-content:center;
  min-width:140px;padding:12px 26px;
  background:#efefef;color:#333!important;border:1px solid #e5e5e5;
  font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;text-decoration:none;
  transition:background .2s ease,color .2s ease;
}
.eth-pd-quote:hover{background:var(--eth-primary);color:#fff!important;border-color:var(--eth-primary)}
.eth-pd-meta{border-top:1px solid #ececec;padding-top:18px}
.eth-pd-cats{margin:0 0 14px;font-size:14px;color:#555;line-height:1.6}
.eth-pd-cats strong{color:#333;margin-right:4px}
.eth-pd-cats a{color:#777;text-decoration:none}
.eth-pd-cats a:hover{color:var(--eth-primary)}
.eth-pd-share{display:flex;align-items:center;gap:12px;flex-wrap:wrap;font-size:14px}
.eth-pd-share strong{color:#333}
.eth-pd-share-links{display:flex;gap:14px;align-items:center}
.eth-pd-share-links a{color:#777;font-size:16px;line-height:1}
.eth-pd-share-links a:hover{color:var(--eth-primary)}

.eth-pd-tabs{margin:10px 0 50px}
.eth-pd-tablist{
  display:flex;justify-content:center;gap:36px;
  border-bottom:1px solid #ececec;margin-bottom:28px;
}
.eth-pd-tablist button{
  appearance:none;border:0;background:transparent;cursor:pointer;
  padding:12px 4px 14px;margin-bottom:-1px;
  font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#aaa;
  border-bottom:3px solid transparent;
}
.eth-pd-tablist button.is-active{
  color:#333;border-bottom-color:var(--eth-primary);
}
.eth-pd-tabpanel[hidden]{display:none}
.eth-pd-description{max-width:100%}
.eth-pd-brand-row{
  display:flex;align-items:center;gap:14px;margin-bottom:24px;flex-wrap:wrap;
}
.eth-pd-brand-row img{max-height:70px;width:auto}
.eth-pd-brand-row em{color:#999;font-size:14px}
.eth-pd-brand-row a{color:inherit}

/* Açıklama içi Woodmart buton / doküman kolonları */
.eth-pd-doc-grid{
  display:grid;grid-template-columns:1fr 1fr;gap:36px;margin-top:20px;align-items:start;
}
.eth-pd-doc-col{text-align:center}
.eth-pd-description .woodmart-title-container,
.eth-pd-doc-col h4{
  font-family:var(--wd-title-font);
  font-size:1.05rem;font-weight:700;color:#222;
  text-transform:uppercase;margin:0 0 18px;text-align:center;
}
.eth-pd-description .btn,
.eth-pd-doc-col .btn{
  display:flex;align-items:center;justify-content:center;gap:10px;
  width:100%;max-width:100%;
  margin:0 0 10px;padding:14px 18px;
  background:#f1f1f1;color:#222!important;border:0;border-radius:0;
  font-size:12px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;
  text-decoration:none;line-height:1.35;text-align:center;
}
.eth-pd-description .btn .wd-btn-icon,
.eth-pd-doc-col .btn .wd-btn-icon{order:-1;font-size:14px}
.eth-pd-doc-certs .btn,
.eth-pd-description .eth-pd-doc-certs .btn{
  background:var(--eth-accent);color:#fff!important;
}
.eth-pd-description p{overflow:hidden}
.eth-pd-description img.alignleft{float:left;margin:0 16px 10px 0}

.eth-pd-extra-table{width:100%;max-width:640px;margin:0 auto;border-collapse:collapse}
.eth-pd-extra-table th,
.eth-pd-extra-table td{
  border:1px solid #e8e8e8;padding:14px 18px;text-align:left;font-size:14px;
}
.eth-pd-extra-table th{width:30%;background:#fafafa;font-weight:700;color:#333}
.eth-pd-extra-table a{color:var(--eth-primary)}

.eth-pd-related{margin-top:20px;padding-top:10px}
.eth-pd-related h2{
  font-family:var(--wd-title-font);
  font-size:clamp(1.4rem,2.2vw,1.75rem);
  font-weight:700;color:#333;margin:0 0 28px;text-transform:none;
}
.eth-pd-related-grid{grid-template-columns:repeat(4,1fr)}

@media (max-width:991px){
  .eth-product-detail{grid-template-columns:1fr;gap:28px}
  .eth-pd-doc-grid{grid-template-columns:1fr;gap:28px}
  .eth-pd-related-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:575px){
  .eth-pd-title-row{flex-direction:column}
  .eth-pd-related-grid{grid-template-columns:1fr}
}

.eth-contact-page{padding-top:28px;padding-bottom:60px}
.eth-contact-map-section{
  width:100%;
  padding:0 16px 48px;
  box-sizing:border-box;
}
.eth-contact-map-shell{
  width:100%;
  max-width:1240px;
  margin:0 auto;
  height:350px;
  display:grid;
  grid-template-columns:minmax(260px, 34%) 1fr;
  border:1px solid #e5e5e5;
  background:#fff;
  overflow:hidden;
}
.eth-contact-locs{
  display:flex;
  flex-direction:column;
  overflow:auto;
  background:#fff;
  border-right:1px solid #e5e5e5;
}
.eth-contact-loc{
  display:block;
  width:100%;
  flex:1 1 0;
  text-align:left;
  border:0;
  border-bottom:1px solid #e8e8e8;
  background:#f7f7f7;
  padding:16px 18px;
  cursor:pointer;
  font:inherit;
  color:#333;
  transition:background .15s ease;
}
.eth-contact-loc:last-child{border-bottom:0}
.eth-contact-loc:hover,
.eth-contact-loc.is-active{background:#fff}
.eth-contact-loc.is-active{box-shadow:inset 3px 0 0 var(--eth-primary, #0054ac)}
.eth-contact-loc-title{
  display:block;
  font-size:14px;
  font-weight:700;
  margin:0 0 6px;
  color:#222;
}
.eth-contact-loc-addr,
.eth-contact-loc-phone{
  display:block;
  font-size:12px;
  line-height:1.55;
  color:#666;
}
.eth-contact-loc-phone{margin-top:4px}
.eth-contact-map-frame{position:relative;min-width:0;background:#e8e8e8}
.eth-contact-map-iframe{
  display:none;
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}
.eth-contact-map-iframe.is-active{display:block}
@media (max-width:768px){
  .eth-contact-map-section{padding:0 0 32px}
  .eth-contact-map-shell{
    height:auto;
    min-height:520px;
    grid-template-columns:1fr;
    grid-template-rows:auto 320px;
  }
  .eth-contact-locs{border-right:0;border-bottom:1px solid #e5e5e5;max-height:220px}
}
.eth-contact-details{margin-bottom:36px}
.eth-contact-heading{
  font-size:1.35rem;margin:0 0 1rem;text-transform:uppercase;color:var(--eth-heading);
  letter-spacing:.02em;
}
.eth-contact-details-body p{margin:0 0 .55rem;font-size:15px;line-height:1.7;color:#444}
.eth-contact-details-body a{color:var(--eth-primary);text-decoration:none}
.eth-contact-details-body a:hover{text-decoration:underline}
.eth-contact-layout{display:grid;grid-template-columns:1fr 1.05fr;gap:48px;align-items:start}
.eth-contact-form-kicker{
  margin:0 0 .35rem;font-size:12px;font-weight:600;letter-spacing:.06em;
  text-transform:uppercase;color:#888;
}
.eth-contact-form-wrap .eth-contact-heading{margin-bottom:1.25rem}
.eth-contact-faq .eth-yg-accordion{margin-top:4px}
.eth-contact-recaptcha{margin:4px 0 18px}
.eth-contact-row{display:flex;gap:12px;margin-bottom:14px}
.eth-contact-row i{
  width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;
  background:var(--eth-primary);color:#fff;flex-shrink:0;
}
.eth-contact-info h2,.eth-contact-form-wrap h2{font-size:1.35rem;margin-bottom:1.25rem;text-transform:uppercase;color:var(--eth-heading)}
.eth-social-row{display:flex;gap:10px;margin-top:20px;flex-wrap:wrap}
.eth-social-row a{
  width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;
  background:#f7f7f7;color:var(--eth-primary);
}
.eth-map{width:100%;min-height:360px;border:1px solid #eee;overflow:hidden}
.eth-map iframe{width:100%!important;height:360px!important;border:0}
.eth-contact-form .eth-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.eth-contact-form .eth-form-group{margin-bottom:16px}
.eth-contact-form label{display:block;margin-bottom:6px;font-size:13px;font-weight:600}
.eth-contact-form input[type="text"],
.eth-contact-form input[type="email"],
.eth-contact-form input[type="tel"],
.eth-contact-form textarea{
  width:100%;border:1px solid #ddd;padding:12px 14px;font-size:15px;background:#fff;
}
.eth-contact-form .eth-form-check label{display:flex;align-items:flex-start;gap:10px;font-weight:500;cursor:pointer}
.eth-contact-form .eth-form-check input{margin-top:3px}
.eth-contact-form .eth-form-alert{margin-top:14px;padding:12px 14px;font-size:14px}
.eth-contact-form .eth-form-alert.is-success{background:#eef8f0;color:#1e6b32;border:1px solid #c6e6cd}
.eth-contact-form .eth-form-alert.is-error{background:#fdf0f0;color:#9b1c1c;border:1px solid #f0c6c6}

/* Referanslarımız — müşteri logo galerisi (canlı 5 kolon) */
.eth-clients-page{background:#fff;padding:60px 0 80px}
.eth-clients-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:30px;
  justify-items:center;
  align-items:center;
}
.eth-client-item{
  margin:0;
  width:100%;
  max-width:200px;
  aspect-ratio:1;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:12px;
}
.eth-client-item img{
  display:block;
  width:100%;
  height:auto;
  max-height:160px;
  object-fit:contain;
  filter:none;
  transition:transform .25s ease, opacity .25s ease;
}
.eth-client-item:hover img{transform:scale(1.04);opacity:.9}

/* Projelerimiz / portfolio — canlı Woodmart uyumu */
.eth-portfolio-page{padding-top:28px}
.eth-portfolio-tabs{margin:0 0 36px;border-bottom:1px solid #e8e8e8}
.eth-portfolio-tabs ul{
  list-style:none;margin:0;padding:0;
  display:flex;flex-wrap:wrap;gap:4px 8px;justify-content:center;
}
.eth-portfolio-tabs a{
  display:inline-block;padding:12px 18px;font-size:14px;font-weight:600;
  color:#666;text-decoration:none;border-bottom:2px solid transparent;
  margin-bottom:-1px;transition:color .2s ease,border-color .2s ease;
}
.eth-portfolio-tabs a:hover{color:var(--eth-primary,#383373)}
.eth-portfolio-tabs a.is-active{
  color:var(--eth-primary,#383373);
  border-bottom-color:var(--eth-primary,#383373);
}
.eth-portfolio-grid{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px 24px;
}
.eth-portfolio-card.is-hidden,[hidden].eth-portfolio-card{display:none!important}
.eth-portfolio-media{position:relative;overflow:hidden;background:#f3f3f3;margin-bottom:14px}
.eth-portfolio-thumb{display:block;position:relative}
.eth-portfolio-thumb img{
  display:block;width:100%;aspect-ratio:4/3;object-fit:cover;
  transition:transform .45s ease;
}
.eth-portfolio-card:hover .eth-portfolio-thumb img{transform:scale(1.06)}
.eth-portfolio-hover{
  position:absolute;inset:0;display:flex;flex-direction:column;
  align-items:center;justify-content:center;gap:8px;
  padding:20px;text-align:center;color:#fff;pointer-events:none;
  background:rgba(56,51,115,.62);
  opacity:0;transition:opacity .25s ease;
}
.eth-portfolio-card:hover .eth-portfolio-hover{opacity:1}
.eth-portfolio-hover-cat{
  font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;
  opacity:.9;
}
.eth-portfolio-hover-title{
  font-size:16px;font-weight:700;line-height:1.35;max-width:92%;
}
.eth-portfolio-cats{list-style:none;margin:0 0 6px;padding:0;text-align:center}
.eth-portfolio-cats li{display:inline;font-size:12px;color:#888;text-transform:uppercase;letter-spacing:.04em}
.eth-portfolio-title{
  margin:0;text-align:center;font-size:16px;font-weight:600;line-height:1.35;
  color:var(--eth-heading,#222);
}
.eth-portfolio-title a{color:inherit;text-decoration:none}
.eth-portfolio-title a:hover{color:var(--eth-primary,#383373)}
.eth-portfolio-more{text-align:center;margin:36px 0 8px}
.eth-portfolio-more-btn{
  appearance:none;border:1px solid #ddd;background:#fff;color:#333;
  padding:12px 28px;font-size:14px;font-weight:600;cursor:pointer;
  transition:background .2s ease,border-color .2s ease,color .2s ease;
}
.eth-portfolio-more-btn:hover{
  border-color:var(--eth-primary,#383373);
  color:var(--eth-primary,#383373);
}
.eth-portfolio-more-status{display:block;margin-top:12px;color:#888;font-size:13px}
.eth-portfolio-empty{text-align:center;grid-column:1/-1;color:#666}
.eth-lightbox{
  position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.88);
  display:flex;align-items:center;justify-content:center;padding:24px;
}
.eth-lightbox[hidden]{display:none!important}
.eth-lightbox img{max-width:min(1100px,96vw);max-height:90vh;object-fit:contain}
.eth-lightbox-close{
  position:absolute;top:16px;right:20px;border:0;background:transparent;
  color:#fff;font-size:36px;line-height:1;cursor:pointer;
}

/* Eski referans grid (detay benzerleri vb.) */
.eth-ref-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.eth-ref-card{text-align:center}
.eth-ref-card-media{display:block}
.eth-ref-card img{
  width:100%;aspect-ratio:1;object-fit:contain;background:#f7f7f7;
  border:1px solid #eee;padding:16px;margin-bottom:12px;
}
.eth-ref-card h3{font-size:14px;margin:0 0 8px;text-transform:uppercase}
.eth-ref-card h3 a{color:inherit}
@media (max-width:1100px){
  .eth-clients-grid{grid-template-columns:repeat(4,1fr);gap:22px}
}
@media (max-width:767px){
  .eth-clients-grid{grid-template-columns:repeat(2,1fr);gap:16px}
  .eth-clients-page{padding:40px 0 56px}
}
.eth-ref-detail{display:grid;grid-template-columns:.9fr 1.1fr;gap:40px}
.eth-ref-article{max-width:920px;margin:0 auto 10px}
.eth-ref-article-title{
  font-size:clamp(1.35rem,2.2vw,1.75rem);margin:0 0 12px;line-height:1.3;color:var(--eth-heading,#222);
}
.eth-ref-article-body{margin-top:1.25rem}
.eth-ref-detail-page .eth-ref-products-carousel{margin:36px 0 8px;padding-left:40px;padding-right:40px}
.eth-ref-products-carousel .eth-svc-slide{flex:0 0 calc((100% - 84px) / 4)}
.eth-ref-products-carousel .eth-svc-carousel-dots{display:none}
@media (max-width:991px){
  .eth-ref-products-carousel .eth-svc-slide{flex:0 0 calc((100% - 28px) / 2)}
}
@media (max-width:575px){
  .eth-ref-products-carousel .eth-svc-slide{flex:0 0 100%}
}

/* Daha Yeni / Daha Eski — canlı Woodmart post nav */
.eth-ref-postnav{
  display:grid;grid-template-columns:1fr auto 1fr;gap:16px;align-items:center;
  margin:36px 0 0;padding:28px 0;
  border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8;
}
.eth-ref-postnav-side{min-width:0}
.eth-ref-postnav-side.is-older{text-align:right}
.eth-ref-postnav-link{
  display:inline-flex;align-items:center;gap:14px;max-width:100%;
  text-decoration:none;color:inherit;
}
.eth-ref-postnav-side.is-older .eth-ref-postnav-link{flex-direction:row}
.eth-ref-postnav-arrow{
  flex:0 0 auto;width:36px;height:36px;border:1px solid #ddd;border-radius:50%;
  display:inline-flex;align-items:center;justify-content:center;color:#666;font-size:18px;
  transition:border-color .2s ease,color .2s ease;
}
.eth-ref-postnav-link:hover .eth-ref-postnav-arrow{
  border-color:var(--eth-primary,#383373);color:var(--eth-primary,#383373);
}
.eth-ref-postnav-text{display:flex;flex-direction:column;gap:4px;min-width:0;text-align:left}
.eth-ref-postnav-side.is-older .eth-ref-postnav-text{text-align:right}
.eth-ref-postnav-label{font-size:12px;color:#999;font-weight:500}
.eth-ref-postnav-title{
  font-size:14px;font-weight:600;line-height:1.35;color:#333;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
.eth-ref-postnav-link:hover .eth-ref-postnav-title{color:var(--eth-primary,#383373)}
.eth-ref-postnav-grid{
  width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;
  color:#666;font-size:18px;text-decoration:none;
}
.eth-ref-postnav-grid:hover{color:var(--eth-primary,#383373)}
.eth-ref-related{margin-top:48px}
.eth-ref-related > h2{
  font-size:1.35rem;margin:0 0 28px;text-align:center;font-weight:600;color:var(--eth-heading,#222);
}
.eth-ref-related-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
@media (max-width:767px){
  .eth-ref-postnav{grid-template-columns:1fr;gap:18px}
  .eth-ref-postnav-grid{order:-1;margin:0 auto}
  .eth-ref-postnav-side.is-older{text-align:left}
  .eth-ref-postnav-side.is-older .eth-ref-postnav-text{text-align:left}
  .eth-ref-related-grid{grid-template-columns:1fr}
}
.eth-detail-cover{width:100%;display:block;border:1px solid #eee;background:#f7f7f7;margin-bottom:24px}
.eth-detail-layout{display:grid;grid-template-columns:1fr 280px;gap:40px}
.eth-side-list h3{font-size:1.1rem;text-transform:uppercase;margin:0 0 16px;color:var(--eth-heading)}
.eth-side-list ul{list-style:none;margin:0;padding:0}
.eth-side-list li{margin-bottom:12px}
.eth-side-list a{display:grid;grid-template-columns:64px 1fr;gap:12px;align-items:center;color:#333}
.eth-side-list img{width:64px;height:64px;object-fit:cover;border:1px solid #eee}

.eth-search-form{display:flex;gap:10px;margin-bottom:28px;max-width:720px}
.eth-search-form input{flex:1;border:1px solid #ddd;padding:12px 14px;font-size:15px}
.eth-search-results{display:grid;gap:18px}
.eth-search-item{display:grid;grid-template-columns:96px 1fr;gap:18px;padding-bottom:18px;border-bottom:1px solid #eee}

.eth-empty-state{text-align:center;max-width:640px;margin:0 auto}
.not-404{font-size:100px;font-weight:600;color:var(--eth-primary);margin:0}
.not-found{font-size:32px;font-weight:500;margin:.5rem 0 1rem;color:var(--eth-heading)}

.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:var(--eth-primary);z-index:9999;color:#fff}
.cookie-content{
  display:flex;align-items:center;gap:20px;padding:15px 20px;
  max-width:var(--eth-container);margin:0 auto;
}
.cookie-btn{padding:6px 12px;border:0;font-size:11px;font-weight:600;cursor:pointer}
.cookie-btn-accept{background:var(--eth-accent);color:#fff}
.cookie-btn-reject,.cookie-btn-settings{background:rgba(255,255,255,.15);color:#fff;border:1px solid rgba(255,255,255,.3)}

/* Reveal (hafif) */
.eth-reveal{opacity:1;transform:none}

/* ========== Responsive ========== */
@media (max-width:1200px){
  .eth-cat-grid{grid-template-columns:repeat(2,1fr)}
  .eth-topbar-cats{display:none}
  .eth-cat-band{margin-top:-70px;margin-bottom:50px}
}
/* Canlı Woodmart mobil header (≤1024): sosyal üst bant + Menu | Logo | ENG */
@media (max-width:1024px){
  .eth-topbar-left,
  .eth-topbar-cats,
  .eth-topbar-lang,
  .eth-topbar-right > .eth-topbar-divider{display:none!important}
  .eth-topbar-inner{justify-content:center}
  .eth-topbar-right{
    justify-content:center;
    margin:0;
    width:100%;
  }
  .eth-topbar-social{display:inline-flex}

  .eth-header-inner{
    position:relative;
    justify-content:space-between;
    min-height:64px;
    gap:.5rem;
  }
  .eth-nav-desktop{display:none}
  .eth-nav-toggle{display:inline-flex}
  .eth-nav-toggle-text{display:inline}
  .eth-logo{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    z-index:1;
  }
  .eth-logo img{max-height:36px;max-width:130px}
  .eth-header-tools{
    margin-left:auto;
    gap:.35rem;
  }
  .eth-header-tools .eth-search-btn{display:none}
  .eth-header-lang{display:inline-flex}

  /* Ana sayfa: şeffaf header + beyaz menü/logo (canlı whb-color-light) */
  .eth-page-home .eth-shell-over .eth-header{
    background:transparent;
    border-bottom-color:rgba(255,255,255,.22);
  }
  .eth-page-home .eth-shell-over .eth-nav-toggle{color:#fff}
  .eth-page-home .eth-shell-over .eth-logo .eth-logo-light{display:block}
  .eth-page-home .eth-shell-over .eth-logo .eth-logo-dark{display:none}

  /* İç sayfalar: beyaz header + koyu logo */
  body:not(.eth-page-home) .eth-header{
    background:#fff;
  }
  body:not(.eth-page-home) .eth-logo .eth-logo-light{display:none}
  body:not(.eth-page-home) .eth-logo .eth-logo-dark{display:block}
  body:not(.eth-page-home) .eth-nav-toggle{color:var(--eth-primary)}
}
@media (max-width:1100px){
  .eth-product-grid,.eth-ref-grid,.eth-portfolio-grid{grid-template-columns:repeat(2,1fr)}
  .eth-brand-grid{grid-template-columns:repeat(3,1fr)}
  .eth-brand-card{border-right:1px solid #eaeaea;border-bottom:1px solid #eaeaea}
  .eth-brand-card:nth-child(5n){border-right:1px solid #eaeaea}
  .eth-brand-card:nth-child(3n){border-right:0}
  .eth-brand-card:nth-child(-n+5){border-bottom:1px solid #eaeaea}
  .eth-brand-card:nth-last-child(-n+3){border-bottom:0}
  .eth-footer-grid{grid-template-columns:1fr 1fr}
  .eth-nav>li>a{padding:1.5rem .4rem;font-size:12px}
}
@media (max-width:1200px){
  .eth-footer-grid{grid-template-columns:1fr 1fr 1fr;gap:28px}
}
@media (max-width:991px){
  .eth-promo-videos{padding:70px 0 120px}
  .eth-promo-top{grid-template-columns:1fr;gap:28px}
  .eth-promo-copy{max-width:100%}
  .eth-promo-grid{grid-template-columns:1fr;gap:18px}
  .eth-blog-grid,
  .eth-seo-grid,
  .eth-home-contact-inner,
  .eth-contact-band-inner,
  .eth-product-detail,
  .eth-contact-layout,
  .eth-ref-detail,
  .eth-detail-layout,
  .eth-contact-form .eth-form-row{grid-template-columns:1fr}
  .eth-home-contact{padding:40px 0 50px}
  .eth-home-contact-map iframe{height:280px}
  .eth-home-contact-about{max-width:100%}
  .eth-footer-cta-inner{flex-direction:column;align-items:flex-start}
  .eth-footer-cta-actions{width:100%;max-width:220px}
  /* Mobil/tablet footer: canlı widget-collapse */
  .eth-footer{padding-top:48px}
  .eth-footer-grid{grid-template-columns:1fr;gap:0;padding-bottom:8px}
  .eth-footer-brand{padding-bottom:20px}
  .eth-footer-col{border-top:1px solid #e8e8e8;padding:0}
  .eth-footer-acc-btn{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    width:100%;
    margin:0;
    padding:16px 0;
    pointer-events:auto;
    cursor:pointer;
    color:#333;
  }
  .eth-footer-acc-btn i{
    display:inline-block;
    font-size:12px;
    color:#bbb;
    transition:transform .2s ease;
  }
  .eth-footer-col.is-open .eth-footer-acc-btn i{transform:rotate(180deg)}
  .eth-footer-acc-panel{display:none;padding:0 0 16px}
  .eth-footer-col.is-open .eth-footer-acc-panel{display:block}
  .eth-footer-bottom{
    flex-direction:column;
    text-align:center;
    justify-content:center;
    gap:8px;
    padding:22px 0 28px;
  }
  .eth-about-intro{max-width:100%}
  .eth-about-exp,
  .eth-about-solutions-inner,
  .eth-mission-values{grid-template-columns:1fr;gap:28px}
  .eth-mission-block{max-width:100%}
  .eth-about-solutions{padding:60px 0 50px}
  .eth-about-videos{grid-template-columns:1fr;gap:18px;padding:36px 0 28px}
  .eth-clients-grid{grid-template-columns:repeat(2,1fr);gap:20px}
  .eth-hr-layout,
  .eth-blog-layout{grid-template-columns:1fr}
  /* Canlı: arama kutusu dikey (Ürün ara / Kategori / Ara) */
  .eth-hero,
  .eth-hero-content{min-height:560px}
  .eth-hero-content{padding-top:150px;padding-bottom:120px}
  .eth-hero-copy{max-width:100%}
  .eth-hero-title{font-size:38px;line-height:48px}
  .eth-hero-desc{font-size:18px;line-height:28px}
  .eth-hero-search{
    height:auto;
    display:flex;
    flex-direction:column;
  }
  .eth-hero-q,
  .eth-hero-cat,
  .eth-hero-submit{
    position:relative;
    width:100%;
    right:auto;
    left:auto;
    top:auto;
    bottom:auto;
    height:48px;
    display:block;
  }
  .eth-hero-q{border-bottom:1px solid rgba(255,255,255,.45)}
  .eth-hero-cat{
    border-left:0;
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.45);
    width:100%;
  }
  .eth-hero-submit{
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
  }
  .eth-page-hero{min-height:200px}
  .eth-page-hero-inner{padding:48px 0 36px}
  .eth-page-hero h1{font-size:1.75rem}
}
@media (max-width:680px){
  .eth-hero-content{padding-top:120px;padding-bottom:90px}
  .eth-hero-title{font-size:25px;line-height:35px}
  .eth-hero-desc{font-size:14px;line-height:24px;margin-bottom:16px}
  .eth-hero-divider{height:36px}
  .eth-hero-divider svg{height:36px}

  .eth-cat-band{margin-top:-28px;margin-bottom:36px}
  .eth-cat-grid{grid-template-columns:1fr;gap:16px}
  .eth-cat-title{font-size:1.4rem;line-height:1.3}
  .eth-product-grid,
  .eth-brand-grid,
  .eth-footer-grid,
  .eth-ref-grid,.eth-portfolio-grid{grid-template-columns:1fr}
  .eth-portfolio-tabs{
    display:flex;
    flex-wrap:nowrap;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    gap:0;
  }
  .eth-portfolio-tabs a{padding:10px 12px;font-size:13px;flex:0 0 auto}
  .eth-brand-card,
  .eth-brand-card:nth-child(3n),
  .eth-brand-card:nth-child(5n),
  .eth-brand-card:nth-child(-n+5){
    border-right:0;
    border-bottom:1px solid #eaeaea;
    padding:28px 12px;
  }
  .eth-brand-card:last-child{border-bottom:0}
  .eth-section{padding:48px 0}
  .cookie-content{flex-direction:column;align-items:stretch;gap:12px}
}
