@import 'variables.css';

.how-we-work-page .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 80px;
}

.how-we-work-page .intro-section {
  padding: 80px 0 60px;
  background: linear-gradient(120deg, #ffffff, #f8fdfc);
}

.how-we-work-page .intro-section .section-title {
  font-size: 36px !important;
  font-weight: 700 !important;
  color: var(--color-primary) !important;
  text-align: center;
  margin-bottom: 24px !important;
  line-height: 1.3 !important;
}

.how-we-work-page .intro-section .section-description {
  font-size: 16px !important;
  line-height: 1.8 !important;
  color: #6b7280 !important;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.how-we-work-page .steps-section {
  padding: 60px 0;
  background: #ffffff;
}

.how-we-work-page .steps-section .step-card {
  margin-bottom: 60px;
  padding: 50px 40px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border-left: 4px solid var(--color-secondary);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  scroll-margin-top: 100px;
}

.how-we-work-page .steps-section .step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.how-we-work-page .steps-section .step-card .step-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.how-we-work-page .steps-section .step-card .step-header .step-number {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: var(--color-secondary) !important;
  background: rgba(12, 110, 109, 0.1);
  padding: 8px 16px;
  border-radius: 8px;
  min-width: 50px;
  text-align: center;
}

.how-we-work-page .steps-section .step-card .step-header .step-icon-wrapper {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--color-secondary), #0a5a5a);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.how-we-work-page .steps-section .step-card .step-header .step-icon-wrapper svg {
  font-size: 28px !important;
}

.how-we-work-page .steps-section .step-card .step-header .step-title {
  font-size: 28px !important;
  font-weight: 700 !important;
  color: var(--color-primary) !important;
  flex: 1;
}

.how-we-work-page .steps-section .step-card .step-description {
  font-size: 16px !important;
  line-height: 1.8 !important;
  color: #6b7280 !important;
  margin-bottom: 24px !important;
}

.how-we-work-page .steps-section .step-card .deliverables-section {
  background: #f8fdfc;
  padding: 24px;
  border-radius: 12px;
  border-left: 3px solid #ff9800;
}

.how-we-work-page .steps-section .step-card .deliverables-section .deliverables-title {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: var(--color-primary) !important;
  margin-bottom: 16px !important;
}

.how-we-work-page .steps-section .step-card .deliverables-section .deliverables-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.how-we-work-page .steps-section .step-card .deliverables-section .deliverables-list .deliverable-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.how-we-work-page .steps-section .step-card .deliverables-section .deliverables-list .deliverable-item .check-icon {
  color: var(--color-secondary);
  font-size: 20px !important;
  margin-top: 2px;
  flex-shrink: 0;
}

.how-we-work-page .steps-section .step-card .deliverables-section .deliverables-list .deliverable-item p,
.how-we-work-page .steps-section .step-card .deliverables-section .deliverables-list .deliverable-item span {
  font-size: 15px !important;
  line-height: 1.6 !important;
  color: #6b7280 !important;
}

.how-we-work-page .partnership-section {
  padding: 80px 0;
  background: linear-gradient(120deg, #f8fdfc, #ffffff);
}

.how-we-work-page .partnership-section .section-title {
  font-size: 32px !important;
  font-weight: 700 !important;
  color: var(--color-primary) !important;
  text-align: center;
  margin-bottom: 24px !important;
}

.how-we-work-page .partnership-section .section-description {
  font-size: 16px !important;
  line-height: 1.8 !important;
  color: #6b7280 !important;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.how-we-work-page .kpis-section {
  padding: 80px 0;
  background: #ffffff;
}

.how-we-work-page .kpis-section .section-title {
  font-size: 32px !important;
  font-weight: 700 !important;
  color: var(--color-primary) !important;
  text-align: center;
  margin-bottom: 24px !important;
}

.how-we-work-page .kpis-section .section-description {
  font-size: 16px !important;
  line-height: 1.8 !important;
  color: #6b7280 !important;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px;
}

.how-we-work-page .kpis-section .kpis-content {
  max-width: 1000px;
  margin: 0 auto;
}

.how-we-work-page .kpis-section .kpi-subsection {
  margin-bottom: 40px;
  padding: 30px;
  background: #f8fdfc;
  border-radius: 16px;
  border-left: 4px solid var(--color-secondary);
}

.how-we-work-page .kpis-section .kpi-subsection .subsection-title {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: var(--color-primary) !important;
  margin-bottom: 16px !important;
}

.how-we-work-page .kpis-section .kpi-subsection .subsection-description {
  font-size: 15px !important;
  line-height: 1.7 !important;
  color: #6b7280 !important;
  margin-bottom: 20px !important;
}

.how-we-work-page .kpis-section .kpi-subsection .kpi-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 16px;
}

