/* =====================================================================
   Eventtechnik Augsburg — Stylesheet (Blaues Design)
   Basis: Kunden-Mockup, erweitert um Navigation, Merkliste & Konfigurator
   ===================================================================== */

:root {
  /* Blaupalette — hell bis tief */
  --ice:        #f1f6fc;
  --paper:      #ffffff;
  --mist:       #e1ecfa;
  --sky:        #4d9eef;
  --sky-soft:   #d3e6f9;
  --royal:      #1e5fb8;
  --royal-deep: #143f7d;
  --marine:     #0a2a5e;
  --night:      #061d44;
  --ink:        #0d1b34;
  --ink-2:      #324563;
  --muted:      #6a7d99;
  --line:       #d8e3f1;

  /* Warme Akzente für CTAs */
  --sun:        #f9b233;
  --sun-deep:   #d68d10;
  --rose:       #ff7a59;
  --green:      #2e9e6b;

  --shadow-sm: 0 1px 2px rgba(10,42,94,.05), 0 4px 10px rgba(10,42,94,.05);
  --shadow-md: 0 6px 18px rgba(10,42,94,.08), 0 20px 40px rgba(10,42,94,.08);
  --shadow-lg: 0 12px 28px rgba(10,42,94,.12), 0 40px 80px rgba(10,42,94,.12);

  --r-sm: 10px;
  --r-md: 18px;
  --r-lg: 28px;
  --r-pill: 999px;

  --font: 'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; padding: 0;
  font-family: var(--font);
  color: var(--ink);
  background:
    radial-gradient(1100px 700px at 80% -100px, rgba(77,158,239,.25), transparent 60%),
    radial-gradient(900px 600px at -10% 30%, rgba(225,236,250,.7), transparent 60%),
    var(--ice);
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
  line-height: 1.55;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: 0; }

.wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

/* ====== TYPOGRAFIE ====== */
h1, h2, h3, h4 { font-family: var(--font); color: var(--marine); letter-spacing: -0.03em; font-weight: 800; margin: 0; line-height: 1.05; }
h1 { font-size: clamp(40px, 6vw, 76px); }
h2 { font-size: clamp(30px, 4vw, 48px); }
h3 { font-size: clamp(18px, 1.8vw, 22px); font-weight: 700; letter-spacing: -0.02em; }
p  { color: var(--ink-2); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; text-transform: uppercase; letter-spacing: 0.16em;
  font-weight: 700; color: var(--royal);
}
.eyebrow::before { content: ''; width: 22px; height: 2px; background: var(--royal); border-radius: 2px; }
.lede { font-size: clamp(16px, 1.4vw, 19px); color: var(--ink-2); max-width: 60ch; }

/* ====== BUTTONS ====== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 22px; border-radius: var(--r-pill);
  font-weight: 700; font-size: 15px;
  transition: transform .12s ease, box-shadow .15s ease, background .15s ease;
}
.btn-primary { background: linear-gradient(135deg, var(--sun), var(--sun-deep)); color: var(--marine); box-shadow: 0 8px 20px rgba(249,178,51,.35); }
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 12px 26px rgba(249,178,51,.45); }
.btn-secondary { background: var(--royal); color: white; box-shadow: 0 6px 16px rgba(30,95,184,.30); }
.btn-secondary:hover { background: var(--royal-deep); transform: translateY(-1px); }
.btn-ghost { background: var(--paper); color: var(--marine); border: 1.5px solid var(--line); }
.btn-ghost:hover { border-color: var(--royal); color: var(--royal); }
.btn-royal { background: var(--royal); color: white; box-shadow: 0 6px 16px rgba(10,42,94,.25); }
.btn-royal:hover { background: var(--royal-deep); transform: translateY(-1px); }
.btn-green { background: var(--green); color: white; box-shadow: 0 6px 16px rgba(46,158,107,.30); }
.btn-green:hover { background: #268257; transform: translateY(-1px); }

.pill { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; border-radius: var(--r-pill); background: var(--mist); color: var(--royal-deep); font-size: 13px; font-weight: 600; }
.pill-sun { background: #fff4dc; color: var(--sun-deep); }

/* ====== HEADER ====== */
header.site { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,0.85); backdrop-filter: blur(14px) saturate(1.4); -webkit-backdrop-filter: blur(14px) saturate(1.4); border-bottom: 1px solid var(--line); }
header.site .wrap { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; padding-bottom: 14px; gap: 24px; }
.logo { display: flex; align-items: center; gap: 12px; font-weight: 800; color: var(--marine); letter-spacing: -0.025em; font-size: 18px; line-height: 1.1; }
.logo-mark { width: 40px; height: 40px; border-radius: 11px; background: linear-gradient(135deg, var(--sky), var(--royal) 60%, var(--marine)); box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 4px 12px rgba(20,63,125,.3); display: grid; place-items: center; color: white; font-weight: 800; font-size: 15px; letter-spacing: -0.02em; position: relative; overflow: hidden; }
.logo-mark::after { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.4), transparent 50%); }
.logo small { display: block; font-weight: 500; color: var(--royal); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; margin-top: 2px; }
nav.primary { display: flex; align-items: center; gap: 28px; flex: 1; justify-content: center; }
nav.primary a { color: var(--ink); font-weight: 500; font-size: 14.5px; padding: 6px 0; position: relative; transition: color .15s; }
nav.primary a:hover { color: var(--royal); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.phone { display: inline-flex; align-items: center; gap: 10px; padding: 9px 14px; background: white; border: 1.5px solid var(--line); border-radius: var(--r-pill); font-weight: 700; color: var(--marine); font-size: 14px; transition: all .15s; }
.phone:hover { border-color: var(--royal); color: var(--royal); }
.phone svg { color: var(--royal); }

/* Mobile-Menü */
.menu-toggle { display: none; width: 44px; height: 44px; border-radius: 12px; background: var(--mist); color: var(--marine); align-items: center; justify-content: center; }
.mobile-nav { display: none; flex-direction: column; gap: 2px; padding: 8px 24px 18px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,0.96); }
.mobile-nav a { padding: 12px 8px; font-weight: 600; color: var(--marine); border-radius: 10px; }
.mobile-nav a:hover { background: var(--mist); }
.mobile-nav.open { display: flex; }
@media (max-width: 900px) {
  nav.primary { display: none; }
  .menu-toggle { display: inline-flex; }
  .header-actions .phone span { display: none; }
  .header-cta { display: none; }
}

/* ====== HERO ====== */
section.hero { padding: 80px 0 100px; position: relative; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 60px; align-items: center; }
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; gap: 40px; } section.hero { padding: 50px 0 70px; } }
.hero-pillrow { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 24px; }
.hero h1 { margin-bottom: 22px; }
.hero h1 em { font-style: normal; background: linear-gradient(135deg, var(--royal), var(--sky)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero .lede { font-size: clamp(17px, 1.5vw, 20px); margin-bottom: 28px; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 36px; }
.hero-meta { display: flex; gap: 28px; flex-wrap: wrap; padding-top: 24px; border-top: 1px solid var(--line); }
.hero-meta > div { display: flex; flex-direction: column; gap: 2px; }
.hero-meta .v { font-size: 26px; font-weight: 800; color: var(--marine); letter-spacing: -0.025em; font-variant-numeric: tabular-nums; }
.hero-meta .l { font-size: 12px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.1em; font-weight: 600; }

.hero-visual-wrap { position: relative; }
.hero-visual { position: relative; aspect-ratio: 5/6; border-radius: var(--r-lg); overflow: hidden; background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.3), transparent 50%), linear-gradient(160deg, var(--sky) 0%, var(--royal) 60%, var(--marine) 100%); box-shadow: var(--shadow-lg); }
.stage-svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.stage-card { position: absolute; bottom: 24px; left: 24px; right: 24px; background: rgba(255,255,255,0.96); backdrop-filter: blur(10px); border-radius: 18px; padding: 18px 20px; display: flex; align-items: center; gap: 14px; box-shadow: 0 10px 30px rgba(6,29,68,.25); }
.stage-card-num { width: 48px; height: 48px; border-radius: 14px; background: linear-gradient(135deg, var(--sun), var(--sun-deep)); color: var(--marine); display: grid; place-items: center; font-weight: 800; font-size: 20px; }
.stage-card-text strong { display: block; color: var(--marine); font-size: 15px; font-weight: 700; }
.stage-card-text span { font-size: 13px; color: var(--ink-2); }
.float-badge { position: absolute; background: white; padding: 10px 14px; border-radius: 14px; font-size: 13px; font-weight: 700; color: var(--marine); box-shadow: var(--shadow-md); display: flex; align-items: center; gap: 10px; }
.float-badge svg { color: var(--royal); }
.float-badge.top { top: 28px; right: -16px; }
.float-badge.left { top: 40%; left: -18px; background: var(--marine); color: white; }
.float-badge.left svg { color: var(--sun); }
@media (max-width: 600px) { .float-badge.top, .float-badge.left { display: none; } }

