/* ===================================
   ITR-4 Content CSS - External Stylesheet
   Fully Scoped to .itr4-content-wrapper
   Version: 20260121
   =================================== */

/* ============= CONTENT WRAPPER ============= */
.itr4-content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem 3rem;
  font-family: 'Open Sans', sans-serif;
  color: #2c3e50;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .itr4-content-wrapper {
    padding: 0 1.5rem 2rem;
  }
}

@media (max-width: 480px) {
  .itr4-content-wrapper {
    padding: 0 1rem 1.5rem;
  }
}

/* ============= INTRO SECTION ============= */
.itr4-content-wrapper .itr4-intro-section {
  text-align: center;
  margin-bottom: 3rem;
}

.itr4-content-wrapper .itr4-intro-section h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #0f2027;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.itr4-content-wrapper .itr4-intro-section p {
  font-size: 1.1rem;
  color: #34495e;
  line-height: 1.8;
  margin-bottom: 1rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .itr4-content-wrapper .itr4-intro-section h2 {
    font-size: 1.6rem;
  }

  .itr4-content-wrapper .itr4-intro-section p {
    font-size: 1rem;
  }
}

/* ============= INFO CARD ============= */
.itr4-content-wrapper .itr4-info-card {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  padding: 2rem;
  border-radius: 12px;
  margin-bottom: 3rem;
  border-left: 5px solid #11998e;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.itr4-content-wrapper .itr4-info-card .info-card-icon {
  font-size: 3rem;
  flex-shrink: 0;
  line-height: 1;
}

.itr4-content-wrapper .itr4-info-card .info-card-content h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #0f2027;
  margin: 0 0 0.75rem 0;
}

.itr4-content-wrapper .itr4-info-card .info-card-content p {
  font-size: 1.05rem;
  color: #34495e;
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 768px) {
  .itr4-content-wrapper .itr4-info-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.5rem;
  }

  .itr4-content-wrapper .itr4-info-card .info-card-content h3 {
    font-size: 1.2rem;
  }

  .itr4-content-wrapper .itr4-info-card .info-card-content p {
    font-size: 1rem;
  }
}

/* ============= SECTION STYLES ============= */
.itr4-content-wrapper .itr4-section {
  margin-bottom: 3.5rem;
}

.itr4-content-wrapper .itr4-section h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #0f2027;
  margin-bottom: 1.5rem;
  line-height: 1.3;
  border-bottom: 3px solid #11998e;
  padding-bottom: 0.5rem;
}

.itr4-content-wrapper .itr4-section h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #2c3e50;
  margin: 2rem 0 1rem 0;
  line-height: 1.3;
}

.itr4-content-wrapper .itr4-section p {
  font-size: 1.05rem;
  color: #34495e;
  line-height: 1.8;
  margin-bottom: 1.25rem;
}

.itr4-content-wrapper .itr4-section ul,
.itr4-content-wrapper .itr4-section ol {
  margin: 1rem 0 1.5rem 1.5rem;
  padding-left: 1rem;
}

.itr4-content-wrapper .itr4-section li {
  font-size: 1.05rem;
  color: #34495e;
  line-height: 1.7;
  margin-bottom: 0.75rem;
}

.itr4-content-wrapper .itr4-section strong {
  color: #11998e;
  font-weight: 600;
}

@media (max-width: 768px) {
  .itr4-content-wrapper .itr4-section h2 {
    font-size: 1.6rem;
  }

  .itr4-content-wrapper .itr4-section h3 {
    font-size: 1.3rem;
  }

  .itr4-content-wrapper .itr4-section p,
  .itr4-content-wrapper .itr4-section li {
    font-size: 1rem;
  }
}

/* ============= HIGHLIGHT BOX ============= */
.itr4-content-wrapper .itr4-highlight-box {
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  border-left: 5px solid #10b981;
  padding: 1.5rem 2rem;
  border-radius: 8px;
  margin: 1.5rem 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.itr4-content-wrapper .itr4-highlight-box strong {
  color: #065f46;
  font-size: 1.1rem;
  display: block;
  margin-bottom: 0.75rem;
}

.itr4-content-wrapper .itr4-highlight-box ul {
  margin: 0.75rem 0 0 1.5rem;
  padding-left: 0;
}

.itr4-content-wrapper .itr4-highlight-box li {
  margin-bottom: 0.5rem;
}

.itr4-content-wrapper .itr4-highlight-box a {
  color: #11998e;
  text-decoration: none;
  font-weight: 600;
}

.itr4-content-wrapper .itr4-highlight-box a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .itr4-content-wrapper .itr4-highlight-box {
    padding: 1.25rem 1.5rem;
  }
}

