
:root{
  --bg:#07111f; --panel:#0d1a2b; --panel-2:#10233b; --text:#e8eef8; --muted:#9ab0c7;
  --line:rgba(255,255,255,.09); --accent:#ff4d3d; --accent-2:#ff7d2b; --ok:#25D366;
  --shadow:0 18px 50px rgba(0,0,0,.35); --radius:22px; --radius-sm:16px; --max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;background:
radial-gradient(circle at top left,rgba(255,77,61,.10),transparent 28%),
linear-gradient(180deg,#040a14 0%,#07111f 55%,#081320 100%);
color:var(--text);line-height:1.6}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{max-width:var(--max);margin:0 auto;padding:0 20px}
.topbar{background:#030811;border-bottom:1px solid var(--line);font-size:14px}
.topbar .container{display:flex;justify-content:space-between;gap:16px;padding:10px 20px;flex-wrap:wrap;color:var(--muted)}
.header{position:sticky;top:0;z-index:30;background:rgba(4,10,20,.82);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.header .container{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;gap:24px}
.brand{display:flex;align-items:center;gap:16px}
.brand img{height:58px;filter:drop-shadow(0 10px 24px rgba(255,77,61,.18))}
.brand .word{font-weight:800;letter-spacing:.08em}
.nav{display:flex;gap:24px;align-items:center;flex-wrap:wrap}
.nav a{color:#d8e4f2;font-weight:600}
.nav a:hover{color:#fff}
.cta{padding:12px 18px;border-radius:999px;background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#fff;font-weight:800;box-shadow:0 8px 24px rgba(255,77,61,.28)}
.hero{position:relative;overflow:hidden;padding:76px 0 54px}
.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:36px;align-items:center}
.kicker{display:inline-flex;gap:10px;align-items:center;padding:9px 14px;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid var(--line);font-size:13px;color:#fff;margin-bottom:18px}
.kicker:before{content:"";width:10px;height:10px;border-radius:50%;background:var(--accent);box-shadow:0 0 18px var(--accent)}
h1,h2,h3{line-height:1.1;margin:0 0 16px}
h1{font-size:clamp(36px,5vw,72px);letter-spacing:-.03em}
h2{font-size:clamp(28px,3vw,44px)}
h3{font-size:22px}
.lead{font-size:18px;color:#d7e3ef;max-width:760px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}
.btn-outline{padding:12px 18px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.03);font-weight:700}
.panel{background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.03));border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}
.hero-card{padding:22px}
.hero-media{position:relative;padding:18px;min-height:470px}
.hero-main{height:460px;width:100%;object-fit:cover;border-radius:18px;border:1px solid var(--line)}
.floating-logo{position:absolute;right:12px;top:12px;width:180px;opacity:.95;filter:drop-shadow(0 12px 30px rgba(0,0,0,.35))}
.stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px}
.stat{padding:16px;border-radius:18px;background:rgba(3,8,17,.58);border:1px solid var(--line)}
.stat b{display:block;font-size:28px}
.section{padding:72px 0}
.section-head{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:28px;flex-wrap:wrap}
.section-head p{max-width:720px;color:var(--muted)}
.grid-3,.grid-2,.grid-4{display:grid;gap:22px}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-4{grid-template-columns:repeat(4,1fr)}
.grid-2{grid-template-columns:repeat(2,1fr)}
.card{padding:24px;border-radius:var(--radius);background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.03));border:1px solid var(--line);box-shadow:var(--shadow)}
.card p,.muted{color:var(--muted)}
.machine-card{overflow:hidden;padding:0;transition:transform .28s ease,box-shadow .28s ease}
.machine-card:hover{transform:translateY(-6px);box-shadow:0 28px 70px rgba(0,0,0,.45)}
.machine-card img{height:290px;width:100%;object-fit:cover}
.machine-card .content{padding:22px}
.pill-list,.spec-list,.mini-list{display:flex;flex-wrap:wrap;gap:10px;padding:0;margin:18px 0 0;list-style:none}
.pill-list li,.mini-list li{padding:10px 12px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.04);font-size:14px;color:#d6e2ef}
.spec-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.spec-list li{list-style:none;padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.04);border:1px solid var(--line)}
.band{padding:34px 0;background:linear-gradient(90deg,rgba(255,77,61,.12),rgba(255,125,43,.05));border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.export-map{position:relative;min-height:360px;overflow:hidden}
.export-map:before{content:"";position:absolute;inset:0;background:
radial-gradient(circle at 18% 40%,rgba(255,77,61,.22),transparent 8%),
radial-gradient(circle at 40% 30%,rgba(255,125,43,.18),transparent 7%),
radial-gradient(circle at 69% 55%,rgba(255,77,61,.20),transparent 9%),
radial-gradient(circle at 80% 35%,rgba(255,125,43,.16),transparent 7%),
linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02));
opacity:1}
.export-map .map-grid{position:relative;display:grid;grid-template-columns:1fr 1fr;min-height:360px}
.export-map .left,.export-map .right{padding:30px}
.gallery{columns:3 280px;column-gap:16px}
.gallery a,.gallery img{width:100%;display:block}
.gallery a{break-inside:avoid;margin-bottom:16px;border-radius:18px;overflow:hidden;border:1px solid var(--line);background:#091321}
.gallery img{transition:transform .35s ease}
.gallery a:hover img{transform:scale(1.04)}
.form{display:grid;gap:14px}
.input{width:100%;padding:14px 16px;border-radius:14px;border:1px solid var(--line);background:#08111f;color:#fff}
.footer{padding:44px 0;border-top:1px solid var(--line);background:#030811}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:24px}
.sub{font-size:14px;color:var(--muted)}
.badge{display:inline-block;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid var(--line);font-size:13px}
.page-hero{padding:56px 0 24px}
.breadcrumb{color:var(--muted);font-size:14px;margin-bottom:10px}
.whatsapp-float{position:fixed;right:18px;bottom:18px;z-index:40;background:var(--ok);color:#fff;padding:14px 18px;border-radius:999px;font-weight:800;box-shadow:0 18px 40px rgba(0,0,0,.32)}
.popup{position:fixed;left:18px;bottom:18px;z-index:36;max-width:340px;padding:18px 18px 16px;border-radius:22px;background:linear-gradient(180deg,#10233b,#0a1525);border:1px solid var(--line);box-shadow:var(--shadow)}
.popup.hidden{display:none}
.popup h3{font-size:20px;margin-bottom:8px}
.close{position:absolute;right:12px;top:12px;background:none;border:0;color:#fff;font-size:20px;cursor:pointer}
.machine-hero{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center}
.machine-hero .main-photo{height:420px;object-fit:cover;border-radius:20px;border:1px solid var(--line)}
.lang-switch{display:inline-flex;gap:10px;align-items:center;font-size:14px;color:var(--muted)}
.lang-switch a{padding:8px 12px;border-radius:999px;border:1px solid var(--line)}
.logo-strip img{max-height:82px}
@media (max-width:980px){
  .hero-grid,.machine-hero,.grid-3,.grid-4,.grid-2,.footer-grid,.spec-list,.export-map .map-grid{grid-template-columns:1fr}
  .nav{display:none}
  .hero-main,.machine-hero .main-photo{height:340px}
  .gallery{columns:2 220px}
}
@media (max-width:640px){
  .hero{padding-top:44px}
  .gallery{columns:1 280px}
  h1{font-size:38px}
  .brand img{height:46px}
  .whatsapp-float{left:18px;right:18px;text-align:center}
}


.hero-slider{position:relative;display:grid;grid-template-columns:1.15fr .85fr;gap:24px;align-items:stretch}
.slider-stage{position:relative;min-height:560px;border-radius:28px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow);background:#091321}
.slide{position:absolute;inset:0;opacity:0;animation:fadeSlide 18s infinite;background-size:cover;background-position:center}
.slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,10,20,.78),rgba(4,10,20,.36) 46%,rgba(4,10,20,.18));}
.slide:nth-child(1){animation-delay:0s}
.slide:nth-child(2){animation-delay:6s}
.slide:nth-child(3){animation-delay:12s}
@keyframes fadeSlide{0%,28%{opacity:1}33%,100%{opacity:0}}
.slider-copy{position:relative;z-index:2;max-width:700px;padding:52px 42px 40px;display:flex;flex-direction:column;justify-content:flex-end;min-height:560px}
.slider-copy .lead{max-width:620px}
.hero-side{display:grid;gap:18px}
.info-card{padding:24px;border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.04));border:1px solid var(--line);box-shadow:var(--shadow)}
.info-card h3{margin-bottom:10px}
.feature-list{display:grid;gap:12px;padding:0;margin:18px 0 0;list-style:none}
.feature-list li{padding:14px 16px;border-radius:16px;background:rgba(255,255,255,.04);border:1px solid var(--line)}
.mini-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.mini-gallery img{height:160px;width:100%;object-fit:cover;border-radius:18px;border:1px solid var(--line)}
.machine-highlight{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.machine-highlight .card img{height:240px;width:100%;object-fit:cover;border-radius:16px;margin-bottom:14px;border:1px solid var(--line)}
.dark-strip{padding:36px 0;background:rgba(0,0,0,.18);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.timeline .step{padding:20px;border-radius:20px;border:1px solid var(--line);background:rgba(255,255,255,.04)}
.quote-banner{padding:28px;border-radius:28px;background:linear-gradient(135deg,rgba(255,77,61,.18),rgba(255,125,43,.14));border:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}
.clean-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:24px}
.clean-grid .card{height:100%}
@media (max-width:980px){
  .hero-slider,.machine-highlight,.timeline,.clean-grid{grid-template-columns:1fr}
  .slider-stage,.slider-copy{min-height:460px}
}

.tech-card{padding:0;overflow:hidden}
.tech-head{padding:22px 24px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:16px;align-items:end;flex-wrap:wrap}
.tech-head p{margin:0;color:var(--muted);max-width:700px}
.tech-table{width:100%;border-collapse:collapse}
.tech-table th,.tech-table td{padding:16px 20px;border-bottom:1px solid var(--line);vertical-align:top}
.tech-table th{width:34%;text-align:left;color:#fff;background:rgba(255,255,255,.03);font-weight:700}
.tech-table td{color:#d6e2ef}
.tech-table tr:hover td,.tech-table tr:hover th{background:rgba(255,255,255,.03)}
@media (max-width:760px){
  .tech-table,.tech-table tbody,.tech-table tr,.tech-table th,.tech-table td{display:block;width:100%}
  .tech-table tr{border-bottom:1px solid var(--line)}
  .tech-table th,.tech-table td{padding:14px 16px;border:0}
  .tech-table th{padding-bottom:4px}
  .tech-table td{padding-top:0}
}


/* clean refresh */
.hero-slider{display:grid;grid-template-columns:1.5fr .9fr;gap:24px;align-items:stretch}.slider-stage{position:relative;min-height:560px;border-radius:28px;overflow:hidden;background:#0b1020;box-shadow:0 20px 60px rgba(0,0,0,.35)}.slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;animation:heroFade 18s infinite}.slide:nth-child(1){animation-delay:0s}.slide:nth-child(2){animation-delay:6s}.slide:nth-child(3){animation-delay:12s}@keyframes heroFade{0%,28%{opacity:1}33%,95%{opacity:0}100%{opacity:1}}.slider-stage:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,6,23,.88),rgba(2,6,23,.45),rgba(2,6,23,.1))}.slider-copy{position:relative;z-index:2;max-width:680px;padding:56px}.hero-side{display:grid;gap:20px}.mini-gallery{display:grid;grid-template-columns:1fr 1fr;gap:10px}.mini-gallery img{width:100%;height:132px;object-fit:cover;border-radius:16px}.timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.step{padding:18px;border:1px solid rgba(255,255,255,.09);border-radius:20px;background:rgba(255,255,255,.03)}.tech-head{display:flex;justify-content:space-between;gap:20px;align-items:end;flex-wrap:wrap}.tech-table{width:100%;border-collapse:collapse;margin-top:18px}.tech-table th,.tech-table td{padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.09);text-align:left}.tech-table th{width:32%;color:#dbe3ee;font-weight:700}.machine-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px}.meta-box{padding:16px;border-radius:18px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08)}.gallery{columns:3 280px;column-gap:14px}.gallery a{display:block;margin-bottom:14px}.gallery img{width:100%;border-radius:18px;display:block}.product-nav{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.product-nav a{display:block;padding:14px 12px;border-radius:16px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);font-size:14px;text-decoration:none;color:inherit}.product-nav a:hover{transform:translateY(-2px)}@media(max-width:1100px){.hero-slider{grid-template-columns:1fr}.timeline,.machine-meta,.product-nav{grid-template-columns:1fr 1fr}.slider-copy{padding:34px}.slider-stage{min-height:480px}}@media(max-width:760px){.timeline,.machine-meta,.product-nav{grid-template-columns:1fr}.gallery{columns:1 100%}.mini-gallery img{height:110px}}

/* brand logo refresh */
.topbar .container{display:flex;justify-content:flex-end;gap:18px;flex-wrap:wrap}
.topbar .container > div:first-child{display:none}
.brand{display:flex;align-items:center;gap:16px;min-width:0}
.brand img{height:76px;width:auto;object-fit:contain;display:block;filter:drop-shadow(0 6px 18px rgba(0,0,0,.18))}
.brand-text{display:flex;flex-direction:column;line-height:1.15;min-width:0}
.brand-title{font-size:clamp(18px,2.1vw,30px);font-weight:800;color:#fff;letter-spacing:.2px;text-shadow:0 2px 12px rgba(0,0,0,.18)}
.brand-address{font-size:clamp(11px,1vw,14px);color:#cfd8e3;margin-top:6px;max-width:520px}
.header .container{align-items:center;gap:20px}
@media (max-width:980px){
  .brand{gap:12px;align-items:flex-start}
  .brand img{height:62px}
  .brand-title{font-size:18px}
  .brand-address{font-size:12px;max-width:none}
}
@media (max-width:640px){
  .topbar .container{justify-content:center;text-align:center}
  .brand{flex-direction:column;align-items:center;text-align:center}
  .brand img{height:72px}
  .header .container{justify-content:center}
}


/* menu single-line refinement */
.header .container{flex-wrap:nowrap}
.nav{
  gap:16px;
  flex-wrap:nowrap;
  white-space:nowrap;
  margin-left:auto;
}
.nav a{
  font-size:14px;
  letter-spacing:.01em;
}
.cta{
  white-space:nowrap;
  padding:11px 16px;
}
@media (max-width:1180px){
  .brand-title{font-size:clamp(16px,1.8vw,24px)}
  .brand-address{font-size:clamp(10px,.9vw,13px)}
  .nav{gap:12px}
  .nav a{font-size:13px}
  .cta{padding:10px 14px;font-size:14px}
}

/* homepage feature links */
.feature-list a{
  display:block;
  color:inherit;
}
.feature-list li:hover{
  background:rgba(255,255,255,.08);
  transform:translateY(-1px);
  transition:all .2s ease;
}


/* teknik tablo bloklari */
.tech-specs{
  margin-top: 28px;
  background: #fff;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(15,23,42,.06);
  overflow: hidden;
}
.tech-specs h3{
  margin: 0;
  padding: 18px 20px;
  font-size: 22px;
  border-bottom: 1px solid rgba(15,23,42,.08);
}
.tech-specs table{
  width: 100%;
  border-collapse: collapse;
}
.tech-specs td{
  padding: 14px 18px;
  border-bottom: 1px solid rgba(15,23,42,.08);
  vertical-align: top;
}
.tech-specs tr:last-child td{
  border-bottom: none;
}
.tech-specs td:first-child{
  width: 240px;
  font-weight: 700;
  color: #111827;
  background: rgba(15,23,42,.025);
}
@media (max-width: 768px){
  .tech-specs td,
  .tech-specs tr,
  .tech-specs tbody,
  .tech-specs table{
    display: block;
    width: 100%;
  }
  .tech-specs td:first-child{
    width: 100%;
    border-bottom: none;
    padding-bottom: 6px;
  }
  .tech-specs td:last-child{
    padding-top: 0;
  }
}

/* PREMIUM FOOTER */
.footer{
background:linear-gradient(180deg,#111,#1c1c1c);
color:#fff;
padding:60px 0;
margin-top:60px;
}
.footer .container{
display:grid;
grid-template-columns:1.2fr 1fr 1fr;
gap:40px;
align-items:start;
}
.footer img{
height:110px !important;
margin-bottom:15px;
}
.footer h3{
margin-bottom:15px;
font-size:20px;
}
.footer a{
color:#ddd;
text-decoration:none;
display:block;
margin-bottom:8px;
transition:.2s;
}
.footer a:hover{
color:#fff;
transform:translateX(4px);
}
.footer .mini{
opacity:.8;
font-size:14px;
margin-top:10px;
}
@media(max-width:900px){
.footer .container{
grid-template-columns:1fr;
text-align:center;
}
.footer a:hover{transform:none}
}

.aksoy-map{
margin-top:50px;
margin-bottom:20px;
box-shadow:0 15px 40px rgba(0,0,0,.12);
border-radius:12px;
overflow:hidden;
}

.aksoy-intro{
padding:60px 0 30px;
background:#fff;
}
.aksoy-intro h2{
font-size:34px;
margin-bottom:18px;
color:#111;
}
.aksoy-intro p{
font-size:16px;
line-height:1.8;
color:#444;
max-width:950px;
}


/* ana sayfa zengin icerik bloklari */
.aksoy-why,
.aksoy-process,
.aksoy-sectors,
.aksoy-cta,
.aksoy-expertise{
  padding: 34px 0;
  background: #fff;
}
.aksoy-why .container,
.aksoy-process .container,
.aksoy-sectors .container,
.aksoy-cta .container,
.aksoy-expertise .container{
  max-width: 1180px;
}
.aksoy-block-head{
  max-width: 900px;
  margin-bottom: 24px;
}
.aksoy-block-head h2{
  margin: 0 0 10px;
  font-size: clamp(28px, 3.2vw, 38px);
  line-height: 1.2;
  color: #111827;
}
.aksoy-block-head p{
  margin: 0;
  color: #475569;
  line-height: 1.8;
  font-size: 16px;
}
.aksoy-why-grid,
.aksoy-sector-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 18px;
}
.aksoy-card{
  background: #fff;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(15,23,42,.05);
  padding: 22px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.aksoy-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(15,23,42,.08);
}
.aksoy-card h3{
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.35;
  color: #111827;
}
.aksoy-card p{
  margin: 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.7;
}
.aksoy-process-wrap{
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 18px;
  counter-reset: process;
}
.aksoy-step{
  position: relative;
  background: linear-gradient(180deg,#ffffff,#f8fafc);
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 12px;
  padding: 26px 20px 20px;
  box-shadow: 0 10px 24px rgba(15,23,42,.05);
}
.aksoy-step:before{
  counter-increment: process;
  content: "0" counter(process);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 14px;
}
.aksoy-step h3{
  margin: 0 0 10px;
  font-size: 18px;
  color: #111827;
}
.aksoy-step p{
  margin: 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.7;
}
.aksoy-sector-grid .aksoy-card{
  padding: 18px 20px;
}
.aksoy-sector-grid .aksoy-card h3{
  font-size: 17px;
  margin-bottom: 8px;
}
.aksoy-cta-box{
  background: linear-gradient(135deg,#111827,#1f2937);
  color: #fff;
  border-radius: 16px;
  padding: 34px 30px;
  box-shadow: 0 16px 34px rgba(15,23,42,.18);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.aksoy-cta-box h2{
  margin: 0 0 10px;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.2;
}
.aksoy-cta-box p{
  margin: 0;
  color: rgba(255,255,255,.88);
  line-height: 1.8;
  max-width: 760px;
}
.aksoy-cta-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.aksoy-cta-actions a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  padding: 11px 16px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  transition: all .2s ease;
}
.aksoy-cta-actions .cta-light{
  background: #fff;
  color: #111827;
  border: 1px solid #fff;
}
.aksoy-cta-actions .cta-light:hover{
  transform: translateY(-1px);
}
.aksoy-cta-actions .cta-dark{
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,.4);
}
.aksoy-cta-actions .cta-dark:hover{
  background: rgba(255,255,255,.08);
}
.aksoy-expertise p{
  margin: 0 0 14px;
  color: #475569;
  line-height: 1.85;
  font-size: 16px;
  max-width: 1050px;
}
@media (max-width: 1024px){
  .aksoy-why-grid,
  .aksoy-process-wrap,
  .aksoy-sector-grid{
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  .aksoy-cta-box{
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 680px){
  .aksoy-why-grid,
  .aksoy-process-wrap,
  .aksoy-sector-grid{
    grid-template-columns: 1fr;
  }
  .aksoy-card,
  .aksoy-step{
    padding: 18px;
  }
  .aksoy-cta-box{
    padding: 24px 20px;
  }
}

/* kurumsal sayfa profesyonel bloklar */
.aksoy-about,
.aksoy-vision,
.aksoy-gallery,
.aksoy-slogan{
padding:60px 0;
background:#fff;
}
.aksoy-about p,
.aksoy-vision p{
max-width:950px;
line-height:1.9;
color:#444;
font-size:16px;
margin-bottom:18px;
}
.aksoy-vision-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:30px;
margin-top:20px;
}
.aksoy-box{
background:#fff;
border:1px solid #e5e7eb;
border-radius:14px;
padding:26px;
box-shadow:0 12px 30px rgba(0,0,0,.05);
}
.aksoy-box h3{
margin-bottom:12px;
font-size:22px;
color:#111;
}
.aksoy-slogan{
background:linear-gradient(120deg,#111,#2d2d2d);
color:#fff;
text-align:center;
}
.aksoy-slogan h2{
font-size:36px;
margin:0;
}
.aksoy-gallery-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:15px;
margin-top:25px;
}
.aksoy-gallery-grid img{
width:100%;
height:240px;
object-fit:cover;
border-radius:10px;
}
@media(max-width:900px){
.aksoy-vision-grid,
.aksoy-gallery-grid{
grid-template-columns:1fr;
}
}


/* sabit whatsapp teklif butonu */
.aksoy-wa-fixed{
  position: fixed;
  right: 18px;
  bottom: 22px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 15px;
  border-radius: 10px;
  background: #25D366;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 14px 30px rgba(37,211,102,.28);
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}
.aksoy-wa-fixed:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(37,211,102,.34);
}
.aksoy-wa-fixed svg{
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
@media (max-width: 768px){
  .aksoy-wa-fixed{
    right: 12px;
    bottom: 16px;
    padding: 10px 13px;
    font-size: 13px;
    border-radius: 9px;
  }
}

/* contact page helpers */
.aksoy-contact-page{padding:60px 0;background:#fff}
.aksoy-contact-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:24px}
.aksoy-contact-card{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:14px;padding:26px;box-shadow:0 10px 28px rgba(15,23,42,.06)}
.aksoy-contact-card h2,.aksoy-contact-card h3{margin:0 0 14px;color:#111827}
.aksoy-contact-card p{margin:0 0 12px;color:#475569;line-height:1.8}
.aksoy-contact-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.aksoy-contact-actions a{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:8px;text-decoration:none;font-size:13px;font-weight:700}
.aksoy-contact-actions .btn-dark{background:#111827;color:#fff;border:1px solid #111827}
.aksoy-contact-actions .btn-light{background:#fff;color:#111827;border:1px solid #cbd5e1}
.aksoy-list{padding-left:18px;margin:0}
.aksoy-list li{margin:0 0 10px;color:#475569}
@media (max-width: 900px){.aksoy-contact-grid{grid-template-columns:1fr}}

/* hero h1 size refinement */
.hero .slider-copy h1{
  font-size: clamp(32px, 4vw, 40px) !important;
  line-height: 1.16 !important;
  max-width: 780px;
}
.hero .slider-copy .lead{
  max-width: 720px;
}
@media (max-width: 768px){
  .hero .slider-copy h1{
    font-size: clamp(26px, 7vw, 34px) !important;
  }
}


/* ana sayfa guclu makina cozumleri blogu */
.aksoy-home-info{
  padding: 46px 0 26px;
  background: #fff;
}
.aksoy-home-info .info-wrap{
  max-width: 1080px;
}
.aksoy-home-info h2{
  margin: 0 0 16px;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.2;
  color: #111827;
}
.aksoy-home-info p{
  margin: 0 0 14px;
  color: #475569;
  font-size: 16px;
  line-height: 1.85;
  max-width: 980px;
}
.aksoy-home-points{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px 24px;
  margin-top: 18px;
  padding: 0;
  list-style: none;
}
.aksoy-home-points li{
  position: relative;
  padding-left: 26px;
  color: #334155;
  font-size: 15px;
  line-height: 1.7;
}
.aksoy-home-points li:before{
  content: "•";
  position: absolute;
  left: 8px;
  top: 0;
  color: #111827;
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 768px){
  .aksoy-home-points{
    grid-template-columns: 1fr;
  }
}

/* shadow info block */
.aksoy-home-info{
  padding:60px 0;
  background:#f6f7f9;
}
.aksoy-home-info .info-wrap{
  background:#fff;
  padding:40px;
  border-radius:16px;
  box-shadow:0 20px 50px rgba(0,0,0,.08);
}

.aksoy-machine-boost{
margin-top:30px;
padding:28px;
background:#fff;
border-radius:14px;
box-shadow:0 15px 40px rgba(0,0,0,.06);
}
.aksoy-machine-boost h2{
font-size:24px;
margin-bottom:14px;
color:#111;
}
.aksoy-machine-boost p{
font-size:15px;
line-height:1.8;
color:#555;
margin-bottom:12px;
}


/* machine page premium blocks */
.aksoy-adv-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  margin:28px 0 0;
}
.aksoy-adv-card{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:14px;
  padding:20px 18px;
  box-shadow:0 12px 28px rgba(15,23,42,.05);
}
.aksoy-adv-icon{
  width:42px;
  height:42px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#111827;
  color:#fff;
  font-size:18px;
  font-weight:700;
  margin-bottom:12px;
}
.aksoy-adv-card h3{
  margin:0 0 8px;
  font-size:17px;
  color:#111827;
  line-height:1.35;
}
.aksoy-adv-card p{
  margin:0;
  color:#475569;
  font-size:14px;
  line-height:1.7;
}

.tech-specs{
  margin-top:28px;
}
.tech-specs h3{
  background:linear-gradient(135deg,#111827,#1f2937);
  color:#fff;
}
.tech-specs td:first-child{
  font-weight:700;
}

.aksoy-machine-cta{
  margin:30px 0 10px;
  background:linear-gradient(135deg,#111827,#1f2937);
  color:#fff;
  border-radius:16px;
  padding:28px 24px;
  box-shadow:0 16px 32px rgba(15,23,42,.16);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.aksoy-machine-cta h2{
  margin:0 0 10px;
  color:#fff;
  font-size:28px;
  line-height:1.2;
}
.aksoy-machine-cta p{
  margin:0;
  color:rgba(255,255,255,.88);
  font-size:15px;
  line-height:1.8;
  max-width:760px;
}
.aksoy-machine-cta-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.aksoy-machine-cta-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  padding:10px 14px;
  border-radius:8px;
  font-size:13px;
  font-weight:700;
}
.aksoy-machine-cta-actions .btn-white{
  background:#fff;
  color:#111827;
  border:1px solid #fff;
}
.aksoy-machine-cta-actions .btn-border{
  background:transparent;
  color:#fff;
  border:1px solid rgba(255,255,255,.45);
}
.aksoy-machine-cta-actions .btn-border:hover{
  background:rgba(255,255,255,.08);
}
@media (max-width: 1024px){
  .aksoy-adv-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .aksoy-machine-cta{flex-direction:column;align-items:flex-start}
}
@media (max-width: 680px){
  .aksoy-adv-grid{grid-template-columns:1fr}
  .aksoy-machine-cta{padding:22px 18px}
  .aksoy-machine-cta h2{font-size:24px}
}


/* teknik tablo okunurluk düzeltmesi */
.tech-specs{
  background:#ffffff !important;
}
.tech-specs table td{
  color:#1f2937 !important;
  background:#ffffff !important;
}
.tech-specs table tr:nth-child(even) td{
  background:#f8fafc !important;
}
.tech-specs table td:first-child{
  color:#111827 !important;
  background:#e5e7eb !important;
}
.tech-specs h3{
  color:#ffffff !important;
}

/* ana sayfa teklif balonu otomatik gizlenme */
.popup.panel{
  transition: transform .35s ease, opacity .35s ease;
}
.popup.panel.aksoy-auto-hide{
  transform: translateX(-22px);
  opacity: 0;
  pointer-events: none;
}


/* teklif balonu tekrar açma butonu */
.aksoy-popup-toggle{
  position: fixed;
  right: 18px;
  bottom: 86px;
  z-index: 9998;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  border-radius: 8px;
  background: #111827;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(15,23,42,.2);
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
  transform: translateY(8px);
}
.aksoy-popup-toggle.show{
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
@media (max-width:768px){
  .aksoy-popup-toggle{
    right: 12px;
    bottom: 74px;
    font-size: 11px;
    padding: 8px 11px;
  }
}

/* makina sunum bilgilendirme blok */
.aksoy-flow-info{
  padding:60px 0;
  background:#f3f4f6;
}
.aksoy-flow-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.aksoy-flow-card{
  background:#fff;
  border-radius:16px;
  padding:28px;
  box-shadow:0 18px 40px rgba(0,0,0,.06);
}
.aksoy-flow-card h3{
  font-size:20px;
  margin-bottom:12px;
  color:#111827;
}
.aksoy-flow-card p{
  font-size:15px;
  line-height:1.8;
  color:#4b5563;
}
@media(max-width:900px){
  .aksoy-flow-grid{
    grid-template-columns:1fr;
  }
}


/* sayisal guc bloklari */
.aksoy-stats{
  padding:60px 0;
  background:#fff;
}
.aksoy-stats-head{
  max-width:900px;
  margin:0 auto 26px;
  text-align:center;
}
.aksoy-stats-head h2{
  margin:0 0 12px;
  font-size:clamp(28px,3vw,38px);
  line-height:1.2;
  color:#111827;
}
.aksoy-stats-head p{
  margin:0;
  color:#475569;
  font-size:16px;
  line-height:1.8;
}
.aksoy-stats-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
}
.aksoy-stat-card{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:16px;
  padding:28px 22px;
  text-align:center;
  box-shadow:0 16px 36px rgba(15,23,42,.06);
}
.aksoy-stat-no{
  display:block;
  font-size:34px;
  font-weight:800;
  color:#111827;
  line-height:1;
  margin-bottom:10px;
}
.aksoy-stat-title{
  display:block;
  font-size:16px;
  font-weight:700;
  color:#111827;
  margin-bottom:8px;
}
.aksoy-stat-text{
  margin:0;
  color:#475569;
  font-size:14px;
  line-height:1.75;
}
@media (max-width:980px){
  .aksoy-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:640px){
  .aksoy-stats-grid{grid-template-columns:1fr}
}

.aksoy-seo-deep{
margin-top:30px;
background:#f9fafb;
padding:30px;
border-radius:16px;
box-shadow:0 14px 34px rgba(0,0,0,.05);
}
.aksoy-seo-deep h2{
font-size:24px;
margin-bottom:12px;
color:#111827;
}
.aksoy-seo-deep p{
font-size:15px;
line-height:1.9;
color:#4b5563;
margin-bottom:14px;
}


/* premium machine slider */
.hero{
  position: relative;
  overflow: hidden;
}
.hero-slider-premium{
  position: relative;
  min-height: 560px;
  border-bottom: 1px solid rgba(15,23,42,.08);
}
.hero-slider-premium .hero-slide{
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .8s ease;
  background-size: cover;
  background-position: center;
}
.hero-slider-premium .hero-slide.active{
  opacity: 1;
}
.hero-slider-premium .hero-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15,23,42,.78) 0%, rgba(15,23,42,.48) 45%, rgba(15,23,42,.18) 100%);
  z-index: 2;
}
.hero-slider-premium .hero-inner{
  position: relative;
  z-index: 3;
  min-height: 560px;
  display: flex;
  align-items: center;
}
.hero-slider-premium .hero-copy{
  max-width: 760px;
  color: #fff;
}
.hero-slider-premium .hero-badge{
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero-slider-premium h1{
  margin: 0 0 14px;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.12;
  color: #fff;
  max-width: 780px;
}
.hero-slider-premium .hero-desc{
  margin: 0 0 20px;
  max-width: 660px;
  color: rgba(255,255,255,.9);
  font-size: 17px;
  line-height: 1.8;
}
.hero-slider-premium .hero-actions{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.hero-slider-premium .hero-actions a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  padding: 11px 16px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}
.hero-slider-premium .btn-white{
  background: #fff;
  color: #111827;
  border: 1px solid #fff;
}
.hero-slider-premium .btn-dark{
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,.38);
}
.hero-slider-premium .hero-nav{
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  gap: 10px;
}
.hero-slider-premium .hero-dot{
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.38);
  border: 1px solid rgba(255,255,255,.28);
  cursor: pointer;
  transition: all .2s ease;
}
.hero-slider-premium .hero-dot.active{
  width: 28px;
  background: #fff;
}
@media (max-width: 768px){
  .hero-slider-premium,
  .hero-slider-premium .hero-inner{
    min-height: 480px;
  }
  .hero-slider-premium .hero-desc{
    font-size: 15px;
  }
}

/* makina prensip alanı */
.aksoy-principle{
padding:60px 0;
background:#f8fafc;
}
.aksoy-principle-wrap{
display:grid;
grid-template-columns:1.2fr 1fr;
gap:40px;
align-items:center;
}
.aksoy-principle h2{
font-size:34px;
margin-bottom:16px;
color:#111827;
}
.aksoy-principle p{
font-size:16px;
line-height:1.9;
color:#4b5563;
margin-bottom:14px;
}
.aksoy-principle ul{
padding-left:18px;
}
.aksoy-principle li{
margin-bottom:8px;
color:#374151;
font-size:15px;
}
.aksoy-principle-img{
border-radius:18px;
overflow:hidden;
box-shadow:0 20px 40px rgba(0,0,0,.08);
}
.aksoy-principle-img img{
width:100%;
display:block;
}
@media(max-width:900px){
.aksoy-principle-wrap{
grid-template-columns:1fr;
}
}


/* makina kullanım alanları / sektörler */
.aksoy-sectors-usage{
  padding:60px 0;
  background:#ffffff;
}
.aksoy-sectors-head{
  max-width:900px;
  margin:0 auto 26px;
  text-align:center;
}
.aksoy-sectors-head h2{
  margin:0 0 12px;
  font-size:clamp(28px,3vw,38px);
  line-height:1.2;
  color:#111827;
}
.aksoy-sectors-head p{
  margin:0;
  color:#475569;
  font-size:16px;
  line-height:1.85;
}
.aksoy-sectors-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
}
.aksoy-sector-box{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:16px;
  padding:24px 22px;
  box-shadow:0 16px 36px rgba(15,23,42,.06);
}
.aksoy-sector-icon{
  width:44px;
  height:44px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#111827;
  color:#fff;
  font-size:16px;
  font-weight:700;
  margin-bottom:14px;
}
.aksoy-sector-box h3{
  margin:0 0 10px;
  font-size:18px;
  line-height:1.35;
  color:#111827;
}
.aksoy-sector-box p{
  margin:0;
  color:#475569;
  font-size:15px;
  line-height:1.75;
}
@media (max-width:980px){
  .aksoy-sectors-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:640px){
  .aksoy-sectors-grid{grid-template-columns:1fr}
}


/* urun bazli detay metinleri */
.aksoy-product-detail{
  margin: 30px 0 10px;
  background: #ffffff;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(15,23,42,.06);
  padding: 28px 26px;
}
.aksoy-product-detail h2{
  margin: 0 0 14px;
  font-size: 26px;
  color: #111827;
}
.aksoy-product-detail p{
  margin: 0 0 14px;
  color: #475569;
  font-size: 15px;
  line-height: 1.9;
}
.aksoy-product-detail ul{
  margin: 0;
  padding-left: 18px;
}
.aksoy-product-detail li{
  margin: 0 0 8px;
  color: #374151;
  line-height: 1.75;
  font-size: 15px;
}


/* uretim sayfasi zenginlestirme */
.aksoy-prod-intro,
.aksoy-prod-steps,
.aksoy-prod-benefits,
.aksoy-prod-areas,
.aksoy-prod-cta{
  padding: 56px 0;
  background: #fff;
}
.aksoy-prod-gray{
  background: #f8fafc;
}
.aksoy-prod-head{
  max-width: 920px;
  margin: 0 auto 26px;
  text-align: center;
}
.aksoy-prod-head h2{
  margin: 0 0 12px;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.2;
  color: #111827;
}
.aksoy-prod-head p{
  margin: 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.85;
}
.aksoy-prod-grid-2{
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 28px;
  align-items: center;
}
.aksoy-prod-card{
  background: #fff;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(15,23,42,.06);
  padding: 28px 24px;
}
.aksoy-prod-card h3{
  margin: 0 0 12px;
  font-size: 22px;
  color: #111827;
}
.aksoy-prod-card p{
  margin: 0 0 14px;
  color: #475569;
  font-size: 15px;
  line-height: 1.85;
}
.aksoy-prod-card ul{
  margin: 0;
  padding-left: 18px;
}
.aksoy-prod-card li{
  margin: 0 0 9px;
  color: #374151;
  line-height: 1.75;
  font-size: 15px;
}
.aksoy-prod-img{
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(15,23,42,.08);
}
.aksoy-prod-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.aksoy-prod-steps-grid,
.aksoy-prod-benefit-grid,
.aksoy-prod-area-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 20px;
}
.aksoy-step-box,
.aksoy-benefit-box,
.aksoy-area-box{
  background: #fff;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 16px;
  padding: 24px 22px;
  box-shadow: 0 14px 32px rgba(15,23,42,.05);
}
.aksoy-step-no,
.aksoy-benefit-no,
.aksoy-area-no{
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #111827;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 14px;
}
.aksoy-step-box h3,
.aksoy-benefit-box h3,
.aksoy-area-box h3{
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.35;
  color: #111827;
}
.aksoy-step-box p,
.aksoy-benefit-box p,
.aksoy-area-box p{
  margin: 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.8;
}
.aksoy-prod-cta-box{
  background: linear-gradient(135deg,#111827,#1f2937);
  color: #fff;
  border-radius: 18px;
  padding: 30px 26px;
  box-shadow: 0 18px 40px rgba(15,23,42,.16);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.aksoy-prod-cta-box h2{
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(28px,3vw,36px);
  line-height: 1.2;
}
.aksoy-prod-cta-box p{
  margin: 0;
  color: rgba(255,255,255,.88);
  font-size: 15px;
  line-height: 1.85;
  max-width: 760px;
}
.aksoy-prod-cta-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.aksoy-prod-cta-actions a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  padding: 11px 16px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}
.aksoy-prod-cta-actions .btn-white{
  background: #fff;
  color: #111827;
  border: 1px solid #fff;
}
.aksoy-prod-cta-actions .btn-border{
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,.42);
}
@media (max-width: 1024px){
  .aksoy-prod-grid-2,
  .aksoy-prod-steps-grid,
  .aksoy-prod-benefit-grid,
  .aksoy-prod-area-grid{
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  .aksoy-prod-cta-box{
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 700px){
  .aksoy-prod-grid-2,
  .aksoy-prod-steps-grid,
  .aksoy-prod-benefit-grid,
  .aksoy-prod-area-grid{
    grid-template-columns: 1fr;
  }
}

/* kurumsal blok yapı */
.aksoy-corp-section{
padding:60px 0;
background:#f8fafc;
}
.aksoy-corp-wrap{
max-width:1000px;
margin:auto;
display:grid;
gap:24px;
}
.aksoy-corp-box{
background:#ffffff;
border-radius:18px;
box-shadow:0 18px 40px rgba(0,0,0,.06);
padding:28px;
}
.aksoy-corp-box h2{
font-size:26px;
margin-bottom:12px;
color:#111827;
}
.aksoy-corp-box p{
font-size:15px;
line-height:1.9;
color:#4b5563;
margin-bottom:12px;
}


/* son profesyonel dokunuslar */
.aksoy-trust{
  padding: 60px 0;
  background: #f8fafc;
}
.aksoy-trust-head{
  max-width: 900px;
  margin: 0 auto 26px;
  text-align: center;
}
.aksoy-trust-head h2{
  margin: 0 0 12px;
  font-size: clamp(28px,3vw,38px);
  line-height: 1.2;
  color: #111827;
}
.aksoy-trust-head p{
  margin: 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.85;
}
.aksoy-trust-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 20px;
}
.aksoy-trust-box{
  background: #fff;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 16px;
  box-shadow: 0 16px 36px rgba(15,23,42,.06);
  padding: 26px 22px;
}
.aksoy-trust-box h3{
  margin: 0 0 10px;
  color: #111827;
  font-size: 19px;
  line-height: 1.35;
}
.aksoy-trust-box p{
  margin: 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.8;
}
.aksoy-mini-contact{
  position: fixed;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  z-index: 9997;
  background: rgba(17,24,39,.96);
  color: #fff;
  border-radius: 999px;
  box-shadow: 0 18px 38px rgba(15,23,42,.22);
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.aksoy-mini-contact a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  padding: 10px 14px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}
.aksoy-mini-contact .mini-phone{
  background: #fff;
  color: #111827;
}
.aksoy-mini-contact .mini-wa{
  background: #25D366;
  color: #fff;
}
.footer .mini strong{
  color: #fff;
}
.footer .footer-note{
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.82);
  font-size: 14px;
  line-height: 1.75;
}
@media (max-width: 980px){
  .aksoy-trust-grid{
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px){
  .aksoy-mini-contact{
    width: calc(100% - 20px);
    justify-content: center;
    bottom: 10px;
    border-radius: 16px;
  }
  .aksoy-mini-contact a{
    flex: 1 1 0;
    min-width: 0;
    font-size: 12px;
    padding: 10px 10px;
  }
}


/* FINAL CONTRAST FIX FOR MENTIONED DARK AREAS */
.hero-slider-premium,
.hero-slider-premium .hero-copy,
.hero-slider-premium .hero-overlay,
.aksoy-slogan,
.aksoy-cta-box,
.aksoy-machine-cta,
.aksoy-prod-cta-box,
.footer,
.popup{
  color:#ffffff !important;
}

.hero-slider-premium h1,
.hero-slider-premium h2,
.hero-slider-premium h3,
.hero-slider-premium p,
.hero-slider-premium span,
.aksoy-slogan h1,
.aksoy-slogan h2,
.aksoy-slogan h3,
.aksoy-slogan p,
.aksoy-cta-box h1,
.aksoy-cta-box h2,
.aksoy-cta-box h3,
.aksoy-cta-box p,
.aksoy-machine-cta h1,
.aksoy-machine-cta h2,
.aksoy-machine-cta h3,
.aksoy-machine-cta p,
.aksoy-prod-cta-box h1,
.aksoy-prod-cta-box h2,
.aksoy-prod-cta-box h3,
.aksoy-prod-cta-box p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer p,
.footer a,
.popup h1,
.popup h2,
.popup h3,
.popup p{
  color:#ffffff !important;
}

.hero-slider-premium .hero-desc,
.aksoy-slogan p,
.aksoy-cta-box p,
.aksoy-machine-cta p,
.aksoy-prod-cta-box p,
.footer p,
.footer .mini,
.footer .sub,
.footer .footer-note,
.popup p{
  color:rgba(255,255,255,.90) !important;
}

.hero-slider-premium .hero-badge{
  color:#ffffff !important;
}

.aksoy-cta-box .cta-light,
.aksoy-machine-cta .btn-white,
.aksoy-prod-cta-box .btn-white{
  color:#111827 !important;
}

.aksoy-cta-box .cta-dark,
.aksoy-machine-cta .btn-border,
.aksoy-prod-cta-box .btn-border{
  color:#ffffff !important;
  border-color:rgba(255,255,255,.42) !important;
}

/* LIGHT SECTION SAFETY */
.page-hero,
.aksoy-home-info,
.aksoy-principle,
.aksoy-sectors-usage,
.aksoy-flow-info,
.aksoy-stats,
.aksoy-trust,
.aksoy-prod-intro,
.aksoy-prod-steps,
.aksoy-prod-benefits,
.aksoy-prod-areas,
.aksoy-corp-section,
.aksoy-contact-page,
.aksoy-tech-summary,
.aksoy-product-detail,
.aksoy-machine-boost,
.aksoy-seo-deep,
.tech-specs,
.aksoy-card,
.aksoy-flow-card,
.aksoy-stat-card,
.aksoy-trust-box,
.aksoy-corp-box,
.aksoy-prod-card,
.aksoy-adv-card,
.aksoy-step-box,
.aksoy-benefit-box,
.aksoy-area-box,
.aksoy-contact-card{
  color:#111827 !important;
}

.page-hero h1,
.page-hero h2,
.page-hero h3,
.aksoy-home-info h1,.aksoy-home-info h2,.aksoy-home-info h3,
.aksoy-principle h1,.aksoy-principle h2,.aksoy-principle h3,
.aksoy-sectors-usage h1,.aksoy-sectors-usage h2,.aksoy-sectors-usage h3,
.aksoy-flow-info h1,.aksoy-flow-info h2,.aksoy-flow-info h3,
.aksoy-stats h1,.aksoy-stats h2,.aksoy-stats h3,
.aksoy-trust h1,.aksoy-trust h2,.aksoy-trust h3,
.aksoy-prod-intro h1,.aksoy-prod-intro h2,.aksoy-prod-intro h3,
.aksoy-prod-steps h1,.aksoy-prod-steps h2,.aksoy-prod-steps h3,
.aksoy-prod-benefits h1,.aksoy-prod-benefits h2,.aksoy-prod-benefits h3,
.aksoy-prod-areas h1,.aksoy-prod-areas h2,.aksoy-prod-areas h3,
.aksoy-corp-section h1,.aksoy-corp-section h2,.aksoy-corp-section h3,
.aksoy-contact-page h1,.aksoy-contact-page h2,.aksoy-contact-page h3,
.aksoy-tech-summary h1,.aksoy-tech-summary h2,.aksoy-tech-summary h3,
.aksoy-product-detail h1,.aksoy-product-detail h2,.aksoy-product-detail h3,
.aksoy-machine-boost h1,.aksoy-machine-boost h2,.aksoy-machine-boost h3,
.aksoy-seo-deep h1,.aksoy-seo-deep h2,.aksoy-seo-deep h3{
  color:#111827 !important;
}

.page-hero p,
.page-hero .lead,
.aksoy-home-info p,
.aksoy-principle p,
.aksoy-sectors-usage p,
.aksoy-flow-info p,
.aksoy-stats p,
.aksoy-trust p,
.aksoy-prod-intro p,
.aksoy-prod-steps p,
.aksoy-prod-benefits p,
.aksoy-prod-areas p,
.aksoy-corp-section p,
.aksoy-contact-page p,
.aksoy-tech-summary p,
.aksoy-product-detail p,
.aksoy-machine-boost p,
.aksoy-seo-deep p,
.aksoy-card p,
.aksoy-flow-card p,
.aksoy-stat-card p,
.aksoy-trust-box p,
.aksoy-corp-box p,
.aksoy-prod-card p,
.aksoy-adv-card p,
.aksoy-step-box p,
.aksoy-benefit-box p,
.aksoy-area-box p,
.aksoy-contact-card p{
  color:#475569 !important;
}


/* FINAL CLEANUP: whatsapp duplication + inner page dark section contrast */
.whatsapp-float,
.aksoy-popup-toggle,
.popup.panel,
.popup.hidden{
  display:none !important;
}

/* keep only fixed whatsapp */
.aksoy-wa-fixed{
  display:inline-flex !important;
}

/* inner pages: dark sections should always use white text */
body.inner-page .footer,
body.inner-page .aksoy-slogan,
body.inner-page .aksoy-cta-box,
body.inner-page .aksoy-machine-cta,
body.inner-page .aksoy-prod-cta-box{
  color:#ffffff !important;
}
body.inner-page .footer h1,
body.inner-page .footer h2,
body.inner-page .footer h3,
body.inner-page .footer h4,
body.inner-page .footer p,
body.inner-page .footer a,
body.inner-page .footer .mini,
body.inner-page .footer .sub,
body.inner-page .footer .footer-note,
body.inner-page .aksoy-slogan h1,
body.inner-page .aksoy-slogan h2,
body.inner-page .aksoy-slogan h3,
body.inner-page .aksoy-slogan p,
body.inner-page .aksoy-cta-box h1,
body.inner-page .aksoy-cta-box h2,
body.inner-page .aksoy-cta-box h3,
body.inner-page .aksoy-cta-box p,
body.inner-page .aksoy-machine-cta h1,
body.inner-page .aksoy-machine-cta h2,
body.inner-page .aksoy-machine-cta h3,
body.inner-page .aksoy-machine-cta p,
body.inner-page .aksoy-prod-cta-box h1,
body.inner-page .aksoy-prod-cta-box h2,
body.inner-page .aksoy-prod-cta-box h3,
body.inner-page .aksoy-prod-cta-box p{
  color:#ffffff !important;
}
body.inner-page .aksoy-cta-box p,
body.inner-page .aksoy-machine-cta p,
body.inner-page .aksoy-prod-cta-box p,
body.inner-page .footer p,
body.inner-page .footer .mini,
body.inner-page .footer .sub,
body.inner-page .footer .footer-note{
  color:rgba(255,255,255,.90) !important;
}

/* inner pages light sections safety */
body.inner-page .page-hero,
body.inner-page .aksoy-corp-section,
body.inner-page .aksoy-contact-page,
body.inner-page .aksoy-prod-intro,
body.inner-page .aksoy-prod-steps,
body.inner-page .aksoy-prod-benefits,
body.inner-page .aksoy-prod-areas,
body.inner-page .aksoy-tech-summary,
body.inner-page .aksoy-product-detail,
body.inner-page .aksoy-machine-boost,
body.inner-page .aksoy-seo-deep,
body.inner-page .tech-specs,
body.inner-page .aksoy-contact-card,
body.inner-page .aksoy-prod-card,
body.inner-page .aksoy-box,
body.inner-page .aksoy-corp-box{
  color:#111827 !important;
}
body.inner-page .page-hero h1,
body.inner-page .page-hero h2,
body.inner-page .page-hero h3,
body.inner-page .aksoy-corp-section h1,
body.inner-page .aksoy-corp-section h2,
body.inner-page .aksoy-corp-section h3,
body.inner-page .aksoy-contact-page h1,
body.inner-page .aksoy-contact-page h2,
body.inner-page .aksoy-contact-page h3,
body.inner-page .aksoy-prod-intro h1,
body.inner-page .aksoy-prod-intro h2,
body.inner-page .aksoy-prod-intro h3,
body.inner-page .aksoy-prod-steps h1,
body.inner-page .aksoy-prod-steps h2,
body.inner-page .aksoy-prod-steps h3,
body.inner-page .aksoy-prod-benefits h1,
body.inner-page .aksoy-prod-benefits h2,
body.inner-page .aksoy-prod-benefits h3,
body.inner-page .aksoy-prod-areas h1,
body.inner-page .aksoy-prod-areas h2,
body.inner-page .aksoy-prod-areas h3,
body.inner-page .aksoy-tech-summary h1,
body.inner-page .aksoy-tech-summary h2,
body.inner-page .aksoy-tech-summary h3,
body.inner-page .aksoy-product-detail h1,
body.inner-page .aksoy-product-detail h2,
body.inner-page .aksoy-product-detail h3,
body.inner-page .aksoy-machine-boost h1,
body.inner-page .aksoy-machine-boost h2,
body.inner-page .aksoy-machine-boost h3,
body.inner-page .aksoy-seo-deep h1,
body.inner-page .aksoy-seo-deep h2,
body.inner-page .aksoy-seo-deep h3{
  color:#111827 !important;
}
body.inner-page .page-hero p,
body.inner-page .page-hero .lead,
body.inner-page .aksoy-corp-section p,
body.inner-page .aksoy-contact-page p,
body.inner-page .aksoy-prod-intro p,
body.inner-page .aksoy-prod-steps p,
body.inner-page .aksoy-prod-benefits p,
body.inner-page .aksoy-prod-areas p,
body.inner-page .aksoy-tech-summary p,
body.inner-page .aksoy-product-detail p,
body.inner-page .aksoy-machine-boost p,
body.inner-page .aksoy-seo-deep p,
body.inner-page .aksoy-contact-card p,
body.inner-page .aksoy-prod-card p,
body.inner-page .aksoy-box p,
body.inner-page .aksoy-corp-box p{
  color:#475569 !important;
}


/* HEADER UNIFY FINAL */
.aksoy-mini-contact{
  display:none !important;
}

body.inner-page .topbar{
  background:#f8fafc !important;
  border-bottom:1px solid rgba(15,23,42,.08) !important;
}
body.inner-page .topbar .container,
body.inner-page .topbar a{
  color:#475569 !important;
}

body.inner-page .header{
  position:sticky;
  top:0;
  z-index:30;
  background:rgba(255,255,255,.96) !important;
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(15,23,42,.08) !important;
}

body.inner-page .header .container{
  padding-top:12px !important;
  padding-bottom:12px !important;
  gap:18px !important;
}

body.inner-page .brand img{
  height:52px !important;
  filter:none !important;
}

body.inner-page .brand-title,
body.inner-page .brand-address{
  color:#111827 !important;
}

body.inner-page .nav a{
  color:#334155 !important;
}
body.inner-page .nav a:hover{
  color:#111827 !important;
}

body.inner-page .cta{
  background:#111827 !important;
  color:#ffffff !important;
  box-shadow:0 10px 24px rgba(15,23,42,.14) !important;
  border-radius:10px !important;
}

body.inner-page .page-hero{
  padding:56px 0 34px !important;
  background:linear-gradient(180deg,#f8fafc 0%, #ffffff 100%) !important;
  border-bottom:1px solid rgba(15,23,42,.06) !important;
}

body.inner-page .page-hero .breadcrumb{
  color:#64748b !important;
}
body.inner-page .page-hero h1{
  color:#111827 !important;
}
body.inner-page .page-hero .lead{
  color:#475569 !important;
}


/* AKTİF MENÜ VURGUSU */
.nav a.active{
  color:#0f172a !important;
  font-weight:700 !important;
  position:relative;
}

.nav a.active::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-6px;
  width:100%;
  height:3px;
  background:#2563eb;
  border-radius:3px;
}

/* dark header compatibility */
.header .nav a.active{
  color:#ffffff !important;
}
.header .nav a.active::after{
  background:#60a5fa;
}
body.inner-page .header .nav a.active{
  color:#0f172a !important;
}
body.inner-page .header .nav a.active::after{
  background:#2563eb;
}


/* PREMIUM HOVER EFEKTLERİ */
.machine-card,
.aksoy-card,
.aksoy-flow-card,
.aksoy-stat-card,
.aksoy-trust-box,
.aksoy-ref-card,
.aksoy-quick-card,
.aksoy-prod-card,
.aksoy-contact-card,
.aksoy-corp-box,
.aksoy-product-detail,
.aksoy-machine-boost,
.aksoy-seo-deep,
.aksoy-adv-card,
.aksoy-step-box,
.aksoy-benefit-box,
.aksoy-area-box{
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.machine-card:hover,
.aksoy-card:hover,
.aksoy-flow-card:hover,
.aksoy-stat-card:hover,
.aksoy-trust-box:hover,
.aksoy-ref-card:hover,
.aksoy-quick-card:hover,
.aksoy-prod-card:hover,
.aksoy-contact-card:hover,
.aksoy-corp-box:hover,
.aksoy-product-detail:hover,
.aksoy-machine-boost:hover,
.aksoy-seo-deep:hover,
.aksoy-adv-card:hover,
.aksoy-step-box:hover,
.aksoy-benefit-box:hover,
.aksoy-area-box:hover{
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(15,23,42,.10) !important;
  border-color: rgba(15,23,42,.14) !important;
}

/* görsel alanlarında hafif premium hareket */
.machine-card img,
.aksoy-principle-img img,
.aksoy-prod-img img,
.aksoy-gallery-grid img{
  transition: transform .28s ease, filter .28s ease;
}
.machine-card:hover img,
.aksoy-principle-img:hover img,
.aksoy-prod-img:hover img,
.aksoy-gallery-grid img:hover{
  transform: scale(1.02);
}


/* SABİT HIZLI TEKLİF BAR */
.aksoy-offer-bar{
position:fixed;
left:0;
right:0;
bottom:0;
z-index:999;
background:#111827;
color:#fff;
padding:10px 16px;
display:flex;
justify-content:center;
gap:18px;
align-items:center;
box-shadow:0 -8px 30px rgba(0,0,0,.15);
}
.aksoy-offer-bar a{
background:#25d366;
color:#fff;
padding:10px 18px;
border-radius:8px;
font-weight:600;
text-decoration:none;
}
.aksoy-offer-bar a.call{
background:#2563eb;
}

/* GÜVEN BLOĞU */
.aksoy-trust-strip{
background:#f8fafc;
padding:38px 0;
text-align:center;
}
.aksoy-trust-strip h3{
margin-bottom:16px;
color:#111827;
}
.aksoy-trust-strip ul{
display:flex;
gap:26px;
justify-content:center;
flex-wrap:wrap;
}
.aksoy-trust-strip li{
list-style:none;
font-weight:600;
color:#334155;
}

/* SEO BAŞLIK GÜÇLENDİRME */
.aksoy-seo-boost h2{
font-size:28px;
margin-bottom:12px;
color:#111827;
}

/* SLIDER OVERLAY */
.hero-slider-premium .hero-overlay{
background:rgba(0,0,0,.45) !important;
}


/* AKTİF MENÜ KIRMIZI GÜÇLÜ VURGU */
.nav a.active{
  color:#dc2626 !important;
  font-weight:800 !important;
  letter-spacing:.2px;
  position:relative;
}

.nav a.active::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-7px;
  width:100%;
  height:4px;
  background:#dc2626;
  border-radius:4px;
}

/* iç sayfa header uyum */
body.inner-page .header .nav a.active{
  color:#dc2626 !important;
}
body.inner-page .header .nav a.active::after{
  background:#dc2626;
}

/* koyu header varsa */
.header.dark .nav a.active{
  color:#ff4d4f !important;
}
.header.dark .nav a.active::after{
  background:#ff4d4f;
}


/* REMOVE SIDE WHATSAPP FINAL */
.aksoy-wa-fixed,
.whatsapp-float,
.whatsapp-fixed{
display:none !important;
}


/* MOBILE MENU FINAL */
.aksoy-hamburger{
display:none;
width:34px;
height:28px;
border:none;
background:none;
flex-direction:column;
justify-content:space-between;
cursor:pointer;
}
.aksoy-hamburger span{
display:block;
height:3px;
background:#111827;
border-radius:2px;
}

@media(max-width:900px){

.nav{
position:fixed;
top:0;
right:-100%;
width:260px;
height:100%;
background:#ffffff;
flex-direction:column;
padding:80px 24px;
gap:18px;
transition:.3s;
box-shadow:-10px 0 30px rgba(0,0,0,.12);
}

.menu-open .nav{
right:0;
}

.aksoy-hamburger{
display:flex;
}

.header .container{
justify-content:space-between;
}

}


/* PREMIUM MOBILE MENU */
.menu-overlay{
position:fixed;
inset:0;
background:rgba(0,0,0,.35);
opacity:0;
pointer-events:none;
transition:.3s;
z-index:40;
}
.menu-open .menu-overlay{
opacity:1;
pointer-events:auto;
}

.nav{
transition: right .35s cubic-bezier(.77,0,.18,1);
}

.aksoy-hamburger span{
transition:.25s;
}

.menu-open .aksoy-hamburger span:nth-child(1){
transform: translateY(12px) rotate(45deg);
}
.menu-open .aksoy-hamburger span:nth-child(2){
opacity:0;
}
.menu-open .aksoy-hamburger span:nth-child(3){
transform: translateY(-12px) rotate(-45deg);
}

/* premium menu item */
@media(max-width:900px){
.nav a{
padding:10px 0;
font-size:18px;
font-weight:600;
border-bottom:1px solid rgba(0,0,0,.05);
}
.nav a:hover{
color:#dc2626;
}
}


/* HAMBURGER FINAL FIX */
.aksoy-hamburger{
position:absolute;
right:18px;
top:50%;
transform:translateY(-50%);
z-index:60;
background:#ffffff;
border-radius:8px;
padding:6px;
box-shadow:0 6px 18px rgba(0,0,0,.15);
}

.aksoy-hamburger span{
background:#111827;
height:3px;
}

/* mobile menu panel FIX */
@media(max-width:900px){

.nav{
display:flex !important;
flex-direction:column;
}

.menu-open .nav{
right:0;
}

}


/* MOBILE MENU CLICK + SOLID BACKGROUND FINAL */

@media(max-width:900px){

.nav{
position:fixed;
top:0;
right:-100%;
width:270px;
height:100%;
background:#ffffff !important;
opacity:1 !important;
z-index:9999 !important;
pointer-events:auto !important;
padding:90px 26px 40px;
display:flex !important;
flex-direction:column;
gap:16px;
box-shadow:-12px 0 40px rgba(0,0,0,.18);
}

.menu-open .nav{
right:0;
}

.nav a{
display:block !important;
width:100%;
padding:12px 0;
font-size:18px;
color:#111827 !important;
pointer-events:auto !important;
}

.menu-overlay{
z-index:9998 !important;
}

.aksoy-hamburger{
z-index:10000 !important;
}

}


/* ROBUST PREMIUM MOBILE MENU FINAL */
.aksoy-hamburger{
  display:none;
}

.menu-overlay{
  display:none;
}

@media (max-width:900px){
  .header{
    position:sticky;
    top:0;
    z-index:1000;
  }

  .header .container{
    position:relative;
    min-height:68px;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:14px !important;
    padding-right:64px !important;
  }

  .brand{
    min-width:0;
  }

  .aksoy-hamburger{
    display:flex !important;
    position:absolute;
    right:16px;
    top:50%;
    transform:translateY(-50%);
    width:42px;
    height:42px;
    border:1px solid rgba(15,23,42,.10);
    border-radius:12px;
    background:#ffffff;
    box-shadow:0 10px 24px rgba(15,23,42,.10);
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:5px;
    cursor:pointer;
    z-index:10002;
    padding:0;
  }

  .aksoy-hamburger span{
    display:block;
    width:18px;
    height:2px;
    border-radius:2px;
    background:#111827;
    transition:transform .25s ease, opacity .2s ease;
  }

  body.menu-open .aksoy-hamburger span:nth-child(1){
    transform:translateY(7px) rotate(45deg);
  }
  body.menu-open .aksoy-hamburger span:nth-child(2){
    opacity:0;
  }
  body.menu-open .aksoy-hamburger span:nth-child(3){
    transform:translateY(-7px) rotate(-45deg);
  }

  .menu-overlay{
    display:block;
    position:fixed;
    inset:0;
    background:rgba(15,23,42,.28);
    opacity:0;
    pointer-events:none;
    transition:opacity .25s ease;
    z-index:10000;
  }

  body.menu-open .menu-overlay{
    opacity:1;
    pointer-events:auto;
  }

  .nav{
    position:fixed !important;
    top:0 !important;
    right:-290px !important;
    width:280px !important;
    max-width:82vw !important;
    height:100vh !important;
    background:#ffffff !important;
    opacity:1 !important;
    visibility:visible !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    justify-content:flex-start !important;
    gap:0 !important;
    padding:84px 22px 28px !important;
    box-shadow:-20px 0 40px rgba(15,23,42,.16) !important;
    transition:right .28s ease !important;
    z-index:10001 !important;
    pointer-events:auto !important;
    overflow-y:auto !important;
  }

  body.menu-open .nav{
    right:0 !important;
  }

  .nav a{
    display:block !important;
    width:100% !important;
    padding:14px 0 !important;
    border-bottom:1px solid rgba(15,23,42,.08) !important;
    color:#111827 !important;
    font-size:18px !important;
    font-weight:700 !important;
    line-height:1.4 !important;
    text-decoration:none !important;
    pointer-events:auto !important;
    position:relative !important;
  }

  .nav a.active{
    color:#dc2626 !important;
  }

  .nav a.active::after{
    bottom:8px !important;
    height:3px !important;
    width:28px !important;
    left:0 !important;
  }
}


/* MOBILE MENU LINKS CLICK FIX */
@media (max-width:900px){
  .nav{
    z-index:10050 !important;
    pointer-events:auto !important;
  }
  .nav *{
    pointer-events:auto !important;
  }
  .nav a{
    position:relative !important;
    z-index:10051 !important;
    cursor:pointer !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0.08);
  }
  .menu-overlay{
    z-index:10040 !important;
  }
  .header{
    z-index:10020 !important;
  }
  .aksoy-hamburger{
    z-index:10060 !important;
  }
}


/* RESPONSIVE FINAL FIX */
html, body{
  max-width:100%;
  overflow-x:hidden !important;
}

*{
  box-sizing:border-box;
}

img, video, iframe{
  max-width:100%;
  height:auto;
}

.container{
  width:min(100%, 1200px);
  margin:0 auto;
  padding-left:16px;
  padding-right:16px;
}

.header,
.page-hero,
.section,
.hero,
.footer,
.aksoy-home-info,
.aksoy-principle,
.aksoy-sectors-usage,
.aksoy-flow-info,
.aksoy-stats,
.aksoy-trust,
.aksoy-ref,
.aksoy-quick-select,
.aksoy-prod-intro,
.aksoy-prod-steps,
.aksoy-prod-benefits,
.aksoy-prod-areas,
.aksoy-prod-cta,
.aksoy-corp-section,
.aksoy-contact-page{
  overflow-x:hidden;
}

.aksoy-offer-bar{
  left:0;
  right:0;
  width:100%;
  max-width:100%;
}

.aksoy-offer-bar span{
  white-space:normal;
  text-align:center;
}

.footer .container,
.header .container{
  max-width:100%;
}

@media (max-width: 900px){
  body{
    min-width:0;
  }

  .header .container{
    min-height:64px;
    padding-left:14px !important;
    padding-right:64px !important;
  }

  .brand{
    max-width:calc(100% - 56px);
    overflow:hidden;
  }

  .brand-text{
    display:flex;
    flex-direction:column;
    min-width:0;
    overflow:hidden;
  }

  .brand-title,
  .brand-address{
    display:block;
    max-width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }

  .page-hero{
    padding-top:36px !important;
    padding-bottom:24px !important;
  }

  .page-hero h1{
    font-size:clamp(28px, 8vw, 36px) !important;
  }

  .page-hero .lead,
  .hero-slider-premium .hero-desc{
    font-size:15px !important;
    line-height:1.7 !important;
  }

  .hero-slider-premium,
  .hero-slider-premium .hero-inner{
    min-height:420px !important;
  }

  .hero-slider-premium .hero-copy{
    max-width:100% !important;
    width:100%;
  }

  .nav{
    width:min(82vw, 320px) !important;
    max-width:82vw !important;
    right:calc(-1 * min(82vw, 320px)) !important;
    padding:78px 20px 24px !important;
  }

  body.menu-open .nav{
    right:0 !important;
  }

  .nav a{
    font-size:20px !important;
  }

  .grid-2, .grid-3, .grid-4,
  .footer-grid,
  .machine-hero,
  .hero-grid,
  .spec-list{
    grid-template-columns:1fr !important;
  }

  .machine-hero .main-photo,
  .hero-main{
    height:auto !important;
    max-height:360px;
  }

  .tech-specs,
  .aksoy-tech-summary,
  .aksoy-product-detail,
  .aksoy-machine-boost,
  .aksoy-seo-deep,
  .aksoy-contact-card,
  .aksoy-prod-card,
  .aksoy-corp-box{
    width:100%;
    max-width:100%;
  }

  .footer{
    padding-bottom:84px !important;
  }

  .aksoy-offer-bar{
    padding:10px 12px !important;
    gap:10px !important;
    flex-wrap:wrap;
  }

  .aksoy-offer-bar a{
    min-width:0 !important;
    flex:1 1 140px;
    text-align:center;
  }
}


/* MOBILE OVERFLOW + MENU VISIBILITY FINAL FIX */
@media (max-width:900px){
  html, body{
    width:100% !important;
    max-width:100% !important;
    overflow-x:hidden !important;
  }

  body.menu-open{
    overflow:hidden !important;
  }

  .header{
    overflow:visible !important;
  }

  .header .container{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    min-height:64px !important;
    padding:10px 58px 10px 14px !important;
    gap:10px !important;
  }

  .brand{
    display:flex !important;
    align-items:center !important;
    gap:10px !important;
    max-width:calc(100% - 54px) !important;
    min-width:0 !important;
    overflow:hidden !important;
  }

  .brand img{
    height:42px !important;
    width:auto !important;
    flex:0 0 auto !important;
  }

  .brand-text{
    min-width:0 !important;
    overflow:hidden !important;
  }

  .brand-title{
    display:block !important;
    font-size:14px !important;
    line-height:1.2 !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
  }

  .brand-address{
    display:block !important;
    font-size:12px !important;
    line-height:1.25 !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
  }

  .aksoy-hamburger{
    position:absolute !important;
    right:12px !important;
    top:50% !important;
    transform:translateY(-50%) !important;
    width:40px !important;
    height:40px !important;
    padding:0 !important;
    border-radius:10px !important;
  }

  .menu-overlay{
    position:fixed !important;
    inset:0 !important;
    z-index:10000 !important;
  }

  .nav{
    position:fixed !important;
    top:0 !important;
    right:-86vw !important;
    width:86vw !important;
    max-width:86vw !important;
    height:100dvh !important;
    min-height:100dvh !important;
    background:#ffffff !important;
    z-index:10001 !important;
    box-shadow:-18px 0 36px rgba(15,23,42,.18) !important;
    padding:72px 18px 24px !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;
    display:flex !important;
    flex-direction:column !important;
    gap:0 !important;
  }

  body.menu-open .nav{
    right:0 !important;
  }

  .nav a{
    display:block !important;
    width:100% !important;
    padding:14px 0 !important;
    font-size:18px !important;
    line-height:1.35 !important;
    border-bottom:1px solid rgba(15,23,42,.08) !important;
  }

  .nav a.active::after{
    bottom:6px !important;
  }

  .page-hero,
  .section,
  .aksoy-home-info,
  .aksoy-principle,
  .aksoy-sectors-usage,
  .aksoy-flow-info,
  .aksoy-stats,
  .aksoy-trust,
  .aksoy-ref,
  .aksoy-quick-select,
  .aksoy-prod-intro,
  .aksoy-prod-steps,
  .aksoy-prod-benefits,
  .aksoy-prod-areas,
  .aksoy-prod-cta,
  .aksoy-corp-section,
  .aksoy-contact-page,
  .footer{
    padding-left:0 !important;
    padding-right:0 !important;
  }

  .container{
    width:100% !important;
    max-width:100% !important;
    padding-left:14px !important;
    padding-right:14px !important;
  }

  .page-hero h1{
    font-size:clamp(26px, 8vw, 34px) !important;
    line-height:1.1 !important;
  }

  .page-hero .lead{
    font-size:15px !important;
  }

  .aksoy-offer-bar{
    position:fixed !important;
    left:0 !important;
    right:0 !important;
    bottom:0 !important;
    width:100% !important;
    max-width:100% !important;
    padding:10px 10px calc(10px + env(safe-area-inset-bottom)) !important;
    gap:8px !important;
    flex-wrap:nowrap !important;
    align-items:center !important;
  }

  .aksoy-offer-bar span{
    flex:1 1 auto !important;
    min-width:0 !important;
    font-size:12px !important;
    line-height:1.3 !important;
    text-align:left !important;
  }

  .aksoy-offer-bar a{
    flex:0 0 auto !important;
    padding:10px 14px !important;
    font-size:12px !important;
    line-height:1.2 !important;
    border-radius:10px !important;
    white-space:nowrap !important;
  }

  body{
    padding-bottom:74px !important;
  }

  .footer{
    padding-bottom:96px !important;
  }
}
