.elementor-8879 .elementor-element.elementor-element-662c0f6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-597f1de */<style>
.maintenance-pricing {
  font-family: "DM Sans", sans-serif;
}

/* Alles standardmäßig DM Sanns */
.maintenance-pricing * {
  font-family: "DM Sans", sans-serif;
}

/* Nur diese Elemente Satosh */
.package-label,
.pricing-card h3,
.price {
  font-family: "Satosh", "DM Sans", sans-serif;
}

/* / Monat bleibt DM Sanns */
.price span {
  font-family: "DM Sans", sans-serif;
}

/* WRAPPER */
.maintenance-pricing .pricing-wrapper {
  max-width: 1180px;
  margin: 0 auto;
}

/* HEADLINE */
.maintenance-pricing h2 {
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin: 0 0 14px;
  text-align: center;
}

.maintenance-pricing .subtitle {
  max-width: 650px;
  margin: 0 auto 56px;
  text-align: center;
  color: rgba(31, 41, 55, 0.72);
  font-size: 17px;
  line-height: 1.65;
}

/* GRID */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(31, 41, 55, 0.12);
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
}

/* CARD */
.pricing-card {
  position: relative;
  padding: 38px 32px 34px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-right: 1px solid rgba(31, 41, 55, 0.10);
  transition: background 0.25s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  
}

.pricing-card:last-child {
  border-right: 0;
}

.pricing-card:hover {
  background: rgba(16, 231, 190, 0.035);
}

.pricing-card.featured {
  background: rgba(16, 231, 190, 0.055);
}

/* RIBBON */
.pricing-card.featured::before {
  content: "Empfohlen";
  position: absolute;
  top: 18px;
  right: -32px;
  transform: rotate(45deg);
  background: rgb(16, 231, 190);
  color: rgb(31, 41, 55);
  font-size: 11px;
  font-weight: 800;
  padding: 6px 40px;
  letter-spacing: 0.06em;
  z-index: 2;
}

/* LABEL */
.package-label {
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(16, 231, 190);
}

/* TITLE */
.pricing-card h3 {
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin: 0 0 18px;
}

/* PRICE */
.price {
  font-size: 42px;
  line-height: 1;
  letter-spacing: -0.01em;
  font-weight: 800;
  margin-bottom: 10px;
    font-family: "Satosh", sans-serif;
}

.price span {
  font-size: 15px;
  font-weight: 500;
  color: rgba(31, 41, 55, 0.68);
}

/* CONTRACT */
.contract {
  font-size: 12.5px;
  color: rgba(31, 41, 55, 0.72);
  margin-bottom: 26px;
  letter-spacing: 0.02em;
}

/* DESCRIPTION */
.description {
  font-size: 15px;
  color: rgba(31, 41, 55, 0.76);
  line-height: 1.65;
  margin: 0 0 30px;
}

/* FEATURES */
.features {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.features li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 13px;
  font-size: 14.5px;
  color: rgba(31, 41, 55, 0.88);
  line-height: 1.45;
}

.features li::before {
  content: "✓";
  color: rgb(16, 231, 190);
  font-weight: 900;
  flex-shrink: 0;
}

.features li.not-included {
  color: rgba(31, 41, 55, 0.6);
}

.features li.not-included span {
  text-decoration: line-through;
}

.features li.not-included::before {
  content: "✕";
  color: rgba(220, 38, 38, 0.85);
  font-weight: 900;
}

/* IDEAL */
.ideal-box {
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid rgba(31, 41, 55, 0.20);
  font-size: 14px;
  color: rgba(31, 41, 55, 0.80);
  line-height: 1.55;
  margin-bottom: 24px;
}

.ideal-box strong {
  display: block;
  color: rgb(31, 41, 55);
  margin-bottom: 4px;
}

/* BUTTON */
.pricing-button {
  display: block;
  text-align: center;
  padding: 14px 18px;
  border-radius: 999px;
  background: rgb(31, 41, 55) !important;
  color: #ffffff !important;
  text-decoration: none;
  font-weight: 800;
  font-size: 14.5px;
  transition: all 0.25s ease;
}

/* HOVER */
.pricing-button:hover {
  background: rgb(16, 231, 190) !important;
  color: rgb(31, 41, 55) !important;
}

/* FEATURED */
.featured .pricing-button {
  background: rgb(16, 231, 190) !important;
  color: rgb(31, 41, 55) !important;
}

/* FEATURED HOVER */
.featured .pricing-button:hover {
  background: rgb(31, 41, 55) !important;
  color: #ffffff !important;
}
/* Subtile Vergleichs-Highlights */
.feature-upgrade {
  position: relative;
  padding: 8px 10px;
  margin-left: -10px;
  border-radius: 10px;
  background: rgba(16, 231, 190, 0.075);
  color: rgb(31, 41, 55) !important;
}

.feature-upgrade::before {
  color: rgb(16, 231, 190) !important;
}

/* Optional: kleine Kennzeichnung nur bei Premium */
.premium-features .feature-upgrade::after {
  content: "Plus";
  margin-left: auto;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: rgba(31, 41, 55, 0.58);
  text-transform: uppercase;
}

/* MOBILE */
@media (max-width: 980px) {
  .pricing-grid {
    grid-template-columns: 1fr;
    margin: 0 12px;
  }

  .pricing-card {
    border-right: 0;
    border-bottom: 1px solid rgba(31, 41, 55, 0.10);
  }

  .pricing-card:last-child {
    border-bottom: 0;
  }
}
</style>/* End custom CSS */