/* Features section */ 

.features-section {
  padding: 3rem 5%;
  position: relative;
  overflow: hidden;
}

.section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 5rem;
}

.section-badge {
  background-color: rgba(59, 130, 246, 0.1);
  color: #3b82f6;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-size: 0.875rem;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.section-title {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1.5rem;
  letter-spacing: -1px;
}

.section-description {
  font-size: 1.125rem;
  opacity: 0.8;
  line-height: 1.6;
}

.feature-row {
  display: flex;
  align-items: center;
  margin-bottom: 8rem;
  position: relative;
  z-index: 2;
}

.feature-row:last-child {
  margin-bottom: 0;
}

.feature-row:nth-child(even) {
  flex-direction: row-reverse;
}

.feature-content {
  flex: 1;
  padding: 2rem;
}

.feature-image {
  flex: 1;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  height: 400px;
  position: relative;
}

.feature-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  letter-spacing: -0.5px;
}

.feature-description {
  font-size: 1.125rem;
  opacity: 0.8;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.feature-list {
  list-style: none;
  margin-bottom: 2rem;
}

.feature-list-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.feature-list-item svg {
  width: 20px;
  height: 20px;
  margin-right: 0.75rem;
  color: #3b82f6;
  flex-shrink: 0;
  margin-top: 0.25rem;
}

.feature-cta {
  background-color: rgba(59, 130, 246, 0.1);
  color: #f5f5f5;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 500;
  font-size: 1rem;
  border: 1px solid rgba(59, 130, 246, 0.3);
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-block;
}

.feature-cta:hover {
  background-color: #3b82f6;
}

.feature-image-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  background: linear-gradient(180deg, rgba(18, 18, 18, 0.3) 0%, rgba(18, 18, 18, 0.9) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.image-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.image-description {
  font-size: 0.875rem;
  opacity: 0.8;
}

.terminal {
  background-color: #181818;
  border-radius: 0.5rem;
  padding: 1rem;
  font-family: 'Menlo', 'Monaco', 'Courier New', monospace;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 1rem;
  color: #e2e2e2;
}

.terminal-line {
  display: flex;
  margin-bottom: 0.5rem;
}

.prompt {
  color: #3b82f6;
  margin-right: 0.5rem;
}

.command {
  color: #e2e2e2;
}

.response {
  color: #a3a3a3;
  padding-left: 1rem;
}

.grid-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 40px 40px;
  background-image: 
    linear-gradient(to right, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  z-index: 1;
}

.blob {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: rgba(59, 130, 246, 0.07);
  filter: blur(100px);
  z-index: 0;
}

.blob-5 {
  top: 30%;
  right: -300px;
}

@media (max-width: 900px) {
  .feature-row, 
  .feature-row:nth-child(even) {
    flex-direction: column;
  }
  
  .feature-content,
  .feature-image {
    width: 100%;
  }
  
  .feature-image {
    margin-bottom: 2rem;
    height: 300px;
  }
  
  .feature-row:nth-child(even) .feature-image {
    order: -1;
  }
  
  .section-title {
    font-size: 2.25rem;
  }
}


/* Products  */

.products-section {
  padding: 3rem 5%;
  position: relative;
  overflow: hidden;
}

.section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 5rem;
}

.section-badge {
  background-color: rgba(59, 130, 246, 0.1);
  color: #3b82f6;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-size: 0.875rem;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.section-title {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1.5rem;
  letter-spacing: -1px;
}

.section-description {
  font-size: 1.125rem;
  opacity: 0.8;
  line-height: 1.6;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  position: relative;
  z-index: 2;
}

.product-card {
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 1rem;
  padding: 2.5rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.product-card:hover {
  transform: translateY(-5px);
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(59, 130, 246, 0.3);
}

.product-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #3b82f6, #60a5fa);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-card:hover::before {
  opacity: 1;
}

.product-icon {
  background-color: rgba(59, 130, 246, 0.1);
  width: 60px;
  height: 60px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.product-icon svg {
  width: 32px;
  height: 32px;
  color: #3b82f6;
}

.product-name {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.product-description {
  font-size: 0.9375rem;
  opacity: 0.8;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.product-specs {
  margin-bottom: 2rem;
}

.spec-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  font-size: 0.9375rem;
}

.spec-item svg {
  width: 16px;
  height: 16px;
  margin-right: 0.5rem;
  color: #3b82f6;
  flex-shrink: 0;
}

.product-cta {
  background-color: rgba(59, 130, 246, 0.1);
  color: #f5f5f5;
  padding: 0.75rem 1.25rem;
  border-radius: 0.5rem;
  font-weight: 500;
  font-size: 0.9375rem;
  border: 1px solid rgba(59, 130, 246, 0.3);
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
  text-align: center;
}

.product-cta:hover {
  background-color: #3b82f6;
}

.price {
  margin-bottom: 2rem;
}

.price-amount {
  font-size: 1.5rem;
  font-weight: 600;
}

.price-period {
  font-size: 0.875rem;
  opacity: 0.6;
}

.blob {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: rgba(59, 130, 246, 0.07);
  filter: blur(100px);
  z-index: 0;
}

.blob-3 {
  top: 20%;
  right: -300px;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 2.25rem;
  }
  
  .products-grid {
    grid-template-columns: 1fr;
  }
}


/* Testimonials */


/* Blog Section Styles */
.blog-section {
  padding: 3rem 5%;
  position: relative;
  overflow: hidden;
}

.section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 5rem;
}

.section-badge {
  background-color: rgba(59, 130, 246, 0.1);
  color: #3b82f6;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-size: 0.875rem;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 1.5rem;
}

.section-title {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1.5rem;
  letter-spacing: -1px;
}

.section-description {
  font-size: 1.125rem;
  opacity: 0.8;
  line-height: 1.6;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 2rem;
  position: relative;
  z-index: 2;
  margin-bottom: 3rem;
}

.blog-card {
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 1rem;
  overflow: hidden;
  transition: all 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  border-color: rgba(59, 130, 246, 0.3);
}

.blog-image {
  width: 100%;
  height: 180px;
  background-color: #181818;
  position: relative;
  overflow: hidden;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-category {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background-color: rgba(59, 130, 246, 0.9);
  color: #fff;
  padding: 0.25rem 0.75rem;
  border-radius: 2rem;
  font-size: 0.75rem;
  font-weight: 500;
}

.blog-content {
  padding: 1.5rem;
}

.blog-date {
  font-size: 0.875rem;
  color: rgba(245, 245, 245, 0.6);
  margin-bottom: 0.75rem;
}

.blog-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.blog-excerpt {
  font-size: 0.9375rem;
  opacity: 0.8;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.blog-link {
  color: #3b82f6;
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.blog-link svg {
  width: 16px;
  height: 16px;
  margin-left: 0.5rem;
  transition: transform 0.2s ease;
}

.blog-link:hover svg {
  transform: translateX(3px);
}

.view-all-btn {
  background-color: rgba(59, 130, 246, 0.1);
  color: #f5f5f5;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 500;
  font-size: 1rem;
  border: 1px solid rgba(59, 130, 246, 0.3);
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  display: block;
  width: fit-content;
  margin: 0 auto;
}

.view-all-btn:hover {
  background-color: #3b82f6;
}

/* Testimonial Section Styles */
.testimonial-section {
  padding: 3rem 5%;
  position: relative;
  overflow: hidden;
}

.testimonial-tabs {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
}

.tabs-nav {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 3rem;
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.tabs-nav::-webkit-scrollbar {
  display: none;
}

.tab {
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: rgba(245, 245, 245, 0.6);
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s ease;
  position: relative;
}

.tab.active {
  color: #3b82f6;
}

.tab.active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #3b82f6;
}

.testimonial-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.testimonial-card {
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 1rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
}

.testimonial-header {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
}

.company-logo {
  width: 120px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  margin-right: auto;
}

.rating {
  display: flex;
}

.star {
  color: #3b82f6;
  margin-left: 0.25rem;
}

.testimonial-quote {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 2rem;
  position: relative;
}

.testimonial-quote::before {
  content: '"';
  font-size: 3rem;
  position: absolute;
  left: -1rem;
  top: -1rem;
  color: rgba(59, 130, 246, 0.2);
  font-family: Georgia, serif;
}

.testimonial-author {
  margin-top: auto;
  display: flex;
  align-items: center;
}

.author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #3b82f6;
  margin-right: 1rem;
  overflow: hidden;
}

.author-info {
  flex: 1;
}

.author-name {
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.author-title {
  font-size: 0.875rem;
  opacity: 0.6;
}

.blob {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: rgba(59, 130, 246, 0.07);
  filter: blur(100px);
  z-index: 0;
}

.blob-6 {
  bottom: -200px;
  right: 10%;
}

.blob-7 {
  top: -200px;
  left: 5%;
}

@media (min-width: 768px) {
  .testimonial-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 2.25rem;
  }
  
  .blog-grid {
    grid-template-columns: 1fr;
  }
  
  .testimonial-quote {
    font-size: 1.125rem;
  }
}