/* Ana konteyner için spesifik seçici */
section.smart-desk-services-section {
  padding: 80px 0;
  background-color: #f9f9f9;
}

section.smart-desk-services-section .smart-desk-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Genel Bakış Bölümü */
section.smart-desk-services-section .smart-desk-overview {
  display: flex;
  margin: 50px 0;
  gap: 30px;
  flex-wrap: wrap;
}

section.smart-desk-services-section .overview-content {
  flex: 1;
  min-width: 300px;
}

section.smart-desk-services-section .overview-content h3 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #333;
}

section.smart-desk-services-section .smart-desk-stats {
  display: flex;
  margin-top: 30px;
  gap: 20px;
}

section.smart-desk-services-section .stat-item {
  background-color: #fff;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  flex: 1;
}

section.smart-desk-services-section .stat-number {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #516953;
  margin-bottom: 5px;
}

/* İstatistik etiketi için özel sınıf */
section.smart-desk-services-section .stat-label {
  display: block;
  font-size: 14px;
  color: #555;
}

section.smart-desk-services-section .overview-visual {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

section.smart-desk-services-section .product-logo {
  margin-bottom: 30px;
  max-width: 200px;
}
.product-logo img {
  max-width: 100%;
  height: auto;
}
section.smart-desk-services-section .smart-desk-highlights {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 20px;
  width: 100%;
}

section.smart-desk-services-section .highlight-item {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px 15px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

section.smart-desk-services-section .highlight-item i {
  font-size: 24px;
  color: #516953;
  margin-bottom: 15px;
}

section.smart-desk-services-section .highlight-item h4 {
  font-size: 16px;
  margin-bottom: 8px;
}

/* Ürün Özellikleri */
section.smart-desk-services-section .product-features {
  margin: 60px 0;
}

section.smart-desk-services-section .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

section.smart-desk-services-section .feature-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

section.smart-desk-services-section .feature-icon {
  background-color: rgba(0, 123, 255, 0.1);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

section.smart-desk-services-section .feature-icon i {
  font-size: 24px;
  color: #516953;
}

section.smart-desk-services-section .feature-tech {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

section.smart-desk-services-section .tech-tag {
  background-color: #f0f0f0;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  color: #555;
}

/* Ürün Görseli ve Özellikler */
section.smart-desk-services-section .product-showcase {
  display: flex;
  margin: 60px 0;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}

section.smart-desk-services-section .product-image {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

section.smart-desk-services-section .product-image img {
  max-width: 100%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

section.smart-desk-services-section .product-specs {
  flex: 1;
  min-width: 300px;
}

section.smart-desk-services-section .specs-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

section.smart-desk-services-section .specs-list li {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
}

section.smart-desk-services-section .specs-list i {
  color: #28a745;
  margin-right: 10px;
}

/* Avantajlar */
section.smart-desk-services-section .benefits-section {
  margin: 60px 0;
}

section.smart-desk-services-section .benefits-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

section.smart-desk-services-section .benefit-item {
  background-color: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

section.smart-desk-services-section .benefit-icon {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 123, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

section.smart-desk-services-section .benefit-icon i {
  font-size: 20px;
  color: #516953;
}

/* SWOT Analizi */
section.smart-desk-services-section .product-analysis {
  margin: 60px 0;
}

section.smart-desk-services-section .analysis-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

section.smart-desk-services-section .analysis-card {
  border-radius: 8px;
  padding: 25px;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

section.smart-desk-services-section .card-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

section.smart-desk-services-section .card-header i {
  font-size: 24px;
  margin-right: 15px;
  color: #516953;
}

section.smart-desk-services-section .analysis-list {
  list-style: none;
  padding: 0;
}

section.smart-desk-services-section .analysis-list li {
  padding: 8px 0;
  display: flex;
  align-items: center;
}

section.smart-desk-services-section .analysis-list i {
  color: #28a745;
  margin-right: 10px;
}

/* CTA Bölümü */
section.smart-desk-services-section .smart-desk-cta {
  margin: 60px 0 20px;
  background-color: #516953;
  padding: 40px;
  border-radius: 8px;
  color: #fff;
  text-align: center;
}

section.smart-desk-services-section .cta-content h3 {
  font-size: 28px;
  margin-bottom: 15px;
}

/* Masaya özel buton stilleri */
section.smart-desk-services-section .cta-buttons {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  gap: 15px;
}

section.smart-desk-services-section .btn-primary {
  background-color: #fff;
  color: #516953;
  border: none;
  padding: 12px 25px;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

section.smart-desk-services-section .btn-secondary {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  padding: 12px 25px;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

section.smart-desk-services-section .btn-primary:hover {
  background-color: #f8f9fa;
  transform: translateY(-2px);
}

section.smart-desk-services-section .btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px) {
  section.smart-desk-services-section .smart-desk-overview,
  section.smart-desk-services-section .product-showcase {
    flex-direction: column;
  }

  section.smart-desk-services-section .smart-desk-stats,
  section.smart-desk-services-section .process-timeline,
  section.smart-desk-services-section .cta-buttons {
    flex-wrap: wrap;
  }
}
