/* =========================================
   PAGE: WEBSITE ERSTELLEN LASSEN
   Only page-specific variants. Shared grids, cards, sections and typography live in components.
========================================= */

.tm-website-page {
  background: #ffffff;
}

.tm-website-page .tm-eyebrow {
  color: #2563eb;
}

/* HERO */

.tm-web-hero {
  background:
    radial-gradient(circle at 78% 20%, rgba(37, 99, 235, .13), transparent 32%),
    radial-gradient(circle at 12% 8%, rgba(37, 99, 235, .045), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.tm-web-system-card {
  overflow: hidden;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(14px);
}

.tm-web-system-top {
  display: flex;
  gap: 8px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(226,232,240,.9);
  background: rgba(248,250,252,.86);
}

.tm-web-system-top span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #cbd5e1;
}

.tm-web-system-body {
  padding: 34px;
  background:
    radial-gradient(circle at 100% 0%, rgba(37, 99, 235, .12), transparent 40%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.tm-web-system-label {
  margin-bottom: 18px;
  color: #2563eb;
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.tm-web-system-body h3 {
  margin: 0 0 28px;
  color: #0f172a;
  font-size: clamp(2.45rem, 3.2vw, 3.25rem);
  line-height: .92;
  letter-spacing: -.075em;
}

.tm-web-system-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.tm-web-system-metrics div {
  min-height: 82px;
  padding: 14px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(226,232,240,.9);
  box-shadow: 0 10px 28px rgba(15,23,42,.035);
}

.tm-web-system-metrics span {
  display: block;
  margin-bottom: 8px;
  color: #64748b;
  font-size: .72rem;
  font-weight: 850;
}

.tm-web-system-metrics strong {
  color: #0f172a;
  font-size: .92rem;
  font-weight: 900;
}

.tm-web-system-stack {
  display: grid;
  gap: 10px;
  padding: 18px;
  border-radius: 22px;
  background: #0f172a;
  border: 1px solid rgba(255,255,255,.08);
}

.tm-web-system-stack div {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: rgba(226,232,240,.82);
  font-size: .82rem;
  font-weight: 760;
  line-height: 1.45;
}

.tm-web-stack-dot {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  margin-top: 5px;
  border-radius: 999px;
  background: #2563eb;
  box-shadow: 0 0 0 4px rgba(37,99,235,.18);
}

/* REFERENCES */

.tm-web-references-section {
  padding-top: clamp(96px, 8vw, 128px);
  padding-bottom: clamp(100px, 8vw, 136px);
}

.tm-web-reference-card {
  overflow: hidden;
  border-radius: 30px;
}

.tm-web-reference-preview {
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background:
    radial-gradient(circle at 80% 0%, rgba(37,99,235,.14), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f1f5f9 100%);
}

.tm-web-reference-preview-two {
  background:
    radial-gradient(circle at 10% 0%, rgba(37,99,235,.12), transparent 34%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.tm-web-reference-preview-three {
  background:
    radial-gradient(circle at 50% 0%, rgba(15,23,42,.08), transparent 36%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.tm-web-reference-window {
  width: 100%;
  max-width: 280px;
  min-height: 152px;
  display: grid;
  grid-template-columns: 16px 16px 1fr;
  gap: 8px;
  align-content: start;
  padding: 18px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(226,232,240,.95);
  box-shadow: 0 24px 52px rgba(15,23,42,.08);
}

.tm-web-reference-window span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #cbd5e1;
}

.tm-web-reference-window strong,
.tm-web-reference-window em {
  grid-column: 1 / -1;
  display: block;
  border-radius: 999px;
}

.tm-web-reference-window strong {
  height: 16px;
  width: 62%;
  margin-top: 16px;
  background: #2563eb;
}

.tm-web-reference-window em {
  height: 12px;
  background: #e2e8f0;
}

.tm-web-reference-window em:last-child {
  width: 72%;
}

.tm-web-reference-content {
  padding: 26px;
}

.tm-web-reference-type {
  margin: 0 0 10px;
  color: #2563eb;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.tm-web-reference-card h3 {
  margin: 0 0 12px;
  color: #0f172a;
  font-size: 1.24rem;
  line-height: 1.22;
  letter-spacing: -.03em;
}

.tm-web-reference-card p:not(.tm-web-reference-type) {
  margin: 0;
  color: #64748b;
  font-size: .95rem;
  line-height: 1.7;
}

.tm-web-reference-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.tm-web-reference-meta span {
  min-height: 30px;
  padding: 0 10px;
  font-size: .72rem;
}

/* RESULT / TESTIMONIALS */

.tm-web-result-grid .tm-web-copy {
  max-width: 820px;
}

.tm-web-check-list {
  display: grid;
  gap: 14px;
  max-width: 760px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.tm-web-check-list li {
  position: relative;
  padding: 18px 22px 18px 52px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(226,232,240,.92);
  color: #0f172a;
  font-size: .96rem;
  font-weight: 850;
  line-height: 1.45;
  box-shadow:
    0 10px 30px rgba(15,23,42,.035),
    inset 0 1px 0 rgba(255,255,255,.9);
}

.tm-web-check-list li::before {
  content: "✓";
  position: absolute;
  left: 22px;
  top: 18px;
  color: #2563eb;
  font-weight: 900;
}

.tm-web-testimonials {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 34px;
  border-radius: 36px;
  background:
    radial-gradient(circle at 100% 0%, rgba(37,99,235,.10), transparent 42%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.tm-web-testimonials .tm-eyebrow {
  margin: 0 0 4px;
  color: #2563eb;
}

.tm-web-quote-card {
  position: relative;
  padding: 24px 24px 24px 58px;
  border-radius: 24px;
  color: #0f172a;
  font-size: 1rem;
  font-weight: 760;
  line-height: 1.7;
}

.tm-web-quote-card::before {
  content: "“";
  position: absolute;
  left: 22px;
  top: 18px;
  color: #2563eb;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 900;
}

/* WORDPRESS / CARE */

.tm-web-care-section {
  background:
    radial-gradient(circle at 80% 8%, rgba(37,99,235,.08), transparent 34%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.tm-web-info-box,
.tm-web-care-panel {
  padding: clamp(30px, 4vw, 42px);
  border-radius: 34px;
}

.tm-web-info-box-main h2 {
  font-size: clamp(2.55rem, 4vw, 4.4rem);
}

.tm-web-mini-list {
  display: grid;
  gap: 12px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.tm-web-mini-list li {
  position: relative;
  padding-left: 28px;
  color: #0f172a;
  font-size: .96rem;
  font-weight: 850;
  line-height: 1.55;
}

.tm-web-mini-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #2563eb;
  box-shadow: 0 0 0 5px rgba(37,99,235,.12);
}

.tm-web-care-panel {
  align-self: center;
  background:
    radial-gradient(circle at 100% 0%, rgba(37,99,235,.22), transparent 40%),
    linear-gradient(180deg, #0f172a 0%, #020617 100%);
}

.tm-web-care-panel .tm-eyebrow {
  color: #60a5fa;
}

.tm-web-care-panel h3 {
  margin: 16px 0 0;
  color: #ffffff;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: .96;
  letter-spacing: -.065em;
}

/* FAQ */

.tm-web-faq-grid .tm-web-head {
  margin-bottom: 0;
}

.tm-web-faq-grid .tm-web-head h2 {
  font-size: clamp(2.6rem, 4vw, 4.6rem);
}

.tm-web-faq {
  display: grid;
  gap: 14px;
}

.tm-web-faq details {
  padding: 24px 28px;
  border-radius: 22px;
}

.tm-web-faq summary {
  cursor: pointer;
  color: #0f172a;
  font-weight: 900;
}

.tm-web-faq p {
  margin: 16px 0 0;
  color: #64748b;
  line-height: 1.7;
}

/* FINAL CTA */

.tm-web-final {
  background:
    radial-gradient(circle at 50% 0%, rgba(37,99,235,.18), transparent 34%),
    linear-gradient(180deg, #020617 0%, #081127 100%);
}

.tm-web-final-box {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.tm-web-final .tm-eyebrow {
  color: #60a5fa;
}

.tm-web-final h2 {
  max-width: 760px;
  margin: 18px auto 22px;
  color: #ffffff;
}

.tm-web-final p {
  margin-left: auto;
  margin-right: auto;
  color: rgba(226,232,240,.74);
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .tm-web-system-card,
  .tm-web-info-box,
  .tm-web-care-panel,
  .tm-web-testimonials {
    width: 100%;
    max-width: 680px;
  }

  .tm-web-care-panel {
    align-self: stretch;
  }
}

@media (max-width: 760px) {
  .tm-web-hero {
    padding-top: 58px;
  }

  .tm-web-tags {
    margin-top: 18px;
    gap: 8px;
  }

  .tm-web-tags span {
    min-height: 30px;
    padding: 0 11px;
    font-size: .7rem;
  }

  .tm-web-system-body,
  .tm-web-info-box,
  .tm-web-care-panel,
  .tm-web-testimonials {
    padding: 24px;
    border-radius: 26px;
  }

  .tm-web-system-metrics {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .tm-web-system-metrics div {
    min-height: auto;
    padding: 13px 14px;
  }

  .tm-web-reference-preview {
    min-height: 172px;
    padding: 22px;
  }

  .tm-web-reference-content {
    padding: 22px;
  }

  .tm-web-check-list {
    gap: 10px;
    margin-top: 26px;
  }

  .tm-web-check-list li {
    padding: 15px 18px 15px 46px;
    border-radius: 18px;
    font-size: .9rem;
  }

  .tm-web-check-list li::before {
    left: 18px;
    top: 15px;
  }
}

@media (max-width: 540px) {
  .tm-web-hero {
    padding-top: 46px;
  }

  .tm-web-head {
    margin-bottom: 30px;
  }

  .tm-web-head-center {
    text-align: left;
  }

  .tm-web-head-center p {
    margin-left: 0;
    margin-right: 0;
  }

  .tm-web-system-top {
    padding: 14px 18px;
  }

  .tm-web-reference-window {
    min-height: 124px;
    border-radius: 18px;
  }

  .tm-web-quote-card {
    padding: 18px 18px 18px 42px;
    border-radius: 20px;
    font-size: .92rem;
    line-height: 1.62;
  }

  .tm-web-quote-card::before {
    left: 18px;
    top: 16px;
    font-size: 1.9rem;
  }
}

/* =========================
   ICON SYSTEM ADJUSTMENTS
========================= */

.tm-web-card .tm-feature-icon {
  margin-bottom: 20px;
}

.tm-web-card-dark .tm-feature-icon {
  background: rgba(96, 165, 250, .10);
  color: #60a5fa;
  border: 1px solid rgba(255,255,255,.08);
}


/* =========================
   LAUNCH MOBILE VIEWPORT ALIGNMENT: WEBSITE ERSTELLEN
========================= */

@media (max-width: 760px) {
  .tm-web-hero {
    padding-top: 56px;
    padding-bottom: 64px;
  }

  .tm-web-hero-grid {
    gap: 30px;
  }

  .tm-web-lead {
    margin-top: 18px;
  }

  .tm-web-actions {
    margin-top: 22px;
  }

  .tm-web-tags {
    margin-top: 16px;
  }
}

@media (max-width: 540px) {
  .tm-web-hero {
    padding-top: 50px;
    padding-bottom: 58px;
  }
}
