.clients-modern-alt3 {
  padding: 80px 0;
}
.clients-modern-alt3 .section-header {
  margin-bottom: 60px;
}
.clients-modern-alt3 .section-header h1 {
  color: white;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.clients-modern-alt3 .section-header .section-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.2rem;
}
.clients-modern-alt3 .language-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 25px;
  margin-bottom: 80px;
}
.clients-modern-alt3 .language-card {
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  overflow: hidden;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
.clients-modern-alt3 .language-card:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  transform: translateY(-6px);
}
.clients-modern-alt3 .language-card:hover .card-arrow .material-icons {
  transform: translateX(5px);
}
.clients-modern-alt3 .language-card-header {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 24px;
}
.clients-modern-alt3 .language-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.clients-modern-alt3 .language-card-icon .material-icons {
  font-size: 32px;
  color: white;
}
.clients-modern-alt3 .language-card-title {
  flex: 1;
}
.clients-modern-alt3 .language-card-title h3 {
  margin: 0 0 4px 0;
  font-size: 1.3rem;
  font-weight: 700;
  color: #1a1a1a;
}
.clients-modern-alt3 .language-card-title p {
  margin: 0;
  font-size: 0.9rem;
  color: #666;
}
.clients-modern-alt3 .card-arrow {
  flex-shrink: 0;
}
.clients-modern-alt3 .card-arrow .material-icons {
  font-size: 28px;
  color: #667eea;
  transition: transform 0.3s ease;
}
.clients-modern-alt3 .code-sections-container {
  margin-bottom: 60px;
}
.clients-modern-alt3 .code-section-block {
  background: white;
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  scroll-margin-top: 100px;
  transition: all 0.3s ease;
}
.clients-modern-alt3 .code-section-block.highlight-section {
  box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.5);
  animation: pulseHighlight 0.6s ease;
}
@keyframes pulseHighlight {
  0%, 100% {
    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.5);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(102, 126, 234, 0.3);
  }
}
.clients-modern-alt3 .code-section-header-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 3px solid #f0f0f0;
  flex-wrap: wrap;
  gap: 15px;
}
.clients-modern-alt3 .code-section-header-block h2 {
  margin: 0;
  font-size: 2rem;
  color: #1a1a1a;
  font-weight: 700;
}
.clients-modern-alt3 .code-section-header-block .header-links-block {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.clients-modern-alt3 .btn-link-github,
.clients-modern-alt3 .btn-link-download {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}
.clients-modern-alt3 .btn-link-github .material-icons,
.clients-modern-alt3 .btn-link-download .material-icons {
  font-size: 18px;
}
.clients-modern-alt3 .btn-link-github {
  background-color: #24292e;
  color: white;
}
.clients-modern-alt3 .btn-link-github:hover {
  background-color: #1a1e21;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(36, 41, 46, 0.4);
}
.clients-modern-alt3 .btn-link-download {
  background-color: #667eea;
  color: white;
}
.clients-modern-alt3 .btn-link-download:hover {
  background-color: #5568d3;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}
.clients-modern-alt3 .code-section-description {
  color: #444;
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 30px;
}
.clients-modern-alt3 .community-section-alt3 {
  background: white;
  border-radius: 20px;
  padding: 50px;
  margin-bottom: 60px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.clients-modern-alt3 .community-section-alt3 h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 15px;
  font-size: 2rem;
  color: #1a1a1a;
}
.clients-modern-alt3 .community-section-alt3 h2 .material-icons {
  font-size: 32px;
  color: #667eea;
}
.clients-modern-alt3 .community-list-alt3 {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 30px 0;
}
.clients-modern-alt3 .community-item-alt3 {
  display: flex;
  flex-direction: column;
  padding: 20px 24px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-left: 4px solid #667eea;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.clients-modern-alt3 .community-item-alt3:hover {
  transform: translateX(8px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border-left-width: 6px;
}
.clients-modern-alt3 .community-item-alt3 strong {
  color: #1a1a1a;
  font-size: 1.1rem;
  margin-bottom: 5px;
}
.clients-modern-alt3 .community-item-alt3 span {
  color: #666;
  font-size: 0.95rem;
}
.clients-modern-alt3 .community-note {
  text-align: center;
  color: #888;
  font-size: 0.9rem;
  margin-top: 30px;
  font-style: italic;
}
.clients-modern-alt3 .cta-section-alt3 {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 20px;
  padding: 60px 40px;
  text-align: center;
  color: white;
}
.clients-modern-alt3 .cta-section-alt3 h2 {
  font-size: 2.2rem;
  margin-bottom: 15px;
}
.clients-modern-alt3 .cta-section-alt3 p {
  font-size: 1.2rem;
  margin-bottom: 35px;
  opacity: 0.95;
}
.clients-modern-alt3 .cta-buttons-alt3 {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.clients-modern-alt3 .btn-cta-primary-alt3,
.clients-modern-alt3 .btn-cta-secondary-alt3 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 40px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.clients-modern-alt3 .btn-cta-primary-alt3 .material-icons,
.clients-modern-alt3 .btn-cta-secondary-alt3 .material-icons {
  font-size: 22px;
}
.clients-modern-alt3 .btn-cta-primary-alt3 {
  background: white;
  color: #667eea;
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.3);
}
.clients-modern-alt3 .btn-cta-primary-alt3:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(255, 255, 255, 0.4);
  background: #f8f9fa;
}
.clients-modern-alt3 .btn-cta-secondary-alt3 {
  background: rgba(255, 255, 255, 0.15);
  color: white;
  border: 2px solid white;
}
.clients-modern-alt3 .btn-cta-secondary-alt3:hover {
  background: white;
  color: #667eea;
  transform: translateY(-3px);
}

/*# sourceMappingURL=clients-modern-alt3-alt4.css.map */
