/* Service Page Styles - Common for all service pages */

/* Hero Service Section */
.service-hero {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #e8f4f8 0%, #f0f9ff 100%);
  padding: 120px 50px 80px;
}

.service-hero-content {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

.service-hero-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 24px 0;
  color: #1f2937;
}

.service-hero-title .highlight {
  background: linear-gradient(135deg, #3b82f6 0%, #8163d1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-hero-subtitle {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.1rem, 1.5vw, 1.3rem);
  line-height: 1.7;
  color: #4b5563;
  max-width: 800px;
  margin: 0;
}

/* Service Content Sections */
.service-section {
  padding: clamp(60px, 8vw, 100px) clamp(24px, 5vw, 80px);
}

.service-section.gray {
  background: #f9fafb;
}

.service-container {
  max-width: 1400px;
  margin: 0 auto;
}

.service-section-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700;
  margin: 0 0 40px 0;
  color: #1f2937;
}

.service-intro-text {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  line-height: 1.8;
  color: #4b5563;
  margin: 0 0 60px 0;
  max-width: 900px;
}

/* Process Steps */
.service-process-list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.process-step {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.process-number {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  color: #3b82f6;
  min-width: 60px;
  flex-shrink: 0;
}

.process-content h3 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  font-weight: 700;
  margin: 0 0 16px 0;
  color: #1f2937;
}

.process-content p {
  font-family: 'Poppins', sans-serif;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #4b5563;
  margin: 0 0 12px 0;
}

.process-content ul {
  list-style: none;
  padding: 0;
  margin: 16px 0 0 0;
}

.process-content ul li {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: #4b5563;
  padding-left: 28px;
  position: relative;
  margin-bottom: 8px;
}

.process-content ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #3b82f6;
  font-weight: 700;
}

/* Simple List Section */
.service-simple-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.simple-list-item h3 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.3rem, 1.8vw, 1.6rem);
  font-weight: 700;
  margin: 0 0 12px 0;
  color: #1f2937;
}

.simple-list-item p {
  font-family: 'Poppins', sans-serif;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #4b5563;
  margin: 0;
}

.simple-list-item ul {
  list-style: none;
  padding: 0;
  margin: 12px 0 0 0;
}

.simple-list-item ul li {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: #4b5563;
  padding-left: 28px;
  position: relative;
  margin-bottom: 8px;
}

.simple-list-item ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #3b82f6;
  font-weight: 700;
}

/* Advantages List */
.advantages-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 40px 0;
}

.advantage-item {
  font-family: 'Poppins', sans-serif;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #1f2937;
  padding-left: 32px;
  position: relative;
}

.advantage-item::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #3b82f6;
  font-weight: 700;
  font-size: 1.3rem;
}

/* CTA Section */
.service-cta {
  text-align: center;
  padding: clamp(60px, 8vw, 100px) clamp(24px, 5vw, 80px);
  background: #f9fafb;
}

.service-cta-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  margin: 0 0 24px 0;
  color: #1f2937;
}

.service-cta-text {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
  color: #4b5563;
  margin: 0 0 32px 0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #3b82f6;
  color: white;
  text-decoration: none;
  padding: 16px 40px;
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.cta-button:hover {
  background: #2563eb;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(59, 130, 246, 0.4);
}

/* Responsive */
@media (max-width: 768px) {
  .service-hero {
    min-height: 50vh;
    padding: 140px 24px 60px;
  }

  .process-step {
    flex-direction: column;
    gap: 16px;
  }

  .process-number {
    font-size: 2rem;
    min-width: auto;
  }

  .service-section {
    padding: clamp(40px, 6vw, 60px) clamp(16px, 4vw, 24px);
  }

  .service-cta {
    padding: clamp(40px, 6vw, 60px) clamp(16px, 4vw, 24px);
  }
}
