@import url(/assets/theme/theme.css);
  
  /* Container */
  .gpu-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
  }
  
  .feature-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    letter-spacing: -0.5px;
  }
  
  .product-name {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
  }
  
  .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;
  }
  
  .price-amount {
    font-size: 1.5rem;
    font-weight: 600;
  }
  
  .price-period {
    font-size: 0.875rem;
    opacity: 0.6;
  }

  /* Pre-footer CTA Section */
  .pre-footer-cta {
    background-color: rgba(59, 130, 246, 0.05);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    margin-top: 60px;
  }
  
  .pre-footer-cta .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  
  .pre-footer-cta__content {
    text-align: center;
    max-width: 800px;
    margin-bottom: 2rem;
  }
  
  .pre-footer-cta__title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #f5f5f5;
    margin-bottom: 1rem;
  }
  
  .pre-footer-cta__description {
    font-size: 1.125rem;
    color: rgba(245, 245, 245, 0.8);
    margin-bottom: 2rem;
  }
  
  .pre-footer-cta__buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .pre-footer-cta__shape {
    position: absolute;
    z-index: 0;
  }
  
  .shape-1 {
    top: -20px;
    right: -20px;
    width: 200px;
    height: 200px;
    background-color: rgba(59, 130, 246, 0.2);
    opacity: 0.1;
    border-radius: 50%;
  }
  
  .shape-2 {
    bottom: -30px;
    left: -30px;
    width: 250px;
    height: 250px;
    background-color: #3b82f6;
    opacity: 0.1;
    border-radius: 50%;
  }

  /* Comparison table */
  .comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  }

  .comparison-table th {
    background-color: rgba(59, 130, 246, 0.1);
    padding: 1.25rem 1rem;
    text-align: left;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }

  .comparison-table td {
    padding: 1.25rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }

  .comparison-table tr:last-child td {
    border-bottom: none;
  }

  .comparison-table tr:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.02);
  }

  .comparison-table .highlight {
    background-color: rgba(59, 130, 246, 0.08);
  }

  .comparison-table .best-value {
    position: relative;
  }

  .comparison-table .best-value::after {
    content: 'Best Value';
    position: absolute;
    top: 0;
    right: 0;
    background-color: #3b82f6;
    color: white;
    font-size: 0.75rem;
    padding: 0.25rem 0.75rem;
    border-bottom-left-radius: 0.5rem;
  }

  /* GPU specs badges */
  .gpu-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    background-color: rgba(59, 130, 246, 0.1);
    border-radius: 1rem;
    font-size: 0.75rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .gpu-badge svg {
    width: 14px;
    height: 14px;
    margin-right: 0.25rem;
    color: #3b82f6;
  }

  .gpu-specs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
  .product-features{
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-evenly;
    align-items: start;
    gap: 16px;
    }
  .fea-product{
    display: flex;
    background-color: rgb(19,18,19);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 1rem;
    padding: 2.5rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    gap: 15px;
    height: max-content;
  }
  .fea-product div {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .fea-product img{
    width: 100px;
    height: 100px;
    margin-right: 20px;
  }
  
  .feature-image-state-art {
        background-image: url(/assets/images/State-of-the-Art.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        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-image-AI-and-ML {
        background-image: url(/assets/images/AI-and-ML.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        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-image-High-Speed-Networking {
        background-image: url(/assets/images/High-Speed-Networking.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        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-image-Enterprise-Grade-Storage {
        background-image: url(/assets/images/Enterprise-Grade-Storage.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        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;
  }

  .nvidia-feature-image-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    background-image: url(/assets/images/NVIDIA\ RTX\ 4000\ Ada\ Generation.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .nvidia-quadro-feature-image-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    background-image: url(/assets/images/NVIDIA\ Quadro\ RTX\ 6000.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .nvidia-feature-image{
      flex: 1;
      border-radius: 1rem;
      overflow: hidden;
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
      border: 1px solid rgba(255, 255, 255, 0.05);
      height: 400px;
      position: relative;
      border-radius: none;
  }

  /* Responsive adjustments */
  @media (max-width: 1024px) {
    
    .hero-description {
      font-size: 1.125rem;
    }
  }
  
  @media (max-width: 768px) {
    .hero-description {
      font-size: 1rem;
    }
    
    .cta-buttons {
      flex-direction: column;
      gap: 0.75rem;
      width: 100%;
    }
    
    .cta-primary, .cta-secondary {
      width: 100%;
    }
    
    .trusted-logos {
      flex-wrap: wrap;
      gap: 1.5rem;
    }
    
    .pre-footer-cta__title {
      font-size: 2rem;
    }
    
    .pre-footer-cta__buttons {
      flex-direction: column;
      width: 100%;
    }
    
    .pre-footer-cta__buttons .btn {
      width: 100%;
    }
    
    .section-title {
      font-size: 2.25rem;
    }

    /* Table responsiveness */
    .comparison-table {
      display: block;
      overflow-x: auto;
    }
    .product-features {
      grid-template-columns: repeat(1, 1fr);
      }
  }
  
  @media (max-width: 480px) {
    
    .section-badge {
      font-size: 0.75rem;
    }
    
    .section-title {
      font-size: 1.75rem;
    }
    
    .section-description {
      font-size: 1rem;
    }
    
    .feature-title {
      font-size: 1.5rem;
    }
    
    .feature-description {
      font-size: 1rem;
    }
    
    .pre-footer-cta__title {
      font-size: 1.75rem;
    }
    
    .pre-footer-cta__description {
      font-size: 1rem;
    }
    .product-features{
      grid-template-columns: repeat(1, 1fr);
      }
  }