/* ===== RESET & GENEL ===== */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;color:#333;line-height:1.7;background:#f9f9f9}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto;display:block}
ul{list-style:none}

/* ===== HEADER ===== */
.site-header{background:#1a5632;color:#fff;padding:0}
.header-top{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:12px 20px}
.logo{font-size:1.6rem;font-weight:700;letter-spacing:1px}
.logo span{color:#8ed1a0}
.header-contact{display:flex;gap:18px;align-items:center;font-size:.9rem}
.header-contact a{color:#d4f5de;transition:color .2s}
.header-contact a:hover{color:#fff}

/* NAV */
nav{background:#14472a;position:relative}
nav ul{display:flex;justify-content:center;gap:0;max-width:1200px;margin:0 auto}
nav li a{display:block;padding:14px 24px;color:#d4f5de;font-weight:500;transition:background .2s,color .2s;font-size:.95rem}
nav li a:hover,nav li a.active{background:#1a5632;color:#fff}

/* HAMBURGER BUTTON */
.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:14px 20px;position:absolute;right:0;top:0;z-index:10}
.hamburger,.hamburger::before,.hamburger::after{display:block;width:24px;height:3px;background:#d4f5de;border-radius:2px;transition:transform .3s,opacity .3s}
.hamburger{position:relative}
.hamburger::before,.hamburger::after{content:'';position:absolute;left:0}
.hamburger::before{top:-7px}
.hamburger::after{top:7px}
.nav-toggle.active .hamburger{background:transparent}
.nav-toggle.active .hamburger::before{transform:rotate(45deg);top:0}
.nav-toggle.active .hamburger::after{transform:rotate(-45deg);top:0}

/* ===== HERO ===== */
.hero{background:linear-gradient(135deg,#1a5632 0%,#2d8a4e 100%);color:#fff;text-align:center;padding:70px 20px 60px}
.hero h1{font-size:2.4rem;margin-bottom:12px}
.hero p{font-size:1.15rem;max-width:700px;margin:0 auto 24px;opacity:.9}
.hero .cta-btn{display:inline-block;background:#f0ad4e;color:#333;padding:14px 36px;border-radius:6px;font-weight:700;font-size:1.05rem;transition:background .2s}
.hero .cta-btn:hover{background:#ec971f}

/* ===== HIZMET KARTLARI (ANASAYFA) ===== */
.services-section{max-width:1200px;margin:0 auto;padding:60px 20px}
.section-title{text-align:center;font-size:1.9rem;color:#1a5632;margin-bottom:10px}
.section-subtitle{text-align:center;color:#666;margin-bottom:40px;font-size:1.05rem}
.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px}
.service-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:transform .3s,box-shadow .3s}
.service-card:hover{transform:translateY(-6px);box-shadow:0 8px 30px rgba(0,0,0,.14)}
.service-card .card-img{width:100%;height:220px;object-fit:cover;background:#ddd}
.service-card .card-body{padding:24px}
.service-card h3{color:#1a5632;font-size:1.3rem;margin-bottom:8px}
.service-card p{color:#555;font-size:.95rem;margin-bottom:16px}
.service-card .btn{display:inline-block;background:#1a5632;color:#fff;padding:10px 22px;border-radius:5px;font-size:.9rem;font-weight:600;transition:background .2s}
.service-card .btn:hover{background:#2d8a4e}

/* ===== NEDEN BIZ ===== */
.why-us{background:#e8f5ec;padding:60px 20px}
.why-us-inner{max-width:1200px;margin:0 auto}
.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:28px;margin-top:36px}
.why-item{text-align:center;padding:24px}
.why-item .icon{font-size:2.4rem;margin-bottom:12px}
.why-item h4{color:#1a5632;margin-bottom:8px;font-size:1.1rem}
.why-item p{color:#555;font-size:.9rem}

/* ===== BOLGESEL SEO ===== */
.regions-section{max-width:1200px;margin:0 auto;padding:60px 20px}
.regions-list{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:24px}
.regions-list a{display:inline-block;background:#1a5632;color:#fff;padding:8px 18px;border-radius:20px;font-size:.85rem;transition:background .2s}
.regions-list a:hover{background:#2d8a4e}

/* ===== HIZMET SAYFASI ===== */
.service-hero{background:linear-gradient(135deg,#1a5632 0%,#2d8a4e 100%);color:#fff;text-align:center;padding:60px 20px 50px}
.service-hero h1{font-size:2.2rem;margin-bottom:10px}
.service-hero p{font-size:1.05rem;opacity:.9;max-width:650px;margin:0 auto}

.service-content{max-width:1000px;margin:0 auto;padding:50px 20px}
.service-content h2{color:#1a5632;font-size:1.6rem;margin:30px 0 12px;border-left:4px solid #1a5632;padding-left:14px}
.service-content p{margin-bottom:16px;color:#444;font-size:1rem}
.service-content ul{margin:10px 0 20px 20px;list-style:disc}
.service-content ul li{margin-bottom:6px;color:#444}

.service-img-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin:30px 0}
.service-img-grid .img-placeholder{background:#e0e0e0;height:240px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#888;font-size:.95rem}

.service-cta{background:#e8f5ec;border-radius:10px;padding:36px;text-align:center;margin:40px 0}
.service-cta h3{color:#1a5632;font-size:1.4rem;margin-bottom:10px}
.service-cta p{margin-bottom:18px;color:#555}
.service-cta .cta-btn{display:inline-block;background:#f0ad4e;color:#333;padding:12px 32px;border-radius:6px;font-weight:700;transition:background .2s}
.service-cta .cta-btn:hover{background:#ec971f}

/* ===== BOLGE DETAY (HIZMET SAYFALARI) ===== */
.service-regions{margin-top:30px;padding:30px 0;border-top:1px solid #e0e0e0}
.service-regions h2{border-left:4px solid #1a5632;padding-left:14px;color:#1a5632;margin-bottom:16px}

/* ===== FOOTER ===== */
.site-footer{background:#111;color:#ccc;padding:40px 20px 20px}
.footer-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr 1.5fr 1fr;gap:30px}
.footer-col h4{color:#fff;margin-bottom:14px;font-size:1.1rem}
.footer-col p,.footer-col a{color:#aaa;font-size:.9rem;line-height:1.8}
.footer-col a:hover{color:#8ed1a0}
.footer-col ul li{margin-bottom:4px}

.social-links{display:flex;gap:14px;margin-top:10px}
.social-links a{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:#222;border-radius:50%;color:#aaa;font-size:1.1rem;transition:background .2s,color .2s}
.social-links a:hover{background:#1a5632;color:#fff}

.footer-regions-grid{display:flex;gap:16px}
.footer-regions-grid ul{flex:1}
.footer-regions-grid ul li{margin-bottom:2px}
.footer-regions-grid ul li a{font-size:.85rem;line-height:1.7}

.footer-bottom{text-align:center;padding-top:24px;margin-top:24px;border-top:1px solid #333;font-size:.85rem;color:#666}

/* ===== RESPONSIVE ===== */
/* ===== FLOATING WHATSAPP ===== */
.whatsapp-float{position:fixed;bottom:24px;right:24px;z-index:9999;display:flex;align-items:center;gap:10px;background:#25d366;color:#fff;padding:12px 20px;border-radius:50px;box-shadow:0 4px 14px rgba(0,0,0,.25);font-size:1rem;font-weight:600;transition:transform .2s,box-shadow .2s}
.whatsapp-float:hover{transform:scale(1.05);box-shadow:0 6px 20px rgba(0,0,0,.3);color:#fff}
.whatsapp-float i{font-size:1.4rem}

@media(max-width:768px){
  .header-top{flex-direction:column;gap:6px;text-align:center;padding:10px 15px}
  .logo{font-size:1.2rem}
  .header-contact{flex-direction:column;gap:4px;font-size:.75rem}
  .header-contact a{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:90vw;display:inline-block}

  /* HAMBURGER MENU */
  .nav-toggle{display:block}
  nav ul{display:none;flex-direction:column;text-align:center}
  nav ul.nav-open{display:flex}
  nav li a{padding:12px 20px;font-size:.95rem;border-bottom:1px solid rgba(255,255,255,.08)}
  nav li:last-child a{border-bottom:none}

  .hero h1{font-size:1.7rem}
  .hero p{font-size:1rem}
  .hero .cta-btn{padding:12px 28px;font-size:.95rem}
  .services-grid{grid-template-columns:1fr}
  .why-grid{grid-template-columns:1fr}
  .service-img-grid{grid-template-columns:1fr}
  .service-content h2{font-size:1.3rem}
  .service-cta{padding:24px 16px}
  .footer-inner{grid-template-columns:1fr}
  .footer-regions-grid{flex-direction:row;gap:12px}
  .service-hero h1{font-size:1.6rem}
  .whatsapp-float{padding:10px 16px;font-size:.9rem;bottom:16px;right:16px}
  .whatsapp-float i{font-size:1.2rem}
}

@media(max-width:400px){
  .header-top{padding:8px 10px;gap:4px}
  .logo{font-size:1rem}
  .header-contact{font-size:.7rem}
  .header-contact .fa-envelope{display:none}
  .header-contact a:last-child{display:none}
  .hero h1{font-size:1.4rem}
  .hero p{font-size:.9rem}
  .service-hero h1{font-size:1.3rem}
  .section-title{font-size:1.4rem}
}