/* ============= NOTE BOX ============= */
.itr4-content-wrapper .itr4-note-box {
  background: #fef3c7;
  border-left: 5px solid #f59e0b;
  padding: 1.5rem 2rem;
  border-radius: 8px;
  margin: 1.5rem 0;
}

.itr4-content-wrapper .itr4-note-box strong {
  color: #92400e;
  font-size: 1.05rem;
}

/* ============= ALERT BOX ============= */
.itr4-content-wrapper .itr4-alert-box {
  background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
  border-left: 5px solid #ef4444;
  padding: 1.5rem 2rem;
  border-radius: 8px;
  margin: 1.5rem 0;
  box-shadow: 0 2px 8px rgba(239,68,68,0.15);
}

.itr4-content-wrapper .itr4-alert-box strong {
  color: #991b1b;
  font-size: 1.1rem;
  display: block;
  margin-bottom: 0.5rem;
}

.itr4-content-wrapper .itr4-alert-box a {
  color: #991b1b;
  font-weight: 600;
  text-decoration: underline;
}

/* ============= ELIGIBILITY CARDS ============= */
.itr4-content-wrapper .itr4-eligibility-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.itr4-content-wrapper .eligibility-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.itr4-content-wrapper .eligibility-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.itr4-content-wrapper .eligibility-card .card-header {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  padding: 1.25rem 1.5rem;
  text-align: center;
  color: #ffffff;
}

.itr4-content-wrapper .eligibility-card.eligible .card-header {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.itr4-content-wrapper .eligibility-card.ineligible .card-header {
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
}

.itr4-content-wrapper .eligibility-card ul {
  padding: 1.5rem;
  margin: 0;
  list-style: none;
}

.itr4-content-wrapper .eligibility-card li {
  padding: 0.75rem 0;
  border-bottom: 1px solid #e5e7eb;
  line-height: 1.6;
}

.itr4-content-wrapper .eligibility-card li:last-child {
  border-bottom: none;
}

@media (max-width: 768px) {
  .itr4-content-wrapper .itr4-eligibility-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

/* ============= COMPARISON TABLE ============= */
.itr4-content-wrapper .itr4-comparison-table {
  overflow-x: auto;
  margin: 2rem 0;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.itr4-content-wrapper .itr4-comparison-table table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
}

.itr4-content-wrapper .itr4-comparison-table thead {
  background: linear-gradient(135deg, #0f2027 0%, #203a43 100%);
}

.itr4-content-wrapper .itr4-comparison-table th {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  color: #ffffff;
  padding: 1.25rem 1rem;
  text-align: left;
  border-right: 1px solid rgba(255,255,255,0.1);
}

.itr4-content-wrapper .itr4-comparison-table th:last-child {
  border-right: none;
}

.itr4-content-wrapper .itr4-comparison-table td {
  padding: 1rem;
  border-bottom: 1px solid #e5e7eb;
  border-right: 1px solid #e5e7eb;
  font-size: 1rem;
  color: #374151;
}

.itr4-content-wrapper .itr4-comparison-table td:last-child {
  border-right: none;
}

.itr4-content-wrapper .itr4-comparison-table tbody tr:hover {
  background: #f9fafb;
}

.itr4-content-wrapper .itr4-comparison-table tbody tr:last-child td {
  border-bottom: none;
}

@media (max-width: 768px) {
  .itr4-content-wrapper .itr4-comparison-table {
    font-size: 0.9rem;
  }

  .itr4-content-wrapper .itr4-comparison-table th,
  .itr4-content-wrapper .itr4-comparison-table td {
    padding: 0.75rem 0.5rem;
    font-size: 0.9rem;
  }
}

/* ============= DEADLINE BOX ============= */
.itr4-content-wrapper .itr4-deadline-box {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
  padding: 2rem;
  border-radius: 12px;
  border-left: 5px solid #f59e0b;
  margin: 2rem 0;
  box-shadow: 0 4px 15px rgba(245,158,11,0.2);
}

.itr4-content-wrapper .itr4-deadline-box .deadline-icon {
  font-size: 3rem;
  flex-shrink: 0;
  line-height: 1;
}

.itr4-content-wrapper .itr4-deadline-box .deadline-content h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #92400e;
  margin: 0 0 0.75rem 0;
}

.itr4-content-wrapper .itr4-deadline-box .deadline-content p {
  font-size: 1.05rem;
  color: #78350f;
  line-height: 1.7;
  margin-bottom: 0.75rem;
}

.itr4-content-wrapper .itr4-deadline-box .deadline-cta {
  font-weight: 600;
  margin-top: 1rem;
}

.itr4-content-wrapper .itr4-deadline-box .deadline-cta a {
  color: #92400e;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .itr4-content-wrapper .itr4-deadline-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.5rem;
  }
}

/* ============= DOCUMENTS GRID ============= */
.itr4-content-wrapper .itr4-documents-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.itr4-content-wrapper .document-card {
  background: #ffffff;
  padding: 1.75rem;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  border-top: 4px solid #11998e;
}

.itr4-content-wrapper .document-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
  border-top-color: #0d7a6f;
}

