*{margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth}
:root{--blue:#07145f;--green:#25D366;--bg:#f5f7fb;--text:#1f2937;--muted:#64748b}
body{font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--text);overflow-x:hidden}
a{text-decoration:none}img{max-width:100%}
.topbar{width:100%;min-height:100px;padding:12px 6%;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:25px;position:sticky;top:0;z-index:1000;box-shadow:0 8px 24px rgba(7,20,95,.08)}
.brand{display:flex;align-items:center}.brand img{max-height:88px;width:auto;object-fit:contain;display:block}
.menuBtn{display:none;border:0;background:var(--blue);color:#fff;font-size:26px;border-radius:12px;padding:8px 13px;cursor:pointer}
.topbar nav{display:flex;align-items:center;gap:25px}.topbar nav a{color:var(--blue);font-weight:700;transition:.25s}.topbar nav a:hover{color:var(--green)}
.topbar nav a.tonerLink{background:var(--green);color:#fff;padding:10px 14px;border-radius:10px;box-shadow:0 8px 18px rgba(39,174,96,.18)}.topbar nav a.tonerLink:hover{background:var(--blue);color:#fff}
.hero{min-height:calc(100vh - 100px);padding:70px 6%;display:flex;align-items:center;background:url('../img/slider.jpg') center/cover no-repeat;position:relative;overflow:hidden}
.heroOverlay{position:absolute;inset:0;background:linear-gradient(120deg,rgba(7,20,95,.94),rgba(7,20,95,.66),rgba(7,20,95,.30))}
.hero:after{content:"";position:absolute;width:460px;height:460px;border-radius:50%;background:rgba(37,211,102,.14);right:-120px;top:-120px}
.heroText{position:relative;z-index:2;color:#fff;max-width:850px}
.eyebrow,.sectionTitle span,.why span,.contactInfo span,.sectionMini{display:inline-block;color:var(--green);font-weight:800;letter-spacing:.4px;margin-bottom:12px}
.heroText h1{font-size:54px;line-height:1.12;margin-bottom:22px}.heroText p{font-size:19px;line-height:1.75;color:#e6ecff;margin-bottom:30px}
.actions{display:flex;flex-wrap:wrap;gap:14px}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:14px;padding:15px 24px;font-weight:800;border:2px solid transparent;cursor:pointer;transition:.25s}
.btn.primary{background:var(--green);color:#fff}.btn.secondary{background:#fff;color:var(--blue)}.btn:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(0,0,0,.18)}
.intro{padding:75px 6%}.introInner{max-width:1050px;margin:auto;padding:45px 30px;background:#fff;border-radius:28px;box-shadow:0 12px 35px rgba(7,20,95,.08);text-align:center}
.intro h2{font-size:38px;color:var(--blue);margin-bottom:16px}.intro p{color:#475569;font-size:18px;line-height:1.8}
.services{padding:70px 6%}.sectionTitle{text-align:center;max-width:850px;margin:0 auto 45px}.sectionTitle h2{font-size:40px;color:var(--blue);line-height:1.25}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px}.card{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 10px 30px rgba(7,20,95,.09);transition:.3s}
.card:hover{transform:translateY(-8px);box-shadow:0 20px 45px rgba(7,20,95,.14)}.card img{width:100%;height:210px;object-fit:cover;display:block;background:#dfe7f5}
.cardBody{padding:24px}.cardBody h3{color:var(--blue);font-size:21px;margin-bottom:12px}.cardBody p{color:#526174;line-height:1.7;margin-bottom:18px}.cardBody a{color:var(--green);font-weight:800}
.why{padding:75px 6%;background:#fff;display:grid;grid-template-columns:.8fr 1.2fr;gap:40px;align-items:start}.why h2{color:var(--blue);font-size:40px;line-height:1.25}
.whyGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.whyGrid div{background:var(--bg);border-radius:20px;padding:24px;border:1px solid #e4e9f5}
.whyGrid b{color:var(--blue);font-size:20px}.whyGrid p{margin-top:8px;color:#526174;line-height:1.6}
.refs{padding:75px 6%;text-align:center}.refs img{width:100%;max-width:950px;border-radius:28px;box-shadow:0 15px 40px rgba(7,20,95,.12);background:#fff}
.contact{padding:80px 6%;background:#fff;display:grid;grid-template-columns:1fr 1fr;gap:35px;align-items:stretch}.contactInfo,.mapBox{background:var(--bg);border-radius:28px;padding:35px;box-shadow:0 10px 30px rgba(7,20,95,.08)}
.contactInfo h2{color:var(--blue);font-size:38px;line-height:1.25;margin-bottom:20px}.contactInfo p{margin-bottom:14px;line-height:1.7;color:#475569}.contactInfo a{color:var(--blue);font-weight:700}
.mapBox{display:flex;align-items:center;justify-content:center}.mapBox img{width:100%;border-radius:20px;display:block}
footer{background:var(--blue);color:#fff;padding:58px 6% 22px}.footerInner{max-width:1250px;margin:auto;display:grid;grid-template-columns:1.35fr .8fr .8fr 1fr;gap:35px;align-items:flex-start}
.footerLogoWhite{max-width:230px;width:100%;height:auto;display:block;margin-bottom:18px}.footerBrand p,.footerCol p{color:#dce3ff;line-height:1.8}
.footerCol h3{margin-bottom:15px;color:#fff;font-size:20px}.footerCol a{display:block;color:#dce3ff;margin-bottom:10px}.footerCol a:hover{color:var(--green)}
.footerBottom{max-width:1250px;margin:35px auto 0;padding-top:18px;border-top:1px solid rgba(255,255,255,.2);text-align:center;color:#cbd5ff;font-size:14px}
.floatingWp{position:fixed;right:20px;bottom:20px;width:62px;height:62px;border-radius:50%;background:var(--green)!important;color:#fff;display:flex;align-items:center;justify-content:center;font-size:30px;font-weight:bold;z-index:9999;box-shadow:0 8px 25px rgba(0,0,0,.30)}
.floatingPhone{position:fixed;right:20px;bottom:92px;width:62px;height:62px;border-radius:50%;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;font-size:30px;z-index:9999;box-shadow:0 8px 25px rgba(0,0,0,.30)}
@media(max-width:1000px){.why,.contact{grid-template-columns:1fr}.heroText h1{font-size:40px}.footerInner{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){.topbar{min-height:auto;padding:12px 5%}.brand img{max-height:70px}.menuBtn{display:block}.topbar nav{position:absolute;left:0;right:0;top:100%;background:#fff;padding:18px 6%;flex-direction:column;align-items:flex-start;display:none;box-shadow:0 15px 28px rgba(7,20,95,.12)}body.menuOpen .topbar nav{display:flex}.hero{min-height:auto;padding:70px 5%}.heroText h1{font-size:32px}.heroText p{font-size:16px}.intro h2,.sectionTitle h2,.why h2,.contactInfo h2{font-size:30px}.services,.why,.refs,.contact,.intro{padding:55px 5%}.whyGrid{grid-template-columns:1fr}.footerInner{grid-template-columns:1fr}.footerLogoWhite{max-width:190px}.floatingWp,.floatingPhone{width:56px;height:56px;font-size:26px}.floatingPhone{bottom:85px}}


/* NeoTeknik FINAL layout + menu fix */
.topbar{
  min-height:86px !important;
  padding-top:8px !important;
  padding-bottom:8px !important;
}
.brand img{
  max-height:70px !important;
}
html{
  scroll-behavior:smooth;
  scroll-padding-top:98px;
}
#anasayfa{
  scroll-margin-top:0 !important;
}
#hakkimizda,
#hizmetler,
#referanslar,
#iletisim{
  scroll-margin-top:98px !important;
}
.intro,
.services,
.why,
.refs,
.contact{
  padding-top:58px !important;
  padding-bottom:58px !important;
}
.neoVideoBanner,
.neoSlider{
  min-height:calc(100vh - 86px) !important;
  scroll-margin-top:0 !important;
}
.neoVideoBanner{
  padding-top:24px !important;
  padding-bottom:34px !important;
}
.videoRight{
  min-height:calc(100vh - 150px) !important;
  max-height:720px !important;
}
.refs .sectionTitle,
.contact .sectionTitle{
  margin-bottom:28px !important;
}
.refs img{
  max-height:620px;
  object-fit:contain;
}
@media(max-width:768px){
  .topbar{min-height:72px !important;}
  .brand img{max-height:58px !important;}
  html{scroll-padding-top:82px;}
  #hakkimizda,#hizmetler,#referanslar,#iletisim{scroll-margin-top:82px !important;}
  .intro,.services,.why,.refs,.contact{
    padding-top:42px !important;
    padding-bottom:42px !important;
  }
  .neoVideoBanner,.neoSlider{min-height:56vh !important;}
  .videoRight{min-height:46vh !important;}
}