/* ====== HERO BANNER ====== */
.hero-banner-full { overflow: hidden; line-height: 0; max-height: clamp(220px, 24vw, 340px); }
.hero-banner-full img { width: 100%; display: block; object-fit: cover; object-position: top center; }

/* ====== TRUST BAR ====== */
.trustbar { padding: 22px 0; background: var(--marine); color: white; }
.trustbar .wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.trustbar .item { display: flex; align-items: center; gap: 14px; }
.trustbar .ico { width: 38px; height: 38px; border-radius: 11px; background: rgba(255,255,255,0.1); display: grid; place-items: center; color: var(--sun); flex-shrink: 0; }
.trustbar strong { font-size: 18px; font-weight: 800; display: block; letter-spacing: -0.01em; }
.trustbar small { font-size: 12px; color: rgba(255,255,255,.65); font-weight: 500; }
@media (max-width: 700px) { .trustbar .wrap { grid-template-columns: 1fr 1fr; } }

/* ====== SECTIONS ====== */
section { padding: 90px 0; }
section.tight { padding: 70px 0; }
.section-head { margin-bottom: 50px; max-width: 660px; }
.section-head h2 { margin: 12px 0 14px; }
.center-head { text-align: center; margin-left: auto; margin-right: auto; }
.center-head .eyebrow { margin-left: auto; margin-right: auto; }
.center-head .lede { margin-left: auto; margin-right: auto; }

/* ====== KATEGORIEN ====== */
.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 900px) { .cat-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .cat-grid { grid-template-columns: 1fr; } }
.cat { position: relative; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 24px; overflow: hidden; transition: transform .2s, box-shadow .2s, border-color .15s; display: flex; flex-direction: column; min-height: 230px; }
.cat:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--sky); }
.cat-visual { flex: 1; margin: -8px -8px 14px; border-radius: var(--r-md); background: linear-gradient(160deg, var(--mist), var(--sky-soft)); position: relative; overflow: hidden; display: grid; place-items: center; min-height: 130px; }
.cat-visual svg { position: relative; z-index: 1; }
.cat-visual::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.6), transparent 60%); }
.cat h3 { color: var(--marine); }
.cat .from { font-size: 12px; color: var(--muted); font-weight: 600; margin-top: 4px; text-transform: uppercase; letter-spacing: 0.06em; }
.cat-arrow { position: absolute; top: 22px; right: 22px; width: 36px; height: 36px; border-radius: var(--r-pill); background: var(--mist); display: grid; place-items: center; color: var(--royal); transition: all .2s; z-index: 2; }
.cat:hover .cat-arrow { background: var(--royal); color: white; transform: rotate(-45deg); }

