/* ==========================================
   ADDITIONAL CSS FOR RAPID PROTOTYPING PAGE
   Add this to your product.css file
   ========================================== */

/* Batch Clarity Section */
.batch-clarity-section {
    background: linear-gradient(135deg, #f7fbfa, #ffffff);
    padding: 40px;
    border-radius: 20px;
    border: 2px solid var(--primary-light);
}

.batch-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    border: 2px solid var(--gray-200);
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.batch-card:hover {
    border-color: var(--primary);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 168, 120, 0.15);
}

.batch-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary-light), var(--primary));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.batch-icon i {
    font-size: 2rem;
    color: #ffffff;
}

.batch-card h5 {
    color: var(--dark);
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.batch-quantity {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--primary);
    margin: 15px 0;
    padding: 10px;
    background: rgba(0, 168, 120, 0.08);
    border-radius: 8px;
}

.batch-card p {
    color: var(--gray-600);
    font-size: 0.9rem;
    line-height: 1.6;
}

/* Industries Served Section */
.industry-card {
    background: #ffffff;
    padding: 30px 20px;
    border-radius: 15px;
    text-align: center;
    border: 2px solid var(--gray-200);
    transition: all 0.3s ease;
    height: 100%;
}

.industry-card:hover {
    border-color: var(--primary);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 168, 120, 0.15);
}

.industry-card i {
    font-size: 2.5rem;
    color: var(--primary);
    margin-bottom: 15px;
    display: block;
}

.industry-card h5 {
    color: var(--dark);
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 1.05rem;
}

.industry-card p {
    color: var(--gray-600);
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
}

/* Why Choose Section */
.why-choose-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    border-left: 5px solid var(--primary);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.why-choose-card:hover {
    box-shadow: 0 10px 30px rgba(0, 168, 120, 0.15);
    transform: translateX(5px);
}

.why-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.why-icon i {
    font-size: 1.8rem;
    color: #ffffff;
}

.why-choose-card h5 {
    color: var(--dark);
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 1.1rem;
}

.why-choose-card p {
    color: var(--gray-600);
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .batch-clarity-section {
        padding: 25px 20px;
    }

    .batch-card {
        padding: 25px 15px;
        margin-bottom: 20px;
    }

    .batch-quantity {
        font-size: 1.2rem;
    }

    .industry-card,
    .why-choose-card {
        margin-bottom: 20px;
    }

    .why-icon {
        width: 50px;
        height: 50px;
    }

    .why-icon i {
        font-size: 1.5rem;
    }
}

/* Animation for scroll */
@media (prefers-reduced-motion: no-preference) {
    .batch-card,
    .industry-card,
    .why-choose-card {
        animation: fadeInUp 0.6s ease;
    }
}


/* ================================
   CTA BLOCK #2 – Conversion Section
================================ */

