#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 520px;
  z-index: 0;
  pointer-events: none;
}

.homepage-mobile-breadcrumb {
  display: none;
}

.header-section {
  background-color: transparent;
  padding: 20px 0 60px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  position: relative;
  z-index: 1;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.header-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 40px;
}

.header-text {
  max-width: 800px;
}

.business-contacts {
  font-size: 38px;
  font-weight: 600;
  color: #6c5ce7;
  margin-bottom: 16px;
}

.main-title {
  font-size: 48px;
  font-weight: 700;
  color: #2d3436;
  margin: 0 0 20px 0;
  line-height: 1.2;
}

.description {
  font-size: 18px;
  color: #636e72;
  margin: 0 0 32px 0;
  line-height: 1.6;
}

.action-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.install-button {
  background-color: #6c5ce7;
  color: white;
  border: none;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.install-button:hover {
  background-color: #5a4ad1;
}

.explore-button {
  background-color: white;
  color: #6c5ce7;
  border: 2px solid #6c5ce7;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.explore-button:hover {
  background-color: #f8f9fa;
}

.product-cards {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}

.card {
  background-color: white;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  min-width: 280px;
  max-width: 400px;
  flex: 1;
  text-align: left;
  position: relative;
}

.card-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 28px;
}

.linker-card .card-icon {
  background-color: #e8f0fe;
  color: #6c5ce7;
}

.translinker-card .card-icon {
  background-color: #f0f9f4;
  color: #00b894;
}

.card-title {
  font-size: 24px;
  font-weight: 600;
  color: #2d3436;
  margin: 0 0 12px 0;
}

.card-description {
  font-size: 15px;
  color: #636e72;
  margin: 0 0 16px 0;
  line-height: 1.5;
}

.card-tag {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 12px;
  background-color: #6c5ce7;
  color: white;
}

.card-tag.new {
  background-color: #00b894;
  color: white;
}

.database-section {
  background-color: #ffffff;
  padding: 60px 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.section-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;

}

.section-tag {
  font-size: 14px;
  font-weight: 600;
  color: #6c5ce7;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.section-title {
  font-size: 40px;
  font-weight: 700;
  color: #2d3436;
  margin: 0 0 16px 0;
}

.section-subtitle {
  font-size: 16px;
  color: #636e72;
  line-height: 1.6;
  margin: 0;
}

.statistics {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 60px;

}

.stat-item {
  background-color: #f8f9fa;
  padding: 24px 40px;
  border-radius: 12px;
  text-align: center;
}

.stat-value {
  font-size: 32px;
  font-weight: 700;
  color: #6c5ce7;
  margin-bottom: 8px;
}

.stat-label {
  font-size: 14px;
  color: #636e72;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
  margin-bottom: 60px;

}

.feature-card {
  background-color: white;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  text-align: left;
}

.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background-color: #e8f0fe;
  color: #6c5ce7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  font-size: 24px;
}

.feature-title {
  font-size: 18px;
  font-weight: 600;
  color: #2d3436;
  margin: 0 0 12px 0;
}

.feature-description {
  font-size: 14px;
  color: #636e72;
  line-height: 1.5;
  margin: 0;
}

.use-cases-section {
  margin-bottom: 60px;

}

.use-cases-title {
  font-size: 24px;
  font-weight: 600;
  color: #2d3436;
  text-align: center;
  margin-bottom: 32px;
}

.use-cases-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
}

.use-case-card {
  background-color: white;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.use-case-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background-color: #f0f9f4;
  color: #00b894;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 24px;
}

.use-case-title {
  font-size: 16px;
  font-weight: 600;
  color: #2d3436;
  margin: 0 0 8px 0;
}

.use-case-description {
  font-size: 14px;
  color: #636e72;
  line-height: 1.5;
  margin: 0;
}

.cta-section {
  text-align: center;
}

.cta-button {
  background-color: #6c5ce7;
  color: white;
  border: none;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #5a4ad1;
}

.translinker-section {
  background-color: #0f172a;
  color: white;
  padding: 80px 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.translinker-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}

.translinker-title {
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 16px 0;
}

.translinker-description {
  font-size: 16px;
  color: #94a3b8;
  line-height: 1.6;
  margin: 0;
}

