.elementor-13974 .elementor-element.elementor-element-f8a6cd8{--display:flex;}.elementor-13974 .elementor-element.elementor-element-c485661{text-align:justify;line-height:2.2em;}/* Start custom CSS */.toc-container {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 12px;
  padding: 30px;
  margin: 30px 0;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  animation: fadeInUp 0.8s ease-out;
}

.toc-title {
  color: #ffffff !important;
  margin-bottom: 20px;
  font-weight: 700;
}

.toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.toc-list li {
  margin: 12px 0;
  padding-left: 25px;
  position: relative;
}

.toc-list li:before {
  content: "";
  position: absolute;
  left: 0;
  color: #ffd700;
  font-weight: bold;
}

.toc-list a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.toc-list a:hover {
  color: #ffd700;
  transform: translateX(5px);
}

/* Content Cards */
.content-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 40px;
  margin: 40px 0;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
  animation: fadeInUp 0.8s ease-out;
}

.content-card:hover {
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
  transform: translateY(-5px);
}

.content-card h2 {
  color: #2c3e50;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 3px solid #667eea;
  font-weight: 700;
}

.content-card h3 {
  color: #34495e;
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: 600;
}

.content-card p {
  line-height: 1.8;
  margin-bottom: 18px;
  color: #444;
}

/* Styled Lists */
.styled-list {
  padding-left: 25px;
  margin: 20px 0;
}

.styled-list li {
  margin: 12px 0;
  line-height: 1.7;
  position: relative;
  padding-left: 10px;
}

.styled-list li:before {
  content: "";
  position: absolute;
  left: -20px;
  color: #667eea;
  font-weight: bold;
}

/* Highlight Quote */
.highlight-quote {
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  border-left: 5px solid #667eea;
  padding: 25px 30px;
  margin: 30px 0;
  border-radius: 8px;
  font-style: italic;
  line-height: 1.8;
  color: #2c3e50;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  animation: fadeIn 1s ease-out;
}

/* Info Boxes - Color Coded */
.info-box {
  border-radius: 10px;
  padding: 25px;
  margin: 25px 0;
  animation: fadeIn 0.8s ease-out;
  border-left: 5px solid;
}

.info-box h3 {
  margin-top: 0;
  margin-bottom: 15px;
}

.info-box ul {
  margin: 10px 0;
  padding-left: 20px;
}

.info-box li {
  margin: 10px 0;
  line-height: 1.6;
}

/* Success Box - Green */
.success-box {
  background: #d4edda;
  border-color: #28a745;
}

.success-box h3 {
  color: #155724;
}

.success-box ul li {
  color: #155724;
}

/* Primary Box - Blue */
.primary-box {
  background: #cce5ff;
  border-color: #004085;
}

.primary-box h3 {
  color: #004085;
}

.primary-box p,
.primary-box ul li {
  color: #004085;
}

/* Warning Box - Orange */
.warning-box {
  background: #fff3cd;
  border-color: #ff9800;
}

.warning-box h3 {
  color: #856404;
}

.warning-box ul li {
  color: #856404;
}

/* Danger Box - Red */
.danger-box {
  background: #f8d7da;
  border-color: #dc3545;
}

.danger-box h3 {
  color: #721c24;
}