.itr4-content-wrapper .document-card .doc-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  display: block;
}

.itr4-content-wrapper .document-card h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.15rem;
  color: #0f2027;
  margin: 0 0 0.75rem 0;
}

.itr4-content-wrapper .document-card p {
  font-size: 0.95rem;
  color: #6b7280;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 768px) {
  .itr4-content-wrapper .itr4-documents-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
  }

  .itr4-content-wrapper .document-card {
    padding: 1.25rem;
  }
}

/* ============= SCHEME CARDS ============= */
.itr4-content-wrapper .itr4-scheme-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.itr4-content-wrapper .scheme-card {
  background: linear-gradient(135deg, #ffffff 0%, #f0f9ff 100%);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 3px 15px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  border-top: 5px solid #11998e;
}

.itr4-content-wrapper .scheme-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 25px rgba(0,0,0,0.15);
}

.itr4-content-wrapper .scheme-card .scheme-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #e5e7eb;
}

.itr4-content-wrapper .scheme-card .scheme-icon {
  font-size: 2.5rem;
  flex-shrink: 0;
}

.itr4-content-wrapper .scheme-card .scheme-title h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #0f2027;
  margin: 0 0 0.25rem 0;
}

.itr4-content-wrapper .scheme-card .scheme-title p {
  font-size: 0.9rem;
  color: #6b7280;
  margin: 0;
}

.itr4-content-wrapper .scheme-card .scheme-details {
  margin-bottom: 1.5rem;
}

.itr4-content-wrapper .scheme-card .detail-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid #f3f4f6;
}

.itr4-content-wrapper .scheme-card .detail-row:last-child {
  border-bottom: none;
}

.itr4-content-wrapper .scheme-card .detail-label {
  font-weight: 600;
  color: #4b5563;
  font-size: 0.95rem;
}

.itr4-content-wrapper .scheme-card .detail-value {
  font-weight: 700;
  color: #11998e;
  font-size: 1.05rem;
  text-align: right;
}

.itr4-content-wrapper .scheme-card .scheme-benefits {
  background: #f9fafb;
  padding: 1rem 1.25rem;
  border-radius: 8px;
  margin-top: 1rem;
}

.itr4-content-wrapper .scheme-card .scheme-benefits h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #0f2027;
  margin: 0 0 0.75rem 0;
}

.itr4-content-wrapper .scheme-card .scheme-benefits ul {
  margin: 0;
  padding-left: 1.25rem;
}

.itr4-content-wrapper .scheme-card .scheme-benefits li {
  font-size: 0.95rem;
  color: #4b5563;
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .itr4-content-wrapper .itr4-scheme-cards {
    grid-template-columns: 1fr;
  }
}

/* ============= PENALTY CARDS ============= */
.itr4-content-wrapper .itr4-penalty-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.itr4-content-wrapper .penalty-card {
  background: #ffffff;
  padding: 1.75rem;
  border-radius: 12px;
  box-shadow: 0 3px 15px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.itr4-content-wrapper .penalty-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.itr4-content-wrapper .penalty-card h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  margin: 0 0 1rem 0;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #e5e7eb;
}

.itr4-content-wrapper .penalty-card.warning {
  border-top: 4px solid #f59e0b;
}

.itr4-content-wrapper .penalty-card.warning h4 {
  color: #d97706;
}

.itr4-content-wrapper .penalty-card.danger {
  border-top: 4px solid #ef4444;
}

.itr4-content-wrapper .penalty-card.danger h4 {
  color: #dc2626;
}

