/* =========================================
   PAGE: WEBSITE ERSTELLEN LASSEN
   v724, Website-Projektseite mit heller Browser-Vorschau im Hero.
   Focus: calmer hierarchy, stronger project visuals, less generic card feeling.
========================================= */

.tm-website-page {
  --tm-web-blue: #2563eb;
  --tm-web-blue-2: #1d4ed8;
  --tm-web-navy: #0f172a;
  --tm-web-ink: #111827;
  --tm-web-muted: #64748b;
  --tm-web-soft: #f8fafc;
  --tm-web-soft-blue: #eff6ff;
  --tm-web-border: rgba(226, 232, 240, .92);
  --tm-web-border-blue: rgba(191, 219, 254, .95);
  --tm-web-shadow: 0 18px 60px rgba(15, 23, 42, .07);
  --tm-web-shadow-soft: 0 10px 34px rgba(15, 23, 42, .045);
  background: #ffffff;
  color: var(--tm-web-navy);
  overflow: hidden;
}

.tm-website-page .tm-eyebrow {
  color: var(--tm-web-blue);
}

.tm-web-section {
  position: relative;
  padding-top: clamp(74px, 7vw, 118px);
  padding-bottom: clamp(74px, 7vw, 118px);
}

.tm-web-head {
  max-width: 900px;
  margin-bottom: clamp(34px, 4vw, 56px);
}

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

.tm-web-head h2,
.tm-web-stage-copy h2,
.tm-web-journey-copy h2,
.tm-web-status-copy h2,
.tm-web-person-copy h2,
.tm-web-faq-grid .tm-web-head h2,
.tm-web-final h2 {
  text-wrap: balance;
  letter-spacing: -.066em;
}

.tm-web-head p,
.tm-web-stage-copy p,
.tm-web-journey-copy p,
.tm-web-status-copy p,
.tm-web-person-copy p,
.tm-web-final p,
.tm-web-reference-card p,
.tm-web-deliverables p,
.tm-web-compare-card li {
  text-wrap: pretty;
}

.tm-web-head h2 {
  max-width: 920px;
  margin: 0 auto;
  color: var(--tm-web-navy);
  font-size: clamp(2.45rem, 4vw, 4.55rem);
  line-height: .96;
}

.tm-web-head p:not(.tm-eyebrow) {
  max-width: 710px;
  margin: 18px auto 0;
  color: var(--tm-web-muted);
  font-size: clamp(.98rem, 1.1vw, 1.08rem);
  line-height: 1.72;
}

/* HERO */

.tm-web-hero {
  position: relative;
  padding-top: clamp(72px, 7vw, 112px);
  padding-bottom: clamp(72px, 7vw, 118px);
  background:
    radial-gradient(circle at 82% 18%, rgba(37, 99, 235, .17), transparent 28%),
    radial-gradient(circle at 12% 6%, rgba(37, 99, 235, .065), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.tm-web-hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(1180px, calc(100% - 40px));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(148, 163, 184, .32), transparent);
}

.tm-web-hero-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 500px);
  gap: clamp(42px, 6vw, 86px);
  align-items: flex-start;
}

.tm-web-hero-content {
  max-width: 800px;
}

.tm-web-hero-title {
  max-width: 850px;
  margin: 0;
  color: var(--tm-web-navy);
  font-size: clamp(3.35rem, 5vw, 5.55rem);
  line-height: .9;
  letter-spacing: -.082em;
}

.tm-web-hero-title span {
  display: block;
}

.tm-web-hero-title-accent {
  color: var(--tm-web-blue);
}

.tm-web-lead {
  max-width: 665px;
  color: #475569;
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  line-height: 1.72;
}

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

.tm-web-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.tm-web-tags span,
.tm-web-reference-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #dbeafe;
  color: var(--tm-web-blue);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .02em;
}

.tm-web-project-visual {
  position: relative;
  overflow: hidden;
  border-radius: 38px;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(226, 232, 240, .98);
  box-shadow: 0 34px 90px rgba(15, 23, 42, .105);
  transform: translateZ(0);
}

.tm-web-project-visual::before {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255,255,255,.8), transparent 40%, rgba(37,99,235,.16));
}


