.twentytwenty-container {
    margin-bottom: 10px;
    margin-top: 10px;
}


/* === CTA Unified Sections (2026-03-08) === */
.cta-mid {
  background: #f9f5f0;
  border-left: 4px solid #be1e3f;
  padding: 24px 28px;
  margin: 32px 0;
  border-radius: 0 5px 5px 0;
}
.cta-mid h3 {
  font-size: 18px;
  font-weight: bold;
  color: #2c2c2c;
  margin: 0 0 8px;
}
.cta-mid p {
  color: #666;
  margin: 0 0 16px;
  line-height: 1.5;
}
.cta-mid .cta-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.cta-end {
  background: #2c2c2c;
  padding: 28px 32px;
  margin: 32px 0 16px;
  border-radius: 5px;
  text-align: center;
}
.cta-end h3 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 8px;
}
.cta-end p {
  color: #bbb;
  margin: 0 0 20px;
  line-height: 1.5;
}

.cta-mid a.cta,
.cta-end a.cta {
  display: inline-block;
  padding: 12px 24px;
  font-size: 16px;
}
.cta-mid a.cta-outline-red {
  display: inline-block;
  padding: 12px 24px;
  background: transparent;
  color: #be1e3f;
  border: 2px solid #be1e3f;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.cta-mid a.cta-outline-red:hover {
  background: rgba(190,30,63,0.06);
}
.cta-end .cta-buttons {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.cta-end a.cta-outline {
  display: inline-block;
  padding: 12px 24px;
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.cta-end a.cta-outline:hover {
  background: rgba(255,255,255,0.1);
}

/* --- Callback Form Heading (2026-03-08) --- */
.callback-heading {
  font-size: 22px;
  font-weight: bold;
  color: #2c2c2c;
  text-align: center;
  margin: 0 0 6px;
}
.callback-sub {
  color: #888;
  text-align: center;
  margin: 0 0 20px;
  font-size: 14px;
}