/* ====== PAKETE ====== */
.packages-bg { background: linear-gradient(180deg, transparent, white 30%, white 70%, transparent); }
.pack-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 1000px) { .pack-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .pack-grid { grid-template-columns: 1fr; } }
.pack-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 880px) { .pack-grid.cols-3 { grid-template-columns: 1fr; } }
.pack { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px 26px; position: relative; display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; }
.pack:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.pack.featured { background: linear-gradient(180deg, var(--marine), var(--night)); color: white; border-color: var(--marine); box-shadow: var(--shadow-lg); }
.pack.featured h3, .pack.featured .pack-price { color: white; }
.pack.featured .pack-feat li { color: rgba(255,255,255,0.85); }
.pack.featured .pack-feat li::before { color: var(--sun); }
.pack-badge { position: absolute; top: -12px; left: 26px; background: var(--sun); color: var(--marine); padding: 6px 14px; border-radius: var(--r-pill); font-size: 11px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.pack-eyebrow { font-size: 12px; font-weight: 700; color: var(--royal); text-transform: uppercase; letter-spacing: 0.14em; }
.pack.featured .pack-eyebrow { color: var(--sun); }
.pack h3 { font-size: 26px; margin: 8px 0 4px; }
.pack-sub { font-size: 13.5px; color: var(--muted); margin-bottom: 22px; min-height: 40px; }
.pack.featured .pack-sub { color: rgba(255,255,255,0.65); }
.pack-price { display: flex; align-items: baseline; gap: 6px; margin-bottom: 22px; color: var(--marine); }
.pack-price .from { font-size: 13px; font-weight: 600; color: var(--muted); }
.pack.featured .pack-price .from { color: rgba(255,255,255,0.65); }
.pack-price .num { font-size: 40px; font-weight: 800; letter-spacing: -0.03em; }
.pack-price .unit { font-size: 13px; color: var(--muted); font-weight: 600; }
.pack.featured .pack-price .unit { color: rgba(255,255,255,0.65); }
.pack-feat { list-style: none; padding: 0; margin: 0 0 26px; display: flex; flex-direction: column; gap: 11px; flex: 1; }
.pack-feat li { position: relative; padding-left: 28px; font-size: 14px; color: var(--ink-2); line-height: 1.45; }
.pack-feat li::before { content: '✓'; position: absolute; left: 0; top: 0; width: 20px; height: 20px; background: var(--mist); color: var(--royal); border-radius: 999px; display: grid; place-items: center; font-size: 11px; font-weight: 800; }
.pack.featured .pack-feat li::before { background: rgba(249,178,51,0.2); color: var(--sun); }
.pack-note { text-align: center; margin-top: 36px; font-size: 14px; color: var(--muted); }
.pack-note a { color: var(--royal); font-weight: 600; text-decoration: underline; }

/* ====== ANLÄSSE ====== */
.occ-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-items: stretch; }
@media (max-width: 1100px) { .occ-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .occ-grid { grid-template-columns: 1fr; } }
.occ { position: relative; border-radius: var(--r-lg); padding: 24px 24px 26px; background: var(--paper); border: 1px solid var(--line); overflow: hidden; transition: transform .2s, box-shadow .2s; display: flex; flex-direction: column; }
.occ:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
a.occ { text-decoration: none; color: inherit; cursor: pointer; }
.occ-num { position: absolute; top: 18px; right: 20px; font-weight: 800; font-size: 32px; letter-spacing: -0.04em; color: var(--sky); opacity: .35; }
.occ-icon { height: 68px; display: flex; align-items: center; margin-bottom: 14px; }
.occ-icon svg { width: 52px; height: 52px; opacity: .28; }
.occ h3 { font-size: 20px; margin-bottom: 6px; }
.occ p { font-size: 14px; margin: 0; flex: 1; }
.occ-1 { background: linear-gradient(160deg, var(--paper), var(--sky-soft)); }
.occ-2 { background: linear-gradient(160deg, var(--paper), #e5f3ff); }
.occ-3 { background: linear-gradient(160deg, var(--paper), #fff4dc 90%); }
.occ-4 { background: linear-gradient(160deg, var(--paper), #e1ecfa); }
.occ-5 { background: linear-gradient(160deg, var(--paper), #ffe7df); }
.occ-6 { background: linear-gradient(160deg, var(--paper), #d6e7ff); }

/* ====== SERVICE ====== */
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
@media (max-width: 800px) { .service-grid { grid-template-columns: 1fr; } }
.service { display: flex; gap: 18px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px; }
.service-ico { flex-shrink: 0; width: 56px; height: 56px; background: linear-gradient(135deg, var(--sky-soft), var(--mist)); color: var(--royal); border-radius: 16px; display: grid; place-items: center; }
.service h3 { margin-bottom: 6px; font-size: 19px; }
.service p { font-size: 14.5px; margin: 0; }

/* ====== STEPS ====== */
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 800px) { .steps-grid { grid-template-columns: 1fr; } }
.step { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px; }
.step-num { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 14px; background: linear-gradient(135deg, var(--royal), var(--marine)); color: white; font-weight: 800; font-size: 18px; margin-bottom: 16px; }
.step h3 { font-size: 19px; margin-bottom: 8px; }
.step p { font-size: 14.5px; margin: 0; }

/* ====== TEAM ====== */
/* Dezente Team-Leiste unter dem Konfigurator */
.team-strip { padding: 36px 0 40px; border-top: 1px solid var(--line); background: white; }
.team-strip-label { text-align: center; font-size: 13px; color: var(--ink-2); margin: 0 0 24px; }
.team-strip-grid { display: flex; justify-content: center; gap: 48px; flex-wrap: wrap; }
.team-strip-person { display: flex; align-items: center; gap: 14px; }
.team-strip-info { display: flex; flex-direction: column; gap: 2px; }
.team-strip-name { font-size: 15px; font-weight: 700; color: var(--marine); }
.team-strip-role { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: var(--ink-2); }
.team-strip-contacts { display: flex; gap: 14px; font-size: 13px; margin-top: 4px; flex-wrap: wrap; }
.team-strip-contacts a, .team-strip-contacts span a { color: var(--royal); font-weight: 600; text-decoration: none; }
.team-strip-contacts a:hover { text-decoration: underline; }
.person-photo { width: 110px; height: 110px; flex-shrink: 0; border-radius: 22px; background: linear-gradient(135deg, var(--sky), var(--royal)); display: grid; place-items: center; color: white; font-weight: 800; font-size: 36px; position: relative; overflow: hidden; box-shadow: 0 8px 20px rgba(30,95,184,.25); }
.person-photo::after { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 35% 30%, rgba(255,255,255,.35), transparent 55%); }
.person-photo--sm { width: 52px; height: 52px; font-size: 18px; border-radius: 14px; box-shadow: 0 4px 10px rgba(30,95,184,.2); }
@media (max-width: 600px) { .team-strip-grid { flex-direction: column; align-items: flex-start; padding: 0 16px; gap: 24px; } }

/* ====== PK BANNER ====== */
.pk-banner-section { padding: 48px 0 56px; background: var(--bg); }
.pk-banner-btn { display: block; width: 100%; border: none; padding: 0; background: none; cursor: pointer; border-radius: 20px; overflow: hidden; box-shadow: 0 8px 32px rgba(6,29,68,.18); transition: transform .2s, box-shadow .2s; }
.pk-banner-btn:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(6,29,68,.28); }
.pk-banner-btn img { width: 100%; height: auto; display: block; }
@media (max-width: 600px) { .pk-banner-section { padding: 32px 0 40px; } .pk-banner-btn { border-radius: 14px; } }

/* ====== FAQ ====== */
.faq { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
details.faq-item { border-bottom: 1px solid var(--line); }
details.faq-item:last-child { border-bottom: 0; }
details.faq-item summary { list-style: none; padding: 22px 26px; cursor: pointer; font-weight: 700; color: var(--marine); font-size: 16px; position: relative; padding-right: 60px; transition: background .15s; }
details.faq-item summary:hover { background: var(--mist); }
details.faq-item summary::-webkit-details-marker { display: none; }
details.faq-item summary::after { content: '+'; position: absolute; right: 26px; top: 50%; transform: translateY(-50%); width: 28px; height: 28px; background: var(--mist); border-radius: 999px; display: grid; place-items: center; color: var(--royal); font-size: 18px; font-weight: 500; transition: transform .2s, background .15s; }
details.faq-item[open] summary::after { content: '−'; background: var(--royal); color: white; }
details.faq-item .answer { padding: 0 26px 22px; color: var(--ink-2); font-size: 15px; line-height: 1.65; max-width: 720px; }

/* ====== CTA BAND ====== */
section.cta-band { padding: 100px 0; position: relative; overflow: hidden; }
.cta-card { background: linear-gradient(135deg, var(--marine) 0%, var(--royal-deep) 50%, var(--royal) 100%); border-radius: 32px; padding: 64px 56px; color: white; position: relative; overflow: hidden; box-shadow: var(--shadow-lg); }
.cta-card::before, .cta-card::after { content: ''; position: absolute; border-radius: 50%; filter: blur(40px); pointer-events: none; }
.cta-card::before { width: 360px; height: 360px; background: var(--sky); opacity: .25; right: -100px; top: -100px; }
.cta-card::after { width: 260px; height: 260px; background: var(--sun); opacity: .15; left: -50px; bottom: -50px; }
.cta-card-content { position: relative; z-index: 1; max-width: 760px; }
.cta-card .eyebrow { color: var(--sun); }
.cta-card .eyebrow::before { background: var(--sun); }
.cta-card h2 { color: white; margin: 14px 0 18px; font-size: clamp(32px, 4.5vw, 52px); }
.cta-card p { color: rgba(255,255,255,.85); font-size: 18px; margin-bottom: 32px; max-width: 56ch; }
.cta-card-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.cta-card .btn-ghost { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.2); color: white; }
.cta-card .btn-ghost:hover { background: rgba(255,255,255,.18); color: white; border-color: rgba(255,255,255,.3); }
@media (max-width: 700px) { .cta-card { padding: 44px 28px; } }
.cta-card--banner { padding: 0; overflow: hidden; position: relative; aspect-ratio: 16 / 6.2; }
.cta-card--banner::before, .cta-card--banner::after { display: none; }
.cta-card--banner img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; border-radius: 32px; }
/* Overlay: kein Schatten, ausgerichtet auf Bildtext (~40% von links) */
.cta-banner-overlay { position: absolute; bottom: 16%; left: 40%; right: 4%; padding: 0; background: none; }
.cta-banner-overlay h2 { color: white; margin: 8px 0 10px; font-size: clamp(14px, 1.6vw, 22px); font-weight: 800; }
.cta-banner-overlay p { color: rgba(255,255,255,.88); font-size: 14px; line-height: 1.55; margin-bottom: 18px; }
.cta-banner-overlay .eyebrow { color: var(--sun); font-size: 11px; }
.cta-banner-overlay .eyebrow::before { background: var(--sun); }
.cta-banner-overlay .btn-primary { font-size: 14px; padding: 12px 22px; }
/* Tablet & Mobile: Bild ausblenden, normale Card */
@media (max-width: 860px) {
  .cta-card--banner { aspect-ratio: auto; }
  .cta-card--banner img { display: none; height: auto; }
  .cta-banner-overlay { position: static; width: 100%; padding: 44px 28px 36px; border-radius: 32px; background: none; }
  .cta-banner-overlay h2 { font-size: clamp(20px, 5vw, 28px); }
  .cta-banner-overlay p { font-size: 15px; }
}

/* ====== FOOTER ====== */
footer.site { background: var(--night); color: rgba(255,255,255,0.7); padding: 70px 0 30px; }
footer.site .wrap { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; }
@media (max-width: 800px) { footer.site .wrap { grid-template-columns: 1fr 1fr; gap: 30px; } }
footer h4 { color: white; font-size: 13px; text-transform: uppercase; letter-spacing: 0.16em; font-weight: 800; margin-bottom: 16px; }
footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
footer a { color: rgba(255,255,255,0.7); font-size: 14px; transition: color .15s; }
footer a:hover { color: var(--sun); }
footer .brand { color: white; max-width: 360px; }
footer .brand .logo { color: white; }
footer .brand p { color: rgba(255,255,255,0.7); margin: 16px 0; font-size: 14px; line-height: 1.7; }
.pk-footer-teaser { margin-top: 6px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14); border-radius: 10px; padding: 16px 18px; }
.pk-footer-teaser p { color: rgba(255,255,255,0.8); font-size: 13px; line-height: 1.6; margin: 0 0 12px; }
.pk-footer-teaser p strong { color: white; }
.pk-footer-teaser .btn { font-size: 13px; padding: 9px 16px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px; margin-top: 50px; font-size: 13px; color: rgba(255,255,255,0.5); flex-wrap: wrap; gap: 12px; }

/* ====== FLOATING BUTTONS ====== */
.floating-stack { position: fixed; bottom: 22px; right: 22px; z-index: 80; display: flex; flex-direction: column; gap: 12px; align-items: flex-end; }
.floating-call { padding: 14px 22px; background: linear-gradient(135deg, var(--sun), var(--sun-deep)); color: var(--marine); border-radius: var(--r-pill); font-weight: 800; font-size: 15px; display: inline-flex; align-items: center; gap: 10px; box-shadow: 0 10px 24px rgba(249,178,51,.4), 0 2px 6px rgba(0,0,0,.1); transition: transform .15s; position: relative; }
.floating-call:hover { transform: translateY(-2px); }
@keyframes pulse-ring { 0% { transform: scale(.95); opacity: .7; } 70% { transform: scale(1.4); opacity: 0; } 100% { opacity: 0; } }
.floating-call::before { content: ''; position: absolute; inset: 0; border-radius: var(--r-pill); background: var(--sun); z-index: -1; animation: pulse-ring 2.2s ease-out infinite; }

/* ====== PARTYKONFIGURATOR ====== */
.pk-launcher { position: fixed; z-index: 85; border: 0; cursor: pointer; font-family: var(--font); font-weight: 800; display: inline-flex; align-items: center; gap: 10px; color: #fff; }
@media (min-width: 901px) {
  .pk-launcher { right: 0; top: 50%; transform: translateY(-50%); writing-mode: vertical-rl; padding: 20px 12px; border-radius: 16px 0 0 16px; background: linear-gradient(180deg, var(--sky), var(--royal) 55%, var(--marine)); box-shadow: -8px 0 22px rgba(10,42,94,.28); font-size: 15px; letter-spacing: .03em; transition: padding .15s; }
  .pk-launcher:hover { padding-right: 16px; }
  .pk-launcher svg { transform: rotate(90deg); }
}
@media (max-width: 900px) {
  .pk-launcher { left: 0; right: 0; bottom: 0; justify-content: center; padding: 15px; border-radius: 0; background: linear-gradient(135deg, var(--sun), var(--sun-deep)); color: var(--marine); box-shadow: 0 -4px 16px rgba(0,0,0,.14); font-size: 15px; }
  .floating-stack { bottom: 76px; }
}

.pk-modal { position: fixed; inset: 0; z-index: 100; display: none; background: rgba(6,29,68,.55); backdrop-filter: blur(3px); overflow-y: auto; -webkit-overflow-scrolling: touch; }
.pk-modal.open { display: block; }
.pk-backdrop { display: none; }
.pk-dialog { position: relative; z-index: 1; max-width: 640px; margin: 5vh auto; background: var(--paper); border-radius: var(--r-lg); box-shadow: var(--shadow-lg); max-height: 90vh; overflow-y: auto; padding: 34px 34px 30px; }
@media (max-width: 700px) {
  .pk-modal { backdrop-filter: none; overflow: hidden; }
  .pk-dialog { position: fixed; top: 0; left: 0; right: 0; bottom: 0; max-width: 100%; width: 100%; height: 100%; max-height: 100%; margin: 0; border-radius: 0; padding: 60px 16px 80px; overflow-y: scroll; -webkit-overflow-scrolling: touch; overscroll-behavior-y: contain; z-index: 2; }
}
.pk-x { position: absolute; top: 16px; right: 16px; width: 38px; height: 38px; border-radius: 999px; background: var(--mist); color: var(--marine); font-size: 16px; font-weight: 700; cursor: pointer; border: none; }
.pk-x:hover { background: var(--royal); color: #fff; }
@media (max-width: 700px) {
  .pk-x { position: fixed; top: 14px; right: 14px; z-index: 101; box-shadow: 0 2px 8px rgba(0,0,0,.18); }
}
.pk-head h2 { margin: 10px 0 8px; font-size: clamp(22px, 3vw, 30px); }
.pk-sub { font-size: 14.5px; color: var(--ink-2); margin: 0 0 22px; }
.pk-q { margin-bottom: 22px; }
.pk-label { display: block; font-size: 14px; font-weight: 700; color: var(--marine); margin-bottom: 10px; }
.pk-req { color: var(--sun); }
.pk-hint { font-size: 13px; color: var(--ink-2); margin: -4px 0 10px; line-height: 1.45; }
.pk-pillrow { display: flex; flex-wrap: wrap; gap: 8px; }
.pk-pill { padding: 9px 16px; border-radius: var(--r-pill); background: var(--ice); border: 1.5px solid var(--line); color: var(--ink-2); font-weight: 600; font-size: 14px; cursor: pointer; transition: all .15s; }
.pk-pill:hover { border-color: var(--sky); color: var(--royal); }
.pk-pill.active { background: var(--royal); border-color: var(--royal); color: #fff; }
.pk-two { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 520px) { .pk-two { grid-template-columns: 1fr; } }
.pk-q input[type=number], .pk-q input[type=text], .pk-q input[type=date] { width: 100%; font-family: inherit; font-size: 15px; padding: 11px 14px; border: 1.5px solid var(--line); border-radius: var(--r-sm); background: var(--ice); color: var(--ink); }
.pk-q input:focus { outline: none; border-color: var(--royal); background: #fff; }
.pk-checkrow { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
@media (max-width: 520px) { .pk-checkrow { grid-template-columns: 1fr; } }
.pk-check { display: flex; align-items: center; gap: 9px; padding: 11px 14px; border: 1.5px solid var(--line); border-radius: var(--r-sm); font-size: 14px; font-weight: 600; color: var(--ink-2); cursor: pointer; }
.pk-check:has(input:checked) { border-color: var(--royal); background: var(--mist); color: var(--royal-deep); }
.pk-go { width: 100%; margin-top: 6px; }
.pk-result { display: none; }
.pk-result.show { display: block; }
.pk-rlist { background: var(--ice); border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; margin-bottom: 14px; }
.pk-rrow { display: flex; justify-content: space-between; gap: 14px; padding: 12px 18px; font-size: 14.5px; color: var(--ink-2); border-top: 1px solid var(--line); }
.pk-rrow:first-child { border-top: 0; }
.pk-rtotal { background: var(--marine); color: #fff; font-weight: 800; }
.pk-note { font-size: 13px; color: var(--muted); margin: 0 0 14px; }
.pk-confirm { margin-top: 18px; background: #fff7e6; border: 1px solid #f3d99b; border-radius: var(--r-md); padding: 16px 18px; }
.pk-confirm p { margin: 0 0 14px; font-size: 14px; line-height: 1.55; }
.pk-congrats { background: #edfaf0; border: 1px solid #7ecf96; border-radius: var(--r-md); padding: 14px 18px; font-size: 14px; color: #1a5c2e; margin: 0 0 14px; line-height: 1.55; }
.pk-note--capacity { background: #eef4ff; border: 1px solid #b0c9f5; border-radius: var(--r-md); padding: 10px 14px; color: var(--royal); }
.pk-alt-block { background: linear-gradient(135deg, rgba(200,169,78,.1), rgba(200,169,78,.05)); border: 1.5px solid rgba(200,140,30,.45); border-radius: var(--r-md); padding: 16px 18px; margin: 14px 0; }
.pk-alt-badge { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: #9a6b00; margin: 0 0 8px; }
.pk-alt-hint { font-size: 13px; color: var(--ink-2); margin: 4px 0; }
.pk-alt-btn { background: #b07d20; border-color: #b07d20; color: #fff; margin-top: 12px; }
.pk-alt-btn:hover { background: #8a6018; border-color: #8a6018; }
.pk-dj-hint { background: #fff8ed; border: 1px solid #f3d99b; border-radius: var(--r-md); padding: 14px 18px; font-size: 14px; color: #7a4a00; margin: 0 0 14px; line-height: 1.55; }
.pk-dj-hint a { color: var(--royal); font-weight: 600; text-decoration: underline; }
.stock-badge { display: inline-block; font-size: 11px; font-weight: 700; background: #fff3cd; color: #7a4d00; border-radius: 4px; padding: 2px 7px; margin-bottom: 6px; letter-spacing: 0.01em; }
.bt-hint { background: #fff8ed; border: 1px solid #f3d99b; border-radius: var(--r-md); padding: 14px 18px; font-size: 14px; color: #7a4a00; margin: 12px 0; line-height: 1.55; }
.pk-ractions { display: flex; gap: 12px; flex-wrap: wrap; }

/* Merkliste-Floating-Button */
.floating-merk { position: relative; padding: 14px 20px; background: var(--royal); color: white; border-radius: var(--r-pill); font-weight: 800; font-size: 15px; display: inline-flex; align-items: center; gap: 10px; box-shadow: 0 10px 24px rgba(30,95,184,.4); transition: transform .15s, background .15s; }
.floating-merk:hover { transform: translateY(-2px); background: var(--royal-deep); }
.merk-count { position: absolute; top: -8px; right: -8px; min-width: 24px; height: 24px; padding: 0 6px; background: var(--sun); color: var(--marine); border-radius: 999px; font-size: 13px; font-weight: 800; display: grid; place-items: center; box-shadow: 0 2px 6px rgba(0,0,0,.2); }

/* ====== UNTERSEITEN-HERO ====== */
.subhero { padding: 60px 0 30px; text-align: center; }
.subhero .eyebrow { margin-bottom: 12px; }
.subhero h1 { font-size: clamp(32px, 5vw, 56px); margin-bottom: 16px; }
.subhero .lede { font-size: clamp(16px, 1.4vw, 19px); margin: 0 auto; }
.subhero .breadcrumb { text-align: center; }
.breadcrumb { font-size: 13px; color: var(--muted); margin-bottom: 18px; }
.breadcrumb a { color: var(--royal); font-weight: 600; }

/* ====== DATUMSWAHL ====== */
.datebar { background: #fef9f0; border: 2px solid #f5dcc4; border-radius: var(--r-lg); padding: 26px 28px; box-shadow: 0 2px 8px rgba(197, 141, 87, 0.08); margin-bottom: 34px; }
.datebar-row { display: flex; flex-wrap: wrap; gap: 20px; align-items: flex-end; }
.datebar .field { display: flex; flex-direction: column; gap: 8px; }
.datebar label { font-size: 13px; font-weight: 700; color: var(--marine); text-transform: none; }
.datebar input { font-family: inherit; font-size: 15px; padding: 11px 14px; border: 1.5px solid #e8d4c0; border-radius: var(--r-sm); color: var(--ink); background: white; }
.datebar input:focus { outline: none; border-color: #c8791a; background: white; box-shadow: 0 0 0 3px rgba(200, 121, 26, 0.1); }
.datebar small { color: #7d6b5a; }
.date-info { margin-top: 12px; font-size: 14px; color: #3a4a5c; background: #fffbeb; border: 1.5px solid #fde047; border-radius: 8px; padding: 12px 16px; min-height: auto; font-weight: 500; }
.date-info .warn { color: #c0392b; font-weight: 600; }

/* ====== FILTER-CHIPS ====== */
.chip-row { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
#catChips { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 24px; }
.chip-filter { padding: 8px 13px; border-radius: var(--r-pill); background: var(--paper); border: 1.5px solid var(--line); color: var(--ink-2); font-weight: 600; font-size: 13px; transition: all .15s; white-space: nowrap; }
.chip-filter:hover { border-color: var(--sky); color: var(--royal); }
.chip-filter.active { background: var(--royal); border-color: var(--royal); color: white; }

/* ====== PRODUKT-KARTEN ====== */
.pgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
@media (max-width: 1000px) { .pgrid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .pgrid { grid-template-columns: 1fr; } }
.pcard { position: relative; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 18px; display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s, border-color .15s; }
.pcard:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--sky); }
.pcard-visual { height: 110px; margin: -2px -2px 14px; border-radius: var(--r-md); background: linear-gradient(160deg, var(--mist), var(--sky-soft)); display: grid; place-items: center; }
.pcard-visual.pcard-has-img { height: auto; aspect-ratio: 1 / 1; overflow: hidden; cursor: pointer; background: var(--mist); }
.pcard-visual.pcard-has-img img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: var(--r-md); }

/* ====== LIGHTBOX (Frontend) ====== */
#etLightbox { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.88); z-index: 9999; align-items: center; justify-content: center; }
#etLightbox.open { display: flex; }
#etLbImg { max-width: 90vw; max-height: 88vh; object-fit: contain; border-radius: 10px; box-shadow: 0 4px 40px rgba(0,0,0,.5); display: block; }
.etlb-close { position: absolute; top: 16px; right: 20px; background: rgba(255,255,255,.18); border: none; border-radius: 50%; width: 42px; height: 42px; font-size: 1.4rem; color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .15s; }
.etlb-close:hover { background: rgba(255,255,255,.35); }
.etlb-nav { position: absolute; background: rgba(255,255,255,.15); border: none; border-radius: 50%; width: 48px; height: 48px; font-size: 1.8rem; color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .15s; top: 50%; transform: translateY(-50%); }
.etlb-nav:hover { background: rgba(255,255,255,.3); }
#etLbPrev { left: 16px; }
#etLbNext { right: 16px; }
#etLbCounter { position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,.7); font-size: .85rem; white-space: nowrap; }
.merk-btn { position: absolute; top: 10px; right: 10px; width: 44px; height: 44px; border-radius: 999px; background: rgba(255,255,255,0.92); color: var(--muted); display: grid; place-items: center; box-shadow: var(--shadow-sm); transition: all .15s; }
.merk-btn:hover { color: var(--rose); transform: scale(1.08); }
.merk-btn.on { background: var(--rose); color: white; }
.info-btn { position: absolute; top: 10px; right: 60px; width: 36px; height: 36px; border-radius: 999px; background: var(--sky); color: #fff; border: none; cursor: pointer; font-size: 13px; font-weight: 800; font-style: italic; display: grid; place-items: center; box-shadow: var(--shadow-sm); transition: background .15s; }
.info-btn:hover { background: var(--royal); }
/* Kategorie-Trenner im Gesamtkatalog */
.pgrid .cat-sep { grid-column: 1 / -1; padding: 28px 0 10px; display: flex; align-items: center; gap: 16px; }
.pgrid .cat-sep:first-child { padding-top: 4px; }
.pgrid .cat-sep::after { content: ''; flex: 1; height: 2px; background: var(--line); border-radius: 2px; }
.pgrid .cat-sep h3 { font-size: 18px; font-weight: 700; color: var(--marine); white-space: nowrap; margin: 0; }
.pgrid .cat-sep h3 a { color: inherit; text-decoration: none; }
.pgrid .cat-sep h3 a:hover { color: var(--royal); text-decoration: underline; }
/* Info-Modal */
.info-modal { display: none; position: fixed; inset: 0; z-index: 1200; }
.info-modal.open { display: flex; align-items: center; justify-content: center; }
.info-modal-backdrop { position: absolute; inset: 0; background: rgba(10,42,94,0.65); }
.info-modal-box { position: relative; width: min(960px, 95vw); height: 88vh; background: #fff; border-radius: var(--r-lg); overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 24px 64px rgba(0,0,0,.35); }
.info-modal-close { position: absolute; top: 12px; right: 14px; z-index: 10; background: var(--marine); color: #fff; border: none; border-radius: 999px; width: 36px; height: 36px; cursor: pointer; font-size: 16px; display: grid; place-items: center; transition: background .15s; }
.info-modal-close:hover { background: var(--royal); }
.info-modal-box iframe { flex: 1; width: 100%; height: 100%; border: none; }
.pcard h3 { font-size: 16px; margin-bottom: 4px; color: var(--marine); }
.pcard-short { font-size: 13px; color: var(--muted); margin: 0 0 16px; flex: 1; line-height: 1.45; }
.pcard-price { font-size: 18px; font-weight: 800; color: var(--marine); margin-bottom: 12px; }
.pcard-price small { font-size: 12px; color: var(--muted); font-weight: 600; margin-left: 2px; }
.pcard-actions { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.qstep { display: inline-flex; align-items: center; gap: 2px; background: var(--ice); border: 1.5px solid var(--line); border-radius: var(--r-pill); padding: 2px; }
.qstep .qb { width: 30px; height: 30px; border-radius: 999px; background: transparent; color: var(--royal); font-weight: 800; font-size: 17px; line-height: 1; transition: background .15s; }
.qstep .qb:hover { background: var(--mist); }
.qstep .qn { min-width: 24px; text-align: center; font-weight: 800; color: var(--marine); font-size: 14px; }
.pcard-add { padding: 9px 14px; border-radius: var(--r-pill); background: var(--mist); color: var(--royal-deep); font-weight: 700; font-size: 13px; transition: all .15s; white-space: nowrap; }
.pcard-add:hover { background: var(--royal); color: white; }

/* Hinweis-Banner Merken-Konzept */
.merk-hint { display: flex; gap: 14px; align-items: flex-start; background: #f0fdf4; border: 1.5px solid #86efac; border-radius: var(--r-md); padding: 16px 18px; margin-bottom: 30px; font-size: 14.5px; color: #15803d; }
.merk-hint svg { color: #16a34a; flex-shrink: 0; margin-top: 2px; }

/* ====== DIENSTLEISTER-EMPFEHLUNG (z.B. Hochzeits-DJ) ====== */
.dienstleister { display: grid; grid-template-columns: 340px 1fr; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-md); position: relative; }
.dienstleister::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 5px; background: linear-gradient(180deg, var(--sun), var(--sun-deep)); z-index: 2; }
@media (max-width: 760px) { .dienstleister { grid-template-columns: 1fr; } }
.dl-photo { position: relative; min-height: 320px; background: var(--mist); }
.dl-photo img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
@media (max-width: 760px) { .dl-photo { min-height: 260px; } }
.dl-body { padding: 34px 38px; }
.dl-body h2 { margin: 12px 0 14px; font-size: clamp(26px, 3vw, 36px); }
.dl-body p { font-size: 15.5px; line-height: 1.7; margin: 0 0 14px; }
.dl-feat { list-style: none; padding: 0; margin: 14px 0 24px; display: grid; gap: 9px; }
.dl-feat li { position: relative; padding-left: 28px; font-size: 14.5px; color: var(--ink-2); }
.dl-feat li::before { content: '✓'; position: absolute; left: 0; top: 0; width: 20px; height: 20px; background: var(--mist); color: var(--royal); border-radius: 999px; display: grid; place-items: center; font-size: 11px; font-weight: 800; }
.dl-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ====== SEO-TEXTBLÖCKE (Kategorie-/Anlassseiten) ====== */
.seo-text { max-width: 780px; }
.seo-text p { margin: 0 0 16px; font-size: 16px; line-height: 1.75; color: var(--ink-2); }
.seo-text h2 { font-size: clamp(24px, 3vw, 34px); margin: 36px 0 14px; }
.seo-text h3 { font-size: 19px; margin: 24px 0 8px; color: var(--marine); }
.seo-text ul { color: var(--ink-2); line-height: 1.75; padding-left: 20px; }
.seo-text ul li { margin-bottom: 6px; }
.seo-text strong { color: var(--marine); }
.infoband { background: white; }
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 8px; }
@media (max-width: 760px) { .guide-grid { grid-template-columns: 1fr; } }
.guide-card { background: var(--ice); border: 1px solid var(--line); border-radius: var(--r-md); padding: 20px; }
.guide-card .g-num { font-size: 13px; font-weight: 800; color: var(--royal); text-transform: uppercase; letter-spacing: .08em; }
.guide-card h3 { margin: 6px 0 6px; font-size: 18px; }
.guide-card p { font-size: 14px; margin: 0; color: var(--ink-2); }

/* ====== MERKLISTE-SEITE ====== */
.merk-empty { text-align: center; padding: 60px 20px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); }
.merk-empty p { font-size: 18px; color: var(--muted); margin-bottom: 20px; }
.merk-table { display: none; width: 100%; border-collapse: collapse; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.merk-table th { text-align: left; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: var(--marine); padding: 14px 16px; background: #c8d8e8; font-weight: 700; }
.merk-table td { padding: 16px; border-top: 1px solid var(--line); font-size: 14.5px; vertical-align: middle; }
.merk-table .ar { text-align: right; }
.muted-s { font-size: 12.5px; color: var(--muted); }
.qty-cell { white-space: nowrap; }
.qbtn { width: 36px; height: 36px; border-radius: 8px; background: var(--mist); color: var(--royal); font-weight: 800; font-size: 16px; }
.qbtn:hover { background: var(--royal); color: white; }
.qty-cell span { display: inline-block; min-width: 32px; text-align: center; font-weight: 700; }
.rmbtn { width: 36px; height: 36px; border-radius: 8px; background: #fde8e4; color: #c0392b; font-weight: 700; }
.rmbtn:hover { background: #c0392b; color: white; }
.merk-sum { display: flex; justify-content: space-between; align-items: center; margin-top: 20px; padding: 18px 16px; background: var(--mist); border-radius: var(--r-md); font-size: 16px; color: var(--marine); }
.merk-sum strong { font-size: 22px; }
@media (max-width: 600px) { .merk-table thead { display: none; } .merk-table td { display: block; text-align: left !important; border-top: 0; padding: 6px 16px; } .merk-table tr { display: block; border-top: 1px solid var(--line); padding: 10px 0; } }
.rabbadge { display: inline-block; font-size: 11px; font-weight: 800; color: var(--green); }
.merk-table s { color: var(--muted); font-weight: 400; }

/* Optionen-Panel */
.opt-panel { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 22px 24px; margin-top: 22px; display: flex; flex-direction: column; gap: 16px; }
.opt-row { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.opt-label { font-size: 13px; font-weight: 700; color: var(--marine); min-width: 84px; }
.opt-row.dates { gap: 16px; }
.opt-row.dates .field { display: flex; flex-direction: column; gap: 6px; }
.opt-row.dates label { font-size: 12px; font-weight: 700; color: var(--marine); }
.opt-row.dates input, #zoneSel { font-family: inherit; font-size: 15px; padding: 10px 12px; border: 1.5px solid var(--line); border-radius: var(--r-sm); color: var(--ink); background: var(--ice); }
.opt-row.dates input:focus, #zoneSel:focus { outline: none; border-color: var(--royal); background: white; }
#zoneSel { min-width: 260px; }
.radio-pill, .check-pill { display: inline-flex; align-items: center; gap: 8px; padding: 9px 16px; border: 1.5px solid var(--line); border-radius: var(--r-pill); font-size: 14px; font-weight: 600; cursor: pointer; color: var(--ink-2); }
.radio-pill:has(input:checked), .check-pill:has(input:checked) { border-color: var(--royal); background: var(--mist); color: var(--royal-deep); }
.check-pill.disabled { opacity: .38; cursor: not-allowed; pointer-events: none; border-color: var(--line) !important; background: #f5f5f5 !important; color: var(--ink-3) !important; }

/* Preis-Zusammenfassung */
.merk-summary { margin-top: 22px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.srow { display: flex; justify-content: space-between; gap: 16px; padding: 13px 22px; font-size: 15px; color: var(--ink-2); border-top: 1px solid var(--line); }
.srow:first-child { border-top: 0; }
.srow.rabatt span:last-child { color: var(--green); font-weight: 700; }
.srow.total { background: var(--marine); color: white; font-weight: 800; font-size: 19px; padding: 18px 22px; }
.srow.kaution { background: #fff7e6; color: #7a5b16; font-weight: 700; }
.hussen-hint { margin-top: 16px; background: #fff7e6; border: 1px solid #f3d99b; border-radius: var(--r-md); padding: 14px 18px; font-size: 13.5px; color: #7a5b16; line-height: 1.6; }
.kaution-hinweis { margin-top: 14px; background: #cfe3f8; border: 1.5px solid #7ab4e8; border-radius: var(--r-md); padding: 14px 18px; font-size: 13.5px; color: #1a3a6b; line-height: 1.6; display: flex; align-items: center; gap: 16px; }
.kaution-hinweis svg { flex-shrink: 0; }
.merk-cta { margin-top: 24px; display: flex; gap: 12px; flex-wrap: wrap; }
.btn-lg { padding: 16px 28px; font-size: 16px; }

/* Liefer-Info-Box unter dem Gesamtbetrag */
.liefer-info-box { display: flex; align-items: flex-start; gap: 14px; padding: 16px 20px; border-radius: 12px; margin: 10px 0 6px; font-size: .9rem; line-height: 1.6; }
.liefer-info-ok   { background: #f0fdf4; border: 1.5px solid #86efac; }
.liefer-info-warn { background: #fffbeb; border: 1.5px solid #fcd34d; }
.liefer-info-pending { background: #eff6ff; border: 1.5px solid #93c5fd; }
.liefer-box-icon { font-size: 1.5rem; line-height: 1; flex-shrink: 0; margin-top: 2px; }
.liefer-info-box strong { color: var(--marine); }
.liefer-info-box span { color: var(--ink-2); font-size: .85rem; }
.liefer-box-ort { font-weight: 400; color: var(--muted); font-size: .82rem; margin-left: 6px; }

/* Lieferpreis-Berechnung */
#lieferDetail { padding: 6px 0 4px 0; }
.liefer-status { font-size: 14px; color: var(--ink-2); line-height: 1.7; }
.liefer-status em.liefer-loading { color: var(--muted); font-style: normal; }
.liefer-preis { font-size: 18px; color: var(--marine); }
.liefer-note { font-size: 12px; color: var(--muted); }
.liefer-note-km { font-size: 12px; color: var(--ink-2); font-weight: 600; }
.liefer-err { color: #b42318; }
.liefer-plzbox { display: inline-flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.liefer-plzbox input { padding: 7px 10px; border: 1.5px solid var(--line); border-radius: 7px; font-size: 14px; font-family: inherit; width: 100px; color: var(--ink); background: var(--ice); }
.liefer-plzbox input:focus { outline: none; border-color: var(--royal); background: #fff; }
.liefer-plzbox button { padding: 7px 16px; background: var(--royal); color: #fff; border: none; border-radius: 7px; cursor: pointer; font-size: 13px; font-weight: 700; }
.liefer-plzbox button:hover { background: var(--royal-deep); }

/* Lieferadresse-Formular in Merkliste */
.liefer-addr-form { padding: 10px 0 4px; display: flex; flex-direction: column; gap: 10px; }
.liefer-field { display: flex; flex-direction: column; gap: 4px; }
.liefer-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
@media (max-width: 520px) { .liefer-field-row { grid-template-columns: 1fr; } }
.liefer-label { font-size: .78rem; font-weight: 700; color: var(--ink-2); text-transform: uppercase; letter-spacing: .04em; display: flex; align-items: center; gap: 6px; }
.liefer-input { width: 100%; padding: 9px 12px; border: 1.5px solid var(--line); border-radius: 8px; font-size: .9rem; font-family: inherit; color: var(--ink); background: var(--ice); box-sizing: border-box; transition: border-color .15s; }
.liefer-input:focus { outline: none; border-color: var(--royal); background: #fff; }
.liefer-plz-hint-text { margin-left: auto; }
.liefer-zone-loading { font-size: .75rem; color: var(--muted); font-weight: 400; text-transform: none; }
.liefer-zone-badge { font-size: .72rem; font-weight: 700; padding: 2px 8px; border-radius: 20px; letter-spacing: 0; text-transform: none; }
.liefer-zone-badge.zone1 { background: #dcfce7; color: #15803d; }
.liefer-zone-badge.zone2 { background: #fef9c3; color: #a16207; }
.liefer-zone-badge.zone3 { background: #ffedd5; color: #c2410c; }
.liefer-zone-badge.zone-out { background: #fee2e2; color: #b91c1c; }
.liefer-zone-hint { font-size: .83rem; line-height: 1.6; margin-top: 2px; padding: 6px 10px; border-radius: 7px; background: #f8fafc; }
.liefer-zone-hint:empty { display: none; }
.liefer-hint-ok { color: #15803d; }
.liefer-hint-warn { color: #a16207; }
.liefer-hint-err { color: #b91c1c; }
.liefer-hint-ok em, .liefer-hint-warn em { font-style: normal; color: var(--muted); font-size: .8em; }

/* Wobble-Animation — blauer DJ-Button auf der Merkliste */
@keyframes btn-wobble {
  0%,  74%, 100% { transform: rotate(0deg);  }
  76%            { transform: rotate(-3deg); }
  80%            { transform: rotate(3deg);  }
  84%            { transform: rotate(-2deg); }
  88%            { transform: rotate(2deg);  }
  92%            { transform: rotate(-1deg); }
  96%            { transform: rotate(1deg);  }
}
.btn-royal { animation: btn-wobble 5s ease-in-out 2.5s infinite; }

/* Anfrage-Modal (Verfügbarkeit anfragen) */
.anf-modal { display: none; position: fixed; inset: 0; z-index: 1200; align-items: center; justify-content: center; }
.anf-modal.open { display: flex; }
.anf-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.48); backdrop-filter: blur(3px); }
.anf-dialog {
  position: relative; z-index: 1; background: #fff;
  border-radius: 16px; width: min(520px, calc(100vw - 32px));
  max-height: 90vh; overflow-y: auto;
  padding: 36px 32px 32px;
  box-shadow: 0 8px 48px rgba(10,42,94,.25);
}
@media (max-width: 600px) { .anf-dialog { padding: 28px 18px 24px; } }
.anf-x { position: absolute; top: 14px; right: 16px; background: none; border: none; cursor: pointer; font-size: 18px; color: var(--muted); padding: 4px 8px; line-height: 1; border-radius: 6px; }
.anf-x:hover { background: var(--mist); color: var(--marine); }
.anf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 480px) { .anf-row { grid-template-columns: 1fr; } }
.anf-field { display: flex; flex-direction: column; gap: 5px; margin-bottom: 14px; }
.anf-field label { font-size: 13px; font-weight: 700; color: var(--marine); }
.anf-field input { padding: 10px 13px; border: 1.5px solid var(--line); border-radius: 8px; font-size: 15px; font-family: inherit; color: var(--ink); background: var(--ice); transition: border-color .15s; }
.anf-field input:focus { outline: none; border-color: var(--royal); background: #fff; }
.anf-error { background: #fef3f2; color: #b42318; border: 1px solid #fecdca; border-radius: 8px; padding: 10px 14px; font-size: 13px; margin-bottom: 14px; }
.anf-check { width: 56px; height: 56px; background: #ecfdf3; color: #12b76a; border-radius: 50%; font-size: 26px; font-weight: 800; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; }
.anf-thanks { text-align: center; padding: 8px 0 4px; }
.anf-thanks h2 { margin-bottom: 8px; color: var(--marine); }
.anf-thanks p { color: var(--ink-2); margin-bottom: 10px; line-height: 1.6; }
.anf-sep { border: none; border-top: 1px solid var(--line); margin: 22px 0; }

/* ─── Ortseiten FAQ ──────────────────────────────────────────────── */
.ort-faq { border: 1px solid var(--line); border-radius: 10px; margin-bottom: 10px; overflow: hidden; }
.ort-faq summary { cursor: pointer; padding: 14px 18px; font-weight: 600; font-size: 0.97rem; color: var(--marine); list-style: none; display: flex; justify-content: space-between; align-items: center; background: var(--ice); user-select: none; }
.ort-faq summary::-webkit-details-marker { display: none; }
.ort-faq summary::after { content: '+'; font-size: 1.3rem; font-weight: 400; color: var(--royal); flex-shrink: 0; margin-left: 12px; transition: transform .2s; }
.ort-faq[open] summary::after { transform: rotate(45deg); }
.ort-faq[open] summary { background: #eef3fb; }
.ort-faq p { margin: 0; padding: 14px 18px 16px; font-size: 0.93rem; color: var(--ink-2); line-height: 1.65; border-top: 1px solid var(--line); }

/* ─── Opt-Panel Struktur ─────────────────────────────────────────── */
.opt-panel-title { font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--royal); margin-bottom: 14px; display: flex; align-items: center; gap: 7px; }
.opt-panel-title::before { content: ''; display: inline-block; width: 3px; height: 14px; background: var(--royal); border-radius: 2px; }
.opt-block { padding-bottom: 16px; margin-bottom: 16px; border-bottom: 1px solid var(--line); }
.opt-block-lbl { font-size: .78rem; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 10px; }
.opt-pills { display: flex; gap: 8px; flex-wrap: wrap; }

/* ─── Datum-Modal (Katalog) ─────────────────────────────────────── */
.date-modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.55); z-index: 9000; display: flex; align-items: center; justify-content: center; padding: 20px; animation: fadeInOverlay .2s ease; }
@keyframes fadeInOverlay { from { opacity: 0; } to { opacity: 1; } }
.date-modal-card { background: #fff; border-radius: 18px; padding: 40px 36px 32px; max-width: 420px; width: 100%; text-align: center; box-shadow: 0 20px 60px rgba(0,0,0,.25); animation: slideUpCard .25s ease; }
@keyframes slideUpCard { from { transform: translateY(24px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.date-modal-icon { font-size: 2.4rem; margin-bottom: 12px; }
.date-modal-title { font-size: 1.35rem; font-weight: 800; color: var(--marine); margin: 0 0 10px; }
.date-modal-text { font-size: .92rem; color: var(--ink-2); margin: 0 0 22px; line-height: 1.5; }
.date-modal-input { width: 100%; padding: 12px 14px; border: 2px solid var(--line); border-radius: 10px; font-size: 1rem; font-family: var(--font); color: var(--ink); margin-bottom: 14px; box-sizing: border-box; transition: border-color .15s; }
.date-modal-input:focus { outline: none; border-color: var(--royal); }
.date-modal-btn { width: 100%; padding: 13px; background: var(--royal); color: #fff; border: none; border-radius: 10px; font-size: 1rem; font-weight: 700; font-family: var(--font); cursor: pointer; transition: background .15s, opacity .15s; margin-bottom: 10px; }
.date-modal-btn:disabled { opacity: .4; cursor: not-allowed; }
.date-modal-btn:not(:disabled):hover { background: #0a2060; }
.date-modal-skip { background: none; border: none; color: var(--ink-3); font-size: .82rem; cursor: pointer; font-family: var(--font); text-decoration: underline; }
.date-modal-skip:hover { color: var(--ink); }

/* ─── Datum bereits gesetzt (Merkliste, kompakt) ────────────────── */
.date-preset-row { display: flex; align-items: center; flex-wrap: wrap; gap: 6px 14px; }
.date-preset-val { font-size: .97rem; font-weight: 700; color: var(--ink); }
.date-preset-sub { font-size: .82rem; color: var(--ink-2); }
.date-preset-change { background: none; border: 1px solid var(--royal); color: var(--royal); border-radius: 5px; padding: 3px 10px; font-size: .78rem; font-weight: 600; cursor: pointer; margin-left: auto; white-space: nowrap; }
.date-preset-change:hover { background: var(--royal); color: #fff; }

/* ─── Location Autocomplete ─────────────────────────────────────── */
.loc-wrap { position: relative; margin-bottom: 6px; }
.loc-in { width: 100%; padding: 10px 13px; border: 1.5px solid var(--line); border-radius: 8px; font-size: .9rem; font-family: inherit; color: var(--ink); background: var(--ice); transition: border-color .15s; box-sizing: border-box; }
.loc-in:focus { outline: none; border-color: var(--royal); background: #fff; }
.loc-drop { position: absolute; top: calc(100% + 4px); left: 0; right: 0; background: #fff; border: 1.5px solid var(--line); border-radius: 10px; box-shadow: 0 6px 24px rgba(0,0,0,.12); z-index: 200; overflow: hidden; }
.loc-item { padding: 10px 14px; cursor: pointer; border-bottom: 1px solid #f3f4f6; }
.loc-item:last-child { border-bottom: none; }
.loc-item:hover { background: #eff6ff; }
.artikel-suche-panel { margin-bottom: 0; border-bottom-left-radius: 0; border-bottom-right-radius: 0; border-bottom: none; }
.artikel-suche-panel + .opt-panel { border-top-left-radius: 0; border-top-right-radius: 0; }
.suche-already { font-size: .72rem; font-weight: 600; color: #16a34a; margin-left: 6px; }
.loc-item-empty { color: var(--muted); font-size: .85rem; cursor: default; font-style: italic; }
/* Artikel-Suche Liste */
.suche-liste { list-style: none; margin: 6px 0 0; padding: 0; border: 1.5px solid var(--line); border-radius: 8px; overflow: hidden; background: var(--bg); }
.suche-item { padding: 9px 14px; cursor: pointer; border-bottom: 1px solid var(--line); transition: background .15s; }
.suche-item:last-child { border-bottom: none; }
.suche-item:hover { background: #eff6ff; }
.suche-item-already { opacity: .7; }
.suche-name { display: block; font-size: .88rem; font-weight: 600; color: var(--marine); }
.suche-sub { display: block; font-size: .76rem; color: var(--muted); margin-top: 1px; }
.suche-leer { padding: 9px 14px; color: var(--muted); font-size: .85rem; font-style: italic; list-style: none; }
.loc-item strong { display: block; font-size: .88rem; color: var(--marine); }
.loc-item span { font-size: .76rem; color: var(--muted); margin-top: 1px; display: block; }
.loc-venue-badge { display: inline-block; font-size: .68rem; font-weight: 700; background: #dbeafe; color: #1e40af; border-radius: 4px; padding: 1px 5px; margin-left: 6px; vertical-align: middle; text-transform: capitalize; }
.srow.liefer-offen span:last-child { color: var(--muted); font-style: italic; font-size: .82rem; }

/* ─── MERKLISTE REDESIGN: Card Layout ──────────────────────────────── */
.merk-card {
  display: grid;
  grid-template-columns: 100px 1fr auto;
  gap: 16px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  align-items: start;
  transition: box-shadow 0.15s;
}
.merk-card:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.08); }

.merk-card-img {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #e0e7ff 0%, #f3e8ff 100%);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  flex-shrink: 0;
}

.merk-card-left { display: flex; flex-direction: column; gap: 8px; }
.merk-card-title { font-size: .88rem; font-weight: 600; color: var(--ink); }
.merk-card-desc { font-size: .75rem; color: var(--muted); line-height: 1.3; }

.merk-card-meta {
  display: flex;
  gap: 16px;
  font-size: .75rem;
  padding-top: 6px;
  border-top: 1px solid var(--line);
}
.merk-card-meta-item { display: flex; flex-direction: column; gap: 2px; }
.merk-card-meta-label { color: var(--muted); font-size: .65rem; text-transform: uppercase; letter-spacing: 0.3px; }
.merk-card-meta-value { font-weight: 600; color: var(--ink); font-size: .85rem; }
.merk-card-rabatt { color: #16a34a; }

.merk-card-right {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
  padding-top: 6px;
}

.merk-stepper {
  display: flex;
  align-items: center;
  gap: 4px;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 2px 6px;
}
.merk-stepper button {
  background: none;
  border: none;
  color: var(--muted);
  font-size: .85rem;
  cursor: pointer;
  padding: 0 4px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.15s;
}
.merk-stepper button:hover { color: #ea580c; }
.merk-stepper-val { font-size: .82rem; font-weight: 600; min-width: 20px; text-align: center; }

.merk-remove-btn {
  background: none;
  border: none;
  color: #ef4444;
  font-size: .82rem;
  font-weight: 500;
  cursor: pointer;
  padding: 4px 8px;
  transition: color 0.15s;
}
.merk-remove-btn:hover { color: #b91c1c; }

/* Responsive */
@media (max-width: 600px) {
  .merk-card { grid-template-columns: 1fr; }
  .merk-card-img { display: none !important; }
  .merk-card-right { align-items: flex-start; }
}

/* ─── Custom Datepicker ──────────────────────────────────────────── */
.et-dp-field { width: 100%; }
.et-dp-field > label { font-size: .85rem; font-weight: 700; color: var(--marine); display: block; margin-bottom: 8px; }
.et-dp { background: #fff; border: 1.5px solid var(--line); border-radius: 12px; padding: 10px 12px 8px; user-select: none; }
.et-dp-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 4px; }
.et-dp-title { font-size: .92rem; font-weight: 700; color: var(--marine); }
.et-dp-nav { background: none; border: none; cursor: pointer; color: var(--marine); font-size: 1.5rem; line-height: 1; padding: 2px 8px; border-radius: 6px; opacity: .7; }
.et-dp-nav:hover { background: #eff6ff; opacity: 1; }
.et-dp-grid-wrap { overflow: hidden; border-radius: 6px; }
.et-dp-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 1px; }
.et-dp-dh { text-align: center; font-size: .68rem; font-weight: 700; color: var(--muted); padding: 4px 0 5px; }
.et-dp-d { text-align: center; padding: 8px 2px; border-radius: 6px; font-size: .82rem; cursor: pointer; color: var(--ink); transition: background .1s, color .1s; }
.et-dp-d:hover:not(.dp-dis):not(.dp-oth) { background: #eff6ff; color: #1d4ed8; }
.et-dp-d.dp-oth { color: #d1d5db; cursor: default; pointer-events: none; }
.et-dp-d.dp-dis { color: #d1d5db; cursor: not-allowed; pointer-events: none; }
.et-dp-d.dp-today { font-weight: 800; color: var(--marine); }
.et-dp-d.dp-sel { background: var(--marine) !important; color: #fff !important; font-weight: 700; border-radius: 6px; }
@keyframes dpIn-r { from { transform: translateX(28px); opacity: 0; } to { transform: translateX(0); opacity: 1; } }
@keyframes dpIn-l { from { transform: translateX(-28px); opacity: 0; } to { transform: translateX(0); opacity: 1; } }
.dp-anim-r { animation: dpIn-r .2s cubic-bezier(.25,.46,.45,.94); }
.dp-anim-l { animation: dpIn-l .2s cubic-bezier(.25,.46,.45,.94); }

/* ─── Highlight-Produkt ───────────────────────────────────────── */
.pcard--highlight {
    border: 2px solid #f59e0b;
    box-shadow: 0 4px 20px rgba(245,158,11,.25);
    position: relative;
}
.pcard--highlight::before {
    content: '⭐ Empfehlung';
    position: absolute;
    top: -12px; left: 50%; transform: translateX(-50%);
    background: #f59e0b; color: #fff;
    font-size: .72rem; font-weight: 800;
    padding: 3px 12px; border-radius: 20px;
    white-space: nowrap; z-index: 2;
}
.pcard--highlight .pcard-price { color: #d97706; }

/* ─── Rabatt-Badge auf Produkt-Karte ──────────────────────────── */
.pcard-rabatt-badge {
    position: absolute; top: 10px; right: 10px;
    background: #dc2626; color: #fff;
    font-size: .7rem; font-weight: 800;
    padding: 3px 8px; border-radius: 6px;
    z-index: 2;
}

/* ─── Durchgestrichener Originalpreis bei Rabatt ─────────────── */
.pcard-price-orig {
    text-decoration: line-through;
    color: #9ca3af;
    font-size: .85em;
    margin-right: 6px;
}