.steps-container {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 60px;
  flex-wrap: wrap;

}

.step-card {
  background-color: #1e293b;
  border-radius: 12px;
  padding: 32px 24px;
  text-align: center;
  max-width: 280px;
  width: 100%;
}

.step-number {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #3b82f6;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  margin: 0 auto 16px;
}

.step-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 8px 0;
}

.step-description {
  font-size: 14px;
  color: #94a3b8;
  line-height: 1.5;
  margin: 0;
}

.platforms-section {
  margin-bottom: 60px;
}

.platforms-title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 32px;
}

.platforms-icons {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;

}

.platform-icon {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  position: relative;
}

.platform-icon div {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}

.platform-icon.telegram {
  background-color: #0088cc;
}

.platform-icon.whatsapp {
  background-color: #1fb255;
}

.platform-icon.line {
  background-color: #1fb255;
}

.platform-icon.messenger {
  background-color: #0084ff;
}

.platform-icon.linkedin {
  background-color: #1fb255;
}

.platform-name {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  color: #94a3b8;
  white-space: nowrap;
}

.translinker-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
  margin-bottom: 60px;

}

.translinker-features .feature-card {
  background-color: #1e293b;
  color: white;
}

.translinker-features .feature-icon {
  background-color: #3b82f6;
  color: white;
}

.translinker-features .feature-title {
  color: white;
}

.translinker-features .feature-description {
  color: #94a3b8;
}

.download-section {
  text-align: center;
}

.download-button {
  background-color: #3b82f6;
  color: white;
  border: none;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.download-button:hover {
  background-color: #2563eb;
}

.get-started-section {
  background-color: #ffffff;
  padding: 80px 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.get-started-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;

}

.get-started-title {
  font-size: 36px;
  font-weight: 700;
  color: #2d3436;
  margin: 0 0 16px 0;
}

.get-started-subtitle {
  font-size: 18px;
  color: #636e72;
  margin: 0 0 40px 0;
  line-height: 1.6;
}

.get-started-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.primary-button {
  background-color: #6c5ce7;
  color: white;
  border: none;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.primary-button:hover {
  background-color: #5a4ad1;
}

.secondary-button {
  background-color: #f8f9fa;
  color: #6c5ce7;
  border: 2px solid #6c5ce7;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.secondary-button:hover {
  background-color: #e8f0fe;
}

@media (max-width: 768px) {
  .homepage-mobile-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 12px 16px 0;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 10px 30px rgba(108, 92, 231, 0.12);
    position: relative;
    z-index: 2;
    width: fit-content;
    max-width: calc(100% - 32px);
  }

  .homepage-mobile-breadcrumb__home,
  .homepage-mobile-breadcrumb__cta {
    text-decoration: none;
    font-size: 13px;
    line-height: 1;
  }

  .homepage-mobile-breadcrumb__home {
    color: #64748b;
  }

  .homepage-mobile-breadcrumb__separator {
    color: #cbd5e1;
    font-size: 12px;
  }

  .homepage-mobile-breadcrumb__cta {
    color: #6c5ce7;
    font-weight: 700;
    white-space: nowrap;
  }

  .main-title {
    font-size: 36px;
  }
  
  .action-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .install-button, .explore-button, .cta-button, .download-button {
    width: 100%;
    max-width: 300px;
  }
  
  .product-cards {
    flex-direction: column;
    align-items: center;
  }
  
  .card {
    max-width: 100%;
  }
  
  .section-title {
    font-size: 32px;
  }
  
  .statistics {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  
  .features-grid,
  .use-cases-grid,
  .translinker-features {
    grid-template-columns: 1fr;
  }
  
  .steps-container {
    flex-direction: column;
    align-items: center;
  }
  
  .step-card {
    max-width: 100%;
  }
  
  .platforms-icons {
    gap: 24px;
  }
  
  .platform-icon {
    width: 56px;
    height: 56px;
    font-size: 28px;
  }
  
  .translinker-title {
    font-size: 32px;
  }
  
  .get-started-title {
    font-size: 32px;
  }
  
  .get-started-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .primary-button, .secondary-button {
    width: 100%;
    max-width: 300px;
  }
}