.itr4-content-wrapper .penalty-card.critical {
  border-top: 4px solid #8b5cf6;
}

.itr4-content-wrapper .penalty-card.critical h4 {
  color: #7c3aed;
}

.itr4-content-wrapper .penalty-card p {
  font-size: 1rem;
  color: #374151;
  line-height: 1.7;
  margin-bottom: 0.75rem;
}

.itr4-content-wrapper .penalty-card ul {
  margin: 0.75rem 0 0 1.25rem;
  padding: 0;
}

.itr4-content-wrapper .penalty-card li {
  margin-bottom: 0.5rem;
}

.itr4-content-wrapper .penalty-amount {
  background: rgba(0,0,0,0.03);
  padding: 1rem;
  border-radius: 8px;
  margin: 1rem 0;
}

.itr4-content-wrapper .penalty-amount .amount-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.itr4-content-wrapper .penalty-amount .amount-row:last-child {
  border-bottom: none;
}

.itr4-content-wrapper .penalty-amount strong {
  color: #dc2626;
  font-size: 1.25rem;
}

.itr4-content-wrapper .penalty-link {
  display: inline-block;
  margin-top: 1rem;
  color: #11998e;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s ease;
}

.itr4-content-wrapper .penalty-link:hover {
  color: #0d7a6f;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .itr4-content-wrapper .itr4-penalty-cards {
    grid-template-columns: 1fr;
  }
}

/* ============= SERVICES GRID ============= */
.itr4-content-wrapper .itr4-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.itr4-content-wrapper .service-card {
  background: linear-gradient(135deg, #ffffff 0%, #f0f9ff 100%);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.itr4-content-wrapper .service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #11998e 0%, #0d7a6f 100%);
}

.itr4-content-wrapper .service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.itr4-content-wrapper .service-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #11998e 0%, #0d7a6f 100%);
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  border-radius: 50%;
  margin-bottom: 1rem;
}

.itr4-content-wrapper .service-card h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  color: #0f2027;
  margin: 0 0 0.75rem 0;
  line-height: 1.3;
}

.itr4-content-wrapper .service-card p {
  font-size: 1rem;
  color: #4b5563;
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 768px) {
  .itr4-content-wrapper .itr4-services-grid {
    grid-template-columns: 1fr;
  }
}

/* ============= TESTIMONIAL SECTION ============= */
.itr4-content-wrapper .itr4-testimonial-section {
  background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.itr4-content-wrapper .testimonial-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.itr4-content-wrapper .testimonial-header h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #0f2027;
  margin-bottom: 0.75rem;
}

.itr4-content-wrapper .testimonial-header p {
  font-size: 1.1rem;
  color: #6b7280;
}

.itr4-content-wrapper .testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.itr4-content-wrapper .testimonial-card {
  background: #ffffff;
  padding: 1.75rem;
  border-radius: 12px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  border-top: 3px solid #11998e;
}

.itr4-content-wrapper .testimonial-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.itr4-content-wrapper .testimonial-rating {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.itr4-content-wrapper .testimonial-rating .stars {
  color: #fbbf24;
  font-size: 1rem;
}

.itr4-content-wrapper .testimonial-rating .rating-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #11998e;
  font-size: 1rem;
}

.itr4-content-wrapper .testimonial-text {
  font-size: 1rem;
  color: #374151;
  line-height: 1.7;
  margin-bottom: 1.25rem;
  font-style: italic;
}

.itr4-content-wrapper .testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e5e7eb;
}

.itr4-content-wrapper .author-avatar {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #11998e 0%, #0d7a6f 100%);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.itr4-content-wrapper .author-info h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #0f2027;
  margin: 0 0 0.25rem 0;
}

.itr4-content-wrapper .author-info p {
  font-size: 0.9rem;
  color: #6b7280;
  margin: 0 0 0.25rem 0;
}

.itr4-content-wrapper .verified-badge {
  font-size: 0.85rem;
  color: #10b981;
  font-weight: 600;
}

.itr4-content-wrapper .testimonial-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 2px solid #e5e7eb;
}

.itr4-content-wrapper .stat-item {
  text-align: center;
}

.itr4-content-wrapper .stat-number {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: #11998e;
  display: block;
  margin-bottom: 0.5rem;
}

.itr4-content-wrapper .stat-label {
  font-size: 1rem;
  color: #6b7280;
  font-weight: 500;
}

