/* Pulsar Trading — Woodmart ölçüleri (pulsartrading.co.uk) */

@font-face{
  font-family:"Manrope3";
  src:url("../fonts/Manrope3-Thin.woff2") format("woff2");
  font-weight:100;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Manrope3";
  src:url("../fonts/Manrope3-Regular.woff2") format("woff2");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Manrope3";
  src:url("../fonts/Manrope3-Bold.woff2") format("woff2");
  font-weight:600;
  font-style:normal;
  font-display:swap;
}

:root{
  --eth-primary:#2250a0;
  --eth-accent:#8ecbde;
  --eth-text:#777;
  --eth-heading:#242424;
  --eth-container:1222px;
  --wd-container-w:1222px;
  --wd-text-font:"Ubuntu",Arial,Helvetica,sans-serif;
  --wd-title-font:"Manrope3",Arial,Helvetica,sans-serif;
  --wd-entities-title-font:"Manrope3",Arial,Helvetica,sans-serif;
  --wd-text-font-size:15px;
  --wd-text-font-weight:400;
  --wd-text-line-height:1.6;
  --wd-title-font-weight:600;
  --wd-header-el-font:"Ubuntu",Arial,Helvetica,sans-serif;
  --wd-header-el-font-weight:500;
  --wd-header-el-transform:uppercase;
  --wd-header-el-font-size:13px;
  --wd-primary-color:rgb(34,80,160);
  --wd-text-color:#777777;
  --wd-navigation-color:51,51,51;
  --eth-font:var(--wd-text-font);
  --eth-title-font:var(--wd-title-font);
}

*,*::before,*::after{box-sizing:border-box}
html{margin:0;padding:0;width:100%}
body{margin:0;padding:0;width:100%;overflow-x:clip}
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: Woodmart .container = 1222px */
.eth-topbar .eth-wrap,
.eth-header .eth-wrap{
  max-width:var(--wd-container-w);
  width: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-slider,
.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 — Pulsar / Woodmart whb-top-bar ========== */
.eth-topbar{
  background:#fff;
  color:var(--wd-text-color);
  font-family:var(--wd-header-el-font);
  font-size:12px;
  font-weight:400;
  line-height:1.2;
  letter-spacing:0;
  text-transform:none;
  border-bottom:0;
}
.eth-topbar-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  height:45px;
  max-height:45px;
  gap:0;
  border-bottom:1px solid rgba(129,129,129,.2);
}
.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}

.eth-topbar-item{
  display:inline-flex;
  align-items:center;
  padding:0 10px;
  font-size:12px;
  font-weight:400;
  line-height:1.2;
  color:var(--wd-text-color);
  white-space:nowrap;
  text-decoration:none;
}
.eth-topbar-item img{
  width:20px;
  height:20px;
  margin:-4px 10px 0 0;
  flex:0 0 auto;
}
.eth-topbar a.eth-topbar-item:hover{color:#242424}
.eth-topbar-slogan{color:var(--wd-text-color)}

/* ========== Main header — Pulsar whb-general-header ==========
   [Logo] ........ [Home About Products Blog Contact] | [Search] */
.eth-shell-header{
  position:relative;
  z-index:390;
  background:#fff;
}
.eth-header{
  background:#fff;
  border-bottom:0;
}
.eth-header.is-sticky{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:450;
  background:#fff;
  box-shadow:0 1px 8px rgba(0,0,0,.08);
  animation:eth-header-in .28s ease;
}
@keyframes eth-header-in{
  from{transform:translateY(-100%)}
  to{transform:translateY(0)}
}
.eth-header-sticky-spacer{display:none;width:100%;flex:none}
.eth-header-inner{
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
  align-items:center;
  justify-content:space-between;
  height:90px;
  max-height:90px;
  gap:0;
}
.eth-header-left{
  display:flex;
  align-items:center;
  flex:0 0 auto;
  margin-left:-10px;
}
.eth-logo{
  display:inline-flex;
  align-items:center;
  padding:0 10px;
  max-height:inherit;
}
.eth-logo img{
  display:block;
  width:auto;
  max-width:200px;
  max-height:80px;
  height:auto;
  padding-top:5px;
  padding-bottom:5px;
}
.eth-header-end{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  margin-left:auto;
  margin-right:-10px;
  min-width:0;
}
.eth-header-space{display:none}

.eth-nav-desktop{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  padding:0 16px 0 10px;
}
.eth-nav{
  display:flex;
  align-items:center;
  list-style:none;
  margin:0;
  padding:0;
  flex-wrap:nowrap;
  gap:0 42px;
}
.eth-nav>li{position:relative}
.eth-nav>li>a{
  position:relative;
  display:flex;
  align-items:center;
  min-height:42px;
  padding:5px 0;
  font-family:var(--wd-header-el-font);
  font-size:var(--wd-header-el-font-size);
  font-weight:var(--wd-header-el-font-weight);
  text-transform:var(--wd-header-el-transform);
  letter-spacing:0;
  line-height:1.4;
  color:#333;
  white-space:nowrap;
  text-decoration:none;
}
.eth-nav>li>a:hover,
.eth-nav>li:hover>a,
.eth-nav>li.current-menu-item>a{
  color:var(--wd-primary-color);
}
.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;
  flex:0 0 auto;
  margin-right:0;
}
.eth-header-split{
  display:block;
  width:1px;
  height:20px;
  background:rgba(129,129,129,.28);
  flex:0 0 1px;
  margin:0 2px 0 0;
}
.eth-search-btn,
.eth-nav-toggle{
  border:0;
  background:transparent;
  color:#333;
  cursor:pointer;
  line-height:1;
}
.eth-header-tools .eth-search-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  height:40px;
  padding:0 10px;
  color:#333;
}
.eth-header-tools .eth-search-btn:hover{color:rgba(51,51,51,.6)}
.eth-search-icon{
  display:block;
  width:20px;
  height:20px;
  background:currentColor;
  /* Woodmart search glyph approximation: thin magnifying glass */
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M20 20l-3.5-3.5'/%3E%3C/svg%3E") center/20px 20px no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M20 20l-3.5-3.5'/%3E%3C/svg%3E") center/20px 20px no-repeat;
}
.eth-search-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.eth-nav-toggle{
  display:none;
  align-items:center;
  gap:8px;
  color:#333;
  font-family:var(--wd-header-el-font);
  font-weight:var(--wd-header-el-font-weight);
  text-transform:uppercase;
  font-size:13px;
  letter-spacing:0;
  height:40px;
  padding:0 10px;
  flex:0 0 auto;
  z-index:2;
}
.eth-nav-toggle-bars{
  display:block;
  width:18px;
  height:12px;
  background:
    linear-gradient(currentColor,currentColor) 0 0/100% 2px no-repeat,
    linear-gradient(currentColor,currentColor) 0 5px/100% 2px no-repeat,
    linear-gradient(currentColor,currentColor) 0 10px/100% 2px no-repeat;
}
.eth-nav-toggle-text{display:inline}

