.template-hero-v2 {
  background: #fbfaf8;
  border-bottom: 1px solid #ece7df;
  padding: 72px 0 64px;
}

.template-hero-v2__inner {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 24px;
}

.template-hero-v2__badge {
  color: #0f766e;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.template-hero-v2__title {
  color: #181818;
  font-family: "Alata", "Inter", sans-serif;
  font-size: clamp(38px, 5vw, 62px);
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
}

.template-hero-v2__description {
  color: #51463f;
  font-size: 18px;
  line-height: 1.65;
  margin: 22px 0 0;
  max-width: 720px;
}

.template-hero-v2__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.template-hero-v2__chips span {
  background: #ffffff;
  border: 1px solid #dfd8cf;
  border-radius: 999px;
  color: #51463f;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 11px;
}

.template-hero-v2__downloads {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}

.template-hero-v2__download {
  align-items: center;
  background: #ffffff;
  border: 1px solid #dfd8cf;
  border-radius: 8px;
  color: #181818;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  gap: 9px;
  justify-content: center;
  min-height: 48px;
  padding: 10px 12px;
  text-decoration: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.template-hero-v2__download:hover {
  border-color: #ff6738;
  box-shadow: 0 10px 24px rgba(33, 37, 41, 0.08);
  transform: translateY(-1px);
}

.template-hero-v2__download i {
  color: #2563eb;
}

.template-hero-v2__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.template-hero-v2__primary,
.template-hero-v2__secondary {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  text-decoration: none;
}

.template-hero-v2__primary {
  background: #ff6738;
  color: #ffffff;
}

.template-hero-v2__primary:hover {
  background: #e55527;
}

.template-hero-v2__primary svg {
  height: 18px;
  margin-left: 8px;
  width: 18px;
}

.template-hero-v2__secondary {
  background: #ffffff;
  border: 1px solid #dfd8cf;
  color: #181818;
}

.template-hero-v2__secondary:hover {
  border-color: #9ca3af;
}

.template-hero-v2__preview {
  min-width: 0;
}

.template-hero-v2__paper {
  background: #ffffff;
  border: 1px solid #ded7ce;
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(33, 37, 41, 0.12);
  overflow: hidden;
}

.template-hero-v2__paperbar {
  align-items: center;
  background: #f3f4f6;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  gap: 7px;
  height: 38px;
  padding: 0 14px;
}

.template-hero-v2__paperbar span {
  background: #9ca3af;
  border-radius: 999px;
  height: 8px;
  width: 8px;
}

.template-hero-v2__paperbody {
  max-height: 600px;
  overflow: auto;
  padding: 34px;
}

.template-hero-v2__paperbody h1 {
  color: #111827;
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 24px;
}

.template-hero-v2__paperbody h2 {
  border-top: 1px solid #e5e7eb;
  color: #1f2937;
  font-size: 18px;
  margin: 26px 0 12px;
  padding-top: 18px;
}

.template-hero-v2__paperbody table {
  font-size: 14px;
}

@media (max-width: 980px) {
  .template-hero-v2__inner {
    grid-template-columns: 1fr;
  }
}

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

  .template-hero-v2__inner {
    gap: 30px;
    padding: 0 16px;
  }

  .template-hero-v2__downloads {
    grid-template-columns: 1fr;
  }

  .template-hero-v2__paperbody {
    max-height: 460px;
    padding: 22px;
  }
}
