.integrations-modern-alt1 {
  padding: 80px 0;
}
.integrations-modern-alt1 .section-header {
  margin-bottom: 60px;
}
.integrations-modern-alt1 .section-header h1 {
  color: white;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.integrations-modern-alt1 .section-header .section-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.2rem;
  line-height: 1.6;
}
.integrations-modern-alt1 .category-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin-bottom: 60px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  backdrop-filter: blur(10px);
}
.integrations-modern-alt1 .filter-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  cursor: pointer;
}
.integrations-modern-alt1 .filter-pill:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.integrations-modern-alt1 .filter-pill.active {
  background: white;
  color: #667eea;
  border-color: white;
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.3);
}
.integrations-modern-alt1 .filter-pill .material-icons {
  font-size: 20px;
}
.integrations-modern-alt1 .integrations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}
.integrations-modern-alt1 .integration-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
.integrations-modern-alt1 .integration-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}
.integrations-modern-alt1 .integration-card:hover .card-image img {
  transform: scale(1.05);
}
.integrations-modern-alt1 .integration-card:hover .card-button {
  background: #5568d3;
}
.integrations-modern-alt1 .integration-card.hidden {
  display: none;
}
.integrations-modern-alt1 .card-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.integrations-modern-alt1 .card-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.integrations-modern-alt1 .card-content {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.integrations-modern-alt1 .card-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 12px 0;
}
.integrations-modern-alt1 .card-description {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 20px;
  flex: 1;
}
.integrations-modern-alt1 .card-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  background: #667eea;
  color: white;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 100%;
}
.integrations-modern-alt1 .card-button .material-icons {
  font-size: 18px;
}
.integrations-modern-alt1 .cta-section-alt1 {
  background: white;
  border-radius: 20px;
  padding: 50px 40px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.integrations-modern-alt1 .cta-section-alt1 h2 {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #1a1a1a;
}
.integrations-modern-alt1 .cta-section-alt1 p {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 30px;
}
.integrations-modern-alt1 .cta-section-alt1 .cta-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 40px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.integrations-modern-alt1 .cta-section-alt1 .cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}
.integrations-modern-alt1 .cta-section-alt1 .cta-button .material-icons {
  font-size: 22px;
}

.integration-detail-modern .detail-hero {
  padding: 80px 0 60px;
}
.integration-detail-modern .detail-hero .hero-content {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}
.integration-detail-modern .detail-hero .hero-image {
  flex: 0 0 400px;
  background: white;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
.integration-detail-modern .detail-hero .hero-image img {
  width: 100%;
  height: auto;
  display: block;
}
.integration-detail-modern .detail-hero .hero-text {
  flex: 1;
  min-width: 300px;
}
.integration-detail-modern .detail-hero .hero-text h1 {
  color: white;
  font-size: 3rem;
  margin-bottom: 20px;
  font-weight: 700;
}
.integration-detail-modern .detail-hero .hero-text .hero-description {
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.3rem;
  line-height: 1.7;
  font-style: italic;
  padding: 20px;
  background: rgba(255, 255, 255, 0.1);
  border-left: 4px solid white;
  border-radius: 8px;
  backdrop-filter: blur(10px);
}
.integration-detail-modern .steps-section {
  background: white;
  border-radius: 20px;
  padding: 60px 40px;
  margin-bottom: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.integration-detail-modern .step-item {
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
  align-items: center;
}
.integration-detail-modern .step-item:last-child {
  margin-bottom: 0;
}
.integration-detail-modern .step-item:nth-child(even) {
  flex-direction: row-reverse;
}
.integration-detail-modern .step-number {
  flex: 0 0 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}
.integration-detail-modern .step-content {
  flex: 1;
}
.integration-detail-modern .step-content h3 {
  font-size: 1.8rem;
  color: #1a1a1a;
  margin-bottom: 15px;
}
.integration-detail-modern .step-content p {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 20px;
}
.integration-detail-modern .step-content .step-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 30px;
  background: #667eea;
  color: white;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.integration-detail-modern .step-content .step-button:hover {
  background: #5568d3;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
}
.integration-detail-modern .step-content .step-button .material-icons {
  font-size: 18px;
}
.integration-detail-modern .step-image {
  flex: 0 0 45%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.integration-detail-modern .step-image img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .integrations-modern-alt1 {
    padding: 40px 0;
  }
  .integrations-modern-alt1 .section-header h1 {
    font-size: 2rem;
  }
  .integrations-modern-alt1 .category-filters {
    padding: 20px;
  }
  .integrations-modern-alt1 .integrations-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .integrations-modern-alt1 .cta-section-alt1 {
    padding: 30px 20px;
  }
  .integration-detail-modern .detail-hero {
    padding: 40px 0 30px;
  }
  .integration-detail-modern .detail-hero .hero-content {
    gap: 30px;
  }
  .integration-detail-modern .detail-hero .hero-image {
    flex: 0 0 100%;
  }
  .integration-detail-modern .detail-hero .hero-text h1 {
    font-size: 2rem;
  }
  .integration-detail-modern .steps-section {
    padding: 40px 20px;
  }
  .integration-detail-modern .step-item {
    flex-direction: column !important;
    gap: 20px;
  }
  .integration-detail-modern .step-item:nth-child(even) {
    flex-direction: column !important;
  }
  .integration-detail-modern .step-image {
    flex: 0 0 100%;
  }
}

/*# sourceMappingURL=integrations-modern.css.map */