/* Pulsar header is always solid white — not overlaid on the hero */
.eth-page-home .eth-shell-header{
  position:relative;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}
}
/* Mobil menü — canlı Woodmart: soldan açılır, arama + Menu/Categories */
.eth-mobile-nav{
  position:fixed;
  top:0;
  bottom:0;
  left:0;
  right:auto;
  width:min(340px,100vw);
  background:#fff;
  z-index:2100;
  overflow:hidden;
  overflow-y:auto;
  -webkit-overflow-scrolling:touch;
  transform:translate3d(-100%,0,0);
  transition:transform .5s cubic-bezier(.19,1,.22,1);
  padding:0;
}
.eth-mobile-nav.is-open{transform:none}
.eth-mobile-backdrop{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.7);
  z-index:2050;
  opacity:0;
  pointer-events:none;
  transition:opacity .5s cubic-bezier(.19,1,.22,1);
}
.eth-mobile-backdrop.is-open{opacity:1;pointer-events:auto}
.eth-mobile-search{
  position:relative;
  z-index:4;
  box-shadow:0 -1px 9px rgba(0,0,0,.17);
  margin:0;
}
.eth-mobile-search input[type="text"]{
  width:100%;
  height:70px;
  border:0;
  background:transparent;
  padding:0 70px 0 20px;
  font-size:15px;
  font-weight:600;
  color:#777;
  outline:none;
}
.eth-mobile-search input::placeholder{color:#a5a5a5;font-weight:600}
.eth-mobile-search-btn{
  position:absolute;
  top:0;
  right:0;
  width:70px;
  height:70px;
  border:0;
  background:transparent;
  color:#777;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
}
.eth-mobile-search-btn .eth-search-icon{width:22px;height:22px}
.eth-mobile-tabs{
  display:flex;
  list-style:none;
  margin:0;
  padding:0;
  border-bottom:1px solid #e8e8e8;
}
.eth-mobile-tabs>li{flex:1 0 50%;max-width:50%}
.eth-mobile-tabs>li>a{
  display:flex;
  align-items:center;
  justify-content:center;
  height:100%;
  padding:18px 15px;
  font-family:var(--wd-header-el-font);
  font-size:13px;
  font-weight:500;
  text-transform:uppercase;
  color:rgba(51,51,51,.5);
  text-decoration:none;
}
.eth-mobile-tabs .nav-link-text{
  position:relative;
  display:inline-block;
  line-height:1.2;
  padding-bottom:2px;
}
.eth-mobile-tabs .nav-link-text:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-19px;
  height:2px;
  width:0;
  margin:0 auto;
  background:var(--wd-primary-color);
  transition:width .2s ease;
}
.eth-mobile-tabs>li.is-active>a{color:#333}
.eth-mobile-tabs>li.is-active .nav-link-text:after,
.eth-mobile-tabs>li:hover .nav-link-text:after{width:100%}
.eth-mobile-panel{display:none}
.eth-mobile-panel.is-active{display:block}
.eth-mobile-menu{
  display:block;
  list-style:none;
  margin:0;
  padding:0;
}
.eth-mobile-menu>li>a{
  display:flex;
  align-items:center;
  min-height:50px;
  padding:5px 20px;
  border-bottom:1px solid #e8e8e8;
  font-family:var(--wd-header-el-font);
  font-size:13px;
  font-weight:500;
  text-transform:uppercase;
  color:#333;
  text-decoration:none;
}
.eth-mobile-menu>li>a:hover,
.eth-mobile-menu>li.current-menu-item>a{color:var(--wd-primary-color)}
.eth-mobile-account>a:before{
  content:"";
  display:inline-block;
  width:16px;
  height:16px;
  margin-right:7px;
  flex:0 0 16px;
  background:currentColor;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='3.4'/%3E%3Cpath d='M5 19c1.2-3.2 3.8-5 7-5s5.8 1.8 7 5'/%3E%3C/svg%3E") center/16px 16px no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='3.4'/%3E%3Cpath d='M5 19c1.2-3.2 3.8-5 7-5s5.8 1.8 7 5'/%3E%3C/svg%3E") center/16px 16px no-repeat;
}

/* ========== Hero slider — Pulsar Woodmart #slider-69 ========== */
.eth-slider{
  position:relative;
  width:100%;
  overflow:hidden;
  background:rgb(149,174,188);
}
.eth-slider-inner-wrap{
  position:relative;
  min-height:495px;
}
.eth-slider-slide{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:495px;
  background-color:rgb(149,174,188);
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  opacity:0;
  pointer-events:none;
  transition:opacity .7s cubic-bezier(.22,.61,.36,1);
}
.eth-slider-slide.is-active{
  opacity:1;
  pointer-events:auto;
  z-index:1;
}
.eth-slider-slide:after{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(20,35,55,.28);
  pointer-events:none;
}
.eth-slider-content{
  position:relative;
  z-index:2;
  width:100%;
  max-width:none;
  text-align:center;
  padding:35px 15px;
}
.eth-slider-title{
  display:block;
  max-width:70%;
  margin:0 auto;
  color:#fff;
  font-family:var(--wd-title-font);
  font-size:80px;
  line-height:90px;
  font-weight:600;
  text-transform:none;
  letter-spacing:0;
  text-align:center;
}
.eth-slider-title strong,
.eth-slider-title b{
  font-weight:600;
}
.eth-slider-desc,
.eth-slider-btn,
.eth-hero-search,
.eth-hero-desc,
.eth-hero-copy p{
  display:none !important;
}

.eth-slider-arrows{position:absolute;inset:0;z-index:3;pointer-events:none}
.eth-slider-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:3;
  width:50px;
  height:50px;
  border:0;
  background:transparent;
  padding:0;
  cursor:pointer;
  pointer-events:auto;
  color:#fff;
}
.eth-slider-prev{left:0}
.eth-slider-next{right:0}
.eth-slider-arrow-inner{
  display:flex;
  align-items:center;
  justify-content:center;
  width:50px;
  height:50px;
}
.eth-slider-arrow-inner:after{
  content:"";
  width:12px;
  height:12px;
  border-right:2px solid #fff;
  border-bottom:2px solid #fff;
}
.eth-slider-prev .eth-slider-arrow-inner:after{transform:rotate(135deg);margin-left:6px}
.eth-slider-next .eth-slider-arrow-inner:after{transform:rotate(-45deg);margin-right:6px}
.eth-slider-arrow:hover{opacity:.7}

.eth-slider-pagin{
  position:absolute;
  left:15px;
  right:15px;
  bottom:15px;
  z-index:3;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  pointer-events:none;
}
.eth-slider-pagin button{
  pointer-events:auto;
  width:10px;
  height:10px;
  padding:0;
  border:2px solid rgba(255,255,255,.85);
  border-radius:50%;
  background:transparent;
  cursor:pointer;
}
.eth-slider-pagin button.is-active{
  background:#fff;
  border-color:#fff;
}

/* 4 görselli kategori kutuları Pulsar'da yok */
.eth-cat-band{display:none !important}

