.template-body-v2 {
  background: #ffffff;
  padding: 72px 0;
}

.template-body-v2__inner {
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 24px;
}

.template-body-v2__header {
  margin: 0 auto 42px;
  max-width: 800px;
  text-align: center;
}

.template-body-v2__badge {
  color: #2563eb;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.template-body-v2__header h2 {
  color: #181818;
  font-family: "Alata", "Inter", sans-serif;
  font-size: 38px;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0;
}

.template-body-v2__header p {
  color: #5f554d;
  font-size: 17px;
  line-height: 1.65;
  margin: 16px 0 0;
}

.template-body-v2__section-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-bottom: 44px;
}

.template-body-v2__section-card {
  background: #fbfaf8;
  border: 1px solid #e7e0d8;
  border-radius: 8px;
  padding: 22px;
}

.template-body-v2__section-card span {
  align-items: center;
  background: #0f766e;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  height: 28px;
  justify-content: center;
  margin-bottom: 16px;
  width: 28px;
}

.template-body-v2__section-card h3 {
  color: #181818;
  font-size: 18px;
  line-height: 1.25;
  margin: 0 0 8px;
}

.template-body-v2__section-card p {
  color: #5f554d;
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.template-body-v2__columns {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.template-body-v2__panel {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(33, 37, 41, 0.06);
  overflow: hidden;
}

.template-body-v2__panel h3 {
  background: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
  color: #181818;
  font-size: 20px;
  margin: 0;
  padding: 18px 22px;
}

.template-body-v2__panel--example h3 {
  background: #fff7ed;
}

.template-body-v2__prose {
  max-height: 620px;
  overflow: auto;
  padding: 24px;
}

.template-body-v2__prose h1 {
  color: #111827;
  font-size: 26px;
  margin: 0 0 20px;
}

.template-body-v2__prose h2 {
  color: #1f2937;
  font-size: 18px;
  margin: 24px 0 10px;
}

.template-body-v2__prose p,
.template-body-v2__prose li,
.template-body-v2__prose td {
  font-size: 15px;
}

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

@media (max-width: 640px) {
  .template-body-v2 {
    padding: 52px 0;
  }

  .template-body-v2__inner {
    padding: 0 16px;
  }

  .template-body-v2__header h2 {
    font-size: 30px;
  }

  .template-body-v2__prose {
    max-height: none;
    padding: 20px;
  }
}
