/* Section 80U Content CSS - External Load */
/* Upload to: /wp-content/uploads/disytax-css/section-80u-content.css */

/* Intro Section */
.section-80u-wrapper .s80u-intro-section {
  background: #f8f9fa;
  padding: 2rem;
  border-radius: 12px;
  margin-bottom: 2.5rem;
  border-left: 5px solid #667eea;
}

.section-80u-wrapper .s80u-intro-section p {
  margin: 0 0 1rem 0;
  font-size: 1.05rem;
}

.section-80u-wrapper .s80u-intro-section p:last-child {
  margin-bottom: 0;
}

/* Highlight Box */
.section-80u-wrapper .s80u-highlight-box {
  background: #e7f3ff;
  padding: 1.5rem;
  border-radius: 10px;
  border-left: 4px solid #3498db;
  margin: 1.5rem 0;
}

.section-80u-wrapper .s80u-highlight-box strong {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #004085;
  font-size: 1.1rem;
}

/* Main Section */
.section-80u-wrapper .s80u-section {
  background: #ffffff;
  padding: 2.5rem;
  margin-bottom: 2.5rem;
  border-radius: 12px;
  box-shadow: 0 2px 15px rgba(0,0,0,0.08);
}

.section-80u-wrapper .s80u-section h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #2c3e50;
  font-size: 2rem;
  margin: 0 0 1.5rem 0;
  padding-bottom: 0.8rem;
  border-bottom: 3px solid #667eea;
}

.section-80u-wrapper .s80u-section h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #34495e;
  font-size: 1.5rem;
  margin: 2rem 0 1rem 0;
}

.section-80u-wrapper .s80u-section h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #34495e;
  font-size: 1.3rem;
  margin: 1.5rem 0 1rem 0;
}

.section-80u-wrapper .s80u-section h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #2c3e50;
  font-size: 1.15rem;
  margin: 1.2rem 0 0.8rem 0;
}

.section-80u-wrapper .s80u-section p {
  margin: 0 0 1rem 0;
  line-height: 1.8;
}

.section-80u-wrapper .s80u-section ul,
.section-80u-wrapper .s80u-section ol {
  margin: 1rem 0;
  padding-left: 1.8rem;
}

.section-80u-wrapper .s80u-section li {
  margin-bottom: 0.8rem;
  line-height: 1.7;
}

.section-80u-wrapper .s80u-section a {
  color: #667eea;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.section-80u-wrapper .s80u-section a:hover {
  color: #764ba2;
  text-decoration: underline;
}

/* Definition Card */
.section-80u-wrapper .s80u-definition-card {
  background: #f8f9fa;
  padding: 1.8rem;
  border-radius: 10px;
  margin: 1.5rem 0;
  border: 2px solid #e0e0e0;
}

.section-80u-wrapper .s80u-definition-card h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #667eea;
  margin: 0 0 1rem 0;
}

.section-80u-wrapper .s80u-definition-card ul {
  margin: 0.5rem 0;
}

.section-80u-wrapper .s80u-purpose {
  background: #fff9e6;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  border-left: 4px solid #ffc107;
  margin: 1.5rem 0;
  font-size: 1.05rem;
}