/* ========== Pulsar homepage sections (Woodmart info-box) ========== */
.pt-section-title{
  font-family:var(--wd-title-font);
  font-size:40px;
  line-height:50px;
  font-weight:100;
  color:#242424;
  margin:0 0 20px;
  text-transform:none;
  letter-spacing:0;
}
.pt-section-title strong{font-weight:600}
.pt-intro .pt-section-title{margin-bottom:60px}
.pt-section-sub{
  font-family:var(--wd-text-font);
  font-size:15px;
  line-height:1.6;
  color:#777;
  margin:0 0 16px;
}
.pt-link{
  display:inline-flex;
  align-items:center;
  margin-top:15px;
  padding:0;
  color:var(--wd-primary-color);
  font-family:var(--wd-text-font);
  font-size:13px;
  font-weight:600;
  line-height:1.2;
  letter-spacing:0;
  text-transform:uppercase;
  text-decoration:none;
  border-bottom:2px solid var(--wd-primary-color);
}
.pt-link:hover{color:#1a3d7a;border-bottom-color:#1a3d7a}

.pt-intro{
  background:#def0f6;
  padding:80px 0 60px;
  margin-bottom:80px;
}
.pt-info-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:30px;
}
.pt-info{
  display:flex;
  flex-direction:row;
  align-items:flex-start;
  gap:20px;
}
.pt-info-icon{
  flex:0 0 100px;
  width:100px;
  line-height:0;
}
.pt-info-icon img{
  display:block;
  width:100px;
  height:100px;
  max-width:none;
  object-fit:contain;
}
.pt-info-body{flex:1 1 auto;min-width:0}
.pt-info-title{
  font-family:var(--wd-title-font);
  font-size:28px;
  line-height:38px;
  font-weight:100;
  color:#242424;
  margin:0;
  letter-spacing:0;
  text-transform:none;
}
.pt-info-body p{
  margin:10px 0 0;
  font-size:15px;
  line-height:24px;
  color:#777;
}

