:root{--bg:#070d18;--panel:#0d1628;--panel2:#111d31;--blue:#2f6df6;--blue2:#63a2ff;--text:#fff;--muted:#b9c5d6;--line:#1d3770}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-header{position:sticky;top:0;z-index:50;height:108px;background:rgba(5,10,19,.92);backdrop-filter:blur(14px);display:flex;align-items:center;justify-content:space-between;padding:0 7%;border-bottom:1px solid rgba(255,255,255,.04)}.brand img{width:86px}.site-header nav{display:flex;gap:38px}.site-header nav a{font-size:16px;color:#e6eaf2;transition:.2s}.site-header nav a:hover{color:var(--blue2)}.menu-toggle{display:none;background:none;border:1px solid var(--line);color:white;border-radius:8px;padding:8px 12px}.hero{position:relative;min-height:650px;display:flex;align-items:center;overflow:hidden}.hero-bg{position:absolute;inset:0;background:url('img/original/hero-chain.jpg') center/cover no-repeat;filter:brightness(.55)}.hero-overlay{position:absolute;inset:0;background:radial-gradient(circle at 52% 44%,rgba(0,88,112,.2),transparent 32%),linear-gradient(90deg,rgba(7,13,24,.95),rgba(7,13,24,.36),rgba(7,13,24,.9))}.hero-content{position:relative;z-index:2;width:100%;display:flex;align-items:center;justify-content:space-between;gap:40px;padding:80px 7%}.hero-left{max-width:560px}.hero-logo{width:115px;margin-bottom:25px}.hero h1{font-size:82px;line-height:.86;margin:0 0 25px;color:rgba(255,255,255,.82);letter-spacing:-3px}.hero h1 span{display:block;font-size:42px;font-style:italic;letter-spacing:10px;color:rgba(255,255,255,.75);margin-left:8px}.hero p{font-size:20px;line-height:1.6;color:#d6deec;max-width:520px}.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:30px}.btn{border-radius:8px;padding:15px 24px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent}.primary{background:var(--blue);color:#fff}.ghost{border-color:#8ba5d8;color:#fff;background:rgba(6,13,24,.25)}.hero-right img{width:340px;opacity:.72;filter:grayscale(1) brightness(1.65)}.section{padding:80px 7%}.split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.text-block h2,.section>h2{font-size:44px;line-height:1.15;margin:0 0 18px}.text-block p{font-size:18px;line-height:1.8;color:#e5ebf5}.eyebrow{color:var(--blue2);font-weight:700;text-transform:uppercase;letter-spacing:1px}.image-panel{border-radius:20px;overflow:hidden;border:1px solid var(--line);box-shadow:0 30px 80px rgba(0,0,0,.3)}.image-panel img{width:100%;height:500px;object-fit:cover}.stats{display:flex;gap:45px;margin-top:35px}.stats strong{font-size:38px;color:var(--blue2);display:block}.stats span{color:var(--muted)}.values,.products,.references,.contact{background:#0a1221}.section>h2{text-align:center}.underline{width:54px;height:3px;background:var(--blue);border-radius:6px;margin:0 auto 48px}.value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.value-grid article{padding:32px;text-align:center;background:rgba(17,29,49,.55);border:1px solid rgba(47,109,246,.22);border-radius:18px}.icon{font-size:34px;color:var(--blue2);width:78px;height:78px;display:grid;place-items:center;margin:0 auto 20px;border-radius:50%;background:#0b1d3a;border:1px solid var(--line)}.value-grid p{color:var(--muted);line-height:1.6}.tabs{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:36px}.tabs button{background:#071226;border:1px solid var(--blue);color:#fff;border-radius:7px;padding:11px 16px;cursor:pointer}.tabs button.active,.tabs button:hover{background:var(--blue)}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px;max-width:1180px;margin:0 auto}.product-card{background:var(--panel);border:1px solid rgba(47,109,246,.35);border-radius:14px;padding:22px;display:grid;grid-template-columns:230px 1fr;gap:26px;align-items:center;min-height:230px}.product-card img{width:100%;height:180px;object-fit:contain;background:var(--panel2);border-radius:10px;padding:12px}.product-card span{font-size:13px;color:var(--blue2);font-weight:700}.product-card h3{font-size:24px;margin:10px 0 12px}.product-card p{color:#d7dfef;line-height:1.6}.product-card a{display:inline-block;margin-top:12px;background:var(--blue);padding:11px 20px;border-radius:7px;font-weight:700}.references{background:#08101d}.partner{display:flex;justify-content:center;margin-bottom:38px}.partner img{width:260px;filter:grayscale(1) brightness(1.4);opacity:.72}.ref-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;max-width:970px;margin:0 auto}.ref-grid article{background:var(--panel);border:1px solid var(--line);border-radius:12px;padding:28px;color:#ffd400}.ref-grid p{color:#fff;font-weight:700;line-height:1.6}.contact-card{display:grid;grid-template-columns:1fr 1fr;gap:44px;background:var(--panel);border:1px solid var(--line);border-radius:14px;padding:38px;max-width:1050px;margin:0 auto}input,textarea{width:100%;background:#132034;border:1px solid #37527d;border-radius:7px;padding:15px;color:white;margin-bottom:15px}textarea{resize:vertical}.contact-info h3{color:var(--blue2);margin:10px 0 6px}.contact-info p{color:#e6edf8;line-height:1.7}footer{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:42px 7%;background:#07101d;border-top:1px solid rgba(255,255,255,.06)}footer div{display:flex;align-items:center;gap:15px;font-size:26px}footer img{width:58px}footer p{color:var(--muted)}@media(max-width:980px){.site-header{height:auto;padding:12px 5%;align-items:flex-start}.menu-toggle{display:block;margin-top:20px}.site-header nav{display:none;position:absolute;left:0;right:0;top:92px;background:#060d18;padding:20px 5%;flex-direction:column;gap:18px}.site-header nav.open{display:flex}.hero-content,.split,.contact-card{grid-template-columns:1fr;display:grid}.hero h1{font-size:58px}.hero-right{display:none}.value-grid,.product-grid,.ref-grid{grid-template-columns:1fr}.product-card{grid-template-columns:1fr}.product-card img{height:230px}.stats{flex-wrap:wrap}.section{padding:60px 5%}footer{display:block}.site-header nav a{font-size:18px}}@media(max-width:560px){.hero{min-height:600px}.hero-content{padding:50px 5%}.hero h1{font-size:46px}.hero h1 span{font-size:28px;letter-spacing:7px}.hero p{font-size:16px}.text-block h2,.section>h2{font-size:34px}.product-card img{height:190px}.hero-actions .btn{width:100%}}


/* Ürün detay / teknik tablo düzeni */
.product-grid{display:block}.product-list{max-width:1180px;margin:0 auto;display:grid;gap:28px}.product-detail{background:linear-gradient(180deg,#101a2e,#0c1528);border:1px solid rgba(47,109,246,.35);border-radius:14px;overflow:hidden;box-shadow:0 18px 50px rgba(0,0,0,.22)}.product-top{display:grid;grid-template-columns:430px 1fr;gap:34px;align-items:center;padding:26px}.product-image{background:#1a263a;border-radius:10px;min-height:230px;display:flex;align-items:center;justify-content:center;padding:18px}.product-image img{max-height:230px;width:100%;object-fit:contain;border-radius:4px}.product-info h3{font-size:24px;line-height:1.2;margin:0 0 22px}.product-info h4{font-size:15px;color:#58a0ff;margin:0 0 12px}.product-info p{color:#e6edf8;line-height:1.7;margin:0 0 30px}.quote-btn{display:block;text-align:center;background:var(--blue);border-radius:7px;padding:14px 22px;font-weight:800}.spec-head{display:flex;justify-content:space-between;align-items:center;padding:18px 26px;border-top:1px solid rgba(47,109,246,.35);font-size:15px}.spec-head span{color:#b8c7dd;font-size:13px}.table-wrap{margin:0 26px 26px;overflow:auto;border:1px solid #243653;border-radius:8px;background:#0c1526}table{width:100%;border-collapse:collapse;min-width:760px}th,td{padding:12px 14px;border-bottom:1px solid #20324f;text-align:left;font-size:13px;white-space:nowrap}th{background:#1d2b40;color:#bfd0e8;text-transform:uppercase;font-size:11px;letter-spacing:.3px}td{color:#fff}tbody tr:hover{background:#121f34}.product-detail[data-cat*="halat"] table{min-width:1050px}.product-detail[data-cat*="gemi"] table{min-width:1000px}@media(max-width:980px){.product-top{grid-template-columns:1fr}.product-image{min-height:210px}.product-image img{max-height:210px}.spec-head{align-items:flex-start;gap:8px;flex-direction:column}th,td{font-size:12px;padding:10px}}

/* 24.06 güncelleme: kullanıcının gönderdiği orijinal ana görsel ve aksesuar tablo düzeni */
.hero-bg{background-image:url('img/original/hero-anchor.png')!important;background-position:center center!important;background-size:cover!important;filter:brightness(.62) contrast(1.05)!important;}
.hero-overlay{background:linear-gradient(90deg,rgba(3,8,15,.94) 0%,rgba(3,8,15,.45) 42%,rgba(3,8,15,.88) 100%),linear-gradient(180deg,rgba(3,8,15,.35),rgba(3,8,15,.9))!important;}
.hero:after{content:"";position:absolute;right:0;bottom:0;width:210px;height:160px;z-index:1;background:linear-gradient(135deg,rgba(3,8,15,0) 0%,rgba(3,8,15,.94) 58%,rgba(3,8,15,1) 100%);pointer-events:none;}
.hero-content{z-index:2}.hero-logo{display:none!important}.hero h1{font-size:74px;text-shadow:0 8px 32px rgba(0,0,0,.55)}.hero p{background:rgba(5,12,24,.35);border-left:3px solid var(--blue);padding:14px 18px;border-radius:10px}.hero-right img{filter:none!important;opacity:.95!important;max-width:320px;background:rgba(4,10,18,.28);padding:18px;border-radius:12px}.brand img{width:78px}
.products{background:linear-gradient(180deg,#07101d,#0a1221 18%,#070d18)}
.product-list{gap:32px}.product-detail[data-cat="aksesuar"]{border-color:rgba(70,130,255,.48);box-shadow:0 20px 60px rgba(0,0,0,.24)}
.product-detail[data-cat="aksesuar"] .product-top{grid-template-columns:480px 1fr;align-items:stretch}.product-detail[data-cat="aksesuar"] .product-image{min-height:260px}.product-detail[data-cat="aksesuar"] .product-image img{max-height:245px}.product-detail[data-cat="aksesuar"] .product-info{display:flex;flex-direction:column;justify-content:center}.product-detail[data-cat="aksesuar"] .spec-head{background:#0d1729}.product-detail[data-cat="aksesuar"] .table-wrap{max-height:none;overflow:auto}.product-detail[data-cat="aksesuar"] table{min-width:880px}.product-detail[data-cat="aksesuar"] th{background:#202d42}.product-detail[data-cat="aksesuar"] td,.product-detail[data-cat="aksesuar"] th{padding:11px 14px}
@media(max-width:980px){.product-detail[data-cat="aksesuar"] .product-top{grid-template-columns:1fr}.hero:after{width:160px;height:120px}.hero h1{font-size:52px}.hero p{font-size:16px}.hero-right{display:none!important}}


/* Aksesuar ürün düzeltmeleri */
.hero-bg{filter:brightness(.86) contrast(1.08) saturate(1.08)!important;background-position:center center!important;}
.hero-overlay{background:linear-gradient(90deg,rgba(3,8,15,.62) 0%,rgba(3,8,15,.18) 45%,rgba(3,8,15,.55) 100%),linear-gradient(180deg,rgba(3,8,15,.10),rgba(3,8,15,.62))!important;}
.hero:after{width:250px!important;height:190px!important;background:radial-gradient(circle at 70% 70%,rgba(3,8,15,.98) 0 26%,rgba(3,8,15,.75) 36%,rgba(3,8,15,0) 68%)!important;}
.accessory-card .product-info h4,.accessory-card .product-info>p{display:none!important;}
.accessory-card .product-top{grid-template-columns:540px 1fr!important;padding:34px!important;}
.accessory-card .product-image{min-height:290px!important;}
.accessory-card .product-image img{max-height:260px!important;max-width:82%!important;}
.accessory-info{display:flex;flex-direction:column;justify-content:center;gap:22px;}
.accessory-info h3{margin-bottom:6px!important;}
.mini-accordion{display:grid;gap:8px;margin:0 0 12px;}
.mini-item{border-bottom:1px solid rgba(47,109,246,.08);}
.mini-head{width:100%;display:flex;align-items:center;justify-content:space-between;background:transparent;border:0;color:#58a0ff;font-weight:800;font-size:16px;padding:8px 0 9px;cursor:pointer;text-align:left;}
.mini-head span{font-size:18px;color:#6dadff;}
.mini-body{display:none;color:#fff;padding:7px 0 18px;}
.mini-body p{margin:0!important;color:#fff!important;line-height:1.6!important;}
.mini-item.open .mini-body{display:block;}
.spec-accordion{border-top:1px solid rgba(47,109,246,.35);}
.spec-toggle{width:100%;background:transparent;border:0;color:#fff;cursor:pointer;}
.spec-toggle span{display:flex;align-items:center;gap:14px;}
.fullscreen-btn{background:transparent;border:0;color:#c5d3e8;cursor:pointer;font-size:13px;padding:4px 6px;border-radius:5px;}
.fullscreen-btn:hover{color:#fff;background:rgba(47,109,246,.18);}
.spec-accordion:not(.open) .spec-panel{display:none;}
.omega-card .table-wrap{margin-top:0;}
.table-modal{position:fixed;inset:0;z-index:9999;display:none;}
.table-modal.open{display:block;}
.table-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.78);backdrop-filter:blur(5px);}
.table-modal-content{position:relative;margin:3vh auto;width:min(1180px,94vw);height:88vh;background:#081122;border:1px solid rgba(47,109,246,.55);border-radius:14px;padding:24px;box-shadow:0 30px 120px rgba(0,0,0,.65);overflow:hidden;}
.table-modal-content h3{margin:0 0 18px;color:#fff;font-size:24px;}
.modal-close{position:absolute;top:14px;right:18px;width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.22);background:#101b2e;color:#fff;font-size:28px;line-height:1;cursor:pointer;}
.modal-table-host{height:calc(100% - 52px);overflow:auto;border:1px solid #243653;border-radius:8px;background:#0c1526;}
.modal-table-host table{min-width:900px;width:100%;}
@media(max-width:980px){.accessory-card .product-top{grid-template-columns:1fr!important;padding:24px!important}.accessory-card .product-image{min-height:220px!important}.accessory-card .product-image img{max-height:210px!important}.table-modal-content{height:90vh;margin:2vh auto;padding:18px}}


/* Son düzeltmeler */
.hero-bg{filter:brightness(1.05) contrast(1.08) saturate(1.08)!important;}
.hero-overlay{background:linear-gradient(90deg,rgba(3,8,15,.42) 0%,rgba(3,8,15,.08) 45%,rgba(3,8,15,.38) 100%),linear-gradient(180deg,rgba(3,8,15,.04),rgba(3,8,15,.42))!important;}
.accessory-card .spec-head{width:100%;cursor:pointer;user-select:none;}
.accessory-card .spec-head span{display:flex;align-items:center;gap:12px;}
.accessory-card .spec-head em{font-style:normal;color:#9fc6ff;font-size:16px;}
.spec-accordion:not(.open) .spec-panel{display:none;}
.spec-accordion .spec-panel{display:block;}
.accessory-card .product-image img{object-fit:contain!important;background:#fff0;}
.modal-table-host img{max-width:100%;height:auto;margin:auto;}

/* modal/table fixes */
.fullscreen-btn{cursor:pointer;background:transparent;border:0;color:#cfe0ff;font-size:13px;margin-right:16px}
.fullscreen-btn:hover{color:#fff}
.modal-table-host{height:calc(100% - 52px);overflow:auto}
.modal-table-host table{min-width:900px;width:100%;font-size:14px}
.table-modal.open{display:block!important}
.spec-head span{display:flex;align-items:center;gap:10px}

/* spec image tables */
.spec-image-panel{padding:14px;background:#0c1526}
.spec-image-panel img{display:block;max-width:100%;height:auto;margin:0 auto;border-radius:4px}
.stacked-specs img+img{margin-top:10px}
.modal-table-host .spec-panel{border:0;background:transparent;padding:12px;overflow:visible}
.modal-table-host .spec-image-panel img{width:auto;max-width:100%;height:auto}
.modal-table-host .stacked-specs img{width:100%;max-width:1100px}
.modal-table-host .table-wrap{overflow:visible}
.modal-table-host .table-wrap table{width:100%;min-width:900px}


/* Hero ve menü referans görsele göre düzeltildi */
.site-header{
  height:145px!important;
  background:rgba(3,8,15,.72)!important;
  backdrop-filter:blur(7px)!important;
  -webkit-backdrop-filter:blur(7px)!important;
  border-bottom:1px solid rgba(255,255,255,.02)!important;
  padding:0 5.2%!important;
}
.site-header .brand img{width:86px!important;opacity:.92!important;}
.site-header nav{gap:34px!important;padding-top:4px!important;}
.site-header nav a{font-size:16px!important;color:rgba(255,255,255,.84)!important;}
.site-header nav a:hover{color:#fff!important;}
.hero{min-height:595px!important;padding-top:145px!important;}
.hero-bg{
  background-image:url('img/original/hero-anchor.png')!important;
  background-position:center center!important;
  background-size:cover!important;
  filter:brightness(.82) contrast(1.08) saturate(1.05)!important;
}
.hero-overlay{
  background:
    linear-gradient(90deg,rgba(3,8,15,.72) 0%,rgba(3,8,15,.32) 42%,rgba(3,8,15,.68) 100%),
    linear-gradient(180deg,rgba(3,8,15,.08) 0%,rgba(3,8,15,.18) 48%,rgba(3,8,15,.62) 100%)!important;
}
.hero-content{
  min-height:450px!important;
  padding:56px 4.2% 54px!important;
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  align-items:center!important;
  gap:34px!important;
}
.hero-left{display:grid!important;align-content:center!important;justify-items:start!important;}
.hero-left h1{
  margin:0 0 24px!important;
  font-size:88px!important;
  line-height:.88!important;
  color:rgba(255,255,255,.50)!important;
  font-weight:900!important;
  letter-spacing:-2px!important;
  text-shadow:none!important;
}
.hero-left h1 span{
  display:block!important;
  margin-left:130px!important;
  margin-top:18px!important;
  font-size:34px!important;
  letter-spacing:12px!important;
  font-style:italic!important;
  color:rgba(255,255,255,.66)!important;
  font-weight:700!important;
}
.hero-left p{display:none!important;}
.hero-actions{
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  transform:translate(-50%,-6%)!important;
  display:flex!important;
  gap:16px!important;
  margin:0!important;
  z-index:3!important;
}
.hero-actions .btn{height:48px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0 32px!important;border-radius:6px!important;font-size:16px!important;font-weight:800!important;white-space:nowrap!important;}
.hero-actions .btn.ghost{background:rgba(3,8,15,.28)!important;border:1px solid rgba(255,255,255,.58)!important;color:#fff!important;}
.hero-right{display:flex!important;justify-content:flex-end!important;align-items:center!important;}
.hero-right img{
  max-width:268px!important;
  opacity:.62!important;
  padding:0!important;
  background:transparent!important;
  border-radius:0!important;
  filter:grayscale(1) brightness(1.25)!important;
  margin-right:4%!important;
}
.hero:after{display:none!important;}
@media(max-width:980px){
  .site-header{height:96px!important;padding:0 5%!important;}
  .site-header nav{top:96px!important;}
  .hero{padding-top:96px!important;min-height:620px!important;}
  .hero-content{grid-template-columns:1fr!important;padding:54px 5%!important;}
  .hero-left h1{font-size:58px!important;}
  .hero-left h1 span{margin-left:70px!important;font-size:25px!important;letter-spacing:8px!important;}
  .hero-actions{position:static!important;transform:none!important;margin-top:22px!important;flex-direction:column!important;width:100%!important;}
  .hero-actions .btn{width:100%!important;}
  .hero-right{display:none!important;}
}

/* Hero final duzeltme: menu hero uzerinde seffaf, arka plan daha belirgin */
.site-header{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  width:100%!important;
  height:145px!important;
  background:rgba(3,8,15,.42)!important;
  backdrop-filter:blur(8px)!important;
  -webkit-backdrop-filter:blur(8px)!important;
  border-bottom:1px solid rgba(255,255,255,.03)!important;
  z-index:1000!important;
}
.hero{
  min-height:595px!important;
  padding-top:0!important;
  margin-top:0!important;
  align-items:stretch!important;
}
.hero-bg{
  background-image:url('img/original/hero-anchor.png')!important;
  background-position:center center!important;
  background-size:cover!important;
  filter:brightness(1.18) contrast(1.08) saturate(1.10)!important;
}
.hero-overlay{
  background:
    linear-gradient(90deg,rgba(3,8,15,.50) 0%,rgba(3,8,15,.10) 45%,rgba(3,8,15,.48) 100%),
    linear-gradient(180deg,rgba(3,8,15,.02) 0%,rgba(3,8,15,.10) 55%,rgba(3,8,15,.42) 100%)!important;
}
.hero-content{
  min-height:595px!important;
  padding:145px 4.2% 42px!important;
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  align-items:center!important;
  position:relative!important;
}
.hero-left{
  align-self:end!important;
  padding-bottom:42px!important;
}
.hero-left h1{
  font-size:88px!important;
  line-height:.84!important;
  margin:0!important;
  color:rgba(255,255,255,.56)!important;
}
.hero-left h1 span{
  margin-left:126px!important;
  margin-top:20px!important;
  font-size:34px!important;
  letter-spacing:13px!important;
  color:rgba(255,255,255,.72)!important;
}
.hero-actions{
  left:50%!important;
  top:56%!important;
  transform:translate(-50%,-50%)!important;
}
.hero-right{
  align-self:end!important;
  padding-bottom:70px!important;
}
.hero-right img{
  max-width:285px!important;
  margin-left:auto!important;
  margin-right:2.8%!important;
  opacity:.64!important;
  filter:grayscale(1) brightness(1.32)!important;
}
body{padding-top:0!important;}
@media(max-width:980px){
  .site-header{height:96px!important;background:rgba(3,8,15,.72)!important;}
  .hero{padding-top:0!important;min-height:620px!important;}
  .hero-content{min-height:620px!important;padding:112px 5% 54px!important;grid-template-columns:1fr!important;}
  .hero-left{align-self:center!important;padding-bottom:0!important;}
}


/* İletişim harita alanı */
.contact-card{
  grid-template-columns:1.05fr .9fr .95fr!important;
  align-items:start!important;
  max-width:1250px!important;
}
.contact-map{
  width:100%;
  min-height:250px;
  height:100%;
  border:1px solid #37527d;
  border-radius:10px;
  overflow:hidden;
  background:#132034;
}
.contact-map iframe{
  width:100%;
  height:100%;
  min-height:250px;
  border:0;
  display:block;
  filter:saturate(.92) contrast(1.03);
}
@media(max-width:1100px){
  .contact-card{grid-template-columns:1fr 1fr!important;}
  .contact-map{grid-column:1 / -1;height:320px;}
}
@media(max-width:760px){
  .contact-card{grid-template-columns:1fr!important;}
  .contact-map{grid-column:auto;height:300px;}
}