/* Eligibility Grid */
.section-80u-wrapper .s80u-eligibility-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.section-80u-wrapper .eligibility-box {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.section-80u-wrapper .eligibility-box .box-header {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  padding: 1.2rem;
  font-size: 1.3rem;
  text-align: center;
  color: #ffffff;
}

.section-80u-wrapper .eligibility-box.eligible .box-header {
  background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
}

.section-80u-wrapper .eligibility-box.not-eligible .box-header {
  background: linear-gradient(135deg, #eb3349 0%, #f45c43 100%);
}

.section-80u-wrapper .eligibility-box ul {
  padding: 1.5rem;
  margin: 0;
  list-style: none;
}

.section-80u-wrapper .eligibility-box li {
  padding: 0.8rem 0;
  border-bottom: 1px solid #f0f0f0;
  line-height: 1.6;
}

.section-80u-wrapper .eligibility-box li:last-child {
  border-bottom: none;
}

/* Alert Box */
.section-80u-wrapper .s80u-alert-box {
  background: #fff3cd;
  padding: 1.5rem;
  border-radius: 10px;
  border-left: 4px solid #ffc107;
  margin: 1.5rem 0;
}

.section-80u-wrapper .s80u-alert-box strong {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #856404;
  font-size: 1.1rem;
}

/* Amount Cards */
.section-80u-wrapper .s80u-amount-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.section-80u-wrapper .amount-card {
  background: #ffffff;
  padding: 2rem;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.section-80u-wrapper .amount-card:hover {
  transform: translateY(-5px);
}

.section-80u-wrapper .amount-card.standard {
  border: 3px solid #3498db;
}

.section-80u-wrapper .amount-card.severe {
  border: 3px solid #e67e22;
}

.section-80u-wrapper .amount-card .card-icon {
  font-size: 3.5rem;
  margin-bottom: 1rem;
}

.section-80u-wrapper .amount-card h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #2c3e50;
  font-size: 1.4rem;
  margin: 0 0 0.5rem 0;
}

.section-80u-wrapper .amount-card .amount {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: #667eea;
  margin: 1rem 0;
}

.section-80u-wrapper .amount-card .criteria {
  font-size: 1rem;
  color: #7f8c8d;
  margin: 0;
}

/* Note Box */
.section-80u-wrapper .s80u-note-box {
  background: #e7f3ff;
  padding: 1.5rem;
  border-radius: 10px;
  border-left: 4px solid #3498db;
  margin: 1.5rem 0;
}

.section-80u-wrapper .s80u-note-box strong {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #004085;
}

/* Disability Types */
.section-80u-wrapper .s80u-disability-types {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.section-80u-wrapper .disability-type {
  background: #f8f9fa;
  padding: 1.8rem;
  border-radius: 12px;
  border-left: 5px solid #3498db;
}

.section-80u-wrapper .disability-type.severe {
  border-left-color: #e67e22;
}

.section-80u-wrapper .disability-type h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #2c3e50;
  margin: 0 0 1rem 0;
}

.section-80u-wrapper .disability-type p {
  margin: 0 0 1rem 0;
}

.section-80u-wrapper .disability-type ul {
  margin: 0;
  padding-left: 1.5rem;
}

/* Authority Box */
.section-80u-wrapper .s80u-authority-box {
  background: #fff9e6;
  padding: 1.5rem;
  border-radius: 10px;
  border-left: 4px solid #ffc107;
  margin: 1.5rem 0;
}

.section-80u-wrapper .s80u-authority-box strong {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #856404;
}

/* Certificate Requirements */
.section-80u-wrapper .s80u-certificate-requirements {
  margin: 2rem 0;
}

.section-80u-wrapper .cert-point {
  display: flex;
  align-items: flex-start;
  background: #f8f9fa;
  padding: 1.2rem;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.section-80u-wrapper .cert-icon {
  color: #11998e;
  font-size: 1.5rem;
  font-weight: bold;
  margin-right: 1rem;
  flex-shrink: 0;
}

.section-80u-wrapper .cert-text {
  flex: 1;
}

.section-80u-wrapper .cert-text strong {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #2c3e50;
}

/* Comparison Table */
.section-80u-wrapper .s80u-comparison-table {
  overflow-x: auto;
  margin: 2rem 0;
}

.section-80u-wrapper .s80u-comparison-table table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  border-radius: 10px;
  overflow: hidden;
}

.section-80u-wrapper .s80u-comparison-table thead {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #ffffff;
}

.section-80u-wrapper .s80u-comparison-table th {
  padding: 1rem;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 1rem;
}

.section-80u-wrapper .s80u-comparison-table td {
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
}

.section-80u-wrapper .s80u-comparison-table tbody tr:hover {
  background: #f8f9fa;
  transition: background 0.3s ease;
}

.section-80u-wrapper .s80u-comparison-table tbody tr:last-child td {
  border-bottom: none;
}

/* Info Box */
.section-80u-wrapper .s80u-info-box {
  background: #e7f3ff;
  padding: 1.5rem;
  border-radius: 10px;
  border-left: 4px solid #3498db;
  margin: 1.5rem 0;
}

.section-80u-wrapper .s80u-info-box strong {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #004085;
}

/* Tax Regime Box - WARNING */
.section-80u-wrapper .s80u-regime-box {
  background: linear-gradient(135deg, #fff5e6 0%, #ffe8cc 100%);
  padding: 2rem;
  border-radius: 12px;
  border: 3px solid #ff9800;
  margin: 2rem 0;
}

.section-80u-wrapper .s80u-regime-box.warning {
  border-color: #ff6b6b;
  background: linear-gradient(135deg, #ffe5e5 0%, #ffd4d4 100%);
}

.section-80u-wrapper .s80u-regime-box h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #c0392b;
  margin: 0 0 1rem 0;
  font-size: 1.6rem;
}

.section-80u-wrapper .s80u-regime-box h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #2c3e50;
  margin: 1.5rem 0 1rem 0;
}

.section-80u-wrapper .s80u-regime-box p {
  color: #2c3e50;
  font-size: 1.05rem;
  line-height: 1.8;
}

.section-80u-wrapper .regime-comparison {
  background: rgba(255, 255, 255, 0.6);
  padding: 1.5rem;
  border-radius: 8px;
  margin: 1.5rem 0;
}

.section-80u-wrapper .regime-comparison ul {
  margin: 0.5rem 0;
}

.section-80u-wrapper .regime-deadline {
  background: #fff3cd;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  border-left: 4px solid #ffc107;
  margin: 1rem 0;
}

.section-80u-wrapper .regime-deadline strong {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #856404;
}

/* Steps Cards */
.section-80u-wrapper .s80u-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.section-80u-wrapper .step-card {
  background: #ffffff;
  padding: 1.8rem;
  border-radius: 12px;
  border: 2px solid #e0e0e0;
  transition: all 0.3s ease;
  position: relative;
  padding-top: 3rem;
}

.section-80u-wrapper .step-card:hover {
  border-color: #667eea;
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.2);
}

.section-80u-wrapper .step-number {
  position: absolute;
  top: -15px;
  left: 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #ffffff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
}

.section-80u-wrapper .step-content h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #2c3e50;
  font-size: 1.2rem;
  margin: 0 0 0.8rem 0;
}

