/* ─── Hizmetler Sayfası Stilleri ─── */

/* Services Hero */
.services-hero {
  background: linear-gradient(135deg, var(--clr-primary) 0%, #1976d2 100%);
  color: #fff;
  padding: 5rem 0 3rem;
  text-align: center;
}

.services-hero-content h1 {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 1rem;
}

.hero-subtitle {
  font-size: 1.3rem;
  opacity: 0.9;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.expertise-highlights {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  max-width: 1100px;
  margin: 0 auto;
}

.highlight-tag {
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(10px);
  padding: 0.75rem 1.5rem;
  border-radius: 25px;
  font-weight: 600;
  border: 1px solid rgba(255,255,255,0.2);
  font-size: 0.9rem;
}

/* Main Services */
.main-services {
  padding: 5rem 0 2rem 0;
}

.services-intro {
  text-align: center;
  margin-bottom: 4rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.services-intro h2 {
  font-size: 2.5rem;
  color: var(--clr-primary);
  margin-bottom: 1.5rem;
  font-weight: 700;
}

.services-intro p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #666;
}

/* Services Grid */
.services-grid {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.service-category {
  background: #fff;
  border-radius: 20px;
  padding: 3rem;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
  border-top: 5px solid var(--clr-primary);
}

.service-category.advanced {
  border-top-color: var(--clr-secondary);
  background: linear-gradient(145deg, #fff 0%, rgba(66,165,245,0.02) 100%);
}

.service-category.expert {
  border-top-color: #4caf50;
  background: linear-gradient(145deg, #fff 0%, rgba(76,175,80,0.02) 100%);
}

.service-category h3 {
  font-size: 2rem;
  color: var(--clr-primary);
  margin-bottom: 1rem;
  font-weight: 700;
}

.service-category.advanced h3 {
  color: var(--clr-secondary);
}

.service-category.expert h3 {
  color: #4caf50;
}

.category-description {
  font-size: 1rem;
  color: #666;
  margin-bottom: 3rem;
  font-style: italic;
}

/* Service Items */
.service-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 2rem;
  align-items: start;
  background: #fff;
  padding: 2.5rem;
  border-radius: 15px;
  margin-bottom: 2rem;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
  border: 1px solid rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.service-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.service-item.featured {
  border-left: 5px solid var(--clr-secondary);
  background: linear-gradient(145deg, #fff 0%, rgba(66,165,245,0.03) 100%);
}

.service-item:last-child {
  margin-bottom: 0;
}

.service-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: rgba(1,87,155,0.1);
  border-radius: 15px;
}

.service-icon img {
  width: 40px;
  height: 40px;
  filter: brightness(0) saturate(100%) invert(25%) sepia(91%) saturate(1343%) hue-rotate(195deg) brightness(96%) contrast(101%);
}

.service-content h4 {
  font-size: 1.4rem;
  color: var(--clr-primary);
  margin-bottom: 1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.service-badge {
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.service-badge.advanced {
  background: rgba(66,165,245,0.1);
  color: var(--clr-secondary);
}

.service-badge.expert {
  background: rgba(76,175,80,0.1);
  color: #4caf50;
}

.service-badge.routine {
  background: rgba(1,87,155,0.1);
  color: var(--clr-primary);
}

.service-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: #666;
  margin-bottom: 1.5rem;
}

.service-content ul {
  list-style: none;
  margin-bottom: 1.5rem;
}

.service-content li {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  position: relative;
  padding-left: 1.5rem;
}

.service-content li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.5rem;
  color: var(--clr-secondary);
  font-weight: 700;
}

.service-content li:last-child {
  border-bottom: none;
}

.service-content strong {
  color: var(--clr-primary);
  font-weight: 600;
}

/* Success Rate & Technique Info */
.success-rate {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: rgba(76,175,80,0.1);
  padding: 1rem 1.5rem;
  border-radius: 10px;
  margin-top: 1rem;
}

.rate {
  font-size: 1.5rem;
  font-weight: 700;
  color: #4caf50;
}

.rate-label {
  color: #4caf50;
  font-weight: 600;
  font-size: 0.9rem;
}

.academic-note, .academic-credentials {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: rgba(66,165,245,0.1);
  padding: 1rem 1.5rem;
  border-radius: 10px;
  margin-top: 1rem;
  flex-wrap: wrap;
  overflow: hidden;
}

.experience, .credentials, .research, .expertise, .publications, .operations {
  background: rgba(66,165,245,0.15);
  color: var(--clr-secondary);
  padding: 0.4rem 0.8rem;
  border-radius: 15px;
  font-size: 0.85rem;
  font-weight: 600;
  border: 1px solid rgba(66,165,245,0.3);
  white-space: nowrap;
  flex-shrink: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Treatment Approach */
.treatment-approach {
  background: rgba(1,87,155,0.02);
  padding: 5rem 0;
}

.treatment-approach h2 {
  text-align: center;
  font-size: 2.5rem;
  color: var(--clr-primary);
  margin-bottom: 3rem;
  font-weight: 700;
}

.approach-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.approach-item {
  background: #fff;
  padding: 2.5rem 2rem;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.approach-item:hover {
  transform: translateY(-5px);
}

.approach-icon {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  display: block;
}

.approach-item h4 {
  font-size: 1.3rem;
  color: var(--clr-primary);
  margin-bottom: 1rem;
  font-weight: 600;
}

.approach-item p {
  line-height: 1.6;
  color: #666;
}

/* Appointment Info */
.appointment-info {
  padding: 5rem 0;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.info-card {
  background: #fff;
  padding: 2.5rem;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  border-top: 4px solid var(--clr-primary);
}

.info-card.emergency {
  border-top-color: #f44336;
  background: linear-gradient(145deg, #fff 0%, rgba(244,67,54,0.02) 100%);
}

.info-card h3 {
  font-size: 1.4rem;
  color: var(--clr-primary);
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.info-card.emergency h3 {
  color: #f44336;
}

.info-card ul {
  list-style: none;
}

.info-card li {
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  font-size: 0.95rem;
  line-height: 1.5;
}

.info-card li:last-child {
  border-bottom: none;
}

/* Services CTA */
.services-cta {
  background: linear-gradient(135deg, var(--clr-primary) 0%, #1976d2 100%);
  color: #fff;
  padding: 4rem 0;
  text-align: center;
}

.services-cta h2 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.services-cta p {
  font-size: 1.2rem;
  margin-bottom: 2.5rem;
  opacity: 0.9;
  margin-left: auto;
  margin-right: auto;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.cta-primary {
  background: var(--clr-secondary);
  color: #fff;
  padding: 1.2rem 2.5rem;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 8px 25px rgba(66,165,245,0.3);
  transition: all 0.3s ease;
}

.cta-primary:hover {
  background: #1e88e5;
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(66,165,245,0.4);
}

.cta-secondary {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.3);
  padding: 1.2rem 2.5rem;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.cta-secondary:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.6);
  transform: translateY(-3px);
}

.phone-icon {
  font-size: 1rem;
}

.collaboration-note {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 15px;
  padding: 1.5rem;
  margin: 1.5rem 0;
  backdrop-filter: blur(10px);
}

.collaboration-note p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}

.collaboration-note strong {
  color: rgba(255,255,255,0.9);
}

/* Responsive Design */

/* Tablet */
@media (max-width: 1024px) and (min-width: 769px) {
  .expertise-highlights {
    grid-template-columns: repeat(3, 1fr);
    max-width: 700px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .services-hero {
    padding: 3rem 0 2rem;
  }
  
  .services-hero-content h1 {
    font-size: 2rem;
  }
  
  .expertise-highlights {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    max-width: 400px;
  }
  
  .highlight-tag {
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
  }
  
  .service-category {
    padding: 2rem 1.5rem;
  }
  
  .service-item {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 2rem 1.5rem;
  }
  
  .service-icon {
    margin: 0 auto;
  }
  
  .service-content h4 {
    justify-content: center;
    text-align: center;
    word-break: break-word;
    hyphens: auto;
  }
  
  .service-content li {
    word-break: break-word;
    hyphens: auto;
  }
  
  .academic-credentials {
    gap: 0.5rem;
    padding: 1rem;
  }
  
  .experience, .credentials, .research, .expertise, .publications, .operations {
    font-size: 0.75rem;
    padding: 0.3rem 0.6rem;
    white-space: normal;
    line-height: 1.2;
    text-align: center;
    min-width: auto;
  }
  
  .approach-grid {
    grid-template-columns: 1fr;
  }
  
  .info-grid {
    grid-template-columns: 1fr;
  }
  
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .technique-info {
    flex-direction: column;
    gap: 1rem;
  }
  
  .technique, .recovery {
    text-align: center;
  }
}
