/* =====================================================
   Regionale Webdesign-Seiten
   Baut bewusst auf dem Designsystem von
   page-website-erstellen-lassen.css auf.
===================================================== */

.tm-region-page {
  overflow: clip;
}

.tm-region-hero-title {
  max-width: 13ch;
}

.tm-region-project-visual .tm-web-browser-body {
  padding-bottom: 0;
}

.tm-region-visual-footer {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 18px 18px 0;
  padding: 16px 18px;
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 14px;
  background: rgba(248, 250, 252, 0.94);
}

.tm-region-visual-footer > span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 12px;
  color: #2563eb;
  background: #eff6ff;
}

.tm-region-visual-footer svg {
  width: 20px;
  height: 20px;
}

.tm-region-visual-footer div {
  display: grid;
  gap: 2px;
}

.tm-region-visual-footer small {
  color: #64748b;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tm-region-visual-footer strong {
  color: #0f172a;
  font-size: 0.95rem;
  line-height: 1.35;
}

.tm-region-local-note {
  margin-top: 24px;
  padding: 18px 20px;
  border-left: 3px solid #2563eb;
  background: #f8fafc;
  color: #334155;
}

.tm-region-trust-section {
  padding-top: 34px;
}

.tm-region-trust-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  padding: clamp(36px, 5vw, 64px);
  border-radius: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 15%, rgba(37, 99, 235, 0.34), transparent 34%),
    linear-gradient(135deg, #0f172a 0%, #111c34 58%, #142348 100%);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.16);
}

.tm-region-trust-copy .tm-eyebrow {
  color: #93c5fd;
}

.tm-region-trust-copy h2 {
  max-width: 13ch;
  margin: 0 0 18px;
  color: #fff;
}

.tm-region-trust-copy p:not(.tm-eyebrow) {
  max-width: 58ch;
  margin: 0 0 26px;
  color: #cbd5e1;
}

.tm-region-trust-points {
  display: grid;
  gap: 12px;
}

.tm-region-trust-points > div {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  column-gap: 15px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.055);
}

.tm-region-trust-points span {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 13px;
  color: #bfdbfe;
  background: rgba(37, 99, 235, 0.22);
}

.tm-region-trust-points svg {
  width: 21px;
  height: 21px;
}

.tm-region-trust-points strong {
  color: #fff;
  font-size: 1rem;
}

.tm-region-trust-points p {
  margin: 3px 0 0;
  color: #cbd5e1;
  font-size: 0.92rem;
  line-height: 1.55;
}

.tm-region-final-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

@media (max-width: 900px) {
  .tm-region-trust-panel {
    grid-template-columns: 1fr;
  }

  .tm-region-trust-copy h2 {
    max-width: 18ch;
  }
}

@media (max-width: 680px) {
  .tm-region-hero-title {
    max-width: none;
  }

  .tm-region-visual-footer {
    margin: 14px 12px 0;
    padding: 14px;
  }

  .tm-region-trust-panel {
    padding: 28px 22px;
    border-radius: 20px;
  }

  .tm-region-final-actions {
    display: grid;
  }

  .tm-region-final-actions .tm-btn {
    width: 100%;
  }
}