.section-80u-wrapper .step-content p {
  margin: 0;
  color: #7f8c8d;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Example Cards */
.section-80u-wrapper .s80u-example-cards {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.section-80u-wrapper .example-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  border: 2px solid #e0e0e0;
}

.section-80u-wrapper .example-card.highlight {
  border: 3px solid #667eea;
}

.section-80u-wrapper .example-card.warning-card {
  border: 3px solid #ff6b6b;
}

.section-80u-wrapper .example-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #ffffff;
  padding: 1rem 1.5rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
}

.section-80u-wrapper .example-card.warning-card .example-header {
  background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%);
}

.section-80u-wrapper .example-content {
  padding: 1.8rem;
}

.section-80u-wrapper .example-content p {
  margin: 0 0 1rem 0;
  line-height: 1.7;
}

.section-80u-wrapper .example-analysis {
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 8px;
  margin: 1.5rem 0;
}

.section-80u-wrapper .analysis-point {
  padding: 0.5rem 0;
  border-bottom: 1px solid #e0e0e0;
}

.section-80u-wrapper .analysis-point:last-child {
  border-bottom: none;
}

.section-80u-wrapper .analysis-point.result {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #11998e;
  font-size: 1.1rem;
  padding-top: 1rem;
}

.section-80u-wrapper .analysis-point.error {
  color: #e74c3c;
}

