/* ===================================
   ITR-5 Content CSS - SEO Optimized
   Version: 20260121_final
   =================================== */

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

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

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

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

.itr5-content-wrapper .itr5-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) {
  .itr5-content-wrapper .itr5-intro-section h2 {
    font-size: 1.6rem;
  }

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

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

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

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

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

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

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

.itr5-content-wrapper .itr5-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 #667eea;
  padding-bottom: 0.5rem;
  text-align: center;
}

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

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

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

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

.itr5-content-wrapper .itr5-section a {
  color: #667eea;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.itr5-content-wrapper .itr5-section a:hover {
  color: #764ba2;
  text-decoration: underline;
}

.itr5-content-wrapper .itr5-section strong {
  color: #667eea;
  font-weight: 600;
}

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

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

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

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

.itr5-content-wrapper .itr5-highlight-box strong {
  color: #1b5e20;
  font-size: 1.1rem;
  display: block;
  margin-bottom: 0.8rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

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

.itr5-content-wrapper .itr5-highlight-box li {
  color: #2e7d32;
  margin-bottom: 0.7rem;
}

.itr5-content-wrapper .itr5-highlight-box a {
  color: #1b5e20;
  text-decoration: underline;
  font-weight: 600;
}

/* ============= NOTE BOX ============= */
.itr5-content-wrapper .itr5-note-box {
  background: linear-gradient(135deg, #fff8e1 0%, #ffecb3 100%);
  border-left: 5px solid #ffa726;
  padding: 1.5rem 2rem;
  border-radius: 10px;
  margin: 1.5rem 0;
}

.itr5-content-wrapper .itr5-note-box strong {
  color: #e65100;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
}

/* ============= ALERT BOX ============= */
.itr5-content-wrapper .itr5-alert-box {
  background: linear-gradient(135deg, #ffebee 0%, #ffcdd2 100%);
  color: #b71c1c;
  padding: 1.8rem 2rem;
  border-radius: 12px;
  border-left: 5px solid #d32f2f;
  margin: 2rem 0;
  box-shadow: 0 4px 15px rgba(211, 47, 47, 0.15);
}

.itr5-content-wrapper .itr5-alert-box strong {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  color: #b71c1c;
}

.itr5-content-wrapper .itr5-alert-box a {
  color: #b71c1c;
  text-decoration: underline;
  font-weight: 600;
}

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

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

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

.itr5-content-wrapper .entity-card .card-header {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  padding: 1.5rem;
  text-align: center;
  color: #2c3e50;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.itr5-content-wrapper .entity-card .card-icon {
  font-size: 3rem;
  text-align: center;
  margin: 1.5rem 0 1rem;
}

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

.itr5-content-wrapper .entity-card li {
  padding: 0.75rem 0;
  border-bottom: 1px solid #f0f0f0;
  line-height: 1.6;
  position: relative;
  padding-left: 1.5rem;
}

.itr5-content-wrapper .entity-card li:before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #667eea;
  font-weight: 700;
}

.itr5-content-wrapper .entity-card li:last-child {
  border-bottom: none;
}

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

/* ============= DEADLINE BOX ============= */
.itr5-content-wrapper .itr5-deadline-box {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
  color: #e65100;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
  border-left: 5px solid #ff9800;
  box-shadow: 0 4px 15px rgba(255, 152, 0, 0.2);
}

.itr5-content-wrapper .itr5-deadline-box .deadline-icon {
  font-size: 3.5rem;
  flex-shrink: 0;
  line-height: 1;
  color: #ff6f00;
}

.itr5-content-wrapper .itr5-deadline-box .deadline-content h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  margin: 0 0 0.8rem 0;
  color: #e65100;
}

.itr5-content-wrapper .itr5-deadline-box .deadline-content p {
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0 0 0.8rem 0;
  color: #bf360c;
}

.itr5-content-wrapper .itr5-deadline-box .deadline-cta {
  margin-top: 1rem;
  font-size: 1.05rem;
}

.itr5-content-wrapper .itr5-deadline-box .deadline-cta a {
  color: #e65100;
  text-decoration: underline;
  font-weight: 600;
}

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

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

.itr5-content-wrapper .document-card {
  background: #ffffff;
  padding: 1.8rem;
  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 #667eea;
}

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

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

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

.itr5-content-wrapper .document-card p {
  font-size: 0.95rem;
  color: #7f8c8d;
  line-height: 1.6;
  margin: 0;
}

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

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

.itr5-content-wrapper .service-card {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 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;
}

.itr5-content-wrapper .service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #667eea 0%, #764ba2 100%);
}

