/* =========================================
   PAGE: WARTUNG & BETREUUNG
   Only page-specific variants. Shared grids, cards, sections and typography live in components.
========================================= */

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

/* HERO */

.tm-maint-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(82px, 9vw, 132px) 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(37,99,235,.10), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.tm-maint-hero-card {
  padding: 32px;
  border-radius: 32px;
  background: rgba(255,255,255,.95);
  border: 1px solid rgba(226,232,240,.92);
  box-shadow:
    0 28px 80px rgba(15,23,42,.10),
    inset 0 1px 0 rgba(255,255,255,.9);
}

.tm-maint-card-top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 26px;
}

.tm-maint-card-top span {
  color: #64748b;
  font-size: .74rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tm-maint-card-top strong {
  color: #15803d;
  font-size: .82rem;
}

.tm-maint-status-list {
  display: grid;
  gap: 12px;
}

.tm-maint-status-list div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 18px;
  border-radius: 18px;
  background: #f8fafc;
  border: 1px solid rgba(226,232,240,.9);
}

.tm-maint-status-list span {
  color: #64748b;
  font-size: .88rem;
}

.tm-maint-status-list strong {
  color: #0f172a;
  font-size: .88rem;
}

.tm-maint-hero-card p {
  margin: 20px 0 0;
  color: #64748b;
  font-size: .88rem;
}

/* SOLUTION PANEL */

.tm-maint-panel div {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.065);
}

.tm-maint-panel strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
}

.tm-maint-panel span {
  display: block;
  color: rgba(226,232,240,.70);
  font-size: .9rem;
  line-height: 1.55;
}

/* PROCESS / BOX */

.tm-maint-process span {
  display: inline-flex;
  margin-bottom: 24px;
  color: #2563eb;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.tm-maint-box h2 {
  margin: 18px 0 20px;
  color: #0f172a;
  font-size: clamp(2.6rem, 4vw, 4.6rem);
  line-height: .95;
  letter-spacing: -.07em;
}

.tm-maint-box p {
  margin: 0;
  color: #64748b;
  line-height: 1.8;
}

.tm-maint-checks {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tm-maint-checks li {
  padding: 16px 18px;
  border-radius: 18px;
  background: #f8fafc;
  color: #0f172a;
  font-weight: 800;
}

/* PRICING */

.tm-maint-mini-grid {
  margin-top: 34px;
}

.tm-maint-mini-grid strong {
  display: block;
  margin-bottom: 8px;
  color: #0f172a;
}

.tm-maint-mini-grid span {
  display: block;
  color: #64748b;
  line-height: 1.6;
}

.tm-maint-price-badge {
  display: inline-flex;
  min-height: 34px;
  padding: 0 14px;
  align-items: center;
  border-radius: 999px;
  background: rgba(37,99,235,.10);
  color: #2563eb;
  font-size: .76rem;
  font-weight: 900;
}

.tm-maint-price-label {
  margin: 24px 0 10px;
  color: #64748b;
  font-weight: 800;
}

.tm-maint-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 26px;
}

.tm-maint-price span,
.tm-maint-price em {
  color: #64748b;
  font-style: normal;
  font-weight: 800;
}

.tm-maint-price strong {
  color: #0f172a;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -.07em;
}

.tm-maint-price-card ul {
  display: grid;
  gap: 12px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.tm-maint-price-card li {
  color: #0f172a;
  font-weight: 750;
}

.tm-maint-price-card small {
  display: block;
  margin-top: 18px;
  color: #64748b;
  line-height: 1.6;
}

/* TRUST */

.tm-maint-trust-image {
  position: relative;
}

.tm-maint-trust-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 4.45;
  object-fit: cover;
  object-position: center 18%;
  border-radius: 32px;
  box-shadow: 0 28px 80px rgba(15,23,42,.14);
}

.tm-maint-trust-image div {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(15,23,42,.86);
  border: 1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(16px);
}

.tm-maint-trust-image strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
}

.tm-maint-trust-image span {
  display: block;
  color: rgba(255,255,255,.68);
  line-height: 1.5;
}