.section-80u-wrapper .analysis-point.result.error {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #e74c3c;
  font-size: 1.1rem;
}

.section-80u-wrapper .analysis-point.warning {
  color: #f39c12;
}

.section-80u-wrapper .analysis-section {
  margin: 1rem 0;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
}

.section-80u-wrapper .analysis-section strong {
  display: block;
  margin-bottom: 0.5rem;
  color: #2c3e50;
}

/* Tax Calculation Tables */
.section-80u-wrapper .tax-calculation {
  background: #fff9e6;
  padding: 1.5rem;
  border-radius: 10px;
  border-left: 4px solid #ffc107;
  margin: 1.5rem 0;
}

.section-80u-wrapper .tax-calculation h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #2c3e50;
  margin: 0 0 1rem 0;
}

.section-80u-wrapper .calc-table {
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  margin: 1rem 0;
}

.section-80u-wrapper .calc-table tr {
  border-bottom: 1px solid #e0e0e0;
}

.section-80u-wrapper .calc-table tr:last-child {
  border-bottom: none;
  background: #e7f3ff;
}

.section-80u-wrapper .calc-table td {
  padding: 0.8rem 1rem;
}

.section-80u-wrapper .calc-table td:first-child {
  font-weight: 500;
}

.section-80u-wrapper .calc-table td:last-child {
  text-align: right;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.section-80u-wrapper .calc-table td.strikethrough {
  text-decoration: line-through;
  color: #e74c3c;
  text-align: right;
}

.section-80u-wrapper .calc-table td.warning-row {
  background: #fff3cd;
  color: #856404;
  font-size: 0.9rem;
  font-style: italic;
  text-align: center;
}

.section-80u-wrapper .calc-note {
  font-size: 0.9rem;
  color: #7f8c8d;
  font-style: italic;
  margin: 0.5rem 0 0 0;
}

.section-80u-wrapper .total-deduction {
  background: #d4edda;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  border-left: 4px solid #28a745;
  margin: 1rem 0;
}

.section-80u-wrapper .total-deduction strong {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #155724;
  font-size: 1.15rem;
}

.section-80u-wrapper .example-note {
  background: rgba(102, 126, 234, 0.1);
  padding: 1rem 1.5rem;
  border-radius: 8px;
  border-left: 4px solid #667eea;
  margin: 1rem 0 0 0;
  font-size: 0.95rem;
}

.section-80u-wrapper .regime-advice {
  background: #fff3cd;
  padding: 1.5rem;
  border-radius: 10px;
  border-left: 4px solid #ff9800;
  margin: 1.5rem 0;
}

.section-80u-wrapper .regime-advice strong {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #856404;
  display: block;
  margin-bottom: 0.5rem;
}

.section-80u-wrapper .regime-advice ul {
  margin: 0.5rem 0;
}

/* Important Table */
.section-80u-wrapper .s80u-important-table {
  overflow-x: auto;
  margin: 2rem 0;
}

.section-80u-wrapper .s80u-important-table table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  border-radius: 10px;
  overflow: hidden;
}

.section-80u-wrapper .s80u-important-table thead {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #ffffff;
}

.section-80u-wrapper .s80u-important-table th {
  padding: 1rem;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 1rem;
}

.section-80u-wrapper .s80u-important-table td {
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
}

.section-80u-wrapper .s80u-important-table tbody tr:hover {
  background: #f8f9fa;
}

.section-80u-wrapper .s80u-important-table tbody tr:last-child td {
  border-bottom: none;
}

.section-80u-wrapper .s80u-important-table tr.highlight-row {
  background: #fff9e6;
}