.tm-web-browser-body {
  position: relative;
  z-index: 1;
  padding: 32px;
  background:
    radial-gradient(circle at 100% 0%, rgba(37,99,235,.18), transparent 40%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}


.tm-web-browser-hero strong,
.tm-web-browser-hero em,
.tm-web-browser-grid span,
.tm-web-reference-window strong,
.tm-web-reference-window em {
  display: block;
  border-radius: 999px;
}


/* WHAT SECTION */

.tm-web-what-section {
  background: #ffffff;
}

.tm-web-stage {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
  padding: clamp(32px, 5vw, 62px);
  border-radius: 46px;
  background:
    radial-gradient(circle at 100% 0%, rgba(37,99,235,.12), transparent 38%),
    linear-gradient(135deg, #f8fafc 0%, #ffffff 55%, #eff6ff 100%);
  border: 1px solid var(--tm-web-border);
  box-shadow: var(--tm-web-shadow-soft);
}

.tm-web-stage-copy h2,
.tm-web-journey-copy h2,
.tm-web-status-copy h2,
.tm-web-person-copy h2 {
  margin: 0;
  color: var(--tm-web-navy);
  font-size: clamp(2.35rem, 3.75vw, 4.15rem);
  line-height: .98;
}

.tm-web-stage-copy p:not(.tm-eyebrow),
.tm-web-journey-copy p:not(.tm-eyebrow),
.tm-web-status-copy p:not(.tm-eyebrow),
.tm-web-person-copy p:not(.tm-eyebrow) {
  max-width: 620px;
  margin: 22px 0 0;
  color: #475569;
  font-size: 1.04rem;
  line-height: 1.75;
}

.tm-web-value-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.tm-web-value-board article,
.tm-web-deliverables article {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border-radius: 28px;
  background: rgba(255,255,255,.94);
  border: 1px solid var(--tm-web-border);
  box-shadow: 0 12px 34px rgba(15,23,42,.035);
}

.tm-web-value-board article::after,
.tm-web-deliverables article::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 100% 0%, rgba(37,99,235,.075), transparent 42%);
  opacity: .85;
}

.tm-web-value-board span,
.tm-web-deliverables span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: #eff6ff;
  color: var(--tm-web-blue);
}

.tm-web-value-board h3,
.tm-web-deliverables h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 9px;
  color: var(--tm-web-navy);
  font-size: 1.08rem;
  line-height: 1.25;
}

.tm-web-value-board p,
.tm-web-deliverables p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--tm-web-muted);
  font-size: .94rem;
  line-height: 1.62;
}

/* COMPARE */

.tm-web-compare-section {
  background:
    linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.tm-web-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.tm-web-compare-card {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4vw, 46px);
  border-radius: 38px;
  border: 1px solid var(--tm-web-border);
  box-shadow: var(--tm-web-shadow-soft);
}

.tm-web-compare-muted {
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.tm-web-compare-good {
  background:
    radial-gradient(circle at 100% 0%, rgba(37,99,235,.18), transparent 38%),
    linear-gradient(180deg, #eff6ff 0%, #ffffff 100%);
  border-color: #bfdbfe;
}

.tm-web-compare-good::before,
.tm-web-compare-muted::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #e2e8f0;
}

.tm-web-compare-good::before {
  background: linear-gradient(90deg, var(--tm-web-blue), #60a5fa);
}

.tm-web-compare-kicker {
  margin: 0 0 16px;
  color: var(--tm-web-blue);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.tm-web-compare-card h3 {
  margin: 0 0 24px;
  color: var(--tm-web-navy);
  font-size: clamp(1.55rem, 2.2vw, 2.28rem);
  line-height: 1.06;
  letter-spacing: -.045em;
}

.tm-web-compare-card ul,
.tm-web-project-status ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tm-web-compare-card li {
  position: relative;
  padding-left: 30px;
  color: #334155;
  font-weight: 780;
  line-height: 1.55;
}

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

/* JOURNEY */

.tm-web-journey-section {
  background:
    radial-gradient(circle at 16% 12%, rgba(37,99,235,.12), transparent 30%),
    radial-gradient(circle at 90% 100%, rgba(37,99,235,.08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #eff6ff 100%);
}

.tm-web-journey-wrap {
  position: relative;
  overflow: hidden;
  display: block;
  padding: clamp(32px, 5vw, 62px);
  border-radius: 46px;
  background:
    radial-gradient(circle at 0% 0%, rgba(37,99,235,.14), transparent 35%),
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.78));
  border: 1px solid var(--tm-web-border-blue);
  box-shadow: var(--tm-web-shadow-soft);
}

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

.tm-web-journey {
  counter-reset: journey;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin: clamp(34px, 4vw, 50px) 0 0;
  padding: 0;
  list-style: none;
}

.tm-web-journey li {
  position: relative;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 18px;
  border-radius: 26px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(191,219,254,.95);
  box-shadow: 0 12px 34px rgba(37,99,235,.045);
}

.tm-web-journey li::after {
  content: "";
  position: absolute;
  top: 39px;
  right: -18px;
  width: 24px;
  height: 1px;
  background: rgba(37, 99, 235, .32);
}

.tm-web-journey li:last-child::after {
  display: none;
}

.tm-web-journey li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  border-radius: 15px;
  background: var(--tm-web-blue);
  color: #ffffff;
  font-size: .78rem;
  font-weight: 950;
}

.tm-web-journey li strong {
  display: block;
  margin: 0 0 8px;
  color: var(--tm-web-navy);
  font-size: 1.02rem;
  line-height: 1.2;
}

.tm-web-journey li em {
  display: block;
  color: var(--tm-web-muted);
  font-style: normal;
  font-size: .88rem;
  line-height: 1.5;
}

/* STATUS */

.tm-web-status-section {
  background: #ffffff;
}

.tm-web-status-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(340px, 470px);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
}

.tm-web-project-status {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-radius: 36px;
  background:
    radial-gradient(circle at 100% 0%, rgba(37,99,235,.28), transparent 38%),
    linear-gradient(180deg, #111827 0%, #020617 100%);
  color: #ffffff;
  box-shadow: 0 34px 84px rgba(15,23,42,.22);
}

.tm-web-project-status::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 35px;
  border: 1px solid rgba(255,255,255,.09);
  pointer-events: none;
}

.tm-web-status-head {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,.10);
}