.tm-maint-list {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.tm-maint-list div {
  padding: 22px 24px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(226,232,240,.92);
}

.tm-maint-list strong {
  display: block;
  margin-bottom: 7px;
  color: #0f172a;
}

.tm-maint-list span {
  color: #64748b;
}

/* FAQ */

.tm-maint-faq {
  display: grid;
  gap: 14px;
  max-width: 900px;
  margin: 0 auto;
}

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

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

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

/* FINAL */

.tm-maint-final {
  position: relative;
  overflow: hidden;
  padding: clamp(96px, 9vw, 140px) 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(37,99,235,.18), transparent 34%),
    linear-gradient(180deg, #020617 0%, #081127 100%);
}

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

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

.tm-maint-final h2 {
  color: #ffffff;
}

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

/* RESPONSIVE */

@media (max-width: 1100px) {
  .tm-maint-hero-card,
  .tm-maint-panel,
  .tm-maint-price-card,
  .tm-maint-trust-image {
    max-width: 620px;
  }
}

@media (max-width: 760px) {
  .tm-maint-hero,
  .tm-maint-final {
    padding: 82px 0;
  }

  .tm-maint-box,
  .tm-maint-price-card {
    padding: 26px;
    border-radius: 28px;
  }
}

@media (max-width: 540px) {
  .tm-maint-status-list div,
  .tm-maint-panel div {
    flex-direction: column;
    align-items: flex-start;
  }
}

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

.tm-maint-card .tm-feature-icon,
.tm-maint-process .tm-feature-icon,
.tm-maint-mini-grid .tm-feature-icon,
.tm-maint-list .tm-feature-icon {
  margin-bottom: 20px;
}

.tm-maint-process .tm-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: rgba(37, 99, 235, .08);
  color: #2563eb;
  font-size: 24px;
  letter-spacing: 0;
}

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


/* =========================
   LAUNCH MOBILE VIEWPORT ALIGNMENT: WARTUNG
========================= */

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

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

  .tm-maint-hero .tm-page-hero-lead {
    margin-top: 18px;
  }

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

/* =========================
   LAUNCH FIX: WARTUNG MOBILE CARDS & SPACING
   Minimal page-specific corrections before launch.
========================= */

.tm-maint-dark .tm-maint-card h3,
.tm-maint-card.tm-maint-card-dark h3 {
  color: #ffffff;
}

.tm-maint-dark .tm-maint-card p,
.tm-maint-card.tm-maint-card-dark p {
  color: rgba(226, 232, 240, .74);
}

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

.tm-maint-mini-grid > div {
  padding: 20px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(226, 232, 240, .92);
  box-shadow: 0 12px 36px rgba(15, 23, 42, .045);
}

.tm-maint-mini-grid strong {
  color: #0f172a;
  font-size: .98rem;
  line-height: 1.25;
}

.tm-maint-mini-grid span {
  color: #64748b;
  font-size: .92rem;
  line-height: 1.55;
}

@media (max-width: 760px) {
  .tm-maint-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .tm-maint-dark {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .tm-maint-head,
  .tm-maint-head-center {
    margin-bottom: 28px;
  }

  .tm-maint-card-grid,
  .tm-maint-process,
  .tm-maint-mini-grid,
  .tm-maint-list,
  .tm-maint-faq {
    gap: 14px;
  }

  .tm-maint-card,
  .tm-maint-process article,
  .tm-maint-mini-grid > div {
    padding: 22px;
    border-radius: 22px;
  }

  .tm-maint-card h3,
  .tm-maint-process h3 {
    font-size: 1.05rem;
    line-height: 1.22;
  }

  .tm-maint-card p,
  .tm-maint-process p,
  .tm-maint-mini-grid span {
    font-size: .91rem;
    line-height: 1.58;
  }

  .tm-maint-pricing-layout,
  .tm-maint-split,
  .tm-maint-trust,
  .tm-maint-box {
    gap: 28px;
  }

  .tm-maint-mini-grid {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .tm-maint-center {
    margin-top: 28px;
  }

  .tm-maint-box h2 {
    font-size: clamp(2.1rem, 10vw, 3rem);
    line-height: 1;
  }
}

@media (max-width: 540px) {
  .tm-maint-hero {
    padding-top: 48px;
    padding-bottom: 56px;
  }

  .tm-maint-section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .tm-maint-dark {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .tm-maint-panel,
  .tm-maint-price-card,
  .tm-maint-box {
    padding: 24px;
    border-radius: 24px;
  }
}