.pt-story{padding:40px 0 120px;background:#fff}
.pt-story-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px;
  align-items:center;
}
.pt-story-media img{width:100%;height:auto;display:block}
.pt-num{
  font-family:var(--wd-title-font);
  font-size:80px;
  line-height:90px;
  font-weight:400;
  color:rgba(142,203,222,.35);
  margin:0 0 -20px;
}
.pt-story-copy p{
  font-size:15px;
  line-height:24px;
  color:#777;
  margin:0 0 24px;
  max-width:90%;
}
.pt-actions{display:flex;flex-wrap:wrap;gap:12px}
.pt-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:10px 28px;
  border-radius:35px;
  font-size:13px;
  font-weight:600;
  text-transform:uppercase;
  text-decoration:none;
}
.pt-btn-primary{background:rgb(142,203,222);color:#fff}
.pt-btn-primary:hover{background:rgb(115,190,214);color:#fff}
.pt-btn-black{background:#333;color:#fff;border:0;cursor:pointer}
.pt-btn-black:hover{background:#242424;color:#fff}
.pt-btn-border{background:transparent;color:#333;border:2px solid #333}
.pt-btn-border:hover{background:#333;color:#fff}

.pt-mission{
  position:relative;
  padding:0;
  margin-bottom:-40px;
  overflow:visible;
}
.pt-mission-bg{
  position:absolute;
  inset:0;
  background:linear-gradient(to right, rgb(142,203,222) 80%, rgb(255,255,255) 80%);
  z-index:0;
  pointer-events:none;
}
.pt-mission-row{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0;
  align-items:center;
  width:100%;
  max-width:none;
  padding:0;
  margin:0;
}
.pt-mission-copy{
  background:#2250a1;
  color:#fff;
  padding:60px 15% 100px;
}
.pt-mission-copy .pt-section-title,
.pt-title-white{color:#fff}
.pt-mission-copy p{color:rgba(255,255,255,.9);max-width:90%}
.pt-num-light{color:rgba(255,255,255,.2)}
.pt-video{min-width:0;align-self:center}
.pt-video-poster{
  position:relative;
  display:block;
  margin:0;
}
.pt-video-poster img{
  width:100%;
  height:auto;
  display:block;
  aspect-ratio:16/9;
  object-fit:cover;
}
@media (min-width:1200px){
  .pt-video-poster{margin-top:-200px}
}
.pt-play{
  position:absolute;
  left:50%;
  top:50%;
  width:68px;
  height:68px;
  margin:-34px 0 0 -34px;
  border-radius:50%;
  background:rgba(255,255,255,.92);
  box-shadow:0 8px 24px rgba(0,0,0,.2);
}
.pt-play:after{
  content:"";
  position:absolute;
  left:27px;
  top:24px;
  border-style:solid;
  border-width:10px 0 10px 16px;
  border-color:transparent transparent transparent #2250a1;
}

.pt-vision{padding:40px 0 60px;background:#fff}

.eth-products-section .eth-section-head,
.eth-brands-section .eth-section-head,
.eth-section-soft .eth-section-head{text-align:left;max-width:none}
.eth-products-section .eth-section-head h2,
.eth-brands-section .eth-section-head h2{text-transform:none}

.pt-partners .eth-brand-card h3,
.pt-partners .eth-brand-card p,
.pt-partners .eth-brand-link{display:none}
.pt-partners.eth-brands-section,
.pt-partners.eth-section-soft{
  background:#def0f6 !important;
  padding:80px 0 70px;
  margin:0 0 80px;
}
.pt-partners .eth-section-head{
  text-align:left;
  margin:0 0 25px;
  max-width:none;
}
.pt-partners .eth-brand-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:30px 0;
  background:transparent;
  align-items:center;
}
.pt-partners .eth-brand-card{
  border:0 !important;
  box-shadow:none;
  background:transparent;
  padding:0 15px;
  margin:0;
  width:auto;
  min-height:0;
  display:flex;
  align-items:center;
  justify-content:center;
}
.pt-partners .eth-brand-logo{
  display:flex;align-items:center;justify-content:center;
}
.pt-partners .eth-brand-logo img,
.pt-partners .eth-brand-card img{
  display:block;
  width:200px;
  height:200px;
  max-width:100%;
  object-fit:contain;
  filter:none;
}

@media (max-width:1199px){
  .pt-section-title{font-size:34px;line-height:44px}
  .pt-mission-copy{padding-bottom:60px}
}
@media (max-width:1024px){
  .pt-info-grid,
  .pt-story-row{grid-template-columns:1fr;gap:28px}
  .pt-mission-row{grid-template-columns:1fr 1fr;gap:0}
  .pt-num{font-size:70px;line-height:80px}
}
@media (max-width:767px){
  .pt-intro{padding:55px 0 30px;margin-bottom:60px}
  .pt-section-title{font-size:28px;line-height:38px}
  .pt-intro .pt-section-title{margin-bottom:40px}
  .pt-info-title{font-size:20px;line-height:30px}
  .pt-info-body p{font-size:14px;line-height:24px}
  .pt-mission-row{grid-template-columns:1fr}
  .pt-mission-bg{background:#8ecbde}
  .pt-mission-copy{padding:45px 8%}
  .pt-video-poster{margin-top:0}
  .pt-partners .eth-brand-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pt-partners .eth-brand-logo img{width:160px;height:160px}
}

/* ========== Sections ========== */
.eth-section{padding:70px 0;background:#fff}
.eth-section-soft{background:#f7f7f7}
.eth-products-section{background:#fff;padding:40px 0 80px}

/* Our Products — Woodmart wd-products-tabs + products-bordered-grid */
.pt-products-tabs .pt-products-head{margin:0 0 10px;text-align:left;max-width:none}
.pt-products-tabs .pt-section-title{
  display:inline-block;
  font-family:var(--wd-title-font);
  font-size:40px;
  line-height:50px;
  font-weight:100;
  color:#242424;
  margin:0 0 8px;
}
.pt-products-tabs .pt-section-title strong{font-weight:600}
.pt-products-tabs .pt-section-sub{
  font-family:var(--wd-text-font);
  font-size:15px;
  line-height:1.6;
  color:#777;
  margin:0 0 16px;
}
.pt-tabs{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.pt-nav-tabs{
  --nav-gap:30px;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  list-style:none;
  margin:0;
  padding:0;
  gap:var(--nav-gap);
}
.pt-nav-tabs>li>a{
  display:inline-flex;
  align-items:center;
  padding:5px 0;
  font-family:var(--wd-title-font);
  font-size:16px;
  font-weight:600;
  line-height:1.2;
  letter-spacing:0;
  text-transform:uppercase;
  text-decoration:none;
  color:rgba(51,51,51,.7);
  background:none;
  border:0;
  cursor:pointer;
}
.pt-nav-tabs .nav-link-text{
  position:relative;
  display:inline-block;
  padding-block:1px;
  line-height:1.2;
}
.pt-nav-tabs .nav-link-text:after{
  content:"";
  position:absolute;
  top:100%;
  left:0;
  width:0;
  height:2px;
  background-color:var(--wd-primary-color);
  transition:width .4s cubic-bezier(.19,1,.22,1);
}
.pt-nav-tabs>li.is-active>a,
.pt-nav-tabs>li>a:hover{color:#333}
.pt-nav-tabs>li.is-active>a .nav-link-text:after,
.pt-nav-tabs>li:hover>a .nav-link-text:after{width:100%}
.pt-tab-panel{display:none}
.pt-tab-panel.is-active{display:block}
.pt-prod-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
  align-items:stretch;
  border-inline-start:1px solid rgba(0,0,0,.105);
}
.pt-prod{
  padding:15px;
  border-top:1px solid rgba(0,0,0,.105);
  border-bottom:1px solid rgba(0,0,0,.105);
  border-inline-end:1px solid rgba(0,0,0,.105);
  background:#fff;
  text-align:center;
  min-width:0;
}
.pt-prod-img{
  display:block;
  aspect-ratio:1;
  background:#fff;
  text-decoration:none!important;
}
.pt-prod-img img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}
.pt-prod-title{
  font-family:var(--wd-title-font);
  font-size:14px;
  font-weight:600;
  line-height:1.35;
  margin:12px 0 0;
  padding:0 10px 8px;
  text-transform:none;
}
.pt-prod-title a{color:#333;text-decoration:none}
.pt-prod-title a:hover{color:rgba(51,51,51,.65)}
@media (max-width:1024px){
  .pt-products-tabs .pt-section-title{font-size:34px;line-height:44px}
  .pt-nav-tabs{flex-wrap:nowrap;overflow-x:auto;white-space:nowrap;gap:22px}
}
@media (max-width:767px){
  .pt-products-tabs .pt-section-title{font-size:28px;line-height:38px}
  .pt-prod-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
.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}
.pt-partners .eth-brand-grid .eth-brand-card .eth-brand-logo img{
  width:200px !important;
  height:200px !important;
  max-width:200px !important;
  max-height:200px !important;
  margin:0 auto;
}
.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%}

/* Blog kart ızgarası (kategori + ana sayfa) */
.eth-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,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{display:block;width:100%;height:100%;object-fit:cover}
.eth-blog-body{padding:18px 20px 22px}
.eth-blog-body h3{font-family:var(--wd-title-font);font-size:17px;line-height:1.35;margin:0 0 .6rem;color:#242424}
.eth-blog-body h3 a{color:inherit;text-decoration:none}
.eth-blog-more{font-weight:700;text-transform:uppercase;font-size:12px;color:var(--wd-primary-color,#2250a0);text-decoration:none}

/* Ana sayfa blog şeridi — Woodmart masonry + date/cat overlay */
.pt-home-blog{background:#fff;padding:40px 0 90px}
.pt-blog-head{
  display:flex;align-items:flex-start;justify-content:space-between;gap:24px;
  margin:0 0 36px;
}
.pt-blog-head-copy{flex:1;min-width:0}
.pt-blog-head .pt-section-title{margin:0 0 10px}
.pt-blog-head .pt-section-sub{margin:0}
.pt-blog-head .pt-link{flex:0 0 auto;margin-top:12px}
.pt-home-blog .eth-blog-grid{gap:30px}
.pt-home-blog .eth-blog-card{
  background:#fff;border:0;
  box-shadow:0 0 9px rgba(0,0,0,.08);
  overflow:visible;
}
.pt-home-blog .pt-blog-thumb{position:relative}
.pt-home-blog .eth-blog-media{aspect-ratio:16/9}
.pt-home-blog .eth-blog-media img{transition:transform .4s ease}
.pt-home-blog .eth-blog-card:hover .eth-blog-media img{transform:scale(1.04)}
.pt-blog-date{
  position:absolute;left:15px;top:15px;z-index:2;
  min-width:52px;padding:8px 6px 7px;text-align:center;
  background:#fff;color:#333;line-height:1.05;
}
.pt-blog-day{display:block;font-size:20px;font-weight:700;line-height:1}
.pt-blog-month{display:block;font-size:11px;font-weight:600;text-transform:uppercase;margin-top:3px;letter-spacing:.02em}
.pt-blog-cat{
  position:absolute;left:50%;bottom:0;z-index:3;
  transform:translate(-50%,50%);
  white-space:nowrap;max-width:calc(100% - 24px);
}
.pt-blog-cat a{
  display:inline-block;padding:6px 14px;
  background:var(--wd-primary-color,#2250a0);color:#fff!important;
  font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;
  text-decoration:none;line-height:1.2;
}
.pt-blog-cat a:hover{background:#1a3d7a;color:#fff!important}
.pt-home-blog .eth-blog-body{
  padding:36px 20px 28px;text-align:center;
}
.pt-home-blog .eth-blog-body h3{
  font-family:var(--wd-title-font);
  font-size:18px;line-height:1.35;font-weight:700;margin:0 0 12px;
}
.pt-home-blog .eth-blog-body h3 a{color:#242424;text-decoration:none}
.pt-home-blog .eth-blog-body h3 a:hover{color:var(--wd-primary-color,#2250a0)}
.pt-blog-meta{
  display:flex;flex-wrap:wrap;align-items:center;justify-content:center;
  gap:6px 8px;font-size:13px;color:#888;margin:0 0 12px;
}
.pt-blog-avatar{
  display:inline-flex;align-items:center;justify-content:center;
  width:18px;height:18px;border-radius:50%;
  background:#c8c8c8;color:#fff;font-size:9px;line-height:1;
}
.pt-blog-author{color:#555;font-weight:600}
.pt-blog-share,.pt-blog-comments{color:#888;text-decoration:none}
.pt-blog-share:hover,.pt-blog-comments:hover{color:var(--wd-primary-color,#2250a0)}
.pt-home-blog .eth-blog-body p{
  font-size:14px;line-height:1.65;color:#777;margin:0 0 18px;
}
.pt-home-blog .eth-blog-more{
  display:inline-block;font-size:13px;font-weight:700;letter-spacing:.02em;
  text-transform:uppercase;color:var(--wd-primary-color,#2250a0);text-decoration:none;
}
.pt-home-blog .eth-blog-more:hover{color:#1a3d7a}
@media (max-width:991px){
  .pt-blog-head{flex-direction:column;align-items:flex-start;gap:8px}
  .pt-blog-head .pt-link{margin-top:0}
  .eth-blog-grid,
  .pt-home-blog .eth-blog-grid{grid-template-columns:1fr}
}

/* 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ı Pulsar footer: beyaz zemin, 4 sütun + copy bar + to-top */
.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(--wd-primary-color,#2250a0)}
.pt-footer-grid{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(0,.75fr) minmax(0,1.05fr);
  gap:30px 60px;
  padding-bottom:46px;
  align-items:start;
}
.pt-footer-logo{display:inline-block;margin:0 0 12px}
.pt-footer-logo img{display:block;max-height:46px;width:auto;max-width:210px}
.pt-footer-tagline{
  margin:0 0 16px;
  font-size:14px;
  line-height:1.55;
  color:#777;
  max-width:340px;
}
.pt-footer-contacts{list-style:none;margin:0;padding:0}
.pt-footer-contacts li{
  display:flex;gap:10px;align-items:flex-start;
  margin:0 0 11px;font-size:14px;line-height:1.5;color:#777;
}
.pt-footer-contacts i{
  width:16px;flex-shrink:0;margin-top:3px;
  color:#888;font-size:14px;text-align:center;
}
.pt-footer-contacts a{color:#777;text-decoration:none}
.pt-footer-contacts a:hover{color:var(--wd-primary-color,#2250a0)}
.pt-footer .eth-footer-acc-btn,
.pt-footer-heading{
  font-family:var(--wd-title-font);
  color:#242424;
  font-size:16px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.01em;
  margin:0 0 16px;
  line-height:1.3;
}
.pt-footer .eth-footer-acc-btn{
  display:block;
  width:100%;
  padding:0;
  border:0;
  background:transparent;
  text-align:left;
  cursor:default;
  pointer-events:none;
}
.pt-footer .eth-footer-acc-btn i{display:none}
.pt-footer .eth-footer-acc-panel{display:block}
.pt-footer ul{list-style:none;margin:0;padding:0}
.pt-footer li{margin:0 0 8px;font-size:14px;line-height:1.45}
.pt-footer-company{
  margin-top:22px;
  padding-top:20px;
  border-top:1px solid #ececec;
}
.pt-footer-company p{
  margin:0;
  font-size:14px;
  line-height:1.7;
  color:#777;
}
.pt-footer-copy{
  position:relative;
  background:#fff;
  border-top:1px solid #ececec;
}
.pt-footer-copy-inner{
  position:relative;
  padding:16px 0;
  min-height:52px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.pt-footer-copy-text{
  font-size:13px;
  color:#777;
  text-transform:uppercase;
  letter-spacing:.01em;
}
.pt-footer-copy-text a{color:#333;text-decoration:none}
.pt-footer-copy-text strong{color:#333;font-weight:700}
.pt-footer-totop{
  position:fixed;
  right:max(15px, calc((100vw - var(--eth-container, 1222px)) / 2 + 15px));
  bottom:20px;
  width:44px;height:44px;
  border-radius:50%;
  border:1px solid #dedede;
  background:#fff;
  color:#777;
  display:inline-flex;align-items:center;justify-content:center;
  cursor:pointer;
  z-index:90;
  box-shadow:none;
  font-size:14px;
  line-height:1;
  padding:0;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .25s ease, visibility .25s ease, color .2s ease, border-color .2s ease;
}
.pt-footer-totop.is-visible{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}
.pt-footer-totop:hover{color:var(--wd-primary-color,#2250a0);border-color:var(--wd-primary-color,#2250a0)}

.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 — https://pulsartrading.co.uk/about-us/ */
.pt-about{background:#fff;padding:50px 0 40px}
.pt-about-intro{max-width:90%;margin:0 0 32px}
.pt-about-kicker{
  font-family:var(--wd-text-font);
  font-size:16px;
  font-weight:700;
  line-height:1.4;
  color:var(--wd-primary-color);
  margin:0 0 12px;
}
.pt-about-lead{
  font-family:var(--wd-title-font);
  font-size:32px;
  line-height:1.25;
  font-weight:100;
  color:#242424;
  margin:0;
  text-transform:none;
}
.pt-about-split{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,.92fr);
  gap:50px;
  align-items:start;
  margin:0 0 40px;
}
.pt-about-media img{display:block;width:100%;height:auto}
.pt-about-copy{padding-top:40px}
.pt-about-h{
  font-family:var(--wd-title-font);
  font-size:32px;
  line-height:1.25;
  font-weight:100;
  color:#242424;
  margin:0 0 16px;
  text-transform:none;
}
.pt-about-mission{
  margin:0 0 22px;
  font-size:15px;
  line-height:1.7;
  color:#777;
}
.pt-about-sep{
  border:0;
  border-top:1px solid rgba(10,10,10,.12);
  margin:0 0 28px;
}
.pt-about-list{
  margin:0;
  padding:0 0 0 1.2rem;
  color:#777;
  font-size:15px;
  line-height:1.7;
}
.pt-about-list li{margin:0 0 .7rem}
.pt-about-list strong{color:#333;font-weight:700}
.pt-about-band{
  background-image:var(--pt-about-band-bg);
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  padding:80px 0 40px;
  margin:0 0 40px;
}
.pt-about-band-inner{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px;
  align-items:center;
}
.pt-about-band-copy{padding:10px 30px 10px 0;max-width:90%}
.pt-about-kicker-light{color:#fff}
.pt-about-kicker-light strong{font-weight:700}
.pt-about-lead-light{color:#fff;font-size:28px;line-height:1.3}
.pt-about-brands{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:30px;
  align-items:center;
  justify-items:center;
  background:rgba(255,255,255,.72);
  padding:20px 30px;
}
.pt-about-brand{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:100px;
}
.pt-about-brand img{
  display:block;
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100px;
  object-fit:contain;
}
.pt-about-videos{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  padding:10px 0 20px;
}
.pt-about-videos .eth-yt-poster{
  background-color:#111;
  background-size:cover;
  background-position:center;
}
.pt-about-videos .eth-yt-bg-img{
  max-width:none;
  width:100%;
  height:100%;
  object-fit:cover;
}
@media (max-width:1024px){
  .pt-about-lead,.pt-about-h{font-size:28px}
  .pt-about-split{
    grid-template-columns:1fr;
    gap:28px;
  }
  .pt-about-media{order:2}
  .pt-about-copy{order:1;padding-top:0}
  .pt-about-band-inner{grid-template-columns:1fr;gap:24px}
  .pt-about-band-copy{padding:0;max-width:none}
}
@media (max-width:767px){
  .pt-about{padding:36px 0 24px}
  .pt-about-intro{max-width:100%}
  .pt-about-lead{font-size:24px}
  .pt-about-h{font-size:24px}
  .pt-about-lead-light{font-size:22px}
  .pt-about-brands{grid-template-columns:repeat(2,minmax(0,1fr));padding:16px;gap:20px}
  .pt-about-videos{grid-template-columns:1fr;gap:18px}
}
.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:30px;padding-bottom:70px;background:#fff}
.eth-shop-layout{
  display:grid;
  grid-template-columns:minmax(240px,280px) minmax(0,1fr);
  gap:30px;
  align-items:start;
}
.eth-shop-sidebar{display:flex;flex-direction:column;gap:0}
.eth-shop-widget{padding:0 0 22px}
.eth-shop-widget + .eth-shop-widget{
  padding-top:22px;
  border-top:1px solid #e8e8e8;
}
.eth-shop-widget h3{
  font-family:var(--wd-title-font);
  font-size:16px;
  font-weight:600;
  color:#242424;
  margin:0 0 14px;
  text-transform:uppercase;
  letter-spacing:.01em;
}
.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:4px 0 8px 14px}
.eth-shop-cat-nav li{margin:0}
.eth-shop-cat-nav > .eth-shop-cat-list > li{border-bottom:0}
.eth-shop-cat-row{
  display:flex;align-items:center;gap:8px;min-height:36px;
}
.eth-shop-cat-nav a{
  flex:1;min-width:0;
  padding:8px 0;
  color:#777;
  text-decoration:none;
  font-size:15px;
  line-height:1.4;
  font-weight:400;
}
.eth-shop-cat-nav a:hover,
.eth-shop-cat-nav li.is-active > .eth-shop-cat-row > a{color:var(--wd-primary-color,#2250a0)}
.eth-shop-cat-toggle{
  flex:0 0 22px;width:22px;height:22px;margin:0;padding:0;
  border:0;background:transparent;color:#c5c5c5;cursor:pointer;
  display:inline-flex;align-items:center;justify-content:center;
  font-size:12px;
  transition:transform .2s ease,color .2s ease;
}
.eth-shop-cat-toggle:hover{color:#999}
.eth-shop-cat-nav li.is-open > .eth-shop-cat-row > .eth-shop-cat-toggle{transform:rotate(180deg)}
.eth-shop-cat-nav li.has-children:not(.is-open) > .eth-shop-cat-list{display:none}
.eth-shop-loop-head{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:14px 20px;
  margin:0 0 22px;
  padding-bottom:16px;
  border-bottom:1px solid #eee;
}
.eth-shop-tools{display:flex;flex-wrap:wrap;align-items:center;gap:12px 18px}
.eth-shop-crumbs{
  display:flex;flex-wrap:wrap;align-items:center;gap:6px 8px;
  font-size:13px;color:#888;
}
.eth-shop-crumbs a{color:#888;text-decoration:none}
.eth-shop-crumbs a:hover{color:var(--wd-primary-color,#2250a0)}
.eth-shop-crumbs-sep{
  width:5px;height:5px;
  border-right:1px solid #bbb;border-top:1px solid #bbb;
  transform:rotate(45deg);
}
.eth-shop-result-count{font-size:14px;color:#777;margin:0}
.eth-shop-view{display:flex;align-items:center;gap:8px}
.eth-shop-view-btn{
  width:18px;height:18px;opacity:.28;
  background:currentColor;
  -webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain;
  mask-repeat:no-repeat;mask-position:center;mask-size:contain;
}
.eth-shop-view-btn.is-cols-2{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Crect x='1' y='1' width='6' height='16'/%3E%3Crect x='11' y='1' width='6' height='16'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Crect x='1' y='1' width='6' height='16'/%3E%3Crect x='11' y='1' width='6' height='16'/%3E%3C/svg%3E");
}
.eth-shop-view-btn.is-cols-3{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Crect x='0' y='1' width='4' height='16'/%3E%3Crect x='7' y='1' width='4' height='16'/%3E%3Crect x='14' y='1' width='4' height='16'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Crect x='0' y='1' width='4' height='16'/%3E%3Crect x='7' y='1' width='4' height='16'/%3E%3Crect x='14' y='1' width='4' height='16'/%3E%3C/svg%3E");
}
.eth-shop-view-btn.is-cols-4{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Crect x='0' y='1' width='3' height='16'/%3E%3Crect x='5' y='1' width='3' height='16'/%3E%3Crect x='10' y='1' width='3' height='16'/%3E%3Crect x='15' y='1' width='3' height='16'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Crect x='0' y='1' width='3' height='16'/%3E%3Crect x='5' y='1' width='3' height='16'/%3E%3Crect x='10' y='1' width='3' height='16'/%3E%3Crect x='15' y='1' width='3' height='16'/%3E%3C/svg%3E");
}
.eth-shop-view-btn.is-current,.eth-shop-view-btn:hover{opacity:1;color:var(--wd-primary-color,#2250a0)}
.eth-shop-ordering select{
  min-width:210px;height:36px;
  border:0;border-bottom:1px solid #ddd;
  background:transparent;color:#333;font-size:14px;
  padding:0 22px 0 0;cursor:pointer;appearance:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23999' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right 0 center;
}
.eth-shop-product-grid{
  grid-template-columns:repeat(4,1fr);
  gap:20px;
  border:0;
}
.eth-shop-product-grid.is-cols-2{grid-template-columns:repeat(2,1fr)}
.eth-shop-product-grid.is-cols-3{grid-template-columns:repeat(3,1fr)}
.eth-shop-product-grid.is-cols-4{grid-template-columns:repeat(4,1fr)}
.eth-shop-product-grid .eth-product-card{
  border:1px solid #e8e8e8;
  border-radius:0;
  box-shadow:none;
  padding:22px 16px 20px;
  background:#fff;
}
.eth-shop-product-grid .eth-product-card:hover{
  box-shadow:none;
  border-color:#e8e8e8;
}
.eth-shop-product-grid .eth-product-media{border-radius:0}
.eth-shop-product-grid .eth-product-hover-img{
  position:absolute;inset:0;opacity:0;
  width:100%;height:100%;object-fit:contain;padding:10px;background:#fff;
  transition:opacity .25s ease;
}
.eth-shop-product-grid .eth-product-card:hover .eth-product-hover-img{opacity:1}
.eth-shop-product-grid .eth-quickview{
  left:auto;right:10px;top:10px;bottom:auto;transform:none;
  width:36px;height:36px;padding:0;border-radius:0;
  background:#fff;color:#333!important;font-size:0;
  box-shadow:0 2px 10px rgba(0,0,0,.1);
}
.eth-shop-product-grid .eth-quickview:after{
  content:"";
  display:block;width:18px;height:18px;margin:9px auto;
  background:currentColor;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M20 20l-3.5-3.5'/%3E%3C/svg%3E") center/18px no-repeat;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M20 20l-3.5-3.5'/%3E%3C/svg%3E") center/18px no-repeat;
}
.eth-shop-product-grid .eth-product-title{
  text-transform:none;
  font-size:14px;
  font-weight:600;
  margin:16px 0 0;
  min-height:0;
  line-height:1.4;
  color:#333;
}
.pt-top-rated{list-style:none;margin:0;padding:0}
.pt-top-rated li{
  display:flex;gap:14px;align-items:center;
  padding:14px 0;
  border-bottom:1px solid #ececec;
}
.pt-top-rated li:first-child{padding-top:4px}
.pt-top-rated li:last-child{border-bottom:0;padding-bottom:0}
.pt-top-rated-img{flex:0 0 70px;width:70px}
.pt-top-rated-img img{display:block;width:70px;height:70px;object-fit:contain}
.pt-top-rated-title{
  font-family:var(--wd-title-font);
  font-size:14px;font-weight:600;line-height:1.4;color:#333;text-decoration:none;
}
.pt-top-rated-title:hover{color:var(--wd-primary-color,#2250a0)}
.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{display:flex;flex-direction:column;gap:20px}
  .eth-shop-product-grid.is-cols-3,
  .eth-shop-product-grid.is-cols-4{grid-template-columns:repeat(2,1fr)}
  .eth-shop-sidebar-open{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin:0 0 16px;
    padding:0;
    border:0;
    background:transparent;
    color:#333;
    font-size:13px;
    font-weight:600;
    cursor:pointer;
    text-transform:uppercase;
  }
  .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:flex-start;
    margin-bottom:16px;
    padding-bottom:12px;
    border-bottom:1px solid #eee;
  }
  .eth-shop-sidebar-close{
    border:0;background:transparent;font-size:14px;line-height:1;cursor:pointer;color:#333;
    font-weight:600;text-transform:uppercase;padding:0;
  }
  .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,
  .eth-shop-product-grid.is-cols-2,
  .eth-shop-product-grid.is-cols-3,
  .eth-shop-product-grid.is-cols-4{grid-template-columns:repeat(2,1fr)}
}

/* Çözüm Ortaklarımız */
.eth-partners-page{background:#eef6fa;padding:40px 0 80px}
.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 img{max-width:100%;height:auto}
.eth-richtext table{width:100%;border-collapse:collapse;margin:1.2rem 0}
.eth-richtext table td,.eth-richtext table th{border:1px solid #e5e5e5;padding:10px 12px;vertical-align:top}
.pt-blog-img{margin:1rem 0;text-align:center}
.pt-blog-doc{margin:1rem 0 1.4rem;text-align:center}
.pt-blog-doc a{
  display:inline-block;padding:10px 18px;
  background:var(--wd-primary-color,#2250a0);color:#fff!important;
  font-size:13px;font-weight:600;letter-spacing:.03em;text-transform:uppercase;
  text-decoration:none;
}
.pt-blog-doc a:hover{background:#1a3d7a;color:#fff!important}

/* 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,
.eth-pagination span{
  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 span,
.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;cursor:zoom-in}
.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-product-gallery{position:relative}
.eth-pd-enlarge{font-size:13px;color:#888;margin:8px 0 0;text-align:center;cursor:zoom-in}
.eth-pd-nav{
  position:absolute;top:42%;z-index:2;width:36px;height:36px;
  display:flex;align-items:center;justify-content:center;
  background:rgba(255,255,255,.92);border:1px solid #eee;color:#333;font-size:22px;text-decoration:none;
}
.eth-pd-nav-prev{left:8px}
.eth-pd-nav-next{right:8px}
.pt-pd-block-title{
  font-family:var(--wd-title-font);font-size:22px;font-weight:100;color:#242424;
  text-align:center;margin:36px 0 18px;
}
.pt-pd-drawing{text-align:center;margin:0 0 28px}
.pt-pd-drawing img{max-width:100%;height:auto}
.pt-pd-docs{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:24px;margin:20px 0 10px;
}
.pt-pd-doc-col{text-align:center}
.pt-pd-file{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:42px;padding:10px 18px;background:#f3f3f3;color:#333;
  font-size:13px;font-weight:600;text-decoration:none;border:1px solid #e5e5e5;
}
.pt-pd-file:hover{background:var(--wd-primary-color);color:#fff;border-color:var(--wd-primary-color)}
.pt-brand-filter{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:26px 16px;
  list-style:none;
  margin:0;
  padding:2px 0 0;
  align-items:center;
}
.pt-brand-filter li{border:0;margin:0;padding:0}
.pt-brand-filter a{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  min-height:56px;
  padding:0;
  text-decoration:none;
}
.pt-brand-filter img{
  display:block;
  width:auto;
  height:auto;
  max-width:140px;
  max-height:62px;
  object-fit:contain;
  object-position:left center;
}
.pt-brand-filter span{font-size:13px;color:#555}
.pt-brand-filter em{display:none}
.pt-brand-filter li.is-active img{outline:1px solid var(--wd-primary-color,#2250a0);outline-offset: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-product-lead p{margin:0 0 .55em}
.eth-product-lead h4{font-size:16px;font-weight:700;color:#333;margin:0 0 .45em}
.eth-product-lead ul,.eth-product-lead dl{margin:0 0 .7em;padding-left:1.1em}
.eth-product-lead img{height:28px;width:auto;vertical-align:middle;margin:2px 4px 2px 0}
.eth-product-lead a.button{
  display:inline-flex;align-items:center;justify-content:center;
  min-width:140px;padding:12px 26px;margin-top:8px;
  background:#efefef;color:#333!important;border:1px solid #e5e5e5;
  font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;text-decoration:none;
}
.eth-pd-table-wrap{overflow-x:auto;margin:0 0 28px;-webkit-overflow-scrolling:touch}
.eth-pd-table-wrap table{border-collapse:collapse;width:100%;min-width:640px;font-size:13px;line-height:1.4}
.eth-pd-table-wrap th,.eth-pd-table-wrap td{border:1px solid #ddd;padding:6px 8px;vertical-align:middle}
.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}
}

/* Contact us — https://pulsartrading.co.uk/contact-us/ */
.pt-contact-map{
  position:relative;
  height:500px;
  margin:-40px 0 80px;
  overflow:hidden;
  background:#e8e8e8;
}
.pt-contact-map-frame{position:absolute;inset:0}
.pt-contact-map-frame iframe{
  display:block;
  width:100%;
  height:100%;
  border:0;
}
.pt-contact-map-overlay{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  height:100%;
  width:90%;
  max-width:var(--eth-container);
  margin:0 auto;
  padding:50px 15px;
  pointer-events:none;
}
.pt-contact-map-card{
  pointer-events:auto;
  width:100%;
  max-width:340px;
  padding:40px;
  background:#fff;
  box-shadow:0 0 12px rgba(0,0,0,.22);
}
.pt-contact-map-title{
  font-family:var(--wd-title-font);
  font-size:18px;
  line-height:1.3;
  font-weight:600;
  color:#242424;
  margin:0;
}
.pt-contact-map-title a,
.pt-contact-map-email a{color:inherit}
.pt-contact-map-email{
  font-family:var(--wd-title-font);
  font-size:18px;
  line-height:1.3;
  font-weight:600;
  color:#242424;
  margin:10px 0 0;
}
.pt-contact-map-addr{
  margin:10px 0 0;
  font-size:15px;
  line-height:1.6;
  color:#777;
}
.pt-contact-page{background:#fff;padding:0 0 80px}
.pt-contact-cols{
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:stretch;
}
.pt-contact-faq{
  padding:20px 50px 10px 0;
  border-right:1px solid #e8e8e8;
}
.pt-contact-form-col{padding:20px 0 10px 50px}
.pt-contact-head{margin:0 0 18px}
.pt-contact-kicker{
  font-family:var(--wd-text-font);
  font-size:14px;
  font-weight:400;
  line-height:1.4;
  color:#a5a5a5;
  margin:0 0 8px;
}
.pt-contact-heading{
  font-family:var(--wd-title-font);
  font-size:26px;
  line-height:1.3;
  font-weight:600;
  color:#242424;
  margin:0;
  text-transform:none;
  letter-spacing:0;
}
.pt-contact-acc.eth-yg-accordion{margin:0;border-top:2px solid #e8e8e8}
.pt-contact-acc .eth-yg-acc-item{border-bottom:1px solid #e8e8e8}
.pt-contact-acc .eth-yg-acc-btn{
  padding:20px 0;
  font-family:var(--wd-text-font);
  font-size:16px;
  font-weight:600;
  color:#242424;
}
.pt-contact-acc .eth-yg-acc-btn i{font-size:12px;color:#c5c5c5}
.pt-contact-acc .eth-yg-acc-item.is-open .eth-yg-acc-btn,
.pt-contact-acc .eth-yg-acc-btn:hover{color:var(--wd-primary-color)}
.pt-contact-acc .eth-yg-acc-panel{
  padding:0 0 20px;
  font-size:15px;
  line-height:1.6;
  color:#777;
}
.pt-contact-acc .eth-yg-acc-panel p{margin:0 0 1em}
.pt-contact-acc .eth-yg-acc-panel p:last-child{margin-bottom:0}
.eth-contact-form .eth-form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}
.eth-contact-form .eth-form-group{margin-bottom:16px}
.eth-contact-form label{
  display:block;
  margin-bottom:6px;
  font-size:14px;
  font-weight:400;
  color:#333;
}
.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 rgba(0,0,0,.1);
  border-radius:35px;
  padding:10px 18px;
  min-height:42px;
  font-size:15px;
  color:#333;
  background:#fff;
  outline:none;
  box-sizing:border-box;
}
.eth-contact-form textarea{
  min-height:180px;
  resize:vertical;
  border-radius:20px;
  padding:14px 18px;
}
.eth-contact-form input:focus,
.eth-contact-form textarea:focus{border-color:rgba(0,0,0,.2)}
.eth-contact-form .pt-btn{margin-top:4px}
.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}
@media (max-width:991px){
  .pt-contact-map{height:420px;margin-top:0}
  .pt-contact-map-overlay{width:100%;padding:24px 16px}
  .pt-contact-map-card{max-width:100%;padding:24px}
  .pt-contact-cols{grid-template-columns:1fr}
  .pt-contact-faq{
    padding:10px 0 30px;
    border-right:0;
    border-bottom:1px solid #e8e8e8;
  }
  .pt-contact-form-col{padding:30px 0 10px}
}
@media (max-width:575px){
  .pt-contact-map{height:380px;margin-bottom:40px}
  .pt-contact-heading{font-size:22px}
  .eth-contact-form .eth-form-row{grid-template-columns:1fr}
}

/* 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:40px 24px;
  cursor:zoom-out;
}
.eth-lightbox[hidden]{display:none!important}
.eth-lightbox img{
  max-width:min(1200px,94vw);max-height:88vh;object-fit:contain;
  transform:scale(.92);opacity:0;
  transition:transform .28s ease,opacity .28s ease;
  cursor:default;box-shadow:0 12px 48px rgba(0,0,0,.45);
}
.eth-lightbox.is-open img{transform:scale(1);opacity:1}
.eth-lightbox-close{
  position:absolute;top:16px;right:20px;border:0;background:transparent;
  color:#fff;font-size:36px;line-height:1;cursor:pointer;z-index:2;
}

/* 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-slider-title{font-size:56px;line-height:66px}
}
/* Pulsar / Woodmart mobile (≤1024): hide top bar, Menu | Logo | empty */
@media (max-width:1024px){
  .eth-topbar{display:none}

  .eth-header-inner{
    position:relative;
    justify-content:space-between;
    height:60px;
    max-height:60px;
  }
  .eth-header-left{margin:0}
  .eth-header-space,
  .eth-header-split,
  .eth-nav-desktop{display:none}
  .eth-header-end{margin:0}
  .eth-nav-toggle{display:inline-flex;margin-left:-10px}
  .eth-logo{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    z-index:1;
    padding:0;
  }
  .eth-logo img{max-height:36px;max-width:179px;padding:0}
  .eth-header-tools{margin:0}
  .eth-header-tools .eth-search-btn{display:none}

  .eth-slider-inner-wrap,
  .eth-slider-slide{min-height:640px}
  .eth-slider-arrow,
  .eth-slider-arrow-inner{width:40px;height:40px}
}
@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}
}
@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-ref-detail,
  .eth-detail-layout{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,
  .pt-footer-grid{grid-template-columns:1fr;gap:0;padding-bottom:8px}
  .eth-footer-brand,
  .pt-footer-brand{padding-bottom:20px}
  .pt-footer-tagline{max-width:none}
  .eth-footer-col{border-top:1px solid #e8e8e8;padding:0}
  .eth-footer-acc-btn,
  .pt-footer .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;
    font-size:14px;
  }
  .eth-footer-acc-btn i,
  .pt-footer .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}
  .pt-footer-company{margin-top:8px;padding-top:12px}
  .eth-footer-bottom,
  .pt-footer-copy-inner{
    flex-direction:column;
    text-align:center;
    justify-content:center;
    gap:8px;
    padding:28px 0 22px;
  }
  .pt-footer-totop{right:15px;bottom:20px}
  .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}
  .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:767px){
  .eth-slider-inner-wrap,
  .eth-slider-slide{min-height:500px}
  .eth-slider-title{font-size:32px;line-height:42px}
  .eth-slider-desc{font-size:22px;line-height:32px}
  .eth-slider-title{max-width:90%}
}
@media (max-width:680px){
  .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}
}