.tm-web-status-head span {
  color: #60a5fa;
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.tm-web-status-head strong {
  color: #ffffff;
  font-size: .96rem;
}

.tm-web-project-status li {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px 0;
  color: rgba(226,232,240,.88);
  font-weight: 820;
}

.tm-web-project-status li span {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  border-radius: 999px;
  background: rgba(148,163,184,.5);
}

.tm-web-project-status li.is-done span {
  background: #60a5fa;
  box-shadow: 0 0 0 5px rgba(96,165,250,.14);
}

.tm-web-project-status li.is-next span {
  background: #ffffff;
  box-shadow: 0 0 0 5px rgba(255,255,255,.12);
}

.tm-web-project-status p {
  position: relative;
  z-index: 1;
  margin: 22px 0 0;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.9);
  font-weight: 820;
}

/* DELIVERABLES */

.tm-web-result-section {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.tm-web-deliverables {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
}

.tm-web-deliverables article {
  min-height: 190px;
  grid-column: span 4;
}

.tm-web-deliverables article:nth-child(4),
.tm-web-deliverables article:nth-child(5) {
  grid-column: span 6;
}

.tm-web-deliverables article:nth-child(6) {
  grid-column: span 12;
  min-height: 158px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  column-gap: 18px;
  align-items: start;
  background:
    radial-gradient(circle at 100% 0%, rgba(37,99,235,.16), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #eff6ff 100%);
  border-color: #bfdbfe;
}

.tm-web-deliverables article:nth-child(6) span {
  grid-row: 1 / span 2;
  margin-bottom: 0;
}

.tm-web-deliverables article:nth-child(6) h3 {
  margin-top: 2px;
}

/* REFERENCES */

.tm-web-references-section {
  background: #ffffff;
}

.tm-web-reference-grid-premium {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.tm-web-reference-card {
  overflow: hidden;
  border-radius: 32px;
  background: #ffffff;
  border: 1px solid var(--tm-web-border);
  box-shadow: var(--tm-web-shadow-soft);
}

.tm-web-reference-preview {
  min-height: 210px;
  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 var(--tm-web-border);
  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;
}

.tm-web-reference-window strong {
  height: 16px;
  width: 62%;
  margin-top: 16px;
  background: var(--tm-web-blue);
}

.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: var(--tm-web-blue);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.tm-web-reference-card h3 {
  margin: 0 0 12px;
  color: var(--tm-web-navy);
  font-size: 1.18rem;
  line-height: 1.24;
  letter-spacing: -.03em;
}

.tm-web-reference-card p:not(.tm-web-reference-type) {
  margin: 0;
  color: var(--tm-web-muted);
  font-size: .94rem;
  line-height: 1.65;
}

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

.tm-web-center {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

/* PERSON */

.tm-web-person-section {
  background:
    radial-gradient(circle at 10% 20%, rgba(37,99,235,.10), transparent 32%),
    linear-gradient(180deg, #eff6ff 0%, #ffffff 100%);
}

.tm-web-person {
  display: grid;
  grid-template-columns: minmax(240px, 340px) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 76px);
  align-items: center;
  max-width: 1060px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 44px);
  border-radius: 44px;
  background: rgba(255,255,255,.88);
  border: 1px solid var(--tm-web-border-blue);
  box-shadow: var(--tm-web-shadow);
}

.tm-web-person figure {
  margin: 0;
}

.tm-web-person img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  border-radius: 30px;
  background: #e2e8f0;
}

.tm-web-person-copy .tm-btn {
  margin-top: 28px;
}

/* FAQ */

.tm-web-faq-section {
  background: #ffffff;
}

.tm-web-faq-grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: clamp(30px, 6vw, 74px);
  align-items: start;
}

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

.tm-web-faq-grid .tm-web-head h2 {
  margin: 0;
  font-size: clamp(2.35rem, 4vw, 4.05rem);
}

.tm-web-faq-grid .tm-web-head p:not(.tm-eyebrow) {
  margin-left: 0;
}

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

.tm-web-faq details {
  padding: 22px 26px;
  border-radius: 22px;
  background: #f8fafc;
  border: 1px solid var(--tm-web-border);
}

.tm-web-faq summary {
  cursor: pointer;
  color: var(--tm-web-navy);
  font-weight: 900;
}

.tm-web-faq p {
  margin: 16px 0 0;
  color: var(--tm-web-muted);
  line-height: 1.7;
}

/* FINAL CTA */

.tm-web-final {
  position: relative;
  padding-top: clamp(82px, 8vw, 128px);
  padding-bottom: clamp(82px, 8vw, 128px);
  background:
    radial-gradient(circle at 50% 0%, rgba(37,99,235,.20), transparent 34%),
    linear-gradient(180deg, #020617 0%, #081127 100%);
}

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

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

.tm-web-final h2 {
  max-width: 780px;
  margin: 18px auto 22px;
  color: #ffffff;
  font-size: clamp(2.4rem, 4vw, 4.45rem);
  line-height: .98;
}

.tm-web-final p {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(226,232,240,.78);
  line-height: 1.72;
}

.tm-web-final .tm-btn {
  margin-top: 28px;
}

/* CONTRAST SAFETY */

.tm-website-page h1,
.tm-website-page h2,
.tm-website-page h3,
.tm-website-page strong,
.tm-website-page summary {
  color: var(--tm-web-navy);
}

.tm-web-project-status strong,
.tm-web-final h2,
.tm-web-final strong {
  color: #ffffff;
}

.tm-web-project-status,
.tm-web-project-status li,
.tm-web-project-status p {
  color: rgba(226,232,240,.88);
}

/* RESPONSIVE */

@media (max-width: 1180px) {
  .tm-web-journey {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tm-web-journey li::after {
    display: none;
  }
}

@media (max-width: 1100px) {
  .tm-web-hero-grid,
  .tm-web-stage,
  .tm-web-status-grid,
  .tm-web-faq-grid {
    grid-template-columns: 1fr;
  }

  .tm-web-project-visual,
  .tm-web-project-status {
    max-width: 680px;
  }

  .tm-web-reference-grid-premium {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tm-web-deliverables article,
  .tm-web-deliverables article:nth-child(4),
  .tm-web-deliverables article:nth-child(5),
  .tm-web-deliverables article:nth-child(6) {
    grid-column: span 6;
  }
}

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

  .tm-web-section,
  .tm-web-final {
    padding-top: 56px;
    padding-bottom: 56px;
  }

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

  .tm-web-hero-title {
    font-size: clamp(2.28rem, 10.3vw, 3.12rem);
    line-height: .97;
    letter-spacing: -.066em;
  }

  .tm-web-hero-title span {
    display: inline;
  }

  .tm-web-hero-title-accent {
    display: block;
    margin-top: 2px;
  }

  .tm-web-lead {
    font-size: .98rem;
    line-height: 1.62;
  }

  .tm-web-actions .tm-btn {
    width: 100%;
    justify-content: center;
  }

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

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

  .tm-web-project-visual {
    border-radius: 26px;
  }

  .tm-web-browser-body {
    padding: 22px;
  }


  .tm-web-head h2,
  .tm-web-stage-copy h2,
  .tm-web-journey-copy h2,
  .tm-web-status-copy h2,
  .tm-web-person-copy h2,
  .tm-web-faq-grid .tm-web-head h2,
  .tm-web-final h2 {
    font-size: clamp(2rem, 9.1vw, 2.72rem);
    line-height: .99;
  }

  .tm-web-head p:not(.tm-eyebrow),
  .tm-web-stage-copy p:not(.tm-eyebrow),
  .tm-web-journey-copy p:not(.tm-eyebrow),
  .tm-web-status-copy p:not(.tm-eyebrow),
  .tm-web-person-copy p:not(.tm-eyebrow) {
    font-size: .96rem;
    line-height: 1.62;
  }

  .tm-web-stage,
  .tm-web-journey-wrap,
  .tm-web-person {
    padding: 22px;
    border-radius: 28px;
  }

  .tm-web-value-board,
  .tm-web-compare,
  .tm-web-reference-grid-premium,
  .tm-web-person {
    grid-template-columns: 1fr;
  }

  .tm-web-deliverables {
    grid-template-columns: 1fr;
  }

  .tm-web-deliverables article,
  .tm-web-deliverables article:nth-child(4),
  .tm-web-deliverables article:nth-child(5),
  .tm-web-deliverables article:nth-child(6) {
    grid-column: auto;
    min-height: 0;
  }

  .tm-web-value-board article,
  .tm-web-deliverables article,
  .tm-web-deliverables article:nth-child(6) {
    display: grid;
    grid-template-columns: 42px 1fr;
    column-gap: 14px;
    align-items: start;
    padding: 18px;
    border-radius: 22px;
  }

  .tm-web-value-board span,
  .tm-web-deliverables span,
  .tm-web-deliverables article:nth-child(6) span {
    grid-row: 1 / span 2;
    width: 38px;
    height: 38px;
    margin: 0;
  }

  .tm-web-value-board h3,
  .tm-web-deliverables h3 {
    margin: 0 0 5px;
    font-size: 1rem;
  }

  .tm-web-value-board p,
  .tm-web-deliverables p {
    font-size: .88rem;
    line-height: 1.52;
  }

  .tm-web-compare-card,
  .tm-web-project-status {
    padding: 22px;
    border-radius: 26px;
  }

  .tm-web-journey {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 28px;
  }

  .tm-web-journey li {
    min-height: 0;
    display: grid;
    grid-template-columns: 46px 1fr;
    column-gap: 14px;
    align-items: start;
    padding: 17px;
    border-radius: 22px;
  }

  .tm-web-journey li span {
    grid-row: 1 / span 2;
    width: 38px;
    height: 38px;
    margin: 0;
    border-radius: 13px;
  }

  .tm-web-journey li strong {
    margin: 0 0 4px;
  }

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

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

  .tm-web-person img {
    max-height: 340px;
  }

  .tm-web-faq details {
    padding: 18px 20px;
    border-radius: 18px;
  }

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

  .tm-web-head h2,
  .tm-web-head p:not(.tm-eyebrow) {
    margin-left: 0;
    margin-right: 0;
  }

  .tm-web-center {
    justify-content: stretch;
  }

  .tm-web-center .tm-btn {
    width: 100%;
    justify-content: center;
  }
}

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

  .tm-web-section,
  .tm-web-final {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .tm-web-stage,
  .tm-web-journey-wrap,
  .tm-web-person,
  .tm-web-compare-card,
  .tm-web-project-status {
    border-radius: 24px;
  }

  .tm-web-person img {
    max-height: 310px;
  }
}

/* =========================================
   v727 Hero Browser Preview
   Browserfenster im Stil der Startseite, innen als echte Mini-Website statt Feature-Karten.
========================================= */

.tm-web-hero {
  background:
    radial-gradient(circle at 84% 8%, rgba(37, 99, 235, .15), transparent 32%),
    radial-gradient(circle at 50% 0%, rgba(96, 165, 250, .075), transparent 35%),
    linear-gradient(180deg, #f8fbff 0%, #f3f7ff 66%, #ffffff 100%);
}

.tm-web-hero-grid {
  grid-template-columns: minmax(0, .96fr) minmax(500px, 640px);
  gap: clamp(48px, 6.4vw, 104px);
}

.tm-web-hero .tm-web-lead,
.tm-website-page .tm-web-hero .tm-page-hero-lead,
.tm-website-page .tm-web-hero p.tm-web-lead {
  color: #475569 !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

.tm-web-project-visual {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.96));
  border: 1px solid rgba(203,213,225,.92);
  box-shadow:
    0 42px 110px rgba(15, 23, 42, .13),
    0 18px 44px rgba(37, 99, 235, .08),
    inset 0 1px 0 rgba(255,255,255,1);
  backdrop-filter: blur(16px);
}

.tm-web-project-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 84% 15%, rgba(37,99,235,.12), transparent 33%),
    radial-gradient(circle at 18% 100%, rgba(96,165,250,.08), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.72), transparent 48%);
  z-index: 0;
}