.cta-conversion-section {
  padding: 70px 0;
  background: linear-gradient(135deg, #0f3d2e, #134e3a);
}

.cta-box {
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 14px;
  padding: 50px 40px;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.cta-title {
  font-size: 32px;
  font-weight: 700;
  color: #0f3d2e;
  margin-bottom: 15px;
}

.cta-subtitle {
  font-size: 17px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 30px;
}

.cta-subtitle strong {
  color: #0f3d2e;
  font-weight: 600;
}

.cta-trust-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 30px;
  margin-bottom: 35px;
}

.cta-trust-points span {
  font-size: 15px;
  color: #2e7d32;
  font-weight: 500;
}

.cta-actions {
  margin-top: 10px;
}

.cta-primary-btn {
  display: inline-block;
  padding: 14px 34px;
  background: #0f9d58;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(15, 157, 88, 0.35);
}

.cta-primary-btn:hover {
  background: #0b7a45;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(15, 157, 88, 0.45);
}

/* Responsive */
@media (max-width: 768px) {
  .cta-box {
    padding: 35px 25px;
  }

  .cta-title {
    font-size: 26px;
  }

  .cta-subtitle {
    font-size: 15px;
  }

  .cta-trust-points {
    flex-direction: column;
    gap: 10px;
  }
}


/* ================================
   CTA BLOCK #1 – Technical Quote
================================ */

.cta-technical-section {
  padding: 60px 0;
  background: #f5faf7;
}

.cta-tech-box {
  max-width: 950px;
  margin: 0 auto;
  background: #ffffff;
  border-left: 6px solid #0f9d58;
  border-radius: 12px;
  padding: 45px 40px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.cta-tech-title {
  font-size: 30px;
  font-weight: 700;
  color: #0f3d2e;
  margin-bottom: 12px;
}

.cta-tech-subtitle {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 25px;
}

.cta-tech-subtitle strong {
  color: #0f3d2e;
  font-weight: 600;
}

.cta-tech-points ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.cta-tech-points li {
  font-size: 15px;
  color: #333;
  padding-left: 28px;
  margin-bottom: 10px;
  position: relative;
}

.cta-tech-points li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #0f9d58;
  font-weight: 700;
}

.cta-tech-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.cta-tech-btn-primary {
  background: #0f9d58;
  color: #ffffff;
  padding: 14px 30px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 18px rgba(15, 157, 88, 0.35);
}

.cta-tech-btn-primary:hover {
  background: #0b7a45;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(15, 157, 88, 0.45);
}

.cta-tech-btn-secondary {
  background: transparent;
  color: #0f9d58;
  padding: 14px 28px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  border: 2px solid #0f9d58;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-tech-btn-secondary:hover {
  background: #0f9d58;
  color: #ffffff;
}

/* Responsive */
@media (max-width: 768px) {
  .cta-tech-box {
    padding: 35px 25px;
  }

  .cta-tech-title {
    font-size: 25px;
  }

  .cta-tech-actions {
    flex-direction: column;
  }

  .cta-tech-btn-primary,
  .cta-tech-btn-secondary {
    text-align: center;
  }
}

/* =========================================================
   TRUST & NDA – CONFIDENTIAL PROTOTYPING SECTION
   ========================================================= */

.oem-tech-capabilities {
    background: linear-gradient(
        135deg,
        var(--gray-100),
        var(--gray-200)
    );
}

/* Section heading */
.oem-tech-capabilities h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--dark);
    position: relative;
    padding-bottom: 12px;
}

.oem-tech-capabilities h2::after {
    content: "";
    width: 90px;
    height: 3px;
    background: var(--primary);
    display: block;
    margin: 14px auto 0;
    border-radius: 2px;
}

/* Section description */
.oem-tech-capabilities p {
    font-size: 1.05rem;
    color: var(--gray-600);
    line-height: 1.7;
}

/* Left image container */
.oem-tech-capabilities img {
    border-radius: 18px;
    border: 2px solid var(--gray-200);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.oem-tech-capabilities img:hover {
    transform: scale(1.02);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.12);
}

/* Right trust box */
.oem-tech-capabilities .bg-white {
    border-radius: 18px;
    border-left: 5px solid var(--primary);
    box-shadow: 0 14px 36px rgba(0, 168, 120, 0.12);
}

/* Trust section title */
.oem-tech-capabilities h3 {
    font-weight: 700;
    color: var(--dark);
}

/* List items */
.oem-tech-capabilities ul li {
    font-size: 0.95rem;
    color: var(--gray-600);
    line-height: 1.6;
}

/* Icons inside trust list */
.oem-tech-capabilities ul li i {
    color: var(--primary);
    font-size: 1rem;
}

/* Strong text emphasis */
.oem-tech-capabilities ul li strong {
    color: var(--primary-dark);
    font-weight: 700;
}

/* Alert box (Trusted by OEMs) */
.oem-tech-capabilities .alert {
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 600;
    background: linear-gradient(
        135deg,
        var(--light),
        #eafaf4
    );
    color: var(--primary-dark);
    border: 1px solid var(--primary-light);
}

/* Mobile adjustments */
@media (max-width: 768px) {

    .oem-tech-capabilities img {
        margin-bottom: 25px;
    }

    .oem-tech-capabilities p {
        font-size: 0.98rem;
    }

    .oem-tech-capabilities ul li {
        font-size: 0.9rem;
    }
}
