.section_body_methodology { padding-bottom: 60px; }

.ca-hero .hero-overlay {
  background: rgba(6, 33, 45, 0.88);
}

.meth-intro {
  padding: 48px 0 16px;
}

.meth-intro p { font-size: 16px; color: var(--text); margin-bottom: 10px; }

.meth-section-title {
  padding: 40px 0 16px;
}

.meth-section-title h2 { font-size: 28px; margin-bottom: 6px; }
.meth-section-title p { font-size: 15px; color: var(--text); }
.meth-section-title .text-logo { color: var(--text); }

.meth-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 12px;
}

.meth-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: var(--shadow);
}

.meth-card h4 {
  font-size: 15px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 10px;
  text-align: left;
}

.meth-card p {
  font-size: 14px;
  color: var(--text);
  margin-bottom: 8px;
}

.meth-card ul {
  list-style: disc;
  padding-left: 18px;
  margin-top: 8px;
}

.meth-card ul li {
  font-size: 14px;
  color: var(--text);
  margin-bottom: 4px;
}

@media (max-width: 900px) {
  .meth-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .meth-grid { grid-template-columns: 1fr; }
}
