
:root{
  --green:#5ca630;
  --green-dark:#07572f;
  --green-deep:#003c26;
  --text:#0f261b;
  --muted:#526057;
  --line:#e3e8e4;
  --bg:#f6faf5;
  --white:#fff;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:"Manrope",sans-serif;color:var(--text);background:#fff;line-height:1.55}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
button{font:inherit}
.shell{width:min(1160px,calc(100% - 40px));margin:auto}

/* HEADER */
.site-header{
  height:96px;background:#fff;position:sticky;top:0;z-index:1000;
  box-shadow:0 1px 0 rgba(0,0,0,.06)
}
.header-inner{
  height:100%;display:grid;grid-template-columns:170px 1fr auto;
  align-items:center;gap:28px;position:relative
}
.brand{
  width:132px;height:132px;display:grid;place-items:center;align-self:start;
  margin-top:4px;position:relative;z-index:5;border-radius:50%;background:#fff;
  box-shadow:0 8px 24px rgba(8,63,34,.14);padding:5px
}
.brand img{
  width:100%;height:100%;object-fit:cover;border-radius:50%;clip-path:circle(49% at 50% 50%)
}
.main-nav{display:flex;align-items:center;justify-content:center;gap:52px;height:100%;margin:0}
.main-nav a{font-size:15px;font-weight:800;position:relative;padding:38px 0 32px}
.main-nav a::after{content:"";position:absolute;left:0;right:100%;bottom:25px;height:2px;background:var(--green);transition:.25s}
.main-nav a:hover::after,.main-nav a.active::after{right:0}
.phone-btn{
  background:linear-gradient(180deg,#087137,#03552b);color:#fff;font-weight:800;
  padding:15px 22px;border-radius:10px;display:inline-flex;align-items:center;gap:10px;
  box-shadow:0 8px 18px rgba(0,78,42,.18)
}
.menu-btn{display:none;border:0;background:#edf5ec;border-radius:10px;width:44px;height:44px;font-size:22px}

/* HERO */
.hero{position:relative;background:#06150d;overflow:hidden}
.hero-picture{display:block;width:100%;line-height:0}
.hero-picture img{
  display:block;width:100%;height:auto;min-height:520px;object-fit:cover;object-position:center
}
.hero-hotspots{position:absolute;inset:0;z-index:3;pointer-events:none}
.hero-hotspot{position:absolute;display:block;pointer-events:auto;border-radius:12px}
.hero-hotspot-contact{left:5.8%;top:66.2%;width:14.9%;height:8.6%}
.hero-hotspot-services{left:22.1%;top:66.2%;width:17.1%;height:8.6%}
.wa-float{
  border-radius:50%;display:grid;place-items:center;background:#20c968;color:#fff;
  box-shadow:0 10px 25px rgba(0,0,0,.2);font-size:28px;font-weight:800
}
.hero-wa{position:absolute;right:31px;bottom:47px;width:58px;height:58px;z-index:4}
.mobile-wa{display:none}

/* BENEFITS */
.benefits-wrap{position:relative;z-index:10;margin-top:-36px}
.benefits{
  background:#fff;border-radius:13px;box-shadow:0 8px 28px rgba(9,50,28,.12);
  padding:27px 24px;display:grid;grid-template-columns:repeat(4,1fr)
}
.benefit{display:flex;gap:18px;padding:0 24px;border-right:1px solid var(--line)}
.benefit:first-child{padding-left:0}
.benefit:last-child{border-right:0;padding-right:0}
.benefit-icon{font-size:35px;line-height:1;color:var(--green)}
.benefit h3{font-size:14px;margin-bottom:7px}
.benefit p{font-size:12px;color:#4e5b53;line-height:1.6}

/* GENERAL */
.section{padding:70px 0}
.services{background:linear-gradient(180deg,#f8fbf7,#fff)}
.section-heading span{display:inline-block;color:#569d32;font-size:14px;font-weight:800;letter-spacing:.12em;position:relative;margin-bottom:8px}
.section-heading span::after{content:"";display:block;width:62px;height:1px;background:#6dac42;margin:6px auto 0}
.section-heading h2{font-size:31px;line-height:1.2}
.center{text-align:center}

/* SERVICES */
.service-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:40px}
.service-card{
  background:#fff;border-radius:10px;overflow:hidden;position:relative;
  box-shadow:0 8px 22px rgba(15,54,31,.10);transition:.25s
}
.service-card:hover{transform:translateY(-6px)}
.service-image{height:185px;overflow:hidden}
.service-image img{width:100%;height:100%;object-fit:cover;transition:.4s}
.service-card:hover img{transform:scale(1.05)}
.service-icon{
  position:absolute;top:161px;left:14px;width:51px;height:51px;border-radius:50%;
  display:grid;place-items:center;background:#5da837;color:#fff;border:4px solid #fff;font-size:22px
}
.service-body{padding:39px 14px 18px}
.service-body h3{font-size:15px;line-height:1.25;margin-bottom:10px}
.service-body p{font-size:12px;color:#4d5952;line-height:1.6;min-height:78px}
.service-body a{display:inline-block;color:#4e9b2c;font-weight:800;font-size:12px;margin-top:10px}

/* ABOUT */
.about{padding-top:58px}
.about-grid{display:grid;grid-template-columns:.9fr 1.25fr;gap:62px;align-items:center}
.about-copy .section-heading span::after{margin-left:0}
.about-copy .section-heading h2{font-size:31px;margin-bottom:16px}
.about-copy p{color:#4e5c54;font-size:14px;margin-bottom:13px}
.about-features{display:flex;gap:28px;margin:23px 0}
.about-features>div{display:flex;align-items:center;gap:9px;padding-right:22px;border-right:1px solid #dde5df}
.about-features>div:last-child{border-right:0}
.about-features span{font-size:29px}
.about-features b{font-size:12px;line-height:1.35}
.about-btn{font-size:12px;padding:12px 18px}
.about-image{position:relative;border-radius:12px;overflow:hidden;height:320px}
.about-image img{width:100%;height:100%;object-fit:cover}
.play{
  position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
  width:66px;height:66px;background:#fff;border-radius:50%;display:grid;place-items:center;
  color:#58a431;font-size:27px;padding-left:4px;box-shadow:0 7px 20px rgba(0,0,0,.14)
}

/* CTA */
.contact-strip{
  background:
   linear-gradient(90deg,rgba(0,58,32,.97),rgba(0,70,38,.91)),
   radial-gradient(circle at 25% 20%,rgba(94,166,48,.18),transparent 30%);
  color:#fff;padding:22px 0
}
.contact-strip-inner{display:flex;align-items:center;justify-content:space-between}
.call-left{display:flex;align-items:center;gap:22px}
.call-circle{
  width:67px;height:67px;border-radius:50%;display:grid;place-items:center;
  border:2px solid #73b642;font-size:30px;box-shadow:0 0 0 9px rgba(96,176,55,.08)
}
.call-left small{font-size:13px}
.call-left h2{font-size:25px;line-height:1.2}
.strip-phone{background:linear-gradient(180deg,#79bd43,#65a936);padding:15px 30px}

/* FOOTER */
.footer{background:linear-gradient(90deg,#044329,#003a25);color:#fff}
.footer-grid{display:grid;grid-template-columns:1.25fr .8fr 1fr 1.2fr;gap:50px;padding:28px 0 22px}
.footer-brand img{width:105px;height:105px;object-fit:contain;margin-bottom:6px}
.footer-brand p{font-size:12px;line-height:1.6;color:#d7e2dc;max-width:245px}
.socials{display:flex;gap:9px;margin-top:11px}
.socials a{width:29px;height:29px;border-radius:50%;display:grid;place-items:center;background:#ef3f8b;font-weight:800}
.socials a:last-child{background:#20c968}
.footer h3{font-size:13px;margin:12px 0 16px}
.footer ul{list-style:none;display:grid;gap:8px;color:#e4eee8;font-size:12px}
.footer ul a{display:flex;justify-content:space-between;max-width:125px}
.contact-list{line-height:1.5}
.footer-bottom{border-top:1px solid rgba(255,255,255,.16);font-size:11px;color:#d0ddd6;padding:12px 0}

@media(max-width:1050px){
  .header-inner{grid-template-columns:145px 1fr auto}
  .main-nav{gap:28px}
  .brand{width:118px;height:118px}
  .service-grid{grid-template-columns:repeat(3,1fr)}
  .benefits{grid-template-columns:repeat(2,1fr);row-gap:24px}
  .benefit:nth-child(2){border-right:0}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:780px){
  .site-header{height:78px}
  .header-inner{display:flex;justify-content:space-between}
  .brand{width:90px;height:90px;margin-top:3px;padding:4px}
  .main-nav{
    display:none;position:absolute;top:78px;left:-20px;right:-20px;background:#fff;
    padding:15px 20px 22px;flex-direction:column;align-items:flex-start;gap:0;margin:0;
    box-shadow:0 12px 24px rgba(0,0,0,.1)
  }
  .main-nav.open{display:flex}
  .main-nav a{padding:12px 0;width:100%}
  .main-nav a::after{bottom:8px}
  .phone-btn{display:none}
  .menu-btn{display:block}
  .hero-picture img{min-height:430px;object-position:center}
  .hero-hotspot-contact{left:5.8%;top:66%;width:22%;height:10%}
  .hero-hotspot-services{left:29%;top:66%;width:25%;height:10%}
  .benefits{grid-template-columns:1fr}
  .benefit,.benefit:first-child{border-right:0;border-bottom:1px solid var(--line);padding:0 0 20px}
  .benefit:last-child{border-bottom:0;padding-bottom:0}
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .about-grid{grid-template-columns:1fr}
  .contact-strip-inner{align-items:flex-start;gap:20px}
  .strip-phone{display:inline-flex}
}
@media(max-width:560px){
  .shell{width:min(100% - 26px,1160px)}
  .hero-picture img{min-height:420px;width:auto;max-width:none;height:420px;object-fit:cover;object-position:58% center}
  .hero-hotspots{display:none}
  .benefits-wrap{margin-top:-25px}
  .service-grid{grid-template-columns:1fr}
  .service-image{height:220px}
  .service-icon{top:196px}
  .about-features{flex-direction:column;gap:13px}
  .about-features>div{border-right:0;padding-right:0}
  .contact-strip-inner{flex-direction:column}
  .strip-phone{display:inline-flex}
  .footer-grid{grid-template-columns:1fr}
  .hero-wa{display:none}
  .mobile-wa{display:grid;position:fixed;right:18px;bottom:18px;width:58px;height:58px;z-index:1100}
}


/* Modern SVG icons */
.icon{display:block;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.icon-phone{width:20px;height:20px;flex:0 0 20px}
.icon-whatsapp{width:32px;height:32px;fill:currentColor;stroke:none}
.phone-btn{transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}
.phone-btn:hover{transform:translateY(-2px);filter:brightness(1.05);box-shadow:0 11px 24px rgba(0,78,42,.25)}
.wa-float{transition:transform .2s ease,box-shadow .2s ease}
.wa-float:hover{transform:scale(1.06);box-shadow:0 14px 30px rgba(0,0,0,.25)}


/* REFERANS EKRAN GÖRÜNTÜSÜNE UYGUN ÜST KARTLAR */
.screenshot-benefits-wrap{
  position:relative;
  z-index:20;
  margin-top:-48px;
  padding:0;
}
.screenshot-benefits{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  padding:28px 26px;
  background:#fff;
  border-radius:13px;
  box-shadow:0 8px 26px rgba(18,45,27,.14);
}
.screenshot-benefit{
  min-height:96px;
  display:grid;
  grid-template-columns:62px 1fr;
  align-items:start;
  gap:16px;
  padding:0 25px;
  border-right:1px solid #e5e8e5;
}
.screenshot-benefit:first-child{padding-left:6px}
.screenshot-benefit:last-child{border-right:0;padding-right:6px}
.benefit-line-icon{
  width:58px;
  height:67px;
  display:grid;
  place-items:center;
}
.benefit-line-icon svg{
  width:48px;
  height:48px;
  fill:none;
  stroke:#4f982b;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.screenshot-benefit h3{
  margin:0 0 8px;
  color:#101d15;
  font-size:14px;
  font-weight:800;
}
.screenshot-benefit p{
  margin:0;
  color:#465048;
  font-size:12px;
  line-height:1.65;
}

/* REFERANS EKRAN GÖRÜNTÜSÜNE UYGUN HİZMETLER */
.screenshot-services{
  padding:52px 0 62px;
  background:
    radial-gradient(circle at 50% 10%,rgba(224,240,221,.45),transparent 42%),
    #fff;
}
.screenshot-heading span{
  margin-bottom:6px;
  color:#579b32;
  font-size:13px;
  letter-spacing:.12em;
}
.screenshot-heading h2{
  font-size:29px;
  line-height:1.15;
  color:#0d2618;
}
.screenshot-service-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:10px;
  margin-top:24px;
}
.screenshot-service-card{
  position:relative;
  min-width:0;
  overflow:hidden;
  border:1px solid #ecefec;
  border-radius:9px;
  background:#fff;
  box-shadow:0 5px 17px rgba(17,48,28,.11);
  transition:transform .22s ease,box-shadow .22s ease;
}
.screenshot-service-card:hover{
  transform:translateY(-4px);
  box-shadow:0 10px 25px rgba(17,48,28,.16);
}
.screenshot-service-card .service-image{
  height:134px;
  overflow:hidden;
}
.screenshot-service-card .service-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.screenshot-service-icon{
  position:absolute;
  left:13px;
  top:109px;
  width:49px;
  height:49px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#5b9f32;
  border:3px solid #fff;
  color:#fff;
  z-index:3;
}
.screenshot-service-icon svg{
  width:27px;
  height:27px;
  fill:none;
  stroke:#fff;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.screenshot-service-card .service-body{
  padding:32px 13px 16px;
}
.screenshot-service-card .service-body h3{
  margin:0 0 8px;
  color:#101c14;
  font-size:14px;
  line-height:1.25;
  font-weight:800;
}
.screenshot-service-card .service-body p{
  min-height:62px;
  margin:0;
  color:#4d554f;
  font-size:11.5px;
  line-height:1.55;
}
.screenshot-service-card .service-body a{
  display:inline-block;
  margin-top:9px;
  color:#4d962b;
  font-size:11.5px;
  font-weight:800;
}

@media(max-width:1050px){
  .screenshot-benefits{grid-template-columns:repeat(2,1fr);row-gap:24px}
  .screenshot-benefit:nth-child(2){border-right:0}
  .screenshot-benefit:nth-child(-n+2){padding-bottom:20px;border-bottom:1px solid #e5e8e5}
  .screenshot-service-grid{grid-template-columns:repeat(3,1fr);gap:15px}
}
@media(max-width:780px){
  .screenshot-benefits-wrap{margin-top:-28px}
  .screenshot-benefits{grid-template-columns:1fr;padding:15px 18px}
  .screenshot-benefit,
  .screenshot-benefit:first-child,
  .screenshot-benefit:last-child{
    padding:18px 0;
    border-right:0;
    border-bottom:1px solid #e5e8e5;
  }
  .screenshot-benefit:last-child{border-bottom:0}
  .screenshot-service-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:560px){
  .screenshot-service-grid{grid-template-columns:1fr}
  .screenshot-service-card .service-image{height:205px}
  .screenshot-service-icon{top:180px}
  .screenshot-service-card .service-body p{min-height:0}
}


/* HİZMETLER - SCREENSHOT 57 BİREBİR YERLEŞİM */
.screenshot-services{
  padding:4px 0 3px;
  background:#fff;
}
.screenshot-services .shell{
  width:min(935px,calc(100% - 42px));
}
.screenshot-heading{
  margin:0 0 10px;
}
.screenshot-heading span{
  display:inline-block;
  margin:0 0 5px;
  color:#4f8d31;
  font-size:12px;
  font-weight:800;
  line-height:1;
  letter-spacing:.14em;
}
.screenshot-heading span::after{
  width:55px;
  margin:5px auto 0;
  background:#659f42;
}
.screenshot-heading h2{
  margin:0;
  color:#0a2415;
  font-size:25px;
  font-weight:800;
  line-height:1.12;
  letter-spacing:-.025em;
}
.services .screenshot-service-grid{
  display:grid;
  grid-template-columns:repeat(4,178px);
  justify-content:center;
  gap:10px;
  width:100%;
  margin:10px auto 0;
}
.screenshot-service-card{
  min-height:287px;
  border:1px solid #e8ece8;
  border-radius:9px;
  box-shadow:0 4px 13px rgba(23,45,30,.12);
  overflow:hidden;
  background:#fff;
}
.screenshot-service-card .service-image{
  height:135px;
  background:#e9eee9;
}
.screenshot-service-card .service-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.screenshot-service-icon{
  left:12px;
  top:111px;
  width:48px;
  height:48px;
  border:3px solid #fff;
  background:#589f31;
}
.screenshot-service-icon svg{
  width:26px;
  height:26px;
  stroke-width:1.8;
}
.screenshot-service-card .service-body{
  padding:31px 12px 13px;
}
.screenshot-service-card .service-body h3{
  margin:0 0 8px;
  min-height:18px;
  font-size:14px;
  line-height:1.28;
  letter-spacing:-.01em;
}
.screenshot-service-card .service-body p{
  min-height:58px;
  margin:0;
  color:#333b36;
  font-size:11.5px;
  line-height:1.55;
}
.screenshot-service-card .service-body a{
  margin-top:8px;
  color:#4e942e;
  font-size:11.5px;
  line-height:1;
}
@media(max-width:1050px){
  .screenshot-services .shell{width:min(935px,calc(100% - 32px))}
}
@media(max-width:780px){
  .screenshot-services{padding:28px 0 38px}
  .screenshot-services .shell{width:min(100% - 26px,935px)}
  .services .screenshot-service-grid{grid-template-columns:repeat(2,minmax(0,1fr));justify-content:stretch;gap:14px}
  .screenshot-service-card{min-height:auto}
}
@media(max-width:560px){
  .screenshot-heading h2{font-size:24px}
  .services .screenshot-service-grid{grid-template-columns:1fr}
  .screenshot-service-card .service-image{height:205px}
  .screenshot-service-icon{top:181px}
  .screenshot-service-card .service-body p{min-height:0}
}


/* REFERANS GÖRÜNTÜSÜNE UYGUN HAKKIMIZDA + VİDEO */
.screenshot-about{
  padding:34px 0 18px;
  background:#fff;
}
.screenshot-about-grid{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:62px;
  align-items:center;
}
.screenshot-about-copy{
  padding-left:8px;
}
.about-label{
  margin-bottom:10px;
}
.about-label span{
  position:relative;
  display:inline-block;
  color:#4e942c;
  font-size:13px;
  font-weight:800;
  letter-spacing:.13em;
}
.about-label span::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-7px;
  width:116px;
  height:1px;
  background:#78aa5d;
}
.about-label span::before{
  content:"";
  position:absolute;
  left:47px;
  bottom:-12px;
  width:10px;
  height:6px;
  border-radius:0 0 10px 10px;
  background:#5d9f35;
}
.screenshot-about-copy h2{
  margin:15px 0 14px;
  color:#0d2a1a;
  font-size:28px;
  line-height:1.15;
}
.screenshot-about-copy p{
  margin:0 0 12px;
  color:#3e4942;
  font-size:13px;
  line-height:1.65;
}
.screenshot-about-features{
  display:flex;
  align-items:center;
  gap:0;
  margin:20px 0 18px;
}
.about-feature-item{
  min-width:128px;
  display:flex;
  align-items:center;
  gap:12px;
  padding-right:26px;
  margin-right:26px;
  border-right:1px solid #dde4de;
}
.about-feature-item:last-child{
  border-right:0;
  margin-right:0;
  padding-right:0;
}
.about-feature-item svg{
  width:34px;
  height:34px;
  flex:0 0 34px;
  fill:none;
  stroke:#4f9a2c;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.about-feature-item b{
  color:#18251d;
  font-size:12px;
  line-height:1.4;
}
.about-more-btn{
  display:inline-flex;
  align-items:center;
  gap:13px;
  padding:11px 19px;
  border-radius:6px;
  background:linear-gradient(180deg,#68ad39,#4e972b);
  color:#fff;
  font-size:12px;
  font-weight:800;
  box-shadow:0 8px 18px rgba(67,134,36,.18);
}
.screenshot-video-wrap{
  position:relative;
  height:262px;
  overflow:hidden;
  border-radius:8px;
  background:#0d1f14;
  box-shadow:0 5px 15px rgba(23,50,31,.16);
}
.screenshot-video-wrap video{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.video-play-btn{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:64px;
  height:64px;
  border:0;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#fff;
  color:#58a52e;
  font-size:25px;
  cursor:pointer;
  box-shadow:0 8px 25px rgba(0,0,0,.22);
  transition:transform .2s ease,opacity .2s ease;
}
.video-play-btn:hover{
  transform:translate(-50%,-50%) scale(1.06);
}
.pause-symbol{display:none;font-size:19px;letter-spacing:-3px}
.screenshot-video-wrap.playing .play-symbol{display:none}
.screenshot-video-wrap.playing .pause-symbol{display:block}
.screenshot-video-wrap.playing .video-play-btn{
  opacity:0;
}
.screenshot-video-wrap.playing:hover .video-play-btn{
  opacity:1;
}

/* REFERANS GÖRÜNTÜSÜNE UYGUN ALT İLETİŞİM BANDI */
.screenshot-contact-strip{
  padding:15px 0;
  background:
    linear-gradient(90deg,rgba(0,59,33,.98),rgba(0,63,35,.96)),
    radial-gradient(circle at 70% 40%,rgba(93,158,55,.16),transparent 35%);
  border-top:1px solid rgba(255,255,255,.03);
}
.screenshot-contact-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.contact-call-group{
  display:flex;
  align-items:center;
  gap:22px;
}
.contact-round-icon{
  width:66px;
  height:66px;
  flex:0 0 66px;
  display:grid;
  place-items:center;
  border-radius:50%;
  border:2px solid #72ae3d;
  box-shadow:0 0 0 8px rgba(105,170,58,.08);
}
.contact-round-icon svg,
.contact-phone-btn svg{
  width:30px;
  height:30px;
  fill:none;
  stroke:#fff;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.contact-call-group small{
  display:block;
  color:#fff;
  font-size:12px;
  margin-bottom:2px;
}
.contact-call-group h2{
  color:#fff;
  font-size:22px;
  line-height:1.13;
}
.contact-phone-btn{
  display:inline-flex;
  align-items:center;
  gap:14px;
  min-width:220px;
  justify-content:center;
  padding:14px 25px;
  border-radius:9px;
  background:linear-gradient(180deg,#77bb43,#64a736);
  color:#fff;
  font-size:16px;
  font-weight:800;
  box-shadow:0 9px 20px rgba(0,0,0,.14);
}
.contact-phone-btn svg{
  width:23px;
  height:23px;
}

@media(max-width:900px){
  .screenshot-about-grid{
    grid-template-columns:1fr;
    gap:28px;
  }
  .screenshot-about-copy{padding-left:0}
  .screenshot-video-wrap{height:340px}
}
@media(max-width:680px){
  .screenshot-about{
    padding-top:48px;
  }
  .screenshot-about-features{
    flex-direction:column;
    align-items:flex-start;
    gap:13px;
  }
  .about-feature-item{
    border-right:0;
    margin-right:0;
    padding-right:0;
  }
  .screenshot-video-wrap{height:245px}
  .screenshot-contact-inner{
    flex-direction:column;
    align-items:flex-start;
    gap:18px;
  }
  .contact-call-group{
    align-items:flex-start;
  }
  .contact-phone-btn{
    width:100%;
  }
}


/* REFERANS GÖRÜNTÜSÜNE UYGUN FOOTER */
.screenshot-footer{
  background:
    radial-gradient(circle at 17% 35%,rgba(35,122,69,.13),transparent 28%),
    linear-gradient(90deg,#06462d,#003b27);
  color:#fff;
  border-top:1px solid rgba(255,255,255,.06);
}
.screenshot-footer-grid{
  display:grid;
  grid-template-columns:1.18fr .8fr 1fr 1.18fr;
  gap:58px;
  align-items:start;
  padding:16px 0 18px;
}
.screenshot-footer-brand img{
  width:100px;
  height:100px;
  object-fit:contain;
  margin-bottom:0;
}
.screenshot-footer-brand p{
  margin-top:-2px;
  max-width:245px;
  color:#fff;
  font-size:11px;
  line-height:1.45;
}
.footer-socials{
  display:flex;
  gap:7px;
  margin-top:7px;
}
.footer-socials a{
  width:25px;
  height:25px;
  border-radius:50%;
  display:grid;
  place-items:center;
}
.footer-socials .instagram{
  background:linear-gradient(135deg,#feda75,#d62976 55%,#4f5bd5);
}
.footer-socials .whatsapp{
  background:#1fcd65;
}
.footer-socials svg{
  width:16px;
  height:16px;
  fill:none;
  stroke:#fff;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.footer-column h3{
  margin:8px 0 13px;
  color:#fff;
  font-size:12px;
  font-weight:800;
}
.footer-column ul{
  list-style:none;
  display:grid;
  gap:7px;
  color:#fff;
  font-size:11px;
}
.footer-column ul a{
  color:#fff;
}
.footer-column ul li{
  line-height:1.45;
}
.footer-column>ul:not(.footer-services-list) li a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:118px;
}
.footer-column ul li b{
  font-size:18px;
  font-weight:400;
  line-height:1;
}
.footer-services-list{
  gap:5px !important;
}
.footer-contact-column ul{
  gap:7px;
}
.footer-contact-column li{
  display:grid;
  grid-template-columns:18px 1fr;
  align-items:start;
  gap:8px;
}
.footer-contact-column svg{
  width:15px;
  height:15px;
  margin-top:1px;
  fill:none;
  stroke:#79b63f;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.screenshot-footer-bottom{
  border-top:1px solid rgba(255,255,255,.12);
  padding:8px 0;
  color:#d7e2db;
  font-size:10px;
}
@media(max-width:950px){
  .screenshot-footer-grid{
    grid-template-columns:repeat(2,1fr);
    gap:30px;
  }
}
@media(max-width:560px){
  .screenshot-footer-grid{
    grid-template-columns:1fr;
    gap:18px;
    padding:24px 0;
  }
  .screenshot-footer-brand p{
    max-width:100%;
  }
}


/* GERÇEK LOGO VE UZMAN EKİP İKONU DÜZELTMESİ */
.screenshot-footer-brand img{
  width:104px;
  height:104px;
  object-fit:contain;
  object-position:center;
  border-radius:50%;
  background:#fff;
  padding:0;
  display:block;
  filter:drop-shadow(0 3px 8px rgba(0,0,0,.18));
}
.brand img{
  object-fit:contain;
  object-position:center;
}
.expert-team-icon{
  width:36px !important;
  height:36px !important;
  flex:0 0 36px !important;
  display:block;
  fill:none;
  stroke:#4f9a2c;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
}


/* İKON ÇAKIŞMALARINI TAMAMEN TEMİZLEYEN YENİ YAPI */
.clean-about-features{
  display:flex !important;
  align-items:center !important;
  gap:0 !important;
  margin:20px 0 18px !important;
}
.clean-feature-item{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  min-width:128px !important;
  margin-right:26px !important;
  padding-right:26px !important;
  border-right:1px solid #dde4de !important;
}
.clean-feature-item:last-child{
  margin-right:0 !important;
  padding-right:0 !important;
  border-right:0 !important;
}
.clean-feature-icon{
  width:36px !important;
  height:36px !important;
  min-width:36px !important;
  flex:0 0 36px !important;
  display:block !important;
  position:relative !important;
  overflow:visible !important;
  background:none !important;
  border:0 !important;
  box-shadow:none !important;
}
.clean-feature-icon svg{
  width:36px !important;
  height:36px !important;
  display:block !important;
  position:static !important;
  margin:0 !important;
  padding:0 !important;
  fill:none !important;
  stroke:#4f9a2c !important;
  stroke-width:2.2 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}
.clean-feature-item strong{
  font-size:12px !important;
  line-height:1.4 !important;
  color:#18251d !important;
}

/* Büyük telefon alanı */
.clean-call-group{
  display:flex !important;
  align-items:center !important;
  gap:22px !important;
}
.clean-call-icon{
  width:66px !important;
  height:66px !important;
  min-width:66px !important;
  flex:0 0 66px !important;
  display:grid !important;
  place-items:center !important;
  border-radius:50% !important;
  border:2px solid #72ae3d !important;
  box-shadow:0 0 0 8px rgba(105,170,58,.08) !important;
  background:transparent !important;
  overflow:hidden !important;
}
.clean-call-icon svg{
  width:31px !important;
  height:31px !important;
  display:block !important;
  position:static !important;
  margin:0 !important;
  padding:0 !important;
  fill:none !important;
  stroke:#fff !important;
  stroke-width:2 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}
.clean-call-copy small{
  display:block !important;
  color:#fff !important;
  font-size:12px !important;
  margin-bottom:2px !important;
}
.clean-call-copy h2{
  margin:0 !important;
  color:#fff !important;
  font-size:22px !important;
  line-height:1.13 !important;
}

/* Footer iletişim ikonları */
.clean-footer-contact ul{
  display:grid !important;
  gap:8px !important;
}
.clean-footer-contact li{
  display:grid !important;
  grid-template-columns:18px 1fr !important;
  align-items:start !important;
  gap:8px !important;
}
.footer-contact-icon{
  width:16px !important;
  height:16px !important;
  min-width:16px !important;
  display:block !important;
  position:relative !important;
  overflow:visible !important;
  background:none !important;
  border:0 !important;
}
.footer-contact-icon svg{
  width:16px !important;
  height:16px !important;
  display:block !important;
  position:static !important;
  margin:0 !important;
  padding:0 !important;
  fill:none !important;
  stroke:#79b63f !important;
  stroke-width:2 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}
.footer-instagram-icon svg{
  stroke:#d9488f !important;
}
.clean-footer-contact a,
.clean-footer-contact span{
  color:#fff !important;
  line-height:1.45 !important;
}

@media(max-width:680px){
  .clean-about-features{
    flex-direction:column !important;
    align-items:flex-start !important;
    gap:13px !important;
  }
  .clean-feature-item{
    margin-right:0 !important;
    padding-right:0 !important;
    border-right:0 !important;
  }
}


/* FINAL ICON RESET - no duplicated icon layers */
.clean-about-features .clean-feature-item::before,
.clean-about-features .clean-feature-item::after,
.clean-call-icon::before,
.clean-call-icon::after,
.clean-footer-contact .footer-contact-icon::before,
.clean-footer-contact .footer-contact-icon::after{content:none!important;display:none!important}
.clean-about-features .clean-feature-icon,
.clean-call-icon,
.clean-footer-contact .footer-contact-icon{font-size:0!important;line-height:0!important}
.clean-about-features .clean-feature-icon svg,
.clean-call-icon svg,
.clean-footer-contact .footer-contact-icon svg{display:block!important;position:static!important;transform:none!important;inset:auto!important;opacity:1!important}
.clean-about-features .clean-feature-icon svg{width:34px!important;height:34px!important;stroke:#4f9a2c!important;fill:none!important;stroke-width:1.7!important}
.clean-call-icon svg{width:30px!important;height:30px!important;stroke:#fff!important;fill:none!important;stroke-width:1.6!important}
.clean-footer-contact .footer-contact-icon svg{width:15px!important;height:15px!important;stroke:#79b63f!important;fill:none!important;stroke-width:1.7!important}


/* Hizmet kartı kapakları sabit; tıklanınca ilgili galeri açılır */
.gallery-card{cursor:pointer}
.gallery-card:focus-visible{outline:3px solid #65a936;outline-offset:4px}
.gallery-card .gallery-detail-link{pointer-events:none}
.service-gallery{
  position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:20px
}
.service-gallery.is-open{display:flex}
.service-gallery__backdrop{
  position:absolute;inset:0;background:rgba(0,24,13,.90);backdrop-filter:blur(7px)
}
.service-gallery__panel{
  position:relative;z-index:2;width:min(1080px,96vw);max-height:94vh;
  display:flex;flex-direction:column;gap:14px;padding:22px;border-radius:18px;
  border:1px solid rgba(255,255,255,.10);background:#071b11;
  box-shadow:0 30px 90px rgba(0,0,0,.48)
}
.service-gallery__header{
  display:flex;align-items:center;justify-content:space-between;gap:20px;padding-right:48px;color:#fff
}
.service-gallery__header h2{margin:0;font-size:22px}
.service-gallery__header span{color:#b6c6bc;font-size:13px}
.service-gallery__close{
  position:absolute;top:13px;right:13px;width:38px;height:38px;border:0;border-radius:50%;
  display:grid;place-items:center;background:rgba(255,255,255,.12);cursor:pointer
}
.service-gallery__close svg,.service-gallery__nav svg{
  width:23px;height:23px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round
}
.service-gallery__viewer{
  min-height:0;display:grid;grid-template-columns:52px minmax(0,1fr) 52px;align-items:center;gap:12px
}
.service-gallery__viewer>img,.service-gallery__viewer>video{
  display:block;width:100%;height:min(66vh,690px);object-fit:contain;border-radius:12px;background:#020d07
}
.service-gallery__viewer>[hidden]{display:none!important}
.service-gallery__nav{
  width:48px;height:48px;border:0;border-radius:50%;display:grid;place-items:center;
  background:rgba(255,255,255,.12);cursor:pointer
}
.service-gallery__nav:hover,.service-gallery__close:hover{background:#5ca630}
.service-gallery__thumbs{display:flex;gap:8px;overflow-x:auto;padding:2px 0 3px}
.service-gallery__thumb{
  width:76px;height:56px;flex:0 0 76px;padding:0;border:2px solid transparent;
  border-radius:8px;overflow:hidden;background:#12251a;cursor:pointer
}
.service-gallery__thumb img{width:100%;height:100%;object-fit:cover}
.service-gallery__video-thumb{display:grid;place-items:center;width:100%;height:100%;color:#fff;font-size:12px;font-weight:700;background:#173c26}
.service-gallery__thumb.is-active{border-color:#68ad39}
body.gallery-open{overflow:hidden}
@media(max-width:680px){
  .service-gallery{padding:8px}
  .service-gallery__panel{width:100%;padding:52px 9px 10px}
  .service-gallery__header{padding:0 5px}
  .service-gallery__header h2{font-size:17px}
  .service-gallery__viewer{grid-template-columns:40px minmax(0,1fr) 40px;gap:5px}
  .service-gallery__viewer>img,.service-gallery__viewer>video{height:58vh}
  .service-gallery__nav{width:36px;height:36px}
}