.danger-box p {
  color: #721c24;
  margin: 0;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .toc-container,
  .content-card {
    padding: 25px;
    margin: 25px 0;
  }
  
  .content-card h2 {
    font-size: 1.5em;
  }
  
  .content-card h3 {
    font-size: 1.2em;
  }
  
  .info-box {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .toc-container,
  .content-card {
    padding: 20px;
  }
  
  .content-card h2 {
    font-size: 1.3em;
  }
  
  .content-card h3 {
    font-size: 1.1em;
  }
}

/* Smooth Scrolling */
html {
  scroll-behavior: smooth;
}

/* Hover Effects */
.content-card,
.info-box {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.info-box:hover {
  transform: translateX(5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
/* ============================================
   Visa Bulletin & Retrogression - Custom CSS
   Minimalist Design with Smooth Animations
   ============================================ */

/* ===== VISA ALLOCATION BOXES ===== */
.visa-allocation-system {
  margin: 30px 0;
}

.allocation-box {
  background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
  border-radius: 12px;
  padding: 25px;
  margin: 20px 0;
  border-left: 6px solid #4caf50;
  transition: all 0.3s ease;
  animation: fadeInUp 0.8s ease-out;
}

.allocation-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(76, 175, 80, 0.2);
}

.allocation-box.per-country {
  background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
  border-left-color: #ff9800;
}

.allocation-box h5 {
  color: #2e7d32;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
}

.per-country h5 {
  color: #e65100;
}

/* ===== DOS RESPONSIBILITIES ===== */
.dos-responsibilities {
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
  border-radius: 12px;
  padding: 25px;
  margin: 30px 0;
  border-left: 6px solid #2196f3;
}

.dos-responsibilities h4 {
  color: #1565c0;
  margin-bottom: 20px;
}

/* ===== BULLETIN SCHEDULE ===== */
.bulletin-schedule {
  margin: 30px 0;
}

.schedule-box {
  background: #ffffff;
  border-radius: 12px;
  padding: 25px;
  margin: 20px 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  border-left: 6px solid #9c27b0;
  transition: all 0.3s ease;
}

.schedule-box:hover {
  transform: translateX(5px);
  box-shadow: 0 12px 30px rgba(156, 39, 176, 0.15);
}

.schedule-box h5 {
  color: #6a1b9a;
  margin-bottom: 15px;
  font-size: 19px;
  font-weight: 700;
}

.schedule-box a {
  color: #9c27b0;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.schedule-box a:hover {
  color: #6a1b9a;
  text-decoration: underline;
}

/* ===== BULLETIN STRUCTURE ===== */
.bulletin-structure {
  margin: 30px 0;
  padding: 25px;
  background: linear-gradient(135deg, #f3e5f5 0%, #e1bee7 100%);
  border-radius: 12px;
}

.chart-preview {
  background: #ffffff;
  border-radius: 12px;
  padding: 25px;
  margin: 20px 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.chart-preview:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.chart-preview h5 {
  color: #6a1b9a;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 2px solid #9c27b0;
  padding-bottom: 10px;
}

/* ===== READING BULLETIN TIPS ===== */
.reading-bulletin-tips {
  background: linear-gradient(135deg, #fff9c4 0%, #fff59d 100%);
  border-radius: 12px;
  padding: 25px;
  margin: 30px 0;
  border-left: 6px solid #fbc02d;
}

.reading-bulletin-tips h4 {
  color: #f57f17;
  margin-bottom: 20px;
}

/* ===== PRIORITY DATE ESTABLISHMENT ===== */
.priority-date-establishment {
  margin: 30px 0;
}

.establishment-box {
  background: #ffffff;
  border-radius: 12px;
  padding: 25px;
  margin: 20px 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  border-left: 6px solid #00bcd4;
  transition: all 0.3s ease;
  animation: fadeInUp 0.8s ease-out;
}

.establishment-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.establishment-box.niw {
  border-left-color: #00bcd4;
  background: linear-gradient(135deg, #e0f7fa 0%, #b2ebf2 100%);
}

.establishment-box.perm {
  border-left-color: #ff9800;
  background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
}

.establishment-box h5 {
  color: #00838f;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
}

.perm h5 {
  color: #e65100;
}

/* ===== PRIORITY DATE IMPORTANCE ===== */
.priority-date-importance {
  margin: 30px 0;
  padding: 25px;
  background: linear-gradient(135deg, #ffebee 0%, #ffcdd2 100%);
  border-radius: 12px;
  border-left: 6px solid #f44336;
}

.priority-date-importance h4 {
  color: #c62828;
  margin-bottom: 20px;
}

/* ===== PRIORITY DATE RETENTION ===== */
.priority-date-retention {
  margin: 30px 0;
}

.retention-rule {
  background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
  border-radius: 12px;
  padding: 25px;
  margin: 20px 0;
  border-left: 6px solid #4caf50;
  transition: all 0.3s ease;
  animation: fadeInUp 0.8s ease-out;
}

.retention-rule:hover {
  transform: translateX(5px);
  box-shadow: 0 10px 25px rgba(76, 175, 80, 0.2);
}

.retention-rule h5 {
  color: #2e7d32;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
}

/* ===== RETENTION EXCEPTIONS ===== */
.retention-exceptions {
  background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
  border-radius: 12px;
  padding: 25px;
  margin: 30px 0;
  border-left: 6px solid #ff9800;
}

.retention-exceptions h4 {
  color: #e65100;
  margin-bottom: 20px;
}

/* ===== RETENTION STRATEGY TIPS ===== */
.retention-strategy-tips {
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
  border-radius: 12px;
  padding: 25px;
  margin: 30px 0;
  border-left: 6px solid #2196f3;
}

.retention-strategy-tips h4 {
  color: #1565c0;
  margin-bottom: 20px;
}

/* ===== DATES FOR FILING EXPLANATION ===== */
.dates-for-filing-explanation {
  margin: 30px 0;
}

.chart-purpose {
  background: linear-gradient(135deg, #f3e5f5 0%, #e1bee7 100%);
  border-radius: 12px;
  padding: 25px;
  margin: 20px 0;
  border-left: 6px solid #9c27b0;
}

.chart-purpose h5 {
  color: #6a1b9a;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
}

.chart-activation {
  background: linear-gradient(135deg, #fff9c4 0%, #fff59d 100%);
  border-radius: 12px;
  padding: 25px;
  margin: 20px 0;
  border-left: 6px solid #fbc02d;
}

.chart-activation h5 {
  color: #f57f17;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
}

/* ===== FILING BENEFITS ===== */
.filing-benefits {
  margin: 30px 0;
}

.benefit-box {
  background: #ffffff;
  border-radius: 12px;
  padding: 25px;
  margin: 20px 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  border-left: 6px solid #4caf50;
  transition: all 0.3s ease;
  animation: fadeInUp 0.8s ease-out;
}

.benefit-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.benefit-box h5 {
  color: #2e7d32;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
}

/* ===== FILING LIMITATIONS ===== */
.filing-limitations {
  background: linear-gradient(135deg, #ffebee 0%, #ffcdd2 100%);
  border-radius: 12px;
  padding: 25px;
  margin: 30px 0;
  border-left: 6px solid #f44336;
}

.filing-limitations h4 {
  color: #c62828;
  margin-bottom: 20px;
}

/* ===== FINAL ACTION EXPLANATION ===== */
.final-action-explanation {
  margin: 30px 0;
}

.chart-significance {
  background: linear-gradient(135deg, #e0f7fa 0%, #b2ebf2 100%);
  border-radius: 12px;
  padding: 25px;
  margin: 20px 0;
  border-left: 6px solid #00bcd4;
}

.chart-significance h5 {
  color: #00838f;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
}

/* ===== FINAL ACTION SCENARIOS ===== */
.final-action-scenarios {
  margin: 30px 0;
}

/* ===== CHART COMPARISON TABLE ===== */
.chart-comparison-table {
  margin: 30px 0;
  padding: 25px;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  border-radius: 12px;
}

.chart-comparison-table h4 {
  color: #2c3e50;
  margin-bottom: 20px;
  text-align: center;
}

/* ===== DECISION FRAMEWORK ===== */
.decision-framework {
  margin: 30px 0;
  padding: 25px;
  background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
  border-radius: 12px;
}

.decision-framework h4 {
  color: #2e7d32;
  margin-bottom: 20px;
  text-align: center;
}

/* ===== RETROGRESSION CAUSES ===== */
.retrogression-causes {
  margin: 30px 0;
}

.cause-box {
  background: #ffffff;
  border-radius: 12px;
  padding: 25px;
  margin: 20px 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  border-left: 6px solid #e74c3c;
  transition: all 0.3s ease;
  animation: fadeInUp 0.8s ease-out;
}

.cause-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.cause-box h5 {
  color: #c62828;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
}

/* ===== PREDICTION MODELS ===== */
.prediction-models {
  margin: 30px 0;
}

.prediction-box {
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
  border-radius: 12px;
  padding: 25px;
  margin: 20px 0;
  border-left: 6px solid #2196f3;
  transition: all 0.3s ease;
}

.prediction-box:hover {
  transform: translateX(5px);
  box-shadow: 0 10px 25px rgba(33, 150, 243, 0.2);
}

.prediction-box h5 {
  color: #1565c0;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
}

/* ===== MOVEMENT PATTERNS ===== */
.movement-patterns {
  margin: 30px 0;
  padding: 25px;
  background: linear-gradient(135deg, #f3e5f5 0%, #e1bee7 100%);
  border-radius: 12px;
}

.movement-patterns h4 {
  color: #6a1b9a;
  margin-bottom: 20px;
}

/* ===== HISTORICAL MOVEMENT TABLE ===== */
.historical-movement {
  margin: 30px 0;
}

.historical-movement table {
  background: #ffffff;
}

.historical-movement tbody tr:nth-child(even) {
  background: #f8f9fa;
}

.historical-movement tbody tr:hover {
  background: #e3f2fd;
}

/* ===== PREDICTION ACCURACY ===== */
.prediction-accuracy {
  background: linear-gradient(135deg, #fff9c4 0%, #fff59d 100%);
  border-radius: 12px;
  padding: 25px;
  margin: 30px 0;
  border-left: 6px solid #fbc02d;
}

.prediction-accuracy h4 {
  color: #f57f17;
  margin-bottom: 20px;
}

/* ===== EARLY FILING ADVANTAGES ===== */
.early-filing-advantages {
  margin: 30px 0;
}

.advantage-box {
  background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
  border-radius: 12px;
  padding: 25px;
  margin: 20px 0;
  border-left: 6px solid #4caf50;
  transition: all 0.3s ease;
  animation: fadeInUp 0.8s ease-out;
}

.advantage-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(76, 175, 80, 0.2);
}

.advantage-box h5 {
  color: #2e7d32;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
}

/* ===== COMPOUND EFFECT ===== */
.compound-effect {
  background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
  border-radius: 12px;
  padding: 25px;
  margin: 30px 0;
  border-left: 6px solid #ff9800;
}

.compound-effect h4 {
  color: #e65100;
  margin-bottom: 20px;
}

/* ===== CSPA EXPLANATION ===== */
.cspa-explanation {
  margin: 30px 0;
}

.cspa-box {
  background: linear-gradient(135deg, #e0f7fa 0%, #b2ebf2 100%);
  border-radius: 12px;
  padding: 25px;
  margin: 20px 0;
  border-left: 6px solid #00bcd4;
  transition: all 0.3s ease;
}

.cspa-box:hover {
  transform: translateX(5px);
  box-shadow: 0 10px 25px rgba(0, 188, 212, 0.2);
}

.cspa-box h5 {
  color: #00838f;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
}

/* ===== CSPA CALCULATION ===== */
.cspa-calculation {
  background: #ffffff;
  border-radius: 12px;
  padding: 25px;
  margin: 30px 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  border: 2px solid #00bcd4;
}

.cspa-calculation h4 {
  color: #00838f;
  margin-bottom: 20px;
  text-align: center;
}

.calculation-step {
  background: #e0f7fa;
  border-radius: 8px;
  padding: 20px;
  margin: 15px 0;
  border-left: 4px solid #00bcd4;
}

.calculation-step h5 {
  color: #00838f;
  margin-bottom: 10px;
  font-size: 18px;
}

/* ===== CSPA SCENARIOS ===== */
.cspa-scenarios {
  margin: 30px 0;
}

.cspa-scenario {
  background: #ffffff;
  border-radius: 12px;
  padding: 25px;
  margin: 20px 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  animation: fadeInUp 0.8s ease-out;
}

.cspa-scenario:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.cspa-scenario.protected {
  border-left: 6px solid #4caf50;
}

.cspa-scenario.aged-out {
  border-left: 6px solid #f44336;
}

.cspa-scenario h5 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
}

.protected h5 {
  color: #2e7d32;
}

.aged-out h5 {
  color: #c62828;
}

/* ===== CSPA STRATEGIES ===== */
.cspa-strategies {
  background: linear-gradient(135deg, #f3e5f5 0%, #e1bee7 100%);
  border-radius: 12px;
  padding: 25px;
  margin: 30px 0;
  border-left: 6px solid #9c27b0;
}

.cspa-strategies h4 {
  color: #6a1b9a;
  margin-bottom: 20px;
}

/* ===== FILING TIMELINE COMPARISON ===== */
.filing-timeline-comparison {
  margin: 30px 0;
  padding: 25px;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  border-radius: 12px;
}

.filing-timeline-comparison h4 {
  color: #2c3e50;
  margin-bottom: 20px;
  text-align: center;
}

/* ===== CROSS CHARGEABILITY ===== */
.cross-chargeability {
  margin: 30px 0;
}

.chargeability-box {
  background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
  border-radius: 12px;
  padding: 25px;
  margin: 20px 0;
  border-left: 6px solid #4caf50;
  transition: all 0.3s ease;
}

.chargeability-box:hover {
  transform: translateX(5px);
  box-shadow: 0 10px 25px rgba(76, 175, 80, 0.2);
}

.chargeability-box h5 {
  color: #2e7d32;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
}

/* ===== ELIGIBILITY REQUIREMENTS ===== */
.eligibility-requirements {
  background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
  border-radius: 12px;
  padding: 25px;
  margin: 30px 0;
  border-left: 6px solid #ff9800;
}

.eligibility-requirements h4 {
  color: #e65100;
  margin-bottom: 20px;
}

/* ===== CHARGEABILITY EXAMPLES ===== */
.chargeability-examples {
  margin: 30px 0;
}

.example-scenario {
  background: #ffffff;
  border-radius: 12px;
  padding: 25px;
  margin: 20px 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.example-scenario:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.example-scenario.eligible {
  border-left: 6px solid #4caf50;
}

.example-scenario.not-eligible {
  border-left: 6px solid #f44336;
}

.example-scenario h5 {
  margin-bottom: 15px;
  font-size: 19px;
  font-weight: 700;
}

.eligible h5 {
  color: #2e7d32;
}

.not-eligible h5 {
  color: #c62828;
}

/* ===== STRATEGIC CONSIDERATIONS ===== */
.strategic-considerations {
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
  border-radius: 12px;
  padding: 25px;
  margin: 30px 0;
  border-left: 6px solid #2196f3;
}

.strategic-considerations h4 {
  color: #1565c0;
  margin-bottom: 20px;
}

/* ===== CONCLUSION CTA ===== */
.conclusion-cta {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 16px;
  padding: 40px;
  margin: 50px 0;
  color: #ffffff;
  text-align: center;
  animation: fadeInUp 0.8s ease-out;
}

.conclusion-cta h2 {
  color: #ffffff !important;
  font-size: 32px;
  margin-bottom: 20px;
}

.conclusion-cta p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 15px;
}

/* ===== ACTION STEPS ===== */
.action-steps {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 30px;
  margin: 30px 0;
  backdrop-filter: blur(10px);
}

.action-steps h3 {
  color: #ffd700 !important;
  font-size: 26px;
  margin-bottom: 20px;
  text-align: center;
}

.action-steps ol {
  padding-left: 25px;
  margin: 20px 0;
}

.action-steps ol li {
  padding: 12px 0;
  line-height: 1.8;
  font-size: 17px;
}

/* ===== KEY TAKEAWAYS ===== */
.key-takeaways {
  background: linear-gradient(135deg, #fff9c4 0%, #fff59d 100%);
  border-radius: 12px;
  padding: 30px;
  margin: 40px 0;
  border-left: 6px solid #fbc02d;
}

.key-takeaways h3 {
  color: #f57f17;
  font-size: 26px;
  margin-bottom: 20px;
  text-align: center;
}

.key-takeaways ul {
  list-style: none;
  padding-left: 0;
}

.key-takeaways ul li {
  padding: 12px 0 12px 35px;
  position: relative;
  line-height: 1.8;
  font-size: 16px;
}

.key-takeaways ul li:before {
  content: "⭐";
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 20px;
}

/* ===== HIGHLIGHT BOXES ===== */
.highlight-box {
  background: linear-gradient(135deg, #ffebee 0%, #ffcdd2 100%);
  border-radius: 12px;
  padding: 25px;
  margin: 30px 0;
  border-left: 6px solid #f44336;
  animation: pulse 2s ease-in-out infinite;
}

.highlight-box h4 {
  color: #c62828;
  margin-bottom: 15px;
  font-size: 22px;
}

.highlight-box.success {
  background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
  border-left-color: #4caf50;
}

.highlight-box.success h4 {
  color: #2e7d32;
}

.highlight-box.info {
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
  border-left-color: #2196f3;
}

.highlight-box.info h4 {
  color: #1565c0;
}

/* ===== NUMBERED STEPS ===== */
.numbered-steps {
  margin: 30px 0;
}

.numbered-steps ol {
  counter-reset: step-counter;
  list-style: none;
  padding-left: 0;
}

.numbered-steps ol li {
  counter-increment: step-counter;
  padding: 20px 20px 20px 70px;
  margin: 15px 0;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: all 0.3s ease;
}

.numbered-steps ol li:hover {
  transform: translateX(5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.numbered-steps ol li:before {
  content: counter(step-counter);
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
}

/* ===== RESPONSIVE ADJUSTMENTS ===== */
@media (max-width: 768px) {
  .allocation-box,
  .schedule-box,
  .establishment-box,
  .retention-rule,
  .benefit-box,
  .cause-box,
  .advantage-box,
  .cspa-box,
  .chargeability-box {
    padding: 20px;
  }
  
  .bulletin-structure,
  .movement-patterns,
  .filing-timeline-comparison {
    padding: 20px;
  }
  
  .conclusion-cta,
  .action-steps {
    padding: 25px;
  }
  
  .numbered-steps ol li {
    padding: 15px 15px 15px 60px;
  }
  
  .numbered-steps ol li:before {
    width: 35px;
    height: 35px;
    font-size: 16px;
    left: 15px;
  }
}

@media (max-width: 480px) {
  .allocation-box,
  .schedule-box,
  .establishment-box {
    padding: 15px;
  }
  
  .chart-preview {
    padding: 20px;
  }
  
  .conclusion-cta {
    padding: 20px;
  }
  
  .conclusion-cta h2 {
    font-size: 26px;
  }
  
  .action-steps h3,
  .key-takeaways h3 {
    font-size: 22px;
  }
}

/* ===== PRINT OPTIMIZATION ===== */
@media print {
  .toc-container,
  .conclusion-cta,
  .action-steps {
    page-break-inside: avoid;
  }
  
  .content-card,
  .allocation-box,
  .cause-box,
  .benefit-box {
    page-break-inside: avoid;
    box-shadow: none;
    border: 1px solid #e0e0e0;
  }
  
  table {
    page-break-inside: avoid;
  }
  
  .numbered-steps ol li:before {
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
}

/* ===== ACCESSIBILITY ENHANCEMENTS ===== */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .content-card,
  .allocation-box,
  .benefit-box,
  .cause-box {
    border: 2px solid currentColor;
  }
}/* End custom CSS */