/* GENEL AYARLAR */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  background: #fff;
  color: #333;
  line-height: 1.6;
}

/* HEADER */
.header {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
}

.logo {
  height: 60px;
  width: auto;
}

.main-nav {
  display: flex;
  gap: 20px;
}

.main-nav a {
  text-decoration: none;
  color: #1b5e20;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 5px;
  transition: all 0.3s;
}

.main-nav a:hover {
  background: #1b5e20;
  color: white;
}

/* HERO */
.hero {
  margin-top: 0;
  width: 100%;
  height: 400px;
  background: #1b5e20;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.hero-content {
  max-width: 800px;
}

.hero h1 {
  font-size: 36px;
  margin-bottom: 20px;
}

.hero-subtitle {
  font-size: 18px;
  opacity: 0.9;
}

/* CONTAINER */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px;
}

.page-title {
  text-align: center;
  font-size: 36px;
  color: #1b5e20;
  margin-bottom: 30px;
}

/* ÜRÜNLER */
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.product-card {
  border: 2px solid #1b5e20;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #1b5e20;
  background: white;
  transition: all 0.3s;
}

.product-card:hover {
  background: #1b5e20;
  color: white;
  transform: translateY(-5px);
}

/* BAYİLİKLER */
.bayilik-content {
  text-align: center;
}

.bayi-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.bayi {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  text-align: center;
  width: 250px;
}

.bayi-img-container {
  width: 150px;
  height: 150px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bayi-img-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.bayi h3 {
  color: #1b5e20;
  margin-bottom: 10px;
  font-size: 22px;
}

.bayi-date {
  color: #666;
  font-size: 14px;
  margin-top: 5px;
}

/* HAKKIMIZDA */
.about-content {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  margin-bottom: 40px;
}

.about-content p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.8;
}

.working-hours {
  background: #f1f8e9;
  padding: 30px;
  border-radius: 10px;
}

.working-hours h2 {
  color: #1b5e20;
  text-align: center;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.hours-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.hour-item {
  background: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  border: 2px solid #1b5e20;
}

.hour-item h3 {
  color: #1b5e20;
  margin-bottom: 10px;
  font-size: 18px;
}

.hour-item p {
  font-size: 16px;
  font-weight: bold;
}

/* İLETİŞİM */
.contact-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.contact-info h2 {
  color: #1b5e20;
  margin: 25px 0 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-info h2:first-child {
  margin-top: 0;
}

.contact-info p {
  margin-bottom: 5px;
  font-size: 16px;
}

.contact-info a {
  color: #1b5e20;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}

.map-container {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.map-container h2 {
  color: #1b5e20;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.map-link {
  text-align: center;
  margin-top: 15px;
}

.map-link a {
  color: #1b5e20;
  text-decoration: none;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* BAYİLİK ÖNİZLEME */
.bayilik-preview {
  background: #f1f8e9;
  padding: 50px 0;
}

.bayilik-preview h2 {
  text-align: center;
  color: #1b5e20;
  font-size: 28px;
  margin-bottom: 30px;
}

.bayilik-preview .bayi {
  width: 200px;
  padding: 20px;
}

.bayilik-preview .bayi p {
  font-weight: bold;
  color: #1b5e20;
  margin-top: 10px;
  font-size: 18px;
}

/* FOOTER */
.footer {
  background: #1b5e20;
  color: white;
  padding: 40px 0 20px;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 0 20px;
}

.footer-logo-img {
  height: 50px;
  margin-bottom: 15px;
}

.footer-logo p {
  color: #c8e6c9;
  font-size: 14px;
}

.footer-contact h4 {
  font-size: 18px;
  margin-bottom: 20px;
  color: white;
}

.footer-contact p {
  color: #c8e6c9;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.footer-contact a {
  color: #c8e6c9;
  text-decoration: none;
}

.footer-contact a:hover {
  color: white;
}

.footer-bottom {
  max-width: 1200px;
  margin: 40px auto 0;
  padding: 20px;
  border-top: 1px solid rgba(255,255,255,0.1);
  text-align: center;
  color: #c8e6c9;
  font-size: 14px;
}

/* WHATSAPP BUTTON */
.whatsapp-btn {
  position: fixed;
  right: 25px;
  bottom: 25px;
  background: #25D366;
  color: white;
  padding: 15px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3);
  z-index: 1000;
  transition: all 0.3s;
}

.whatsapp-btn:hover {
  background: #128C7E;
  transform: scale(1.05);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .header-container {
    flex-direction: column;
    gap: 15px;
  }
  
  .main-nav {
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .hero h1 {
    font-size: 28px;
  }
  
  .contact-content {
    grid-template-columns: 1fr;
  }
  
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  
  .footer-contact p {
    justify-content: center;
  }
  
  .bayi-container {
    flex-direction: column;
    align-items: center;
  }
  
  .products-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}