@media (max-width: 768px) {
  .itr4-content-wrapper .itr4-testimonial-section {
    padding: 2rem 1.5rem;
  }

  .itr4-content-wrapper .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .itr4-content-wrapper .testimonial-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .itr4-content-wrapper .stat-number {
    font-size: 2rem;
  }
}

/* ============= FAQ SECTION ============= */
.itr4-content-wrapper .itr4-faq-section {
  margin: 3rem 0;
}

.itr4-content-wrapper .itr4-faq-section h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #0f2027;
  text-align: center;
  margin-bottom: 2rem;
  border-bottom: 3px solid #11998e;
  padding-bottom: 0.75rem;
}

.itr4-content-wrapper .itr4-faq-accordion {
  max-width: 900px;
  margin: 0 auto;
}

.itr4-content-wrapper .faq-accordion-item {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: all 0.3s ease;
}

.itr4-content-wrapper .faq-accordion-item:hover {
  box-shadow: 0 3px 12px rgba(0,0,0,0.08);
}

.itr4-content-wrapper .faq-accordion-item.active {
  border-color: #11998e;
}

.itr4-content-wrapper .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s ease;
}

.itr4-content-wrapper .faq-question:hover {
  background: #f9fafb;
}

.itr4-content-wrapper .faq-accordion-item.active .faq-question {
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.itr4-content-wrapper .faq-question span:first-child {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  color: #0f2027;
  line-height: 1.5;
  flex: 1;
  padding-right: 1rem;
}

.itr4-content-wrapper .faq-icon {
  font-size: 1.5rem;
  color: #11998e;
  font-weight: 300;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.itr4-content-wrapper .faq-accordion-item.active .faq-icon {
  transform: rotate(45deg);
}

.itr4-content-wrapper .faq-answer {
  padding: 0 1.5rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.itr4-content-wrapper .faq-accordion-item.active .faq-answer {
  padding: 0 1.5rem 1.25rem;
}

.itr4-content-wrapper .faq-answer p {
  font-size: 1rem;
  color: #4b5563;
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 768px) {
  .itr4-content-wrapper .itr4-faq-section h2 {
    font-size: 1.6rem;
  }

  .itr4-content-wrapper .faq-question {
    padding: 1rem 1.25rem;
  }

  .itr4-content-wrapper .faq-question span:first-child {
    font-size: 1rem;
  }

  .itr4-content-wrapper .faq-answer {
    padding: 0 1.25rem;
  }

  .itr4-content-wrapper .faq-accordion-item.active .faq-answer {
    padding: 0 1.25rem 1rem;
  }
}

/* ============= CTA SECTION ============= */
.itr4-content-wrapper .itr4-cta-section {
  background: linear-gradient(135deg, #0f2027 0%, #203a43 50%, #2c5364 100%);
  color: #ffffff;
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.itr4-content-wrapper .itr4-cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,0.08), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(255,255,255,0.06), transparent 45%);
  z-index: 0;
}

.itr4-content-wrapper .cta-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}

.itr4-content-wrapper .itr4-cta-section h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #ffffff;
}

.itr4-content-wrapper .itr4-cta-section p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 2rem;
  opacity: 0.95;
}

.itr4-content-wrapper .cta-buttons-group {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.itr4-content-wrapper .cta-btn {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.05rem;
  transition: all 0.3s ease;
  display: inline-block;
  min-width: 220px;
}

.itr4-content-wrapper .cta-btn.primary {
  background: #ffffff;
  color: #11998e;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.itr4-content-wrapper .cta-btn.primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
  background: #f8f9fa;
}

.itr4-content-wrapper .cta-btn.secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.itr4-content-wrapper .cta-btn.secondary:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-3px);
}

.itr4-content-wrapper .cta-trust {
  font-size: 0.95rem;
  color: #e5e7eb;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .itr4-content-wrapper .itr4-cta-section {
    padding: 2rem 1.5rem;
  }

  .itr4-content-wrapper .itr4-cta-section h2 {
    font-size: 1.6rem;
  }

  .itr4-content-wrapper .itr4-cta-section p {
    font-size: 1rem;
  }

  .itr4-content-wrapper .cta-buttons-group {
    flex-direction: column;
    align-items: center;
  }

  .itr4-content-wrapper .cta-btn {
    width: 100%;
    max-width: 300px;
  }
}

/* ============= SCROLL ANIMATIONS ============= */
.itr4-content-wrapper .scroll-animate {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.itr4-content-wrapper .scroll-animate.animate-visible {
  opacity: 1;
  transform: translateY(0);
}