.how-we-work-page .kpis-section .kpi-subsection .kpi-list .kpi-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  background: #fff;
  border-radius: 8px;
  transition: transform 0.2s ease;
}

.how-we-work-page .kpis-section .kpi-subsection .kpi-list .kpi-item:hover {
  transform: translateX(4px);
}

.how-we-work-page .kpis-section .kpi-subsection .kpi-list .kpi-item .check-icon {
  color: var(--color-secondary);
  font-size: 20px !important;
  margin-top: 2px;
  flex-shrink: 0;
}

.how-we-work-page .kpis-section .kpi-subsection .kpi-list .kpi-item p,
.how-we-work-page .kpis-section .kpi-subsection .kpi-list .kpi-item span {
  font-size: 15px !important;
  line-height: 1.6 !important;
  color: #6b7280 !important;
}

.how-we-work-page .cta-section {
  padding: 80px 0;
  margin: 0 30px 30px;
  border-radius: 30px;
  background: linear-gradient(120deg, var(--bg-light-2), #ffffff);
}

.how-we-work-page .cta-section .section-title {
  font-size: 32px !important;
  font-weight: 700 !important;
  color: var(--color-primary) !important;
  text-align: center;
  margin-bottom: 24px !important;
}

.how-we-work-page .cta-section .section-description {
  font-size: 16px !important;
  line-height: 1.8 !important;
  color: #6b7280 !important;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 24px;
}

.how-we-work-page .cta-section .cta-text {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: var(--color-primary) !important;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  background: rgba(12, 110, 109, 0.1);
  border-radius: 12px;
}

@media (max-width: 768px) {
  .how-we-work-page .container {
    padding: 0 20px;
  }

  .how-we-work-page .intro-section {
    padding: 60px 0 40px;
  }

  .how-we-work-page .intro-section .section-title {
    font-size: 28px !important;
  }

  .how-we-work-page .steps-section {
    padding: 40px 0;
  }

  .how-we-work-page .steps-section .step-card {
    padding: 30px 24px;
    margin-bottom: 40px;
  }

  .how-we-work-page .steps-section .step-card .step-header .step-title {
    font-size: 22px !important;
  }

  .how-we-work-page .steps-section .step-card .step-header .step-icon-wrapper {
    width: 50px;
    height: 50px;
  }

  .how-we-work-page .steps-section .step-card .step-header .step-icon-wrapper svg {
    font-size: 24px !important;
  }

  .how-we-work-page .steps-section .step-card .step-description {
    font-size: 15px !important;
  }

  .how-we-work-page .partnership-section,
  .how-we-work-page .kpis-section,
  .how-we-work-page .cta-section {
    padding: 60px 0;
  }

  .how-we-work-page .partnership-section .section-title,
  .how-we-work-page .kpis-section .section-title,
  .how-we-work-page .cta-section .section-title {
    font-size: 26px !important;
  }

  .how-we-work-page .kpis-section .kpi-subsection {
    padding: 20px;
  }

  .how-we-work-page .kpis-section .kpi-subsection .subsection-title {
    font-size: 20px !important;
  }
}

@media (max-width: 560px) {
  .how-we-work-page .intro-section .section-title {
    font-size: 24px !important;
  }

  .how-we-work-page .intro-section .section-description {
    font-size: 15px !important;
  }

  .how-we-work-page .steps-section .step-card .step-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .how-we-work-page .steps-section .step-card .step-header .step-number {
    align-self: flex-start;
  }

  .how-we-work-page .partnership-section .section-title,
  .how-we-work-page .kpis-section .section-title,
  .how-we-work-page .cta-section .section-title {
    font-size: 22px !important;
  }

  .how-we-work-page .partnership-section .section-description,
  .how-we-work-page .kpis-section .section-description,
  .how-we-work-page .cta-section .section-description {
    font-size: 15px !important;
  }
}
