.interest-calculator-content-wrapper {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.8;
  color: #2c3e50;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.interest-calculator-content-wrapper * {
  box-sizing: border-box;
}

.interest-calculator-content-wrapper .intro-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #ffffff;
  padding: 2.5rem;
  border-radius: 12px;
  margin-bottom: 2.5rem;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.2);
}

.interest-calculator-content-wrapper .intro-section h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  margin: 0 0 1rem 0;
}

.interest-calculator-content-wrapper .intro-section p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.05rem;
  margin: 0;
  opacity: 0.95;
}

.interest-calculator-content-wrapper .content-section {
  background: #ffffff;
  padding: 2rem;
  margin-bottom: 2rem;
  border-radius: 10px;
  border-left: 4px solid #667eea;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.interest-calculator-content-wrapper .content-section h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #667eea;
  font-size: 1.6rem;
  margin: 0 0 1.2rem 0;
  position: relative;
  padding-bottom: 0.5rem;
}

.interest-calculator-content-wrapper .content-section h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #667eea, #764ba2);
  border-radius: 2px;
}

.interest-calculator-content-wrapper .content-section h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #34495e;
  font-size: 1.3rem;
  margin: 1.8rem 0 1rem 0;
}

.interest-calculator-content-wrapper .content-section h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.interest-calculator-content-wrapper .content-section p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 1rem 0;
  text-align: justify;
}

.interest-calculator-content-wrapper .highlight-box {
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 8px;
  margin: 1.5rem 0;
  border-left: 4px solid #3498db;
}

.interest-calculator-content-wrapper .highlight-box strong {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #2c3e50;
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
}

.interest-calculator-content-wrapper .info-list {
  list-style: none;
  padding: 0;
  margin: 1.2rem 0;
}

.interest-calculator-content-wrapper .info-list li {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  padding: 0.8rem 0 0.8rem 2rem;
  position: relative;
  margin-bottom: 0.5rem;
}

.interest-calculator-content-wrapper .info-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #667eea;
  font-weight: bold;
  font-size: 1.2rem;
}

.interest-calculator-content-wrapper .info-list li strong {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.interest-calculator-content-wrapper .example-box {
  background: #fff3cd;
  padding: 1.5rem;
  border-radius: 8px;
  margin: 1.5rem 0;
  border-left: 4px solid #ffc107;
}

.interest-calculator-content-wrapper .example-box h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #856404;
  margin: 0 0 1rem 0;
  font-size: 1.15rem;
}

.interest-calculator-content-wrapper .example-box p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #664d03;
  margin: 0.5rem 0;
}

.interest-calculator-content-wrapper .example-box strong {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.interest-calculator-content-wrapper .key-points {
  background: #e7f3ff;
  padding: 1.5rem;
  border-radius: 8px;
  margin: 1.5rem 0;
}

.interest-calculator-content-wrapper .key-points ul {
  margin: 0;
  padding-left: 1.5rem;
}

.interest-calculator-content-wrapper .key-points li {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin-bottom: 0.8rem;
  color: #004085;
}

.interest-calculator-content-wrapper .key-points li strong {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.interest-calculator-content-wrapper .table-wrapper {
  overflow-x: auto;
  margin: 1.5rem 0;
}

.interest-calculator-content-wrapper table {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  border-radius: 8px;
  overflow: hidden;
}

.interest-calculator-content-wrapper table thead {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #ffffff;
}

.interest-calculator-content-wrapper table th {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  padding: 1rem;
  text-align: left;
  font-size: 0.95rem;
}

.interest-calculator-content-wrapper table td {
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
}

.interest-calculator-content-wrapper table tbody tr:hover {
  background: #f8f9fa;
  transition: background 0.3s ease;
}

.interest-calculator-content-wrapper .cta-box {
  background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
  color: #ffffff;
  padding: 2rem;
  border-radius: 10px;
  margin-top: 2.5rem;
  text-align: center;
  box-shadow: 0 4px 15px rgba(17, 153, 142, 0.3);
}

.interest-calculator-content-wrapper .cta-box h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin: 0 0 1rem 0;
  color: #ffffff;
  font-size: 1.5rem;
}

.interest-calculator-content-wrapper .cta-box p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0 0 1.5rem 0;
  font-size: 1.05rem;
}

.interest-calculator-content-wrapper .cta-button {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  display: inline-block;
  background: #ffffff;
  color: #11998e;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.05rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.interest-calculator-content-wrapper .cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

@media (max-width: 768px) {
  .interest-calculator-content-wrapper .intro-section,
  .interest-calculator-content-wrapper .content-section {
    padding: 1.5rem;
  }

  .interest-calculator-content-wrapper .intro-section h2 {
    font-size: 1.5rem;
  }

  .interest-calculator-content-wrapper .content-section h3 {
    font-size: 1.4rem;
  }

  .interest-calculator-content-wrapper table {
    font-size: 0.9rem;
  }

  .interest-calculator-content-wrapper table th,
  .interest-calculator-content-wrapper table td {
    padding: 0.7rem;
  }
}