.itr5-content-wrapper .service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.2);
}

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

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

.itr5-content-wrapper .service-card p {
  font-size: 1rem;
  color: #7f8c8d;
  line-height: 1.7;
  margin: 0;
}

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

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

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

.itr5-content-wrapper .testimonial-header h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #2c3e50;
  margin-bottom: 0.75rem;
  text-align: center;
}

.itr5-content-wrapper .testimonial-header p {
  font-size: 1.1rem;
  color: #555;
}

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

.itr5-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;
  position: relative;
  overflow: hidden;
}

.itr5-content-wrapper .testimonial-card::before {
  content: '"';
  position: absolute;
  top: -15px;
  left: 15px;
  font-size: 100px;
  color: #667eea;
  opacity: 0.08;
  font-family: Georgia, serif;
  line-height: 1;
}

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

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

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

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

.itr5-content-wrapper .testimonial-text {
  font-size: 1rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 1.25rem;
  font-style: italic;
  position: relative;
  z-index: 1;
}

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

.itr5-content-wrapper .author-avatar {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 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;
}

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

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

.itr5-content-wrapper .verified-badge {
  font-size: 0.85rem;
  color: #11998e;
  font-weight: 600;
}

.itr5-content-wrapper .testimonial-stats {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 2px solid #dee2e6;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.itr5-content-wrapper .stat-item {
  flex: 1;
  text-align: center;
  padding: 1.5rem;
  border-right: 2px solid #667eea;
  min-width: 0;
}

.itr5-content-wrapper .stat-item:last-child {
  border-right: none;
}

.itr5-content-wrapper .stat-number {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: #667eea;
  display: block;
  margin-bottom: 0.5rem;
  line-height: 1;
}

.itr5-content-wrapper .stat-label {
  font-size: 1rem;
  color: #555;
  font-weight: 500;
}

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

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

  .itr5-content-wrapper .testimonial-stats {
    flex-wrap: wrap;
  }

  .itr5-content-wrapper .stat-item {
    flex: 1 1 50%;
    border-right: 2px solid #667eea;
    border-bottom: 2px solid #667eea;
    padding: 1.25rem;
  }

  .itr5-content-wrapper .stat-item:nth-child(2n) {
    border-right: none;
  }

  .itr5-content-wrapper .stat-item:nth-last-child(-n+2) {
    border-bottom: none;
  }

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

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

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

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

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

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

.itr5-content-wrapper .faq-accordion-item.active {
  border-color: #667eea;
}

.itr5-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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ============= CTA SECTION ============= */
.itr5-content-wrapper .itr5-cta-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #ffffff;
  padding: 3rem 2rem;
  border-radius: 15px;
  text-align: center;
  margin: 3rem 0;
  box-shadow: 0 6px 30px rgba(102, 126, 234, 0.3);
  position: relative;
  overflow: hidden;
}

.itr5-content-wrapper .itr5-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;
}

.itr5-content-wrapper .cta-content {
  position: relative;
  z-index: 1;
}

.itr5-content-wrapper .cta-content h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  margin: 0 0 1rem 0;
}

.itr5-content-wrapper .cta-content > p {
  font-size: 1.15rem;
  margin: 0 0 2rem 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.95;
}

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

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

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

.itr5-content-wrapper .cta-btn.primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 25px rgba(0,0,0,0.3);
}

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

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

.itr5-content-wrapper .cta-trust {
  font-size: 1rem;
  opacity: 0.95;
}

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

  .itr5-content-wrapper .cta-content h2 {
    font-size: 1.8rem;
  }

  .itr5-content-wrapper .cta-content > p {
    font-size: 1rem;
  }

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

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

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

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