:root{
  --navy:#0c2742;
  --navy-dark:#071c2e;
  --blue:#165b8f;
  --orange:#f28b24;
  --orange-light:#ffad59;
  --cream:#f5f7f8;
  --text:#1b2733;
  --muted:#687786;
  --white:#fff;
  --line:#dfe6eb;
  --radius:18px;
  --shadow:0 18px 50px rgba(12,39,66,.11);
  --container:1180px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  margin:0;
  min-width:320px;
  font-family:Manrope,Arial,sans-serif;
  color:var(--text);
  background:#fff;
  line-height:1.65;
  overflow-x:hidden;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%;height:auto}
button,input,textarea,select{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
:focus-visible{outline:3px solid rgba(242,139,36,.5);outline-offset:3px}
.container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}

/* Top bar */
.topbar{background:var(--navy);color:#dce7ef;font-size:13px}
.topbar-inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.topbar-inner div{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.topbar a{transition:color .2s ease}
.topbar a:hover{color:#fff}

/* Header */
.site-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(255,255,255,.98);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(12,39,66,.08);
}
.nav-wrap{
  min-height:94px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  position:relative;
}
.logo{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  flex:0 0 auto;
  width:245px;
  height:78px;
  overflow:hidden;
  line-height:1;
}
.site-logo{
  width:100%;
  height:100%;
  max-width:none;
  object-fit:contain;
  object-position:left center;
}
.logo b{color:var(--orange)}
.logo small{display:block;font-size:9px;letter-spacing:.12em;color:var(--muted);margin-top:7px}
.logo-mark{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,var(--orange),#ffb55e);color:#fff;font-size:25px;box-shadow:0 8px 24px rgba(242,139,36,.32)}
.main-nav{display:flex;align-items:center;justify-content:flex-end;gap:20px;flex:1;font-size:14px;font-weight:700}
.main-nav>a:not(.btn){display:flex;align-items:center;min-height:48px;padding:22px 0;border-bottom:3px solid transparent;white-space:nowrap}
.main-nav>a.active,.main-nav>a:hover{color:var(--blue);border-color:var(--orange)}
.menu-btn{
  display:none;
  width:48px;
  height:48px;
  border:1px solid var(--line);
  border-radius:12px;
  background:#fff;
  color:var(--navy);
  font-size:26px;
  cursor:pointer;
  align-items:center;
  justify-content:center;
}

/* Buttons */
.btn{
  min-height:48px;
  display:inline-flex;
  justify-content:center;
  align-items:center;
  gap:8px;
  background:var(--orange);
  color:#fff;
  border:none;
  border-radius:12px;
  padding:13px 22px;
  font-weight:800;
  cursor:pointer;
  box-shadow:0 10px 26px rgba(242,139,36,.25);
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease;
}
.btn:hover{transform:translateY(-1px);box-shadow:0 14px 30px rgba(242,139,36,.3)}
.btn-outline{background:transparent;color:var(--navy);border:1px solid rgba(12,39,66,.25);box-shadow:none}
.btn-small{min-height:44px;padding:10px 16px!important;border:0!important}

/* Hero */
.hero{position:relative;overflow:hidden;background:linear-gradient(118deg,#071d31 0%,#123b5f 62%,#1c688e 100%);color:#fff}
.hero:before{content:"";position:absolute;width:580px;height:580px;border:90px solid rgba(255,255,255,.04);border-radius:50%;right:-170px;top:-210px;pointer-events:none}
.hero-grid{min-height:650px;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);align-items:center;gap:55px;padding:80px 0;position:relative}
.eyebrow{display:inline-flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:800;color:var(--orange)}
.eyebrow:before{content:"";width:28px;height:2px;background:currentColor}
.hero h1{font-size:clamp(42px,5vw,72px);line-height:1.05;margin:18px 0 24px;letter-spacing:-.045em;overflow-wrap:anywhere}
.hero h1 span{color:var(--orange-light)}
.hero p{font-size:18px;color:#d6e4ee;max-width:650px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}
.hero .btn-outline{color:#fff;border-color:rgba(255,255,255,.35)}
.hero-visual{position:relative;height:470px;min-width:0}
.shelf-scene{position:absolute;inset:20px 0 0 30px;border-radius:30px;background:linear-gradient(145deg,#e8edf0,#fff);box-shadow:0 35px 80px rgba(0,0,0,.32);overflow:hidden}
.shelf{position:absolute;left:12%;right:12%;top:16%;bottom:12%;border-left:12px solid #445766;border-right:12px solid #445766}
.shelf i{display:block;height:20%;border-bottom:10px solid #627889;position:relative}
.shelf i:after{content:"";position:absolute;left:4%;right:4%;bottom:11px;height:52%;background:linear-gradient(90deg,#f28b24 0 22%,#d8e1e7 22% 48%,#1d5a82 48% 72%,#b9c6cf 72%);border-radius:5px 5px 0 0}
.stat-card{position:absolute;background:#fff;color:var(--navy);border-radius:16px;padding:16px 20px;box-shadow:var(--shadow);font-weight:800}
.stat-card small{display:block;color:var(--muted);font-size:11px}
.stat-one{left:-20px;bottom:46px}.stat-two{right:-10px;top:8px}

/* Sections */
.section{padding:clamp(64px,8vw,95px) 0}
.section-soft{background:var(--cream)}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:38px}
.section-head h2,.page-hero h1{font-size:clamp(32px,4vw,48px);line-height:1.15;margin:10px 0;overflow-wrap:anywhere}
.section-head p{max-width:600px;color:var(--muted)}

.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.category-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:25px;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.category-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:transparent}
.cat-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:14px;background:#eef5f9;color:var(--blue);font-size:26px}
.category-card h3{font-size:18px;margin:18px 0 8px}
.category-card p{font-size:14px;color:var(--muted);margin:0 0 18px}
.arrow-link{font-size:13px;font-weight:800;color:var(--blue)}

.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.product-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;transition:transform .25s ease,box-shadow .25s ease}
.product-card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}
.product-image{height:235px;background:linear-gradient(140deg,#eaf0f3,#cfdce4);position:relative;overflow:hidden;display:grid;place-items:center}
.product-image:before{content:"";width:54%;height:58%;border:10px solid #506775;border-top-width:18px;box-shadow:inset 0 -18px #8799a4,inset 0 -58px #d9e0e4,inset 0 -72px #657d8b}
.product-image:after{content:"AKGÜL RAF";position:absolute;right:14px;bottom:10px;font-size:10px;font-weight:800;letter-spacing:.12em;color:rgba(12,39,66,.45)}
.product-body{padding:23px}
.product-body h3{margin:0 0 8px}
.product-body p{font-size:14px;color:var(--muted);margin:0 0 18px}

.why-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:65px;align-items:center}
.feature-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;margin-top:25px}
.feature{padding:17px;border-radius:14px;background:#fff;border:1px solid var(--line);font-weight:700}
.feature span{color:var(--orange);margin-right:8px}
.dark-panel{background:var(--navy);color:#fff;border-radius:28px;padding:45px;position:relative;overflow:hidden}
.dark-panel p{color:#cbd8e1}
.numbers{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:30px}
.number{border-top:1px solid rgba(255,255,255,.2);padding-top:17px}
.number strong{font-size:32px;color:var(--orange);display:block}

.page-hero{background:linear-gradient(135deg,#f3f7f9,#e9f0f4);padding:clamp(58px,7vw,75px) 0}
.page-hero p{max-width:720px;color:var(--muted);font-size:17px}
.breadcrumb{font-size:13px;color:var(--muted);overflow-wrap:anywhere}
.filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:32px}
.filter{min-height:44px;padding:9px 14px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:13px;font-weight:700;display:inline-flex;align-items:center}
.filter:hover{border-color:var(--orange)}

/* Product detail */
.product-detail{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:60px;align-items:start}
.gallery-main{height:470px;border-radius:24px;background:linear-gradient(135deg,#ecf1f4,#cfdce3);display:grid;place-items:center;position:relative;overflow:hidden}
.gallery-main .mock-rack{width:60%;height:65%;border:15px solid #526a79;box-shadow:inset 0 -35px #8496a0,inset 0 -100px #e4e9ec,inset 0 -118px #657d8b}
.thumbs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:12px}
.thumb{height:110px;border-radius:14px;background:#e8eef2;border:1px solid var(--line);padding:0;overflow:hidden;cursor:pointer}
.thumb.active{outline:3px solid var(--orange);outline-offset:2px}
.detail-info h1{font-size:clamp(34px,4vw,42px);line-height:1.15;margin:12px 0;overflow-wrap:anywhere}
.detail-info .lead{font-size:17px;color:var(--muted)}
.spec-list{list-style:none;padding:0;margin:25px 0}
.spec-list li{padding:12px 0;border-bottom:1px solid var(--line)}
.spec-list li:before{content:"✓";color:var(--orange);font-weight:900;margin-right:12px}

/* CTA / Contact */
.cta{background:linear-gradient(110deg,var(--blue),var(--navy));color:#fff;border-radius:26px;padding:48px;display:flex;justify-content:space-between;align-items:center;gap:30px}
.cta h2{margin:0 0 8px}.cta p{margin:0;color:#d6e2ea}
.contact-grid{display:grid;grid-template-columns:minmax(260px,.75fr) minmax(0,1.25fr);gap:40px}
.contact-cards{display:grid;gap:15px}
.contact-card{padding:22px;border:1px solid var(--line);border-radius:16px;background:#fff}
.contact-card .arrow-link{display:block;margin-top:8px}.contact-card p{margin-bottom:5px}
.form-card{padding:32px;border-radius:22px;background:#fff;box-shadow:var(--shadow)}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.field{display:flex;flex-direction:column;gap:7px;min-width:0}
.field.full{grid-column:1/-1}
.field label{font-size:13px;font-weight:800}
.field input,.field textarea,.field select{width:100%;min-height:48px;padding:13px 14px;border:1px solid var(--line);border-radius:11px;background:#fff;color:var(--text)}
.field textarea{min-height:140px;resize:vertical}
.notice{padding:13px 16px;border-radius:10px;margin-bottom:18px;background:#e9f7ee;color:#176a37}

/* Footer */
.footer{background:var(--navy-dark);color:#c8d4dc;padding:70px 0 20px}
.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:45px}
.footer h4{color:#fff}.footer a,.footer span{display:block;margin:9px 0}.footer p{max-width:330px}.logo-light{color:#fff}.logo-light small{color:#9fb1be}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:45px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;font-size:12px}
.empty{padding:50px;border:1px dashed var(--line);border-radius:18px;text-align:center}

/* Images */
.product-image img,.gallery-main img,.thumb img,.shelf-scene img{width:100%;height:100%;object-fit:cover}
.product-image:has(img):before,.product-image:has(img):after{display:none}
.shelf-scene img{object-position:center}

/* SEO content */
.prose{max-width:900px}.prose-wide{max-width:980px}
.prose h2{font-size:clamp(28px,3vw,40px);line-height:1.2;margin:38px 0 15px}
.prose h3{font-size:clamp(20px,2.2vw,23px);margin-top:30px}
.prose p{color:var(--muted);font-size:16px}
.seo-links{display:flex;gap:12px;flex-wrap:wrap;margin-top:25px}
.seo-links a{min-height:44px;padding:12px 16px;border:1px solid var(--line);border-radius:10px;font-weight:800;color:var(--blue);display:inline-flex;align-items:center}
details{background:#fff;border:1px solid var(--line);border-radius:12px;margin:12px 0;padding:16px 18px}
summary{cursor:pointer;font-weight:800;min-height:32px}
.category-copy{margin-top:65px;border-top:1px solid var(--line);padding-top:20px}

.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:1200;min-height:48px;background:#1e9e55;color:#fff;padding:13px 18px;border-radius:999px;font-weight:800;box-shadow:0 12px 30px rgba(0,0,0,.22);display:inline-flex;align-items:center}
.whatsapp-float:hover{transform:translateY(-2px);color:#fff}

.focus-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.focus-card{min-height:190px;padding:30px;border-radius:22px;background:linear-gradient(145deg,#0c2742,#165b8f);color:#fff;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:var(--shadow);transition:transform .25s ease}
.focus-card:hover{transform:translateY(-5px)}
.focus-card strong{font-size:27px;margin-bottom:10px}.focus-card span{color:#d9e7ef}
.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.blog-card{padding:28px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 8px 25px rgba(12,39,66,.05)}
.blog-card>span{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:var(--orange);font-weight:800}
.blog-card h2,.blog-card h3{line-height:1.3;margin:12px 0}.blog-card p{color:var(--muted)}
.seo-hero .hero-actions{margin-top:25px}
.callout{margin:45px 0;padding:30px;border-radius:20px;background:linear-gradient(135deg,#0c2742,#165b8f);color:#fff}
.callout strong{font-size:24px}.callout p{color:#d9e7ef}
.article-hero .container{max-width:950px}.article-body{max-width:850px}
.article-related{margin-top:35px;padding-top:20px;border-top:1px solid var(--line)}
.article-related a{color:var(--blue);font-weight:800}

/* Large tablets / small laptops */
@media(max-width:1200px){
  .container{width:min(var(--container),calc(100% - 32px))}
  .logo{width:205px;height:68px}
  .nav-wrap{min-height:84px;gap:16px}
  .main-nav{gap:13px;font-size:12.5px}
  .main-nav>a:not(.btn){padding:18px 0}
  .btn-small{padding-inline:13px!important}
  .hero-grid{gap:40px}
}

/* Tablet */
@media(max-width:960px){
  .topbar-inner{min-height:42px}
  .nav-wrap{min-height:76px}
  .logo{width:200px;height:64px}
  .menu-btn{display:inline-flex;flex:0 0 auto}
  .main-nav{
    display:none;
    position:absolute;
    left:0;
    right:0;
    top:calc(100% + 8px);
    max-height:calc(100vh - 110px);
    overflow-y:auto;
    background:#fff;
    padding:18px;
    border:1px solid var(--line);
    border-radius:16px;
    box-shadow:var(--shadow);
    flex-direction:column;
    align-items:stretch;
    gap:4px;
  }
  .main-nav.open{display:flex}
  .main-nav>a:not(.btn){min-height:48px;padding:11px 10px;border:0;border-radius:10px}
  .main-nav>a.active,.main-nav>a:hover{background:#eef5f9;color:var(--blue)}
  .main-nav .btn{width:100%;margin-top:8px}
  .hero-grid,.why-grid,.product-detail,.contact-grid{grid-template-columns:1fr}
  .hero-grid{min-height:auto;padding:68px 0}
  .hero-visual{height:390px;max-width:680px;width:100%;margin-inline:auto}
  .category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .focus-grid,.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .section-head{align-items:flex-start}
}

/* Mobile */
@media(max-width:640px){
  .container{width:min(100% - 24px,var(--container))}
  .topbar-inner{justify-content:center;padding:6px 0}
  .topbar-inner>span{display:none}
  .topbar-inner div{justify-content:center;gap:14px;font-size:12px}
  .topbar-inner div a:last-child{display:none}
  .nav-wrap{min-height:68px;gap:10px}
  .logo{width:170px;height:54px}
  .menu-btn{width:44px;height:44px;font-size:24px}
  .hero-grid{padding:54px 0;gap:28px}
  .hero h1{font-size:clamp(38px,11vw,54px);line-height:1.02;margin:16px 0 20px}
  .hero p{font-size:16px;line-height:1.6}
  .hero-actions{flex-direction:column;align-items:stretch}
  .hero-actions .btn{width:100%}
  .hero-visual{height:280px;display:block}
  .shelf-scene{inset:10px 0 0 0;border-radius:22px}
  .stat-card{font-size:12px;padding:10px 13px}
  .stat-one{left:8px;bottom:16px}.stat-two{right:8px;top:0}
  .section{padding:58px 0}
  .section-head{display:block;margin-bottom:28px}
  .section-head h2,.page-hero h1{font-size:clamp(30px,9vw,40px)}
  .category-grid,.product-grid,.feature-list,.form-grid,.footer-grid,.focus-grid,.blog-grid{grid-template-columns:1fr}
  .category-card,.blog-card,.focus-card{padding:22px}
  .product-image{height:220px}
  .gallery-main{height:300px;border-radius:18px}
  .thumbs{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
  .thumb{height:84px}
  .detail-info h1{font-size:34px}
  .dark-panel{padding:28px;border-radius:22px}
  .numbers{grid-template-columns:1fr 1fr}
  .cta{flex-direction:column;align-items:stretch;padding:30px;border-radius:20px}
  .cta .btn{width:100%}
  .form-card{padding:22px}
  .footer{padding-top:55px}
  .footer-bottom{display:block}
  .footer-bottom>*+*{margin-top:8px}
  .whatsapp-float{right:14px;bottom:14px;padding:12px 15px;font-size:14px}
  .callout{padding:24px;margin:32px 0}
}

/* Very small phones */
@media(max-width:380px){
  .container{width:min(100% - 18px,var(--container))}
  .logo{width:148px;height:48px}
  .hero h1{font-size:36px}
  .numbers{grid-template-columns:1fr}
  .thumbs{grid-template-columns:repeat(2,minmax(0,1fr))}
}

/* Reduced motion */
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}

/* =========================================================
   ÜRÜN DETAY GALERİSİ VE TAM EKRAN MODAL
========================================================= */

.product-detail-section{
    overflow:hidden;
}

.product-detail{
    grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);
    gap:clamp(35px,5vw,70px);
}

.product-gallery{
    width:100%;
    min-width:0;
}

.gallery-main{
    position:relative;
    width:100%;
    height:auto;
    aspect-ratio:4 / 3;
    min-height:420px;
    max-height:620px;
    padding:20px;
    border:1px solid var(--line);
    border-radius:24px;
    overflow:hidden;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:zoom-in;
    appearance:none;
    font:inherit;
    box-shadow:0 14px 40px rgba(12,39,66,.08);
    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        transform .2s ease;
}

.gallery-main:hover{
    border-color:rgba(242,139,36,.65);
    box-shadow:0 20px 50px rgba(12,39,66,.13);
}

.gallery-main:focus-visible{
    outline:3px solid rgba(242,139,36,.4);
    outline-offset:4px;
}

.gallery-main img{
    display:block;
    width:100%;
    height:100%;
    max-width:100%;
    max-height:100%;
    object-fit:contain;
    object-position:center;
    background:#fff;
    transition:transform .3s ease;
}

.gallery-main:hover img{
    transform:scale(1.015);
}

.gallery-zoom-hint{
    position:absolute;
    right:16px;
    bottom:16px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:38px;
    padding:8px 13px;
    border-radius:999px;
    background:rgba(7,28,46,.84);
    color:#fff;
    font-size:12px;
    font-weight:800;
    letter-spacing:.01em;
    pointer-events:none;
    backdrop-filter:blur(8px);
}

.gallery-zoom-hint::before{
    content:"＋";
    margin-right:6px;
    font-size:15px;
}

.thumbs{
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:10px;
    margin-top:14px;
}

.thumb{
    position:relative;
    width:100%;
    height:auto;
    aspect-ratio:1 / 1;
    min-height:78px;
    padding:5px;
    overflow:hidden;
    border:2px solid transparent;
    border-radius:13px;
    background:#fff;
    cursor:pointer;
    appearance:none;
    box-shadow:0 4px 16px rgba(12,39,66,.07);
    transition:
        border-color .2s ease,
        transform .2s ease,
        box-shadow .2s ease;
}

.thumb:hover{
    transform:translateY(-2px);
    border-color:rgba(242,139,36,.55);
    box-shadow:0 8px 20px rgba(12,39,66,.12);
}

.thumb.active{
    border-color:var(--orange);
    outline:none;
}

.thumb:focus-visible{
    outline:3px solid rgba(242,139,36,.35);
    outline-offset:3px;
}

.thumb img{
    display:block;
    width:100%;
    height:100%;
    border-radius:8px;
    object-fit:cover;
    object-position:center;
}

.product-actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:28px;
}

.product-actions .btn{
    min-height:48px;
}

.product-note{
    margin:20px 0 0;
    padding:15px 17px;
    border-left:4px solid var(--orange);
    border-radius:0 12px 12px 0;
    background:var(--cream);
    color:var(--muted);
    font-size:14px;
}

/* Modal açıldığında sayfa kaymasını engeller */
body.modal-open{
    overflow:hidden;
}

/* Ekran okuyucular için görünmez başlık */
.sr-only{
    position:absolute!important;
    width:1px!important;
    height:1px!important;
    padding:0!important;
    margin:-1px!important;
    overflow:hidden!important;
    clip:rect(0,0,0,0)!important;
    white-space:nowrap!important;
    border:0!important;
}

/* Tam ekran görsel alanı */
.product-image-modal{
    position:fixed;
    inset:0;
    z-index:10000;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:24px;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:
        opacity .2s ease,
        visibility .2s ease;
}

.product-image-modal.open{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
}

.product-modal-backdrop{
    position:absolute;
    inset:0;
    background:rgba(3,12,20,.94);
    backdrop-filter:blur(8px);
}

.product-modal-dialog{
    position:relative;
    z-index:1;
    width:min(1500px,100%);
    height:min(900px,calc(100vh - 48px));
    display:flex;
    align-items:center;
    justify-content:center;
}

.product-modal-image-wrap{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:30px 75px;
}

.product-modal-image-wrap img{
    display:block;
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    object-fit:contain;
    object-position:center;
    border-radius:8px;
    background:#fff;
    box-shadow:0 30px 90px rgba(0,0,0,.35);
    user-select:none;
    -webkit-user-drag:none;
}

.product-modal-close,
.product-modal-arrow{
    position:absolute;
    z-index:3;
    display:grid;
    place-items:center;
    width:52px;
    height:52px;
    padding:0;
    border:1px solid rgba(255,255,255,.2);
    border-radius:50%;
    background:rgba(255,255,255,.12);
    color:#fff;
    cursor:pointer;
    font:inherit;
    line-height:1;
    backdrop-filter:blur(8px);
    transition:
        background .2s ease,
        transform .2s ease,
        border-color .2s ease;
}

.product-modal-close:hover,
.product-modal-arrow:hover{
    background:var(--orange);
    border-color:var(--orange);
    transform:scale(1.05);
}

.product-modal-close:focus-visible,
.product-modal-arrow:focus-visible{
    outline:3px solid rgba(255,255,255,.65);
    outline-offset:3px;
}

.product-modal-close{
    top:0;
    right:0;
    font-size:34px;
}

.product-modal-arrow{
    top:50%;
    transform:translateY(-50%);
    font-size:28px;
}

.product-modal-arrow:hover{
    transform:translateY(-50%) scale(1.05);
}

.product-modal-prev{
    left:0;
}

.product-modal-next{
    right:0;
}

.product-modal-counter{
    position:absolute;
    left:50%;
    bottom:0;
    transform:translateX(-50%);
    min-width:70px;
    padding:8px 14px;
    border-radius:999px;
    background:rgba(255,255,255,.14);
    color:#fff;
    text-align:center;
    font-size:13px;
    font-weight:800;
    backdrop-filter:blur(8px);
}

/* Büyük tablet */
@media(max-width:1100px){

    .product-detail{
        grid-template-columns:minmax(0,1fr) minmax(310px,.85fr);
        gap:36px;
    }

    .gallery-main{
        min-height:380px;
    }

    .thumbs{
        grid-template-columns:repeat(4,minmax(0,1fr));
    }
}

/* Tablet */
@media(max-width:960px){

    .product-detail{
        grid-template-columns:1fr;
    }

    .product-gallery{
        max-width:760px;
        margin-inline:auto;
    }

    .gallery-main{
        min-height:420px;
    }

    .detail-info{
        max-width:760px;
        margin-inline:auto;
        width:100%;
    }

    .product-modal-image-wrap{
        padding:55px 60px;
    }
}

/* Telefon */
@media(max-width:640px){

    .gallery-main{
        aspect-ratio:1 / 1;
        min-height:0;
        max-height:none;
        padding:12px;
        border-radius:18px;
    }

    .gallery-zoom-hint{
        right:10px;
        bottom:10px;
        min-height:34px;
        padding:6px 10px;
        font-size:11px;
    }

    .thumbs{
        display:flex;
        gap:9px;
        margin-inline:-14px;
        padding:2px 14px 10px;
        overflow-x:auto;
        scroll-snap-type:x mandatory;
        scrollbar-width:thin;
        -webkit-overflow-scrolling:touch;
    }

    .thumb{
        flex:0 0 76px;
        width:76px;
        min-height:76px;
        scroll-snap-align:start;
    }

    .product-actions{
        flex-direction:column;
    }

    .product-actions .btn{
        width:100%;
    }

    .product-image-modal{
        padding:10px;
    }

    .product-modal-dialog{
        height:calc(100vh - 20px);
    }

    .product-modal-image-wrap{
        padding:65px 8px 70px;
    }

    .product-modal-image-wrap img{
        border-radius:5px;
    }

    .product-modal-close,
    .product-modal-arrow{
        width:46px;
        height:46px;
    }

    .product-modal-close{
        top:8px;
        right:8px;
    }

    .product-modal-arrow{
        top:auto;
        bottom:10px;
        transform:none;
    }

    .product-modal-arrow:hover{
        transform:scale(1.05);
    }

    .product-modal-prev{
        left:8px;
    }

    .product-modal-next{
        right:8px;
    }

    .product-modal-counter{
        bottom:14px;
    }
}

/* Hareket hassasiyeti olan kullanıcılar */
@media(prefers-reduced-motion:reduce){

    .gallery-main,
    .gallery-main img,
    .thumb,
    .product-image-modal,
    .product-modal-close,
    .product-modal-arrow{
        transition:none!important;
    }

    .gallery-main:hover img,
    .thumb:hover,
    .product-modal-close:hover,
    .product-modal-arrow:hover{
        transform:none;
    }
}

/* =========================================================
   FOOTER LOGO
========================================================= */

.footer-logo{
    display:inline-flex;
    align-items:center;
    width:min(280px,100%);
    height:90px;
    overflow:hidden;
    margin-bottom:18px;
}

.footer-logo-image{
    display:block;
    width:100%;
    height:100%;
    max-width:none;
    object-fit:contain;
    object-position:left center;
}

/* Logo açık renk footer üzerinde daha net görünsün */
.footer-logo{
    display:inline-flex;
    align-items:center;
    justify-content:flex-start;
    width:min(280px,100%);
    height:90px;
    overflow:hidden;
    margin-bottom:18px;
    background:#071C2E;
    padding:0;
    border-radius:0;
}

.footer-logo-image{
    display:block;
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:left center;
}

/* Tablet */
@media(max-width:960px){

    .footer-logo{
        width:240px;
        height:78px;
    }
}

/* Mobil */
@media(max-width:640px){

    .footer-logo{
        width:220px;
        height:72px;
        margin-inline:auto;
    }

    .footer-grid > div:first-child{
        text-align:center;
    }

    .footer-grid > div:first-child p{
        margin-inline:auto;
    }
}