/* ===== Shakell.com — bidolubaski.com yapısından uyarlanan tema ===== */
:root{
  --navy:#1b2735;
  --navy-2:#111a24;
  --gold:#c8963e;
  --gold-dark:#a97a2c;
  --rose:#c94f6d;
  --bg:#f7f8fa;
  --card:#ffffff;
  --text:#2b2f36;
  --muted:#6b7280;
  --border:#e7e9ee;
  --radius:10px;
  --shadow:0 2px 10px rgba(20,20,30,.06);
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;}
html::-webkit-scrollbar{display:none;}
body::-webkit-scrollbar{display:none;}
body{scrollbar-width:none;-ms-overflow-style:none;}
body{
  margin:0;
  font-family:"Segoe UI",Arial,Helvetica,sans-serif;
  color:var(--text);
  background:var(--bg);
  line-height:1.5;
}
img{max-width:100%;display:block;}
a{color:inherit;text-decoration:none;}
ul{list-style:none;margin:0;padding:0;}
.container{max-width:1240px;margin:0 auto;padding:0 20px;}
.btn{
  display:inline-flex;align-items:center;gap:8px;
  background:var(--gold);color:#fff;padding:12px 24px;
  border-radius:6px;font-weight:600;font-size:14px;letter-spacing:.3px;
  border:none;cursor:pointer;transition:background .2s ease;
}
.btn:hover{background:var(--gold-dark);}
.btn-outline{
  background:transparent;border:1.5px solid #fff;color:#fff;
}
.btn-outline:hover{background:#fff;color:var(--navy);}
.section{padding:56px 0;}
.section-title{
  font-size:26px;font-weight:700;margin:0 0 6px;color:var(--navy);
}
.section-sub{color:var(--muted);margin:0 0 32px;font-size:15px;}
.section-head{
  display:flex;justify-content:space-between;align-items:flex-end;
  margin-bottom:28px;flex-wrap:wrap;gap:12px;
}
.section-head .see-all{color:var(--gold-dark);font-weight:600;font-size:14px;display:flex;align-items:center;gap:6px;}

/* ---- Top utility bar ---- */
.topbar{
  background:var(--navy-2);color:#cfd6df;font-size:12.5px;
}
.topbar .container{display:flex;justify-content:space-between;align-items:center;height:38px;flex-wrap:wrap;}
.topbar a{color:#cfd6df;}
.topbar a:hover{color:#fff;}
.topbar-left,.topbar-right{display:flex;gap:20px;}

/* ---- Header ---- */
header.site-header{background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:50;}
.header-main{display:flex;align-items:center;gap:28px;padding:18px 0;}
.logo{font-size:26px;font-weight:800;color:var(--navy);letter-spacing:.5px;white-space:nowrap;}
.logo span{color:var(--gold);}
.search-bar{flex:1;position:relative;}
.search-bar form{
  display:flex;align-items:center;background:var(--bg);
  border:1px solid var(--border);border-radius:6px;padding:0 14px;height:44px;
}
.search-bar input{border:none;background:transparent;flex:1;font-size:14px;outline:none;}
.search-dropdown{
  display:none;position:absolute;top:calc(100% + 8px);left:0;right:0;
  background:#fff;border:1px solid var(--border);border-radius:10px;
  box-shadow:0 12px 32px rgba(20,20,30,.14);z-index:90;overflow:hidden;
}
.search-dropdown.open{display:block;}
.search-dropdown a.sd-item{
  display:flex;align-items:center;gap:12px;padding:10px 14px;border-bottom:1px solid var(--border);
}
.search-dropdown a.sd-item:last-child{border-bottom:none;}
.search-dropdown a.sd-item:hover{background:var(--bg);}
.search-dropdown .sd-thumb{width:42px;height:42px;border-radius:6px;overflow:hidden;flex-shrink:0;background:#eef0f3;}
.search-dropdown .sd-thumb img{width:100%;height:100%;object-fit:cover;display:block;}
.search-dropdown .sd-info{min-width:0;flex:1;}
.search-dropdown .sd-name{font-size:13.5px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.search-dropdown .sd-meta{font-size:12px;color:var(--muted);}
.search-dropdown .sd-price{font-size:13px;font-weight:700;color:var(--gold-dark);white-space:nowrap;}
.search-dropdown .sd-more{display:block;text-align:center;padding:10px;font-size:13px;font-weight:600;color:var(--gold-dark);background:var(--bg);}
.search-dropdown .sd-empty{padding:16px;text-align:center;color:var(--muted);font-size:13px;}
.header-icons{display:flex;align-items:center;gap:26px;flex-shrink:0;}
.header-icons .icon-item{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text);white-space:nowrap;}
.header-icons .icon-circle{
  width:38px;height:38px;border-radius:50%;background:var(--bg);
  display:flex;align-items:center;justify-content:center;font-size:17px;flex-shrink:0;
}
.badge-count{
  background:var(--rose);color:#fff;border-radius:50%;width:16px;height:16px;
  font-size:10px;display:flex;align-items:center;justify-content:center;
  position:relative;top:-14px;left:-10px;margin-right:-10px;
}

/* ---- Main nav ---- */
nav.main-nav{background:#fff;border-bottom:1px solid var(--border);}
nav.main-nav .container{display:flex;align-items:center;gap:6px;height:52px;}
nav.main-nav .all-cats{
  display:flex;align-items:center;gap:8px;background:var(--gold);color:#fff;
  padding:0 18px;height:52px;font-weight:600;font-size:14px;white-space:nowrap;flex-shrink:0;
}
nav.main-nav ul{display:flex;gap:2px;flex-wrap:wrap;}
nav.main-nav li a{
  display:block;padding:0 16px;height:52px;line-height:52px;color:var(--text);
  font-size:14px;font-weight:600;transition:background .15s,color .15s;
}
nav.main-nav li a:hover,nav.main-nav li a.active{background:var(--bg);color:var(--gold-dark);}
nav.main-nav .nav-right{margin-left:auto;display:flex;gap:4px;}
nav.main-nav .nav-right a{color:var(--gold-dark);font-weight:600;}
.nav-drawer-head{display:none;}
.nav-backdrop{display:none;}

/* mobile nav toggle */
.nav-toggle{display:none;background:none;border:none;color:var(--text);font-size:22px;padding:10px 16px;cursor:pointer;}

/* ---- Hero slider (bidolubaski referanslı, kutulu banner) ---- */
.hero-wrap{padding:20px 0 0;}
.hero-slider{
  position:relative;border-radius:14px;overflow:hidden;
  aspect-ratio:3/1;min-height:220px;max-height:400px;box-shadow:var(--shadow);
}
.hero-slide{
  position:absolute;inset:0;display:flex;align-items:center;color:#fff;
  background-size:cover;background-position:center;opacity:0;transition:opacity .6s ease;pointer-events:none;
}
.hero-slide.active{opacity:1;pointer-events:auto;}
.hero-slide::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(17,26,36,.78) 0%,rgba(17,26,36,.35) 60%,rgba(17,26,36,.15) 100%);}
.hero-content{position:relative;z-index:1;max-width:480px;padding:0 40px;}
.hero-content .eyebrow{color:var(--gold);font-weight:700;letter-spacing:2px;font-size:12px;text-transform:uppercase;margin-bottom:8px;}
.hero-content h1{font-size:28px;line-height:1.18;margin:0 0 10px;font-weight:800;}
.hero-content p{font-size:14px;color:#dfe3e9;margin:0 0 18px;}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;}
.hero-actions .btn{padding:10px 18px;font-size:13px;}
.hero-arrow{
  position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;
  background:rgba(255,255,255,.85);border:none;font-size:20px;line-height:1;cursor:pointer;z-index:5;
  display:flex;align-items:center;justify-content:center;color:var(--navy);
}
.hero-arrow:hover{background:#fff;}
.hero-arrow.prev{left:14px;}
.hero-arrow.next{right:14px;}
.hero-dots{position:absolute;bottom:14px;left:50%;transform:translateX(-50%);display:flex;gap:7px;z-index:5;}
.hero-dots .dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.5);border:none;cursor:pointer;padding:0;}
.hero-dots .dot.active{background:#fff;}

.page-hero{
  position:relative;min-height:230px;display:flex;align-items:center;
  background-size:cover;background-position:center;color:#fff;
}
.page-hero::before{content:"";position:absolute;inset:0;background:rgba(17,26,36,.72);}
.page-hero .container{position:relative;z-index:1;}
.page-hero h1{font-size:32px;margin:0 0 8px;font-weight:800;}
.breadcrumb{font-size:13px;color:#d8dce3;}
.breadcrumb a{color:var(--gold);}

/* ---- Trust badges ---- */
.trust-strip{background:#fff;border-bottom:1px solid var(--border);}
.trust-strip .container{padding:20px 0;overflow:hidden;}
.trust-track{display:flex;justify-content:space-between;flex-wrap:wrap;gap:18px;}
.trust-set{display:contents;}
.trust-set-dup{display:none;}
.trust-item{display:flex;align-items:center;gap:10px;font-size:13.5px;color:var(--text);flex:1;min-width:200px;white-space:nowrap;}
.trust-item .ic{font-size:20px;color:var(--gold-dark);}

/* ---- Product grid ---- */
.product-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:20px;
}
.product-card{
  background:var(--card);border:1px solid var(--border);border-radius:var(--radius);
  overflow:hidden;transition:box-shadow .2s,transform .2s;position:relative;
}
.product-card:hover{box-shadow:var(--shadow);transform:translateY(-3px);}
.product-card .thumb{display:block;aspect-ratio:1/1;overflow:hidden;background:#f1f2f5;}
.product-card .thumb img{width:100%;height:100%;object-fit:cover;}
.product-card .tag{
  position:absolute;top:12px;left:12px;background:var(--rose);color:#fff;
  font-size:11px;font-weight:700;padding:4px 10px;border-radius:4px;letter-spacing:.3px;
}
.product-card .body{padding:16px;}
.product-card .cat{font-size:11.5px;color:var(--gold-dark);font-weight:700;letter-spacing:.4px;text-transform:uppercase;margin-bottom:6px;}
.product-card h3{font-size:15px;margin:0 0 6px;font-weight:700;line-height:1.35;}
.product-card p{font-size:13px;color:var(--muted);margin:0 0 12px;min-height:34px;}
.product-card .price{font-size:17px;font-weight:800;color:var(--navy);margin:0 0 12px;}
.product-card .cta{
  display:flex;align-items:center;justify-content:center;gap:8px;
  width:100%;background:var(--navy);color:#fff;border:none;border-radius:6px;
  padding:10px;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s;
}
.product-card .cta:hover{background:var(--gold-dark);}

/* ---- Category tiles ---- */
.cat-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;}
.auto-scroll-track,.auto-scroll-set{display:contents;}
.auto-scroll-set-dup{display:none;}
.cat-tile{
  background:#fff;border:1px solid var(--border);border-radius:var(--radius);
  padding:26px 14px;text-align:center;transition:border-color .2s,transform .2s;
}
.cat-tile:hover{border-color:var(--gold);transform:translateY(-3px);}
.cat-tile .ic{font-size:30px;margin-bottom:12px;}
.cat-tile span{font-size:13px;font-weight:700;color:var(--navy);letter-spacing:.3px;}

/* ---- About / split section ---- */
.split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;}
.split img{border-radius:var(--radius);box-shadow:var(--shadow);}
.split h2{font-size:28px;color:var(--navy);margin:0 0 16px;}
.split p{color:var(--muted);margin:0 0 14px;font-size:15px;}
.feature-list{margin-top:20px;}
.feature-list li{display:flex;gap:12px;margin-bottom:14px;font-size:14.5px;}
.feature-list .ic{color:var(--gold-dark);font-weight:700;flex-shrink:0;}

.bg-alt{background:#fff;border-top:1px solid var(--border);border-bottom:1px solid var(--border);}
.bg-navy{background:var(--navy);color:#fff;}
.bg-navy .section-title{color:#fff;}
.bg-navy .section-sub{color:#b9c0cb;}

/* ---- Feature cards (Logolu Tasarım vb.) ---- */
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.feature-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}
.feature-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:28px;text-align:center;}
.feature-card .ic{font-size:32px;margin-bottom:14px;}
.feature-card h3{font-size:16px;margin:0 0 10px;color:var(--navy);}
.feature-card p{font-size:13.5px;color:var(--muted);margin:0;}

/* ---- Testimonials ---- */
.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.testi-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:26px;}
.testi-card .stars{color:var(--gold);margin-bottom:12px;letter-spacing:2px;}
.testi-card p{font-size:14.5px;color:var(--text);margin:0 0 16px;font-style:italic;}
.testi-card .who{font-size:13px;font-weight:700;color:var(--navy);}

/* ---- Team ---- */
.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;}
.team-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;text-align:center;}
.team-card .ph{
  aspect-ratio:1/1;background:linear-gradient(135deg,var(--navy),var(--navy-2));
  display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:34px;font-weight:800;
}
.team-card .body{padding:16px;}
.team-card h4{margin:0 0 4px;font-size:14.5px;color:var(--navy);}
.team-card span{font-size:12.5px;color:var(--muted);}

/* ---- FAQ ---- */
.faq{max-width:820px;margin:0 auto;}
.faq-item{border-bottom:1px solid var(--border);}
.faq-item summary{
  cursor:pointer;padding:18px 4px;font-weight:600;font-size:15px;color:var(--navy);
  display:flex;justify-content:space-between;align-items:center;list-style:none;
}
.faq-item summary::-webkit-details-marker{display:none;}
.faq-item summary::after{content:"+";font-size:20px;color:var(--gold-dark);}
.faq-item[open] summary::after{content:"–";}
.faq-item .a{padding:0 4px 18px;color:var(--muted);font-size:14px;}

/* ---- CTA band ---- */
.cta-band{
  background:linear-gradient(120deg,var(--navy) 0%,var(--navy-2) 100%);
  color:#fff;border-radius:var(--radius);padding:44px;text-align:center;
}
.cta-band h2{font-size:26px;margin:0 0 10px;}
.cta-band p{color:#c7cdd6;margin:0 0 24px;}

/* ---- Urun detay foto/video karuseli ---- */
.pgallery{position:relative;border-radius:12px;overflow:hidden;box-shadow:var(--shadow);aspect-ratio:1/1;background:#fff;}
.pgallery-slide{
  position:absolute;inset:0;opacity:0;transition:opacity .4s ease;pointer-events:none;
  background:#fff;display:flex;align-items:center;justify-content:center;
}
.pgallery-slide.active{opacity:1;pointer-events:auto;}
.pgallery-slide img, .pgallery-slide video{width:100%;height:100%;object-fit:cover;display:block;}
.pgallery-slide iframe{width:100%;height:100%;border:0;}
.pgallery-slide a{display:flex;width:100%;height:100%;}
.pgallery-arrow{
  position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;
  background:rgba(255,255,255,.85);border:none;font-size:20px;line-height:1;cursor:pointer;z-index:5;
  display:flex;align-items:center;justify-content:center;color:var(--navy);
}
.pgallery-arrow:hover{background:#fff;}
.pgallery-arrow.prev{left:12px;}
.pgallery-arrow.next{right:12px;}

.pgallery-thumbs{display:flex;gap:8px;margin-top:10px;overflow-x:auto;padding-bottom:2px;scrollbar-width:none;-ms-overflow-style:none;}
.pgallery-thumbs::-webkit-scrollbar{display:none;}
.pgallery-thumbs .thumb-btn{
  flex:0 0 auto;width:64px;height:64px;border-radius:8px;overflow:hidden;border:2px solid var(--border);
  cursor:pointer;padding:0;background:#eef0f3;position:relative;
}
.pgallery-thumbs .thumb-btn.active{border-color:var(--gold);}
.pgallery-thumbs .thumb-btn img{width:100%;height:100%;object-fit:cover;display:block;}
.pgallery-thumbs .thumb-btn .play-ic{
  position:absolute;inset:0;display:flex;align-items:center;justify-content:center;
  background:rgba(20,20,25,.4);color:#fff;font-size:18px;
}

/* ---- Gallery ---- */
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;}
.gallery-grid a{display:block;border-radius:var(--radius);overflow:hidden;aspect-ratio:4/3;background:#eee;}
.gallery-grid img{width:100%;height:100%;object-fit:cover;transition:transform .3s;}
.gallery-grid a:hover img{transform:scale(1.06);}

/* ---- Contact page ---- */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;}
.contact-info-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:26px;margin-bottom:16px;display:flex;gap:16px;align-items:flex-start;}
.contact-info-card .ic{font-size:22px;color:var(--gold-dark);}
.contact-info-card h4{margin:0 0 4px;font-size:14.5px;color:var(--navy);}
.contact-info-card p{margin:0;font-size:13.5px;color:var(--muted);}
form.contact-form{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:30px;}
form.contact-form label{font-size:13px;font-weight:600;color:var(--navy);display:block;margin-bottom:6px;}
form.contact-form input,form.contact-form textarea{
  width:100%;border:1px solid var(--border);border-radius:6px;padding:11px 14px;
  font-size:14px;margin-bottom:16px;font-family:inherit;outline:none;
}
form.contact-form input:focus,form.contact-form textarea:focus{border-color:var(--gold);}
.map-wrap{border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);margin-top:20px;}
.map-wrap iframe{width:100%;height:280px;border:0;display:block;}

/* ---- Footer ---- */
footer.site-footer{background:#fff;color:var(--muted);padding-top:52px;border-top:1px solid var(--border);}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.3fr;gap:32px;padding-bottom:36px;}
.footer-grid h4{color:var(--navy);font-size:13.5px;margin:0 0 18px;letter-spacing:.4px;text-transform:uppercase;font-weight:700;}
.footer-grid ul li{margin-bottom:10px;font-size:13.5px;}
.footer-grid ul li a{color:var(--muted);}
.footer-grid ul li a:hover{color:var(--gold-dark);}
.footer-about p{font-size:13.5px;color:var(--muted);margin:0 0 18px;}
.footer-logo{font-size:22px;font-weight:800;color:var(--navy);margin-bottom:14px;}
.footer-logo span{color:var(--gold);}
.footer-contact li{display:flex;gap:10px;align-items:flex-start;font-size:13.5px;color:var(--muted);}
.footer-social{display:flex;gap:10px;margin-top:16px;}
.footer-social a{
  width:34px;height:34px;border-radius:50%;background:var(--bg);border:1px solid var(--border);
  display:flex;align-items:center;justify-content:center;color:var(--navy);font-size:14px;
}
.footer-social a:hover{background:var(--gold);border-color:var(--gold);color:#fff;}
.footer-bottom{
  border-top:1px solid var(--border);padding:18px 0;display:flex;
  justify-content:space-between;align-items:center;font-size:12.5px;color:var(--muted);flex-wrap:wrap;gap:10px;
}

/* ---- WhatsApp floating button ---- */
.wa-float{
  position:fixed;bottom:24px;right:24px;width:58px;height:58px;border-radius:50%;
  background:#25D366;color:#fff;display:flex;align-items:center;justify-content:center;
  box-shadow:0 4px 16px rgba(0,0,0,.25);z-index:80;
}
.wa-float svg{width:29px;height:29px;}

/* ---- Canli destek widget ---- */
.support-float{
  position:fixed;bottom:94px;right:24px;width:58px;height:58px;border-radius:50%;
  background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center;
  box-shadow:0 4px 16px rgba(0,0,0,.25);z-index:80;border:none;cursor:pointer;
}
.support-float svg{width:26px;height:26px;}
.support-float .dot{
  position:absolute;top:2px;right:2px;width:12px;height:12px;border-radius:50%;
  background:var(--rose);border:2px solid #fff;display:none;
}
.support-float .dot.show{display:block;}

.support-panel{
  position:fixed;bottom:162px;right:24px;width:320px;max-width:calc(100vw - 32px);
  background:#fff;border-radius:14px;box-shadow:0 12px 40px rgba(0,0,0,.28);
  display:none;flex-direction:column;overflow:hidden;z-index:81;border:1px solid var(--border);
}
.support-panel.open{display:flex;}
.support-panel .sp-head{
  background:var(--navy);color:#fff;padding:14px 16px;display:flex;justify-content:space-between;align-items:center;
}
.support-panel .sp-head strong{font-size:14px;}
.support-panel .sp-head span{font-size:11.5px;color:#b9c0cb;display:block;}
.support-panel .sp-close{background:none;border:none;color:#fff;font-size:18px;cursor:pointer;line-height:1;}
.support-panel .sp-body{padding:14px;height:280px;overflow-y:auto;display:flex;flex-direction:column;gap:8px;background:var(--bg);scrollbar-width:none;-ms-overflow-style:none;}
.support-panel .sp-body::-webkit-scrollbar{display:none;}
.support-panel .msg{max-width:82%;padding:8px 12px;border-radius:12px;font-size:13px;line-height:1.4;}
.support-panel .msg.customer{align-self:flex-end;background:var(--gold);color:#fff;border-bottom-right-radius:3px;}
.support-panel .msg.admin{align-self:flex-start;background:#fff;border:1px solid var(--border);border-bottom-left-radius:3px;}
.support-panel .sp-start{padding:14px;display:flex;flex-direction:column;gap:10px;}
.support-panel .sp-start input, .support-panel .sp-start textarea{
  width:100%;border:1px solid var(--border);border-radius:8px;padding:9px 11px;font-size:13px;font-family:inherit;
}
.support-panel .sp-start textarea{min-height:70px;resize:vertical;}
.support-panel .sp-foot{display:flex;gap:8px;padding:12px;border-top:1px solid var(--border);}
.support-panel .sp-foot input{
  flex:1;border:1px solid var(--border);border-radius:20px;padding:9px 14px;font-size:13px;font-family:inherit;
}
.support-panel .sp-foot button{
  background:var(--gold);color:#fff;border:none;border-radius:50%;width:38px;height:38px;cursor:pointer;
  display:flex;align-items:center;justify-content:center;flex-shrink:0;
}
.support-panel .sp-foot button:hover{background:var(--gold-dark);}
@media (max-width:480px){
  .support-panel{right:16px;bottom:150px;}
  .support-float{right:16px;}
  .wa-float{right:16px;}
}

/* ===== Responsive ===== */
@media (max-width:1024px){
  .product-grid{grid-template-columns:repeat(3,1fr);}
  .cat-grid{grid-template-columns:repeat(3,1fr);}
  .feature-grid,.feature-grid-4,.testi-grid{grid-template-columns:repeat(2,1fr);}
  .team-grid{grid-template-columns:repeat(3,1fr);}
  .footer-grid{grid-template-columns:1fr 1fr;}
  .split{grid-template-columns:1fr;}
  .contact-grid{grid-template-columns:1fr;}
}
@media (max-width:720px){
  body{overflow-x:hidden;}
  .topbar{display:none;}

  /* Bidolubaski mobil header: hamburger solda, logo ortada, ikonlar sagda — tek sira */
  .header-main{padding:12px 0;display:flex;align-items:center;gap:10px;flex-wrap:wrap;}
  .header-main .nav-toggle{display:flex;align-items:center;justify-content:center;padding:4px 6px;order:1;flex-shrink:0;}
  .header-main .logo{order:2;margin:0 auto;font-size:19px;white-space:nowrap;}
  .header-main .header-icons{order:3;flex-shrink:0;gap:12px;}
  .header-icons .icon-item span.label{display:none;}
  .header-icons .icon-circle{width:32px;height:32px;font-size:15px;}

  .search-bar{order:4;flex:1 1 100%;margin-top:10px;}

  /* Ana kategori cubugu mobilde bos bir sira birakmasin; menu hamburger'dan acilir */
  nav.main-nav{border-bottom:none;}
  nav.main-nav .container{flex-wrap:wrap;height:auto;padding-top:0;padding-bottom:0;}
  /* Hamburger menu: sabit, yandan (soldan) kayarak acilan cekmece */
  nav.main-nav ul{
    display:flex;flex-direction:column;
    position:fixed;top:0;left:0;bottom:0;width:80%;max-width:300px;
    background:#fff;z-index:220;padding:18px 0 24px;overflow-y:auto;
    transform:translateX(-100%);transition:transform .3s ease;
    box-shadow:2px 0 24px rgba(0,0,0,.18);
  }
  nav.main-nav ul.open{transform:translateX(0);}
  nav.main-nav li a{height:auto;line-height:normal;padding:14px 20px;border-top:1px solid var(--border);}
  nav.main-nav .nav-drawer-head + li a{border-top:none;}
  nav.main-nav .nav-right{display:none;}
  .nav-drawer-head{padding:0 16px 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border);margin-bottom:6px;padding-bottom:16px;}
  .nav-drawer-logo{font-size:18px;font-weight:800;color:var(--navy);}
  .nav-drawer-logo span{color:var(--gold);}
  .nav-drawer-close{
    width:32px;height:32px;border-radius:50%;background:var(--bg);border:none;flex-shrink:0;
    font-size:16px;color:var(--text);display:flex;align-items:center;justify-content:center;cursor:pointer;
  }
  .nav-backdrop{
    display:block;position:fixed;inset:0;background:rgba(15,20,28,.45);z-index:210;
    opacity:0;pointer-events:none;transition:opacity .3s ease;
  }
  .nav-backdrop.open{opacity:1;pointer-events:auto;}

  /* Bidolubaski'deki gibi tam genislikte, kenarlik/gölgesiz, kayan hero banner */
  .hero-wrap{padding:0;}
  .hero-container{max-width:none;padding:0;}
  .hero-slider{border-radius:0;box-shadow:none;aspect-ratio:16/9;max-height:none;}
  .hero-content{max-width:100%;padding:0 18px;}
  .hero-content .eyebrow{font-size:10px;margin-bottom:4px;}
  .hero-content h1{font-size:17px;line-height:1.25;margin-bottom:8px;}
  .hero-content p{display:none;}
  .hero-actions{gap:6px;}
  .hero-actions .btn{padding:7px 12px;font-size:11px;}
  .hero-arrow{width:26px;height:26px;font-size:14px;}
  .hero-dots{bottom:8px;}
  .hero-dots .dot{width:6px;height:6px;}

  /* Guven rozetleri: kullanicinin dokunamadigi, kendiliginden akan tek satirlik bant */
  .trust-strip .container{padding:12px 0;}
  .trust-track{
    display:flex;flex-wrap:nowrap;width:max-content;
    animation:trustMarquee 18s linear infinite;
    pointer-events:none;
  }
  .trust-set{display:flex;flex-wrap:nowrap;gap:28px;padding-right:28px;}
  .trust-set-dup{display:flex;}
  .trust-item{font-size:12.5px;min-width:0;flex:0 0 auto;}
  @keyframes trustMarquee{
    from{transform:translateX(0);}
    to{transform:translateX(-50%);}
  }

  /* Ikon+yazi satirlari (sektorler, hizmetlerimiz, kalite, bizi tercih edenler vb.):
     kullanicinin elleyemedigi, kendiliginden akan tek satirlik bant */
  .cat-grid.auto-band,.feature-grid.auto-band,.feature-grid-4.auto-band{
    display:block;overflow:hidden;margin:0;padding:4px 0;
  }
  .cat-grid.auto-band .auto-scroll-track,
  .feature-grid.auto-band .auto-scroll-track,
  .feature-grid-4.auto-band .auto-scroll-track{
    display:flex;flex-wrap:nowrap;width:max-content;gap:12px;
    animation:autoBandMarquee 24s linear infinite;pointer-events:none;
  }
  .cat-grid.auto-band .auto-scroll-set,
  .feature-grid.auto-band .auto-scroll-set,
  .feature-grid-4.auto-band .auto-scroll-set{display:flex;flex-wrap:nowrap;gap:12px;padding-right:12px;}
  .cat-grid.auto-band .auto-scroll-set-dup,
  .feature-grid.auto-band .auto-scroll-set-dup,
  .feature-grid-4.auto-band .auto-scroll-set-dup{display:flex;}
  .cat-grid.auto-band .cat-tile{flex:0 0 128px;padding:18px 8px;}
  .feature-grid.auto-band .feature-card,
  .feature-grid-4.auto-band .feature-card{flex:0 0 220px;}
  @keyframes autoBandMarquee{
    from{transform:translateX(0);}
    to{transform:translateX(-50%);}
  }

  /* Bidolubaski'deki gibi urun/kategori satirlari parmakla yatayda kaydirilir */
  .product-grid,.cat-grid,.feature-grid,.feature-grid-4,.testi-grid,.team-grid,.gallery-grid{
    display:flex;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;
    gap:12px;padding-bottom:4px;scrollbar-width:none;-ms-overflow-style:none;
    margin:0 -20px;padding-left:20px;padding-right:20px;
  }
  .product-grid::-webkit-scrollbar,.cat-grid::-webkit-scrollbar,.feature-grid::-webkit-scrollbar,
  .feature-grid-4::-webkit-scrollbar,.testi-grid::-webkit-scrollbar,.team-grid::-webkit-scrollbar,
  .gallery-grid::-webkit-scrollbar{display:none;}
  .product-grid>*{flex:0 0 78%;scroll-snap-align:start;}
  .gallery-grid>*{flex:0 0 62%;scroll-snap-align:start;aspect-ratio:4/3;}
  .cat-grid>*{flex:0 0 34%;scroll-snap-align:start;}
  .feature-grid>*,.feature-grid-4>*{flex:0 0 78%;scroll-snap-align:start;}
  .testi-grid>*{flex:0 0 84%;scroll-snap-align:start;}
  .team-grid>*{flex:0 0 42%;scroll-snap-align:start;}

  .section-head{align-items:center;}
  .footer-grid{grid-template-columns:1fr;}
}