.tm-web-browser-top {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) 58px;
  align-items: center;
  gap: 18px;
  min-height: 66px;
  padding: 0 26px;
  background: rgba(248,250,252,.92);
  border-bottom: 1px solid rgba(226,232,240,.98);
}

.tm-web-browser-dots {
  display: flex;
  gap: 8px;
}

.tm-web-browser-dots span {
  width: 11px;
  height: 11px;
  border-radius: 999px;
}

.tm-web-browser-dots span:nth-child(1) { background: #ef4444; }
.tm-web-browser-dots span:nth-child(2) { background: #f59e0b; }
.tm-web-browser-dots span:nth-child(3) { background: #22c55e; }

.tm-web-browser-url {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  justify-self: center;
  min-height: 34px;
  border-radius: 999px;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(226,232,240,.9);
  color: #334155;
  font-size: .82rem;
  font-weight: 850;
  box-shadow: inset 0 1px 2px rgba(15,23,42,.035);
}

.tm-web-browser-menu {
  justify-self: end;
  color: #94a3b8;
  font-weight: 900;
  letter-spacing: .08em;
}

.tm-web-browser-body {
  position: relative;
  z-index: 1;
  padding: 30px;
  background:
    radial-gradient(circle at 92% 0%, rgba(96,165,250,.13), transparent 38%),
    radial-gradient(circle at 8% 100%, rgba(37,99,235,.07), transparent 36%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.tm-web-site-preview {
  overflow: hidden;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(203,213,225,.95);
  box-shadow:
    0 24px 64px rgba(15,23,42,.10),
    inset 0 1px 0 rgba(255,255,255,.96);
}

.tm-web-site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 60px;
  padding: 0 28px;
  border-bottom: 1px solid rgba(226,232,240,.88);
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.tm-web-site-logo {
  width: 148px;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(37,99,235,.25), rgba(37,99,235,.10));
}

.tm-web-site-nav div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tm-web-site-nav div span {
  width: 46px;
  height: 10px;
  border-radius: 999px;
  background: #e5eaf3;
}

.tm-web-site-nav div span:last-child {
  width: 66px;
  background: linear-gradient(90deg, #2563eb, #60a5fa);
  box-shadow: 0 6px 16px rgba(37,99,235,.22);
}

.tm-web-site-hero {
  position: relative;
  min-height: 282px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(175px, .72fr);
  align-items: stretch;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 48%, rgba(239,246,255,.9) 100%),
    radial-gradient(circle at 80% 18%, rgba(37,99,235,.15), transparent 38%);
}

.tm-web-site-copy {
  position: relative;
  z-index: 2;
  padding: 42px 36px;
}

.tm-web-site-copy strong {
  display: block;
  max-width: 360px;
  color: #0f172a;
  font-size: clamp(1.95rem, 2.35vw, 2.8rem);
  line-height: 1.02;
  letter-spacing: -.062em;
}

.tm-web-site-copy em {
  display: block;
  max-width: 310px;
  margin-top: 17px;
  color: #64748b;
  font-size: .98rem;
  font-style: normal;
  line-height: 1.52;
}

.tm-web-site-copy b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin-top: 25px;
  padding: 0 19px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #ffffff;
  font-size: .76rem;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(37,99,235,.25);
}

.tm-web-site-image {
  position: relative;
  min-height: 100%;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
  background:
    radial-gradient(circle at 58% 30%, rgba(255,255,255,.78) 0 24%, transparent 25%),
    radial-gradient(circle at 50% 80%, rgba(255,255,255,.42) 0 22%, transparent 23%),
    linear-gradient(135deg, #dbeafe 0%, #93c5fd 46%, #60a5fa 100%);
}

.tm-web-site-image::before,
.tm-web-site-image::after {
  content: "";
  position: absolute;
  border-radius: 999px;
}

.tm-web-site-image::before {
  width: 118px;
  height: 118px;
  right: 38px;
  top: 34px;
  background: rgba(255,255,255,.74);
  box-shadow:
    -58px 96px 0 rgba(255,255,255,.34),
    24px 170px 0 rgba(255,255,255,.26);
}

.tm-web-site-image::after {
  width: 245px;
  height: 18px;
  right: 28px;
  bottom: 34px;
  background: rgba(255,255,255,.68);
  box-shadow: -34px -188px 0 -5px rgba(255,255,255,.28);
}

.tm-web-mini-page {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(226,232,240,.92);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.tm-web-mini-section {
  position: relative;
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr) minmax(110px, .42fr);
  align-items: center;
  gap: 22px;
  min-height: 76px;
  padding: 19px 28px;
  border-bottom: 1px solid rgba(226,232,240,.88);
}

.tm-web-mini-section:last-child {
  border-bottom: 0;
}

.tm-web-mini-section::before {
  content: "";
  width: 78px;
  height: 11px;
  border-radius: 999px;
  background: #dbeafe;
  box-shadow: 24px 21px 0 -2px #eef6ff;
}

.tm-web-mini-section span {
  order: -1;
  color: #2563eb;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.tm-web-mini-section strong {
  color: #0f172a;
  font-size: .98rem;
  line-height: 1.25;
  letter-spacing: -.028em;
}

.tm-web-mini-section em {
  justify-self: end;
  width: min(100%, 140px);
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(37,99,235,.18), rgba(37,99,235,.06));
  font-style: normal;
}

.tm-web-mini-section-trust::before {
  background: #eff6ff;
  box-shadow: 34px 21px 0 -2px #dbeafe;
}

.tm-web-mini-section-contact {
  background: linear-gradient(90deg, rgba(239,246,255,.7), rgba(255,255,255,1));
}

.tm-web-mini-section-contact b {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 15px;
  border-radius: 999px;
  background: #2563eb;
  color: #ffffff;
  font-size: .72rem;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 12px 22px rgba(37,99,235,.18);
}

@media (max-width: 1180px) {
  .tm-web-hero-grid {
    grid-template-columns: minmax(0, .92fr) minmax(460px, 590px);
    gap: clamp(38px, 5vw, 72px);
  }

  .tm-web-browser-body { padding: 24px; }
  .tm-web-site-hero { min-height: 248px; }
  .tm-web-site-copy { padding: 34px 28px; }

  .tm-web-mini-section {
    grid-template-columns: 94px minmax(0, 1fr) minmax(92px, .32fr);
    gap: 16px;
    padding: 17px 22px;
  }
}

@media (max-width: 1100px) {
  .tm-web-hero-grid { grid-template-columns: 1fr; }
  .tm-web-project-visual {
    width: min(100%, 720px);
    max-width: none;
    margin: 6px auto 0;
  }
}

@media (max-width: 760px) {
  .tm-web-project-visual { border-radius: 26px; }

  .tm-web-browser-top {
    min-height: 50px;
    padding: 0 15px;
    grid-template-columns: 58px minmax(0, 1fr) 32px;
  }

  .tm-web-browser-dots { gap: 6px; }
  .tm-web-browser-dots span { width: 8px; height: 8px; }
  .tm-web-browser-url { min-height: 27px; font-size: .68rem; }
  .tm-web-browser-menu { font-size: .76rem; }
  .tm-web-browser-body { padding: 14px; }
  .tm-web-site-preview { border-radius: 20px; }

  .tm-web-site-nav {
    min-height: 44px;
    padding: 0 14px;
  }

  .tm-web-site-logo { width: 92px; height: 12px; }
  .tm-web-site-nav div { gap: 7px; }
  .tm-web-site-nav div span { width: 30px; height: 7px; }
  .tm-web-site-nav div span:nth-child(2) { display: none; }
  .tm-web-site-nav div span:last-child { width: 38px; }

  .tm-web-site-hero {
    min-height: 190px;
    grid-template-columns: minmax(0, 1fr) 32%;
  }

  .tm-web-site-copy { padding: 25px 18px; }

  .tm-web-site-copy strong {
    max-width: 230px;
    font-size: 1.58rem;
    line-height: 1.04;
  }

  .tm-web-site-copy em {
    max-width: 210px;
    margin-top: 10px;
    font-size: .78rem;
    line-height: 1.45;
  }

  .tm-web-site-copy b {
    min-height: 31px;
    margin-top: 16px;
    padding: 0 12px;
    font-size: .68rem;
  }

  .tm-web-mini-section {
    grid-template-columns: 1fr;
    gap: 7px;
    min-height: auto;
    padding: 14px 16px;
  }

  .tm-web-mini-section::before {
    width: 96px;
    height: 8px;
    box-shadow: 42px 16px 0 -3px #eef6ff;
  }

  .tm-web-mini-section span {
    font-size: .62rem;
    letter-spacing: .11em;
  }

  .tm-web-mini-section strong {
    font-size: .86rem;
  }

  .tm-web-mini-section em,
  .tm-web-mini-section-contact b {
    justify-self: start;
  }

  .tm-web-mini-section-contact b {
    min-height: 29px;
    padding: 0 12px;
    font-size: .66rem;
  }
}


/* v728 hero refinement */
.tm-web-project-visual{max-width:620px}
.tm-web-browser-body{padding:18px}
.tm-web-mini-page{display:none!important;}
.tm-web-browser-body{min-height:auto}
.tm-web-site-preview{margin-bottom:0}
.tm-web-site-hero{min-height:320px}
.tm-web-site-copy strong{font-size:2.1rem;line-height:1.05}
.tm-web-site-image{
 background:linear-gradient(135deg,#dbeafe 0%,#93c5fd 100%);
 border-radius:28px;
 position:relative;
 overflow:hidden;
}
.tm-web-site-image:before,.tm-web-site-image:after{
 content:"";position:absolute;border-radius:50%;background:rgba(255,255,255,.45)
}
.tm-web-site-image:before{width:160px;height:160px;right:30px;top:25px}
.tm-web-site-image:after{width:110px;height:110px;right:80px;bottom:35px}

/* v730 hero visual alignment */
@media (min-width: 1101px) {
  .tm-web-hero-grid {
    align-items: flex-start;
  }

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

@media (min-width: 1280px) {
  .tm-web-project-visual {
    margin-top: -34px;
  }
}
/* =========================================
   v731 Hero Balance Refinement
   Browser preview stays high enough to avoid empty top space,
   but gains more visual weight and a cleaner lower edge.
========================================= */

@media (min-width: 1101px) {
  .tm-web-hero {
    padding-bottom: clamp(56px, 5.4vw, 88px);
  }

  .tm-web-hero-grid {
    align-items: flex-start;
  }

  .tm-web-project-visual {
    width: 100%;
    max-width: 660px;
    margin-top: -6px;
    justify-self: end;
  }

  .tm-web-browser-body {
    padding: 22px;
  }

  .tm-web-site-hero {
    min-height: 352px;
  }
}

@media (min-width: 1280px) {
  .tm-web-project-visual {
    margin-top: -14px;
  }

  .tm-web-site-hero {
    min-height: 366px;
  }
}

@media (min-width: 1440px) {
  .tm-web-project-visual {
    max-width: 680px;
  }
}

@media (max-width: 1100px) {
  .tm-web-project-visual {
    margin-top: 0;
  }
}


/* =========================
   v740 · Einheitlicher mobiler Hero-Start: Website erstellen lassen
========================= */

@media (max-width: 767px) {
  .tm-web-hero {
    padding-top: var(--tm-hero-mobile-top) !important;
    padding-bottom: var(--tm-hero-mobile-bottom) !important;
  }

  .tm-web-hero .tm-eyebrow, .tm-web-hero .tm-web-eyebrow {
    display: block !important;
    margin-top: 0 !important;
    margin-bottom: var(--tm-hero-eyebrow-margin-bottom) !important;
    padding-top: 0 !important;
    color: var(--tm-hero-eyebrow-color) !important;
    font-size: var(--tm-hero-eyebrow-size) !important;
    font-weight: var(--tm-hero-eyebrow-weight) !important;
    letter-spacing: var(--tm-hero-eyebrow-spacing) !important;
    line-height: 1.15 !important;
    text-transform: uppercase !important;
  }

  .tm-web-hero h1, .tm-web-hero-title {
    font-size: var(--tm-hero-title-mobile) !important;
    line-height: var(--tm-hero-title-line) !important;
    letter-spacing: var(--tm-hero-title-spacing) !important;
  }

  .tm-web-hero .tm-page-hero-lead, .tm-web-lead {
    margin-top: 22px !important;
    font-size: var(--tm-hero-lead-mobile) !important;
    line-height: var(--tm-hero-lead-line) !important;
  }

  .tm-web-hero .tm-page-hero-actions, .tm-web-actions {
    margin-top: 28px !important;
  }


  .tm-web-hero-title span {
    display: inline !important;
  }
}

/* =========================================
   v855 · Website erstellen lassen Hero Desktop Balance
   Bringt die Hero-Vorschau näher an den Text und nutzt den rechten Freiraum besser.
   Mobile und Tablet unter 1101px bleiben unverändert.
========================================= */

@media (min-width: 1101px) {
  .tm-web-hero > .tm-page-inner-wide {
    width: min(100% - 48px, 1420px);
  }

  .tm-web-hero-grid {
    grid-template-columns: minmax(0, .88fr) minmax(560px, 720px);
    gap: clamp(34px, 4.2vw, 72px);
    align-items: center;
  }

  .tm-web-project-visual {
    width: 100%;
    max-width: 720px;
    justify-self: start;
    margin-top: -10px;
  }
}

@media (min-width: 1440px) {
  .tm-web-project-visual {
    max-width: 740px;
  }
}

/* =========================================
   v856 · Website erstellen lassen Hero Headline Feinjustierung
   Linke Hero-Spalte minimal verbreitert, damit „Ihr Unternehmen“ am Desktop zusammenbleibt.
   Mobile bleibt unverändert.
========================================= */

@media (min-width: 1101px) {
  .tm-web-hero > .tm-page-inner-wide {
    width: min(100% - 48px, 1480px);
  }

  .tm-web-hero-grid {
    grid-template-columns: minmax(620px, 1fr) minmax(520px, 680px);
    gap: clamp(28px, 3.4vw, 56px);
  }

  .tm-web-hero-content,
  .tm-web-hero-title {
    max-width: 900px;
  }

  .tm-web-project-visual {
    max-width: 680px;
  }

  .tm-web-hero-title .tm-web-title-nowrap {
    display: inline;
    white-space: nowrap;
  }
}

@media (min-width: 1440px) {
  .tm-web-hero-grid {
    grid-template-columns: minmax(680px, 1fr) minmax(520px, 680px);
  }
}

/* =========================================
   v922 · Vorläufige Projektwand auf „Website erstellen lassen“
   Die spätere Case-Study-Sektion bleibt im Template auskommentiert.
========================================= */

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

.tm-web-project-wall {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(34px, 4.5vw, 56px);
}

.tm-web-project-wall-card {
  overflow: hidden;
  margin: 0;
  border-radius: 28px;
  background: rgba(255,255,255,.96);
  border: 1px solid var(--tm-web-border);
  box-shadow: 0 22px 62px rgba(15,23,42,.07);
}

.tm-web-project-wall-image {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 10;
  padding: 18px;
  background:
    radial-gradient(circle at 70% 0%, rgba(37,99,235,.11), transparent 38%),
    linear-gradient(180deg, #ffffff 0%, #f1f5f9 100%);
  border-bottom: 1px solid rgba(226,232,240,.78);
}

.tm-web-project-wall-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 16px;
}

.tm-web-project-wall-card figcaption {
  padding: 16px 18px 18px;
  color: var(--tm-web-navy);
  font-size: .95rem;
  font-weight: 880;
  line-height: 1.25;
  letter-spacing: -.02em;
}

@media (max-width: 1100px) {
  .tm-web-project-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .tm-web-project-wall {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }

  .tm-web-project-wall-card {
    border-radius: 24px;
  }

  .tm-web-project-wall-image {
    padding: 14px;
  }

  .tm-web-project-wall-card figcaption {
    padding: 14px 16px 16px;
    font-size: .92rem;
  }
}
