*{box-sizing:border-box}
:root{
  --yellow:#f7b414;
  --yellow2:#e18a00;
  --dark:#0b0b0b;
  --dark2:#171717;
  --white:#ffffff;
}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;background:#0e0e0e;color:#fff;line-height:1.6}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.container{width:min(1240px,92%);margin:auto}

.header{position:sticky;top:0;z-index:50;background:#080808;border-bottom:1px solid rgba(247,180,20,.18)}
.header-inner{height:86px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.logo img{width:205px}
.menu-control{display:none}
.menu{display:flex;align-items:center;gap:30px;text-transform:uppercase;font-weight:900;font-size:13px}
.menu a{position:relative}
.menu a:hover{color:var(--yellow)}
.top-phone{border:2px solid var(--yellow);border-radius:999px;padding:9px 20px;display:grid;grid-template-columns:auto 1fr;column-gap:10px;align-items:center;min-width:205px}
.top-phone span{grid-row:span 2;color:var(--yellow);font-size:22px}
.top-phone b{line-height:1;font-size:14px}
.top-phone small{text-transform:uppercase;color:#fff;font-size:11px;font-weight:800}
.menu-btn{display:none;background:var(--yellow);color:#111;width:44px;height:42px;border-radius:10px;font-size:22px;font-weight:900;place-items:center;cursor:pointer}

.hero{position:relative;min-height:640px;display:flex;align-items:center;overflow:hidden;background:#000}
.hero-bg{position:absolute;inset:0;background:url('hero-bg.webp') center right/cover no-repeat;transform:scale(1.02)}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.96) 0%,rgba(0,0,0,.82) 36%,rgba(0,0,0,.35) 68%,rgba(0,0,0,.45) 100%)}
.hero-inner{position:relative;z-index:2;padding:88px 0 110px}
.hero-copy{max-width:650px}
.city-title{font-family:"Barlow Condensed",Inter,sans-serif;display:block;text-transform:uppercase;font-size:58px;line-height:.9;font-weight:900;color:var(--yellow)}
.hero h1{font-family:Inter,Arial,sans-serif;font-size:clamp(48px,7vw,88px);line-height:.95;margin:18px 0;font-weight:900;letter-spacing:-.055em;color:#fff;text-transform:uppercase}
.hero h2{font-size:27px;line-height:1.2;margin:0 0 20px;font-weight:500;color:#fff}
.hero p{font-size:20px;color:#fff;margin:0 0 30px}
.hero-buttons{display:flex;gap:18px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:205px;border-radius:12px;padding:15px 22px;text-transform:uppercase;font-weight:900;transition:.2s}
.btn:hover{transform:translateY(-2px)}
.btn-yellow{background:linear-gradient(135deg,var(--yellow),var(--yellow2));color:#111}
.btn-outline{border:2px solid var(--yellow);color:#fff;background:rgba(0,0,0,.42)}
.hero-features{position:absolute;left:0;right:0;bottom:0;z-index:3}
.feature-wrap{background:linear-gradient(135deg,#ffc72b,#e9920b);color:#111;display:grid;grid-template-columns:repeat(3,1fr);gap:14px;max-width:920px;padding:24px 42px;clip-path:polygon(3% 0,100% 0,97% 100%,0 100%);box-shadow:0 18px 50px rgba(0,0,0,.35)}
.feature-wrap article{display:flex;gap:16px;align-items:center}
.feature-wrap article>span{font-size:40px;line-height:1}
.feature-wrap strong{display:block;text-transform:uppercase;font-weight:900;font-size:18px;line-height:1.05}
.feature-wrap small{display:block;font-weight:700}

.services{padding:78px 0 80px;background:radial-gradient(circle at 50% 0,rgba(247,180,20,.14),transparent 38%),#141414}
.section-title{text-align:center;margin-bottom:34px}
.section-title span{display:inline-flex;align-items:center;gap:18px;color:var(--yellow);text-transform:uppercase;font-weight:900;letter-spacing:.08em}
.section-title span:before,.section-title span:after{content:"";width:54px;height:2px;background:var(--yellow)}
.section-title h2{font-family:"Barlow Condensed",Inter,sans-serif;text-transform:uppercase;font-size:46px;line-height:1;margin:16px 0 0}
.service-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px;align-items:stretch}
.service-card{border:1px solid rgba(247,180,20,.75);background:#111;border-radius:8px;overflow:hidden;transition:.2s;display:flex;flex-direction:column;min-width:0}
.service-card:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(0,0,0,.35)}
.service-card img{width:100%;height:155px;object-fit:cover;object-position:center;filter:saturate(1.08) contrast(1.04)}
.service-body{padding:20px 18px 26px;display:flex;flex-direction:column;flex:1}
.service-icon{color:var(--yellow);font-size:28px;line-height:1;margin-bottom:14px}
.service-body h3{font-family:"Barlow Condensed",Inter,sans-serif;text-transform:uppercase;font-size:24px;line-height:1.05;margin:0 0 14px}
.service-body p{font-size:15px;color:#fff;margin:0;line-height:1.45}

.about{background:#f4f4f1;color:#111;padding:64px 0}
.about-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:42px;align-items:center}
.about-text span{display:inline-flex;align-items:center;gap:16px;color:var(--yellow2);text-transform:uppercase;font-weight:900}
.about-text span:after{content:"";width:54px;height:2px;background:var(--yellow2)}
.about-text h2{font-family:"Barlow Condensed",Inter,sans-serif;text-transform:uppercase;font-size:50px;line-height:1.02;margin:20px 0 22px}
.about-text h2 em{font-style:normal;color:var(--yellow2)}
.about-text p{font-size:18px;color:#111;margin:0 0 24px}
.about-text strong{font-family:"Barlow Condensed",Inter,sans-serif;display:block;font-size:30px;line-height:1.05;transform:rotate(-3deg)}
.about-image{position:relative}
.about-image img{width:100%;height:350px;object-fit:cover;border-radius:4px;clip-path:polygon(8% 0,100% 0,94% 100%,0 100%);box-shadow:0 20px 50px rgba(0,0,0,.18)}
.recycle-badge{position:absolute;left:12px;bottom:18px;background:#111;color:#fff;padding:18px 28px;font-family:"Barlow Condensed";text-transform:uppercase;font-size:24px;font-weight:900;clip-path:polygon(5% 0,100% 0,95% 100%,0 100%);border-left:8px solid var(--yellow)}

.cta{background:#0b0b0b;padding:34px 0;border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12)}
.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:28px}
.cta h2{font-size:32px;line-height:1;margin:0 0 6px;text-transform:uppercase;font-weight:500}
.cta p{font-size:27px;line-height:1.1;margin:0;color:var(--yellow);text-transform:uppercase}
.cta-buttons{display:flex;gap:18px;flex-wrap:wrap}

.why{background:#111;padding:60px 0}
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.why article{border:1px solid rgba(247,180,20,.45);padding:28px;border-radius:10px;background:#151515}
.why h3{font-family:"Barlow Condensed";font-size:30px;text-transform:uppercase;margin:0 0 8px;color:var(--yellow)}
.why p{margin:0;color:#ddd}

.footer{background:#0b0b0b;padding:50px 0 18px;color:#fff}
.footer-grid{display:grid;grid-template-columns:1fr 1.05fr 1.1fr 1.1fr;gap:34px}
.footer h3{color:var(--yellow);text-transform:uppercase;margin:0 0 16px}
.footer p{color:#ddd;margin:8px 0}
.footer ul{list-style:none;padding:0;margin:0;columns:2;color:#ddd}
.footer li{/* margin:7px 0; */}
.map-box{height:140px;background:#f0f0f0;border-radius:10px;color:#111;display:grid;place-items:center;align-content:center;gap:5px}
.pin{color:#e52222;font-size:28px}
.copyright{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.15);margin-top:34px;padding-top:18px;font-size:13px;color:#cfcfcf}

.fixed-call,.fixed-wa{display:none;position:fixed;bottom:15px;z-index:90;border-radius:999px;padding:12px 16px;font-weight:900;color:#111;background:var(--yellow);box-shadow:0 12px 30px rgba(0,0,0,.3)}
.fixed-call{left:14px}
.fixed-wa{right:14px;background:#1da85d;color:#fff}

@media(max-width:1200px){
  .container{width:min(1040px,92%)}
  .service-grid{grid-template-columns:repeat(3,1fr)}
  .service-card img{height:180px}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:900px){
  .header-inner{height:76px}
  .logo img{width:165px}
  .menu-btn{display:grid}
  .top-phone{display:none}
  .menu{display:none;position:absolute;left:4%;right:4%;top:82px;background:#111;border:1px solid rgba(247,180,20,.35);border-radius:12px;padding:18px;flex-direction:column;align-items:flex-start;gap:14px}
  .menu-control:checked ~ .menu{display:flex}
  .hero{min-height:660px}
  .hero-bg{background-position:center right}
  .hero-overlay{background:linear-gradient(180deg,rgba(0,0,0,.82),rgba(0,0,0,.58),rgba(0,0,0,.84))}
  .hero-inner{padding:65px 0 95px}
  .hero h1{font-size:50px}
  .city-title{font-size:44px}
  .hero h2{font-size:22px}
  .hero p{font-size:18px}
  .hero-features{position:relative;margin-top:-72px}
  .feature-wrap{grid-template-columns:1fr;clip-path:none;border-radius:14px;padding:22px}
  .about-grid,.cta-inner{grid-template-columns:1fr;display:grid}
  .about-image img{clip-path:none;border-radius:14px;height:300px}
  .recycle-badge{position:static;margin-top:12px;clip-path:none;border-radius:10px}
  .why-grid,.footer-grid{grid-template-columns:1fr}
  .fixed-call,.fixed-wa{display:block}
  .footer{padding-bottom:78px}
  .copyright{display:block}
}

@media(max-width:640px){
  .service-grid{grid-template-columns:1fr}
  .service-card img{height:210px}
  .section-title h2{font-size:36px}
  .hero h1{font-size:42px}
  .hero-buttons .btn,.cta-buttons .btn{width:100%}
  .cta p{font-size:22px}
}


/* Güncelleme: mobil boşluklar ve daha temiz hero alanı */
.hero-copy{
  padding-left: 6px;
  padding-right: 6px;
}
.hero-subnote{
  max-width: 620px;
  font-size: 18px;
  line-height: 1.55;
  color: #f1f1f1;
  margin: -8px 0 28px;
}
.service-card img{
  image-rendering: auto;
  object-fit: cover;
  object-position: center;
}
@media(max-width:900px){
  .container{
    width:min(100%, 94%);
  }
  .hero-inner{
    padding: 72px 12px 95px;
  }
  .hero-copy{
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .hero p,
  .hero-subnote{
    max-width: 100%;
  }
  .feature-wrap{
    margin-left: 12px;
    margin-right: 12px;
    max-width: none;
  }
}
@media(max-width:640px){
  .container{
    width:92%;
  }
  .hero-inner{
    padding: 70px 14px 88px;
  }
  .hero-copy{
    padding-left: 12px;
    padding-right: 12px;
  }
  .hero h1{
    margin-right: 6px;
  }
  .hero p{
    margin-right: 6px;
  }
  .hero-subnote{
    font-size: 17px;
    margin-top: -4px;
    margin-right: 6px;
  }
  .hero-buttons{
    padding-right: 6px;
  }
  .feature-wrap{
    margin-left: 14px;
    margin-right: 14px;
    padding: 20px 18px;
  }
  .service-card img{
    height: 235px;
  }
}


/* Banner altına alınan özellik kutuları */
.hero-features{
  position:relative;
  z-index:5;
  background:#141414;
  margin-top:-38px;
  padding:0 0 24px;
}
.feature-wrap{
  max-width:1100px;
  margin:0 auto;
  border-radius:18px;
  clip-path:none;
  padding:22px 26px;
  align-items:stretch;
}
.feature-wrap article{
  min-width:0;
}
.feature-wrap strong{
  font-size:17px;
}
.feature-wrap small{
  font-size:14px;
  line-height:1.25;
}

@media(max-width:900px){
  .hero-features{
    margin-top:-26px;
    padding:0 0 18px;
  }
  .feature-wrap{
    grid-template-columns:repeat(3,1fr);
    gap:10px;
    padding:14px 12px;
    border-radius:14px;
  }
  .feature-wrap article{
    gap:10px;
    align-items:flex-start;
  }
  .feature-wrap article>span{
    font-size:24px;
    margin-top:1px;
  }
  .feature-wrap strong{
    font-size:13px;
  }
  .feature-wrap small{
    font-size:11px;
  }
}

@media(max-width:640px){
  .hero-features{
    margin-top:-18px;
    padding:0 0 16px;
  }
  .feature-wrap{
    grid-template-columns:repeat(3,1fr);
    gap:8px;
    padding:12px 10px;
  }
  .feature-wrap article{
    display:flex;
    flex-direction:column;
    gap:6px;
    align-items:flex-start;
  }
  .feature-wrap article>span{
    font-size:22px;
  }
  .feature-wrap strong{
    font-size:12px;
    line-height:1.1;
  }
  .feature-wrap small{
    font-size:10px;
    line-height:1.2;
  }
}


/* SEO makale alanı */
.seo-content{
  background:#f4f4f1;
  color:#111;
  padding:70px 0;
}
.seo-box{
  background:#fff;
  border-radius:18px;
  padding:42px;
  border-left:7px solid var(--yellow);
  box-shadow:0 18px 45px rgba(0,0,0,.10);
}
.seo-kicker{
  display:inline-flex;
  align-items:center;
  gap:14px;
  color:var(--yellow2);
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:14px;
}
.seo-kicker:after{
  content:"";
  width:55px;
  height:2px;
  background:var(--yellow2);
}
.seo-content h2{
  font-family:"Barlow Condensed",Inter,sans-serif;
  font-size:44px;
  line-height:1.05;
  text-transform:uppercase;
  margin:16px 0 18px;
  color:#111;
}
.seo-content p{
  font-size:18px;
  line-height:1.75;
  color:#252525;
  margin:0 0 16px;
}
.seo-mini-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:28px;
}
.seo-mini-grid div{
  background:#111;
  color:#fff;
  border-radius:14px;
  padding:22px;
  border-top:4px solid var(--yellow);
}
.seo-mini-grid h3{
  margin:0 0 8px;
  color:var(--yellow);
  font-family:"Barlow Condensed",Inter,sans-serif;
  text-transform:uppercase;
  font-size:25px;
}
.seo-mini-grid p{
  margin:0;
  color:#ddd;
  font-size:15px;
  line-height:1.5;
}

@media(max-width:900px){
  .seo-content{
    padding:50px 0;
  }
  .seo-box{
    padding:28px 22px;
  }
  .seo-content h2{
    font-size:34px;
  }
  .seo-content p{
    font-size:16px;
    line-height:1.65;
  }
  .seo-mini-grid{
    grid-template-columns:1fr;
  }
}


/* Özellik ikonları iyileştirildi */
.feature-icon{
  width:52px;
  height:52px;
  min-width:52px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.22);
  color:#111;
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.08);
}
.feature-icon svg{
  width:28px;
  height:28px;
  display:block;
}
.feature-wrap article{
  gap:14px;
}
.feature-wrap article > span{
  display:none !important;
}
@media(max-width:900px){
  .feature-icon{
    width:40px;
    height:40px;
    min-width:40px;
    border-radius:12px;
  }
  .feature-icon svg{
    width:22px;
    height:22px;
  }
}
@media(max-width:640px){
  .feature-wrap article{
    flex-direction:row;
    align-items:flex-start;
  }
  .feature-icon{
    width:36px;
    height:36px;
    min-width:36px;
    border-radius:10px;
  }
  .feature-icon svg{
    width:20px;
    height:20px;
  }
}


/* Final icon improvement */
.feature-wrap{
  align-items:stretch;
}
.feature-wrap article{
  gap:16px;
  align-items:center;
}
.feature-icon{
  width:64px !important;
  height:64px !important;
  min-width:64px !important;
  border-radius:18px !important;
  background:#fff !important;
  color:#111 !important;
  box-shadow:0 10px 26px rgba(0,0,0,.18) !important;
  display:grid !important;
  place-items:center !important;
}
.feature-icon svg{
  width:36px !important;
  height:36px !important;
  overflow:visible;
}
.feature-wrap strong{
  font-size:20px !important;
  line-height:1.05;
}
.feature-wrap small{
  font-size:15px !important;
  line-height:1.2;
}
@media(max-width:900px){
  .feature-wrap{
    grid-template-columns:repeat(3,1fr) !important;
  }
  .feature-wrap article{
    gap:10px !important;
  }
  .feature-icon{
    width:48px !important;
    height:48px !important;
    min-width:48px !important;
    border-radius:14px !important;
  }
  .feature-icon svg{
    width:28px !important;
    height:28px !important;
  }
  .feature-wrap strong{
    font-size:14px !important;
  }
  .feature-wrap small{
    font-size:11px !important;
  }
}
@media(max-width:640px){
  .feature-wrap{
    gap:8px !important;
    padding:12px 10px !important;
  }
  .feature-wrap article{
    gap:8px !important;
    align-items:flex-start !important;
  }
  .feature-icon{
    width:42px !important;
    height:42px !important;
    min-width:42px !important;
    border-radius:12px !important;
  }
  .feature-icon svg{
    width:24px !important;
    height:24px !important;
  }
  .feature-wrap strong{
    font-size:12px !important;
  }
  .feature-wrap small{
    font-size:10px !important;
  }
}


/* Hizmet kartları Font Awesome ikon düzeni */
.service-icon{
  width:48px;
  height:48px;
  border-radius:50%;
  background:rgba(247,180,20,.14);
  color:var(--yellow);
  display:grid;
  place-items:center;
  margin-bottom:16px;
  font-size:20px;
  line-height:1;
  border:1px solid rgba(247,180,20,.18);
}
.service-icon i{
  display:block;
}
@media(max-width:640px){
  .service-icon{
    width:44px;
    height:44px;
    font-size:18px;
    margin-bottom:14px;
  }
}


/* Final: ikonlar dış kütüphanesiz inline SVG, kesin görünür */
.service-icon{
  width:48px !important;
  height:48px !important;
  border-radius:50% !important;
  background:rgba(247,180,20,.16) !important;
  border:1px solid rgba(247,180,20,.45) !important;
  color:var(--yellow) !important;
  display:grid !important;
  place-items:center !important;
  margin-bottom:16px !important;
  line-height:1 !important;
}
.service-icon svg{
  width:26px !important;
  height:26px !important;
  display:block !important;
  fill:currentColor !important;
}
.service-icon svg path{
  fill:currentColor !important;
}
@media(max-width:640px){
  .service-icon{
    width:46px !important;
    height:46px !important;
  }
  .service-icon svg{
    width:25px !important;
    height:25px !important;
  }
}


/* === FINAL ÜST ÖZELLİK İKONLARI - TEMİZ === */
.hero-features{
  position:relative !important;
  z-index:5 !important;
  background:#141414 !important;
  margin-top:-38px !important;
  padding:0 0 24px !important;
}

.hero-features .feature-wrap{
  background:linear-gradient(135deg,#ffc72b,#e9920b) !important;
  color:#111 !important;
  display:grid !important;
  grid-template-columns:repeat(3,1fr) !important;
  gap:22px !important;
  max-width:1100px !important;
  margin:0 auto !important;
  padding:26px 30px !important;
  border-radius:22px !important;
  clip-path:none !important;
  box-shadow:0 18px 50px rgba(0,0,0,.35) !important;
}

.hero-features .feature-wrap article{
  display:flex !important;
  align-items:center !important;
  gap:18px !important;
  min-width:0 !important;
  padding:0 !important;
}

.hero-features .top-icon{
  width:62px !important;
  height:62px !important;
  min-width:62px !important;
  border-radius:18px !important;
  background:#fff !important;
  color:#111 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  box-shadow:0 9px 22px rgba(0,0,0,.16) !important;
  border:0 !important;
}

.hero-features .top-icon svg{
  width:34px !important;
  height:34px !important;
  display:block !important;
  fill:#111 !important;
}

.hero-features .top-icon svg path{
  fill:#111 !important;
}

.hero-features .top-icon svg .yellow-stroke{
  fill:none !important;
  stroke:#f7b414 !important;
  stroke-width:2.2 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}

.hero-features .feature-wrap strong{
  display:block !important;
  color:#111 !important;
  font-size:21px !important;
  line-height:1.05 !important;
  font-weight:900 !important;
  text-transform:uppercase !important;
  margin:0 0 3px !important;
}

.hero-features .feature-wrap small{
  display:block !important;
  color:#111 !important;
  font-size:15px !important;
  line-height:1.2 !important;
  font-weight:800 !important;
  margin:0 !important;
}

@media(max-width:900px){
  .hero-features{
    margin-top:-25px !important;
    padding:0 0 18px !important;
  }

  .hero-features .feature-wrap{
    grid-template-columns:1fr !important;
    gap:12px !important;
    padding:18px !important;
    border-radius:16px !important;
  }

  .hero-features .feature-wrap article{
    gap:14px !important;
  }

  .hero-features .top-icon{
    width:52px !important;
    height:52px !important;
    min-width:52px !important;
    border-radius:15px !important;
  }

  .hero-features .top-icon svg{
    width:29px !important;
    height:29px !important;
  }

  .hero-features .feature-wrap strong{
    font-size:17px !important;
  }

  .hero-features .feature-wrap small{
    font-size:13px !important;
  }
}

@media(max-width:640px){
  .hero-features .feature-wrap{
    width:92% !important;
  }
}