.section-80u-wrapper .s80u-important-table tr.highlight-row td {
  font-weight: 500;
  color: #856404;
}

/* Mistakes Section */
.section-80u-wrapper .s80u-mistakes {
  display: grid;
  gap: 1.5rem;
  margin: 2rem 0;
}

.section-80u-wrapper .mistake-card {
  display: flex;
  background: #fff5f5;
  padding: 1.5rem;
  border-radius: 12px;
  border-left: 5px solid #e74c3c;
  transition: transform 0.3s ease;
}

.section-80u-wrapper .mistake-card:hover {
  transform: translateX(5px);
}

.section-80u-wrapper .mistake-icon {
  font-size: 2rem;
  margin-right: 1.5rem;
  flex-shrink: 0;
}

.section-80u-wrapper .mistake-content {
  flex: 1;
}

.section-80u-wrapper .mistake-content h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #c0392b;
  margin: 0 0 0.8rem 0;
  font-size: 1.2rem;
}

.section-80u-wrapper .mistake-content p {
  margin: 0 0 1rem 0;
  color: #721c24;
}

.section-80u-wrapper .mistake-solution {
  background: rgba(255, 255, 255, 0.7);
  padding: 1rem;
  border-radius: 6px;
  margin: 0;
  color: #155724;
  font-size: 0.95rem;
}

.section-80u-wrapper .mistake-solution strong {
  color: #155724;
}

/* FAQs Section */
.section-80u-wrapper .s80u-faqs {
  margin: 2rem 0;
}

.section-80u-wrapper .faq-item {
  background: #f8f9fa;
  padding: 1.8rem;
  border-radius: 10px;
  margin-bottom: 1.5rem;
  border-left: 4px solid #667eea;
  transition: all 0.3s ease;
}

.section-80u-wrapper .faq-item:hover {
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.15);
  transform: translateX(3px);
}

.section-80u-wrapper .faq-item h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #667eea;
  font-size: 1.15rem;
  margin: 0 0 0.8rem 0;
}

.section-80u-wrapper .faq-item p {
  margin: 0;
  line-height: 1.7;
  color: #2c3e50;
}

.section-80u-wrapper .faq-item strong {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #2c3e50;
  display: block;
  margin-bottom: 0.5rem;
}

/* Key Takeaways */
.section-80u-wrapper .s80u-key-takeaways {
  background: linear-gradient(135deg, #e7f3ff 0%, #d4edda 100%);
  padding: 2rem;
  border-radius: 12px;
  border-left: 5px solid #11998e;
  margin: 2rem 0;
}

.section-80u-wrapper .s80u-key-takeaways h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #2c3e50;
  margin: 0 0 1rem 0;
  font-size: 1.3rem;
}

.section-80u-wrapper .s80u-key-takeaways ul {
  margin: 0;
  padding-left: 1.5rem;
}

.section-80u-wrapper .s80u-key-takeaways li {
  margin-bottom: 0.8rem;
  line-height: 1.7;
  color: #2c3e50;
}

.section-80u-wrapper .s80u-final-advice {
  background: #fff9e6;
  padding: 1.8rem;
  border-radius: 10px;
  border-left: 4px solid #ffc107;
  margin: 2rem 0;
}

.section-80u-wrapper .s80u-final-advice h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #856404;
  margin: 0 0 1rem 0;
}

.section-80u-wrapper .s80u-final-advice p {
  margin: 0 0 1rem 0;
  line-height: 1.8;
}

.section-80u-wrapper .s80u-final-advice p:last-child {
  margin-bottom: 0;
}

.section-80u-wrapper .s80u-final-advice strong {
  color: #856404;
}

/* Checklist */
.section-80u-wrapper .s80u-checklist {
  margin: 2rem 0;
}

.section-80u-wrapper .checklist-item {
  display: flex;
  align-items: flex-start;
  background: #f8f9fa;
  padding: 1.2rem;
  border-radius: 8px;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}

