/**
 * Lovishost Pulse — Order Form
 * Peppig, farbige Akzente, Highlight-Karte
 */
:root {
  --lp-navy: #002d5b;
  --lp-cyan: #0da6e0;
  --lp-mint: #10b981;
  --lp-violet: #8b5cf6;
  --lp-amber: #f59e0b;
  --lp-text: #1e293b;
  --lp-muted: #64748b;
}

#order-standard_cart.lh-pulse .main-content {
  background: linear-gradient(180deg, #f8fafc 0%, #eef6ff 100%);
  border-radius: 1.25rem;
  padding: 1.5rem !important;
}

#order-standard_cart.lh-pulse .lh-pulse-header h1 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 900;
  color: var(--lp-navy);
  letter-spacing: -0.03em;
}

#order-standard_cart.lh-pulse .lh-pulse-header p {
  margin: 0 0 1rem;
  color: var(--lp-muted);
  font-size: 1.05rem;
  max-width: 40rem;
}

#order-standard_cart.lh-pulse .lh-pulse-banner {
  margin-bottom: 1.5rem;
  padding: 0.85rem 1.15rem;
  border-radius: 0.85rem;
  background: linear-gradient(90deg, rgba(13, 166, 224, 0.15), rgba(139, 92, 246, 0.12));
  border: 1px dashed rgba(13, 166, 224, 0.45);
  font-size: 0.9rem;
  color: var(--lp-text);
}

#order-standard_cart.lh-pulse .lh-pulse-banner code {
  padding: 0.15rem 0.45rem;
  border-radius: 0.35rem;
  background: var(--lp-navy);
  color: #fff;
  font-weight: 800;
}

#order-standard_cart.lh-pulse .lh-pulse-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

#order-standard_cart.lh-pulse .lh-pulse-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
  border-radius: 1.35rem;
  background: #fff;
  border: 2px solid transparent;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
}

#order-standard_cart.lh-pulse .lh-pulse-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(135deg, var(--accent, var(--lp-cyan)), transparent 60%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

#order-standard_cart.lh-pulse .lh-pulse-card--1 { --accent: var(--lp-cyan); }
#order-standard_cart.lh-pulse .lh-pulse-card--2 { --accent: var(--lp-violet); }
#order-standard_cart.lh-pulse .lh-pulse-card--3 { --accent: var(--lp-mint); }

#order-standard_cart.lh-pulse .lh-pulse-card:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 16px 36px rgba(13, 166, 224, 0.15);
}

#order-standard_cart.lh-pulse .lh-pulse-card.is-hero {
  grid-column: span 1;
  background: linear-gradient(160deg, #fff 0%, #f0f9ff 100%);
  transform: scale(1.02);
  z-index: 1;
}

@media (min-width: 992px) {
  #order-standard_cart.lh-pulse .lh-pulse-card.is-hero {
    transform: scale(1.04);
  }
}

#order-standard_cart.lh-pulse .lh-pulse-card__ribbon {
  position: absolute;
  top: 14px;
  right: -32px;
  width: 120px;
  padding: 0.35rem 0;
  background: linear-gradient(90deg, var(--lp-violet), var(--lp-cyan));
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transform: rotate(35deg);
}

#order-standard_cart.lh-pulse .lh-pulse-card__head {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.75rem;
}

#order-standard_cart.lh-pulse .lh-pulse-card__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent, var(--lp-cyan));
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent, var(--lp-cyan)) 25%, transparent);
}

#order-standard_cart.lh-pulse .lh-pulse-card__head h3 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--lp-navy);
}

#order-standard_cart.lh-pulse .lh-pulse-card__pricing {
  margin-bottom: 1rem;
}

#order-standard_cart.lh-pulse .lh-pulse-card__amount {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
  color: var(--lp-navy);
  letter-spacing: -0.04em;
}

#order-standard_cart.lh-pulse .lh-pulse-card__term {
  font-size: 0.9rem;
  color: var(--lp-muted);
  font-weight: 600;
}

#order-standard_cart.lh-pulse .lh-pulse-card__setup-pill {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  font-size: 0.72rem;
  font-weight: 700;
}

#order-standard_cart.lh-pulse .lh-pulse-card__body {
  flex: 1;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--lp-text);
}

#order-standard_cart.lh-pulse .lh-pulse-card__desc p {
  margin: 0 0 0.5rem;
}

#order-standard_cart.lh-pulse .lh-pulse-card__desc ul {
  margin: 0;
  padding-left: 1rem;
}

#order-standard_cart.lh-pulse .lh-pulse-card__features {
  margin: 0.5rem 0 0;
  padding: 0;
  list-style: none;
}

#order-standard_cart.lh-pulse .lh-pulse-card__features li {
  position: relative;
  padding: 0.25rem 0 0.25rem 1.1rem;
  font-size: 0.82rem;
}

#order-standard_cart.lh-pulse .lh-pulse-card__features li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: var(--accent, var(--lp-cyan));
  font-size: 0.65rem;
  top: 0.45rem;
}

#order-standard_cart.lh-pulse .lh-pulse-card__cta {
  display: block;
  margin-top: 1rem;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent, var(--lp-cyan)), var(--lp-navy));
  color: #fff !important;
  font-weight: 800;
  font-size: 0.9rem;
  text-align: center;
  text-decoration: none;
  transition: filter 0.2s ease, transform 0.15s ease;
}

#order-standard_cart.lh-pulse .lh-pulse-card__cta:hover {
  filter: brightness(1.08);
  transform: translateY(-2px);
}

#order-standard_cart.lh-pulse .lh-pulse-card.is-hero .lh-pulse-card__cta {
  background: linear-gradient(135deg, var(--lp-cyan), var(--lp-violet));
  box-shadow: 0 8px 20px rgba(139, 92, 246, 0.35);
}

#order-standard_cart.lh-pulse .lh-pulse-card--expert {
  --accent: var(--lp-violet);
  background: linear-gradient(180deg, #faf5ff 0%, #f0f9ff 100%);
}

#order-standard_cart.lh-pulse .lh-pulse-card--expert .lh-pulse-card__amount {
  font-size: 1.75rem;
}

#order-standard_cart.lh-pulse .lh-pulse-card__cta--expert {
  background: linear-gradient(135deg, var(--lp-violet), var(--lp-cyan));
}

#order-standard_cart.lh-pulse .lh-pulse-card__cta--expert:hover {
  filter: brightness(1.08);
}

@media (max-width: 767px) {
  #order-standard_cart.lh-pulse .lh-pulse-card.is-hero {
    transform: none;
  }
}