.section-80u-wrapper .checklist-item:hover {
  background: #e7f3ff;
  transform: translateX(5px);
}

.section-80u-wrapper .check-icon {
  color: #11998e;
  font-size: 1.5rem;
  font-weight: bold;
  margin-right: 1rem;
  flex-shrink: 0;
}

.section-80u-wrapper .checklist-text {
  flex: 1;
  line-height: 1.6;
}

.section-80u-wrapper .checklist-text strong {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #2c3e50;
  display: block;
  margin-bottom: 0.3rem;
}

/* CTA Section */
.section-80u-wrapper .s80u-cta-section {
  background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
  color: #ffffff;
  padding: 3rem 2rem;
  border-radius: 15px;
  text-align: center;
  margin: 3rem 0;
  box-shadow: 0 6px 30px rgba(17, 153, 142, 0.3);
}

.section-80u-wrapper .s80u-cta-section h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  margin: 0 0 1rem 0;
  color: #ffffff;
}

.section-80u-wrapper .s80u-cta-section > p {
  font-size: 1.15rem;
  margin: 0 0 2rem 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

.section-80u-wrapper .s80u-cta-button {
  display: inline-block;
  background: #ffffff;
  color: #11998e;
  padding: 1.2rem 3rem;
  border-radius: 50px;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 1.15rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  margin: 1rem 0;
}

.section-80u-wrapper .s80u-cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 25px rgba(0,0,0,0.3);
  color: #11998e;
  text-decoration: none;
}

.section-80u-wrapper .cta-note {
  font-size: 1rem;
  opacity: 0.95;
  margin: 1rem 0 0.5rem 0;
}

.section-80u-wrapper .cta-assurance {
  font-size: 0.95rem;
  opacity: 0.9;
  margin: 0.5rem 0 0 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .section-80u-wrapper {
    padding: 0 0.5rem;
  }

  .section-80u-wrapper .s80u-section {
    padding: 1.5rem;
  }

  .section-80u-wrapper .s80u-section h2 {
    font-size: 1.6rem;
  }

  .section-80u-wrapper .s80u-section h3 {
    font-size: 1.3rem;
  }

  .section-80u-wrapper .s80u-section h4 {
    font-size: 1.15rem;
  }

  .section-80u-wrapper .s80u-eligibility-grid,
  .section-80u-wrapper .s80u-amount-cards,
  .section-80u-wrapper .s80u-disability-types,
  .section-80u-wrapper .s80u-steps {
    grid-template-columns: 1fr;
  }

  .section-80u-wrapper .amount-card .amount {
    font-size: 2rem;
  }

  .section-80u-wrapper .s80u-comparison-table,
  .section-80u-wrapper .s80u-important-table {
    font-size: 0.9rem;
  }

  .section-80u-wrapper .s80u-comparison-table th,
  .section-80u-wrapper .s80u-comparison-table td,
  .section-80u-wrapper .s80u-important-table th,
  .section-80u-wrapper .s80u-important-table td {
    padding: 0.7rem;
  }

  .section-80u-wrapper .mistake-card {
    flex-direction: column;
  }

  .section-80u-wrapper .mistake-icon {
    margin: 0 0 1rem 0;
  }

  .section-80u-wrapper .s80u-cta-section h3 {
    font-size: 1.5rem;
  }

  .section-80u-wrapper .s80u-cta-section > p {
    font-size: 1rem;
  }

  .section-80u-wrapper .s80u-cta-button {
    padding: 1rem 2rem;
    font-size: 1rem;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .section-80u-wrapper .s80u-section {
    padding: 1.2rem;
  }

  .section-80u-wrapper .step-card {
    padding: 2.5rem 1.2rem 1.2rem 1.2rem;
  }

  .section-80u-wrapper .step-number {
    width: 38px;
    height: 38px;
    font-size: 1.1rem;
  }
}