*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

[data-theme="light"] {
  --bg:           #fdf6ff;
  --bg2:          #fff0f6;
  --bg3:          #ffe8f4;
  --surface:      #ffffff;
  --text:         #1a1030;
  --text2:        #5a4070;
  --border:       rgba(255,154,158,0.25);
  --nav-bg:       rgba(253,246,255,0.88);
  --primary:      #185a9d;
  --primary-2:    #43cea2;
  --grad-btn:     linear-gradient(135deg, #ff6b6b, #feca57);
  --grad-btn2:    linear-gradient(135deg, #43cea2, #185a9d);
  --grad-bericht: linear-gradient(160deg, #185a9d 0%, #008080 60%, #43cea2 100%);
  --card-text:    #ffffff;
  --wave-fill:    #fdf6ff;
  --hero-ovl:     linear-gradient(170deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.55) 100%);
}

[data-theme="dark"] {
  --bg:           #111620;
  --bg2:          #171e2e;
  --bg3:          #1e2840;
  --surface:      #1e2840;
  --text:         #d8e4f8;
  --text2:        #6e83a8;
  --border:       rgba(110,131,168,0.15);
  --nav-bg:       rgba(17,22,32,0.92);
  --primary:      #4a8fd4;
  --primary-2:    #5ba8e0;
  --grad-btn:     linear-gradient(135deg, #2a4a7a, #4a8fd4);
  --grad-btn2:    linear-gradient(135deg, #3d5a80, #5ba8e0);
  --grad-bericht: linear-gradient(160deg, #1e2840 0%, #243050 60%, #2a3d5c 100%);
  --card-text:    #d8e4f8;
  --wave-fill:    #111620;
  --hero-ovl:     linear-gradient(170deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.75) 100%);
}

html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', sans-serif;
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
  transition: background 0.4s, color 0.4s;
}
body::after {
  content: '';
  position: fixed; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none; z-index: 9999; opacity: 0.45;
}


nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 300;
  height: 64px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 48px;
  background: var(--nav-bg);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  transition: background 0.4s;
}
.nav-logo {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.5rem; letter-spacing: 0.1em;
  text-decoration: none;
  background: var(--grad-btn2);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
[data-theme="dark"] .nav-logo { background: linear-gradient(135deg,#7ec8e3,#4a8fd4); -webkit-background-clip:text; background-clip:text; }

.nav-links { display: flex; gap: 30px; list-style: none; align-items: center; }
.nav-links a {
  font-size: 0.7rem; font-weight: 500; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--text2); text-decoration: none;
  transition: color 0.2s; position: relative; padding-bottom: 3px;
}
.nav-links a::after {
  content: ''; position: absolute; bottom: 0; left: 0;
  width: 0; height: 1.5px; background: var(--grad-btn); transition: width 0.25s;
}
[data-theme="dark"] .nav-links a::after { background: var(--primary); }
.nav-links a:hover, .nav-links a.active { color: var(--primary); }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }

.nav-right { display: flex; align-items: center; gap: 14px; }


.theme-toggle-wrap { position: relative; width: 64px; height: 32px; flex-shrink: 0; }
.theme-toggle-label {
  position: absolute; inset: 0; border-radius: 16px; cursor: pointer;
  background: linear-gradient(135deg, #feca57, #ff9a9e, #ff6b6b);
  transition: all 0.45s cubic-bezier(0.4,0,0.2,1);
  box-shadow: 0 2px 12px rgba(255,154,158,0.45), inset 0 1px rgba(255,255,255,0.4);
  overflow: hidden;
}
[data-theme="dark"] .theme-toggle-label {
  background: linear-gradient(135deg, #1e2840, #2a3d5c, #4a8fd4);
  box-shadow: 0 2px 12px rgba(74,143,212,0.35), inset 0 1px rgba(255,255,255,0.08);
}
.theme-toggle-label::before {
  content: '✦ ✦'; position: absolute; right: 6px; top: 50%;
  transform: translateY(-50%); font-size: 7px; color: rgba(255,255,255,0.7);
  letter-spacing: 2px; transition: opacity 0.3s;
}
[data-theme="light"] .theme-toggle-label::before { opacity: 0; }
.theme-toggle-label::after {
  content: ''; position: absolute; left: 6px; top: 50%; transform: translateY(-50%);
  width: 12px; height: 12px; border-radius: 50%;
  background: rgba(255,255,255,0.5); box-shadow: 0 0 6px 2px rgba(255,220,80,0.5);
  transition: opacity 0.3s;
}
[data-theme="dark"] .theme-toggle-label::after { opacity: 0; }
.theme-knob {
  position: absolute; top: 4px; left: 4px;
  width: 24px; height: 24px; border-radius: 50%; background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  transition: transform 0.45s cubic-bezier(0.4,0,0.2,1), background 0.4s;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; line-height: 1; z-index: 1;
}
[data-theme="dark"] .theme-knob { transform: translateX(32px); background: #1e2840; box-shadow: 0 2px 8px rgba(0,0,0,0.5); }

.nav-cta {
  background: var(--grad-btn); color: #fff;
  padding: 9px 18px; border-radius: 20px;
  font-size: 0.7rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  text-decoration: none; white-space: nowrap;
  transition: opacity 0.2s, transform 0.15s;
  box-shadow: 0 4px 14px rgba(255,107,107,0.35);
}
[data-theme="dark"] .nav-cta { background: var(--grad-btn2); box-shadow: 0 4px 14px rgba(74,143,212,0.3); }
.nav-cta:hover { opacity: 0.88; transform: translateY(-1px); }

.burger {
  display: none; flex-direction: column; gap: 5px;
  cursor: pointer; background: none; border: none; padding: 4px;
}
.burger span {
  display: block; width: 22px; height: 2px;
  background: var(--text); border-radius: 2px; transition: all 0.3s;
}
.burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  display: none; position: fixed; top: 64px; left: 0; right: 0;
  background: var(--nav-bg); backdrop-filter: blur(20px);
  padding: 16px 28px 24px; z-index: 299;
  border-bottom: 1px solid var(--border);
}
.mobile-menu.open { display: block; }
.mobile-menu a {
  display: block; padding: 13px 0;
  font-size: 0.82rem; font-weight: 500; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--text2); text-decoration: none;
  border-bottom: 1px solid var(--border); transition: color 0.2s;
}
.mobile-menu a:last-child { border-bottom: none; }
.mobile-menu a:hover { color: var(--primary); }


#top {
  position: relative; height: 100vh; min-height: 620px;
  display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden;
}
.hero-img { position: absolute; inset: 0; z-index: 0; background: var(--bg3); }
.hero-img img {
  width: 100%; height: 100%; object-fit: cover; object-position: center;
  display: block; filter: saturate(0.55) brightness(0.88); transition: filter 0.4s;
}
[data-theme="dark"] .hero-img img { filter: saturate(0.3) brightness(0.55); }
.hero-overlay { position: absolute; inset: 0; z-index: 1; background: var(--hero-ovl); transition: background 0.4s; }
[data-theme="light"] .hero-tint {
  position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(135deg,rgba(255,154,158,0.28) 0%,rgba(67,206,162,0.18) 50%,rgba(24,90,157,0.32) 100%);
}
[data-theme="dark"] .hero-tint { display: none; }
.hero-grid {
  position: absolute; inset: 0; z-index: 3;
  background-image: linear-gradient(rgba(255,255,255,0.025) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,0.025) 1px,transparent 1px);
  background-size: 80px 80px; pointer-events: none;
}
.hero-wave { position: absolute; bottom: -1px; left: 0; right: 0; z-index: 4; }
.hero-wave svg { display: block; width: 100%; }
.hero-content {
  position: relative; z-index: 5;
  padding: 0 60px 72px;
  display: flex; align-items: flex-end; justify-content: space-between; gap: 24px;
}
.hero-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(68px, 11vw, 160px);
  line-height: 0.88; letter-spacing: 0.02em; color: #fff;
  text-shadow: 0 4px 40px rgba(0,0,0,0.35);
  animation: fadeUp 0.85s 0.12s cubic-bezier(0.16,1,0.3,1) both;
}
.hero-title .tagline {
  display: block; font-family: 'Caveat', cursive;
  font-size: clamp(22px,3vw,44px); letter-spacing: 0.01em; font-weight: 700; line-height: 1.3; margin-top: 10px;
  background: linear-gradient(90deg,#feca57,#ff9a9e,#FECFEF);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
[data-theme="dark"] .hero-title .tagline { background: linear-gradient(90deg,#7ec8e3,#a8d4f5); -webkit-background-clip:text; background-clip:text; }
.hero-aside { text-align: right; flex-shrink: 0; animation: fadeUp 0.85s 0.30s cubic-bezier(0.16,1,0.3,1) both; }
.hero-badge {
  display: inline-block; padding: 8px 20px;
  font-family: 'Bebas Neue', sans-serif; font-size: 1rem; letter-spacing: 0.14em;
  border-radius: 20px; margin-bottom: 12px;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.4);
  background: rgba(255,255,255,0.2); color: #fff;
}
[data-theme="dark"] .hero-badge { background: rgba(74,143,212,0.3); border-color: rgba(74,143,212,0.4); }
.hero-aside p { font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.65); line-height: 2; }


section { scroll-margin-top: 64px; }
.section-inner { max-width: 1120px; margin: 0 auto; padding: 88px 48px; }

.eyebrow {
  font-size: 0.65rem; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase;
  display: flex; align-items: center; gap: 10px; margin-bottom: 12px;
  background: var(--grad-btn2); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
[data-theme="dark"] .eyebrow { background: linear-gradient(135deg,#7ec8e3,#4a8fd4); -webkit-background-clip:text; background-clip:text; }
.eyebrow::before { content: ''; width: 26px; height: 1.5px; flex-shrink: 0; background: var(--grad-btn2); }
[data-theme="dark"] .eyebrow::before { background: #4a8fd4; }

.sec-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(38px,5.5vw,78px); line-height: 0.95;
  letter-spacing: 0.02em; text-transform: uppercase; color: var(--text); margin-bottom: 48px;
}


#bericht { background: var(--bg); }
.bericht-card {
  background: var(--grad-bericht); color: #fff;
  border-radius: 12px; padding: 52px 60px; max-width: 800px;
  position: relative; overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}
[data-theme="dark"] .bericht-card { box-shadow: 0 20px 60px rgba(0,0,0,0.4); }
.bericht-card::before {
  content: ''; position: absolute; top: -80px; right: -80px;
  width: 300px; height: 300px; border-radius: 50%; background: rgba(255,255,255,0.06); pointer-events: none;
}
.bericht-card::after {
  content: ''; position: absolute; bottom: -60px; left: -60px;
  width: 200px; height: 200px; border-radius: 50%; background: rgba(255,255,255,0.05); pointer-events: none;
}
.bericht-quote {
  font-family: 'Bebas Neue', sans-serif; font-size: 120px; line-height: 0.8;
  color: rgba(255,255,255,0.12); position: absolute; top: 10px; left: 24px; pointer-events: none;
}
.bericht-text { font-size: 1.05rem; line-height: 1.85; font-weight: 300; position: relative; z-index: 1; opacity: 0.92; color: #fff; }
.bericht-sig { margin-top: 30px; font-family: 'Caveat', cursive; font-size: 1.9rem; color: #feca57; position: relative; z-index: 1; }
[data-theme="dark"] .bericht-sig { color: #7ec8e3; }
.bericht-strip {
  position: absolute; top: 0; left: 0; width: 100%; height: 4px;
  background: linear-gradient(90deg,#feca57,#ff9a9e,#FECFEF,#43cea2);
  border-radius: 12px 12px 0 0;
}
[data-theme="dark"] .bericht-strip { background: linear-gradient(90deg,#4a8fd4,#7ec8e3,#5ba8e0); }


#videos { background: var(--bg2); }
.year-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 44px; }
.yf-btn {
  background: transparent; border: 1.5px solid var(--border); color: var(--text2);
  padding: 7px 20px; border-radius: 20px;
  font-family: 'Bebas Neue', sans-serif; font-size: 1rem; letter-spacing: 0.1em;
  cursor: pointer; transition: all 0.22s;
}
.yf-btn:hover { border-color: var(--primary); color: var(--primary); background: rgba(255,154,158,0.08); }
[data-theme="dark"] .yf-btn:hover { background: rgba(74,143,212,0.1); }
.yf-btn.active { background: var(--grad-btn); border-color: transparent; color: #fff; box-shadow: 0 4px 14px rgba(255,107,107,0.3); }
[data-theme="dark"] .yf-btn.active { background: var(--grad-btn2); box-shadow: 0 4px 14px rgba(74,143,212,0.3); }

.yb-header { display: flex; align-items: center; gap: 20px; margin-bottom: 16px; }
.yb-num {
  font-family: 'Bebas Neue', sans-serif; font-size: 2.8rem; line-height: 1; min-width: 80px; opacity: 0.85;
  background: var(--grad-btn2); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
[data-theme="dark"] .yb-num { background: linear-gradient(135deg,#7ec8e3,#4a8fd4); -webkit-background-clip:text; background-clip:text; }
.yb-info h3 { font-family: 'Bebas Neue', sans-serif; font-size: 1.3rem; letter-spacing: 0.06em; color: var(--text); }
.yb-info p { font-size: 0.7rem; color: var(--text2); margin-top: 3px; letter-spacing: 0.08em; text-transform: uppercase; }

.vid-tabs { display: flex; gap: 6px; margin-bottom: 12px; }
.vt {
  background: transparent; border: 1.5px solid var(--border); color: var(--text2);
  padding: 5px 14px; border-radius: 14px;
  font-size: 0.68rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  cursor: pointer; transition: all 0.2s;
}
.vt:hover { border-color: var(--primary); color: var(--primary); }
.vt.active { background: var(--grad-btn); border-color: transparent; color: #fff; box-shadow: 0 2px 10px rgba(255,107,107,0.28); }
[data-theme="dark"] .vt.active { background: var(--grad-btn2); box-shadow: 0 2px 10px rgba(74,143,212,0.28); }

.embed {
  position: relative; width: 100%; padding-bottom: 56.25%;
  border-radius: 8px; overflow: hidden; background: var(--bg3); border: 1px solid var(--border);
}
.embed iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
.block-div { border: none; border-top: 1px solid var(--border); margin: 44px 0; }


#overige { background: var(--bg); }



#kaart {
  background: linear-gradient(145deg, #43cea2 0%, #2980b9 48%, #185a9d 100%);
  background-attachment: fixed;
  position: relative;
}
[data-theme="dark"] #kaart {
  background: linear-gradient(145deg, #111e30 0%, #162540 48%, #0e1824 100%);
}

#kaart .section-inner { padding: 88px 48px; }

#kaart .eyebrow {
  background: linear-gradient(135deg, #feca57, #FFD700);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
#kaart .eyebrow::before { background: #feca57; }
#kaart .sec-title { color: #fff; }


.card-builder {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 28px;
  align-items: start;
}


.form-panel {
  background: rgba(255,255,255,0.09);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.17);
  border-radius: 20px;
  padding: 28px 26px;
  position: sticky;
  top: 80px;
}
.fp-title {
  font-family: 'Playfair Display', serif;
  font-size: 17px; font-weight: 700; color: #fff;
  margin-bottom: 22px;
}

.kfield { margin-bottom: 15px; }
.kfl {
  display: block; font-size: 10.5px; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase;
  color: rgba(255,255,255,0.62); margin-bottom: 6px;
}
.kfield input[type="text"],
.kfield input[type="number"],
.kfield textarea {
  width: 100%;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
  color: #fff; padding: 10px 13px; border-radius: 10px;
  font-family: 'DM Sans', sans-serif; font-size: 13.5px;
  transition: all 0.2s; outline: none;
}
.kfield input::placeholder, .kfield textarea::placeholder { color: rgba(255,255,255,0.32); }
.kfield input:focus, .kfield textarea:focus {
  border-color: rgba(255,214,0,0.55);
  background: rgba(255,255,255,0.14);
}
.kfield textarea { min-height: 80px; resize: vertical; }


.ktg { display: grid; grid-template-columns: repeat(4,1fr); gap: 6px; margin-top: 7px; }
.kto {
  padding: 9px 4px; border-radius: 10px;
  border: 2px solid rgba(255,255,255,0.13);
  cursor: pointer; text-align: center;
  font-size: 10.5px; font-weight: 700;
  letter-spacing: 0.3px; text-transform: uppercase;
  transition: all 0.2s; color: #fff;
  background: rgba(255,255,255,0.07); line-height: 1.4;
}
.kto:hover { background: rgba(255,255,255,0.13); }
.kto.active { border-color: #FFD700; background: rgba(255,214,0,0.13); }


.ksg { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; margin-top: 7px; }
.kso {
  padding: 9px; border-radius: 10px;
  border: 2px solid rgba(255,255,255,0.13);
  cursor: pointer; text-align: center;
  font-size: 12px; font-weight: 500;
  transition: all 0.2s; color: rgba(255,255,255,0.62);
  background: rgba(255,255,255,0.07);
}
.kso:hover { background: rgba(255,255,255,0.13); color: #fff; }
.kso.active { border-color: #FFD700; color: #fff; background: rgba(255,214,0,0.11); }

#ksig-c {
  width: 100%; height: 74px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 10px; cursor: crosshair;
  display: none; margin-top: 8px;
}
.kcc { display: none; gap: 7px; margin-top: 8px; flex-wrap: wrap; align-items: center; }
.kcd {
  width: 22px; height: 22px; border-radius: 50%;
  cursor: pointer; border: 2px solid transparent; transition: all 0.2s;
}
.kcd.active { border-color: #fff; transform: scale(1.15); }
.kbc {
  background: none; border: 1px solid rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.62); padding: 3px 10px; border-radius: 6px;
  cursor: pointer; font-size: 11px; font-family: 'DM Sans', sans-serif; transition: all 0.2s;
}
.kbc:hover { color: #fff; border-color: rgba(255,255,255,0.35); }

.btn-gen {
  width: 100%;
  background: linear-gradient(135deg, #FF9A9E, #FECFEF);
  color: #fff; border: none; padding: 13px;
  border-radius: 100px;
  font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 700;
  cursor: pointer; margin-top: 20px;
  box-shadow: 0 4px 18px rgba(255,154,158,0.28);
  transition: all 0.25s;
}
.btn-gen:hover { transform: translateY(-2px); box-shadow: 0 8px 26px rgba(255,154,158,0.42); }


.preview-empty {
  background: rgba(255,255,255,0.09);
  backdrop-filter: blur(12px);
  border: 2px dashed rgba(255,255,255,0.18);
  border-radius: 20px;
  min-height: 360px;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 14px;
  color: rgba(255,255,255,0.6); text-align: center; padding: 40px;
}
.pe-icon { font-size: 52px; opacity: 0.55; }
.preview-empty p { font-size: 14px; }

#kcard-display { display: none; }


.card-shell {
  border-radius: 20px; overflow: hidden;
  box-shadow: 0 28px 70px rgba(0,0,0,0.3), 0 4px 16px rgba(0,0,0,0.15);
}
.card-inner {
  position: relative; min-height: 420px;
  overflow: hidden;
  display: flex; flex-direction: column;
}


.card-party {
  background: linear-gradient(145deg, #ff9a9e 0%, #fecfef 40%, #ffecd2 100%);
  color: #3a0a2e;
}
.card-party .card-bg-svg { position:absolute; inset:0; width:100%; height:100%; pointer-events:none; opacity:0.18; }
.card-party .card-header-band {
  background: linear-gradient(135deg, #ff6b6b, #ee0979);
  padding: 28px 36px 22px;
  position: relative; z-index: 1;
}
.card-party .card-header-band::after {
  content: '';
  position: absolute; bottom: -16px; left: 0; right: 0;
  height: 32px;
  background: inherit;
  clip-path: ellipse(55% 100% at 50% 0%);
}
.card-party .c-headline {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.4rem; letter-spacing: 0.06em; line-height: 1;
  color: #fff; text-shadow: 0 2px 12px rgba(0,0,0,0.2);
}
.card-party .c-subtitle {
  font-family: 'Caveat', cursive;
  font-size: 1.2rem; color: rgba(255,255,255,0.85); margin-top: 4px;
}
.card-party .card-body { padding: 36px 36px 28px; position: relative; z-index: 1; flex: 1; }
.card-party .c-name {
  font-family: 'Dancing Script', cursive;
  font-size: 2rem; color: #ee0979; margin-bottom: 12px;
}
.card-party .c-msg-text {
  font-size: 0.95rem; line-height: 1.8; color: #3a0a2e; opacity: 0.85;
  background: rgba(255,255,255,0.5); border-radius: 10px; padding: 14px 18px; margin-bottom: 18px;
}
.card-party .c-quote-block {
  background: rgba(238,9,121,0.08); border-left: 3px solid #ee0979;
  border-radius: 0 8px 8px 0; padding: 10px 14px; margin-bottom: 18px;
  font-style: italic; font-size: 0.85rem; color: #ee0979; line-height: 1.6;
}
.card-party .card-footer {
  background: rgba(255,255,255,0.4); backdrop-filter: blur(6px);
  padding: 16px 36px; display: flex; align-items: center; justify-content: space-between;
  border-top: 1px dashed rgba(238,9,121,0.2);
  position: relative; z-index: 1;
}
.card-party .c-sig-label { font-size: 0.6rem; letter-spacing: 0.15em; text-transform: uppercase; color: #cc3366; margin-bottom: 4px; }
.card-party .c-sig-value { font-family: 'Dancing Script', cursive; font-size: 1.6rem; color: #ee0979; }
.card-party .c-sig-value.plain { font-family: 'DM Sans', sans-serif; font-size: 1.1rem; font-weight: 700; }
.card-party .c-balloons { font-size: 2rem; letter-spacing: 4px; }


.card-elegant {
  background: #0f0a1e;
  color: #e8e0f8;
}
.card-elegant .card-header-band {
  background: linear-gradient(135deg, #1a0533, #3d1a6e);
  padding: 32px 36px 28px; position: relative; z-index: 1;
  border-bottom: 1px solid rgba(200,160,255,0.2);
}
.card-elegant .c-headline {
  font-family: 'Playfair Display', serif;
  font-size: 1.7rem; font-weight: 900; font-style: italic;
  color: #fff; line-height: 1.2;
  text-shadow: 0 0 40px rgba(180,120,255,0.6);
}
.card-elegant .c-subtitle {
  font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(200,160,255,0.7); margin-top: 8px;
}
.card-elegant .card-body { padding: 30px 36px 24px; position: relative; z-index: 1; flex: 1; }
.card-elegant .c-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem; font-weight: 700; font-style: italic;
  color: #c8a0ff; margin-bottom: 14px;
}
.card-elegant .c-msg-text {
  font-size: 0.92rem; line-height: 1.85; color: rgba(232,224,248,0.85);
  border-left: 2px solid rgba(200,160,255,0.4);
  padding-left: 16px; margin-bottom: 18px;
}
.card-elegant .c-quote-block {
  background: rgba(200,160,255,0.08);
  border: 1px solid rgba(200,160,255,0.2);
  border-radius: 8px; padding: 12px 16px; margin-bottom: 18px;
  font-style: italic; font-size: 0.85rem; color: #c8a0ff; line-height: 1.6;
  text-align: center;
}
.card-elegant .card-footer {
  background: linear-gradient(135deg, rgba(61,26,110,0.6), rgba(15,10,30,0.8));
  padding: 16px 36px; display: flex; align-items: center; justify-content: space-between;
  border-top: 1px solid rgba(200,160,255,0.15);
  position: relative; z-index: 1;
}
.card-elegant .c-sig-label { font-size: 0.58rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(200,160,255,0.5); margin-bottom: 4px; }
.card-elegant .c-sig-value { font-family: 'Dancing Script', cursive; font-size: 1.6rem; color: #c8a0ff; }
.card-elegant .c-sig-value.plain { font-family: 'DM Sans', sans-serif; font-size: 1.1rem; font-weight: 700; color: #c8a0ff; }
.card-elegant .c-stars { font-size: 1.2rem; letter-spacing: 6px; opacity: 0.6; }

.card-elegant::before {
  content: '✦'; position: absolute;
  font-size: 200px; color: rgba(200,160,255,0.04);
  top: 50%; left: 50%; transform: translate(-50%,-50%);
  pointer-events: none; z-index: 0;
}


.card-fun {
  background: #fff9f0;
  color: #2a1a00;
}
.card-fun .card-header-band {
  background: linear-gradient(135deg, #f7971e, #ffd200);
  padding: 26px 36px 20px; position: relative; z-index: 1;
}
.card-fun .c-headline {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.5rem; letter-spacing: 0.04em;
  color: #fff; text-shadow: 3px 3px 0 rgba(0,0,0,0.12);
}
.card-fun .c-subtitle {
  font-family: 'Caveat', cursive; font-size: 1.1rem; color: rgba(255,255,255,0.9); margin-top: 4px;
}
.card-fun .card-body { padding: 32px 36px 24px; position: relative; z-index: 1; flex: 1; }
.card-fun .c-name {
  font-family: 'Caveat', cursive; font-size: 2.2rem;
  background: linear-gradient(135deg, #f7971e, #ff6b6b, #ee0979);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  margin-bottom: 12px;
}
.card-fun .c-msg-text {
  font-size: 0.95rem; line-height: 1.8; color: #2a1a00;
  background: linear-gradient(135deg, rgba(247,151,30,0.08), rgba(255,210,0,0.08));
  border-radius: 12px; padding: 14px 18px; margin-bottom: 16px;
  border: 1.5px dashed rgba(247,151,30,0.3);
}
.card-fun .c-quote-block {
  background: rgba(255,210,0,0.15);
  border-radius: 20px; padding: 10px 18px; margin-bottom: 16px;
  font-size: 0.85rem; color: #b85a00; line-height: 1.6; text-align: center;
  font-style: italic;
}
.card-fun .card-footer {
  background: linear-gradient(135deg, #fff3cd, #ffe8a0);
  padding: 16px 36px; display: flex; align-items: center; justify-content: space-between;
  border-top: 2px dashed rgba(247,151,30,0.3);
  position: relative; z-index: 1;
}
.card-fun .c-sig-label { font-size: 0.6rem; letter-spacing: 0.15em; text-transform: uppercase; color: #b85a00; margin-bottom: 4px; opacity: 0.7; }
.card-fun .c-sig-value { font-family: 'Dancing Script', cursive; font-size: 1.6rem; color: #f7971e; }
.card-fun .c-sig-value.plain { font-family: 'DM Sans', sans-serif; font-size: 1.1rem; font-weight: 700; color: #f7971e; }
.card-fun .c-confetti { font-size: 1.5rem; letter-spacing: 3px; }

.card-fun::after {
  content: '';
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image: radial-gradient(circle, rgba(247,151,30,0.08) 2px, transparent 2px);
  background-size: 28px 28px;
}


.card-retro {
  background: #faf6ed;
  color: #2a2010;
}
.card-retro .card-header-band {
  background: linear-gradient(135deg, #134e5e, #71b280);
  padding: 28px 36px 24px; position: relative; z-index: 1;
}
.card-retro .c-headline {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem; font-weight: 900;
  color: #fff; text-shadow: 0 2px 12px rgba(0,0,0,0.2); line-height: 1.15;
}
.card-retro .c-subtitle {
  font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.7); margin-top: 8px;
}
.card-retro .card-body { padding: 30px 36px 24px; position: relative; z-index: 1; flex: 1; }
.card-retro .c-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.9rem; font-weight: 700; font-style: italic;
  color: #134e5e; margin-bottom: 12px;
}
.card-retro .c-msg-text {
  font-size: 0.92rem; line-height: 1.85; color: #2a2010;
  background: rgba(113,178,128,0.1);
  border-radius: 8px; padding: 14px 18px; margin-bottom: 16px;
  border: 1px solid rgba(113,178,128,0.25);
}
.card-retro .c-quote-block {
  border-left: 3px solid #71b280;
  padding: 8px 16px; margin-bottom: 16px;
  font-style: italic; font-size: 0.85rem; color: #134e5e; line-height: 1.6;
}
.card-retro .card-footer {
  background: #f0ede4;
  padding: 16px 36px; display: flex; align-items: center; justify-content: space-between;
  border-top: 1px solid rgba(113,178,128,0.3);
  position: relative; z-index: 1;
}
.card-retro .c-sig-label { font-size: 0.58rem; letter-spacing: 0.18em; text-transform: uppercase; color: #71b280; margin-bottom: 4px; }
.card-retro .c-sig-value { font-family: 'Dancing Script', cursive; font-size: 1.6rem; color: #134e5e; }
.card-retro .c-sig-value.plain { font-family: 'DM Sans', sans-serif; font-size: 1.1rem; font-weight: 700; color: #134e5e; }
.card-retro .c-leaves { font-size: 1.4rem; letter-spacing: 4px; }

.card-retro::before {
  content: '';
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image: repeating-linear-gradient(0deg, rgba(113,178,128,0.04) 0px, rgba(113,178,128,0.04) 1px, transparent 1px, transparent 28px);
}


.c-sig-img { max-width: 140px; max-height: 60px; display: block; }


.card-actions { display: flex; gap: 10px; margin-top: 12px; }
.kbtn {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 11px 22px; border-radius: 100px;
  font-size: 13px; font-weight: 600; text-decoration: none;
  border: none; cursor: pointer; font-family: 'DM Sans', sans-serif;
  transition: all 0.25s; flex: 1; justify-content: center;
}
.kbtn-dl {
  background: linear-gradient(135deg, #32CD32, #008080); color: #fff;
  box-shadow: 0 4px 16px rgba(50,205,50,0.24);
}
.kbtn-dl:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(50,205,50,0.34); }
.kbtn-pr {
  background: rgba(255,255,255,0.09);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.17);
  color: #fff;
}
.kbtn-pr:hover { background: rgba(255,255,255,0.16); transform: translateY(-2px); }


footer {
  background: var(--bg2); color: var(--text2);
  text-align: center; padding: 28px 48px;
  font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase;
  border-top: 1px solid var(--border);
}
.footer-brand {
  background: var(--grad-btn2);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  font-weight: 600;
}
[data-theme="dark"] .footer-brand { background: linear-gradient(135deg,#7ec8e3,#4a8fd4); -webkit-background-clip:text; background-clip:text; }


@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}


@media (max-width: 900px) {
  nav { padding: 0 20px; }
  .nav-links, .nav-cta { display: none; }
  .burger { display: flex; }
  .section-inner { padding: 64px 24px; }
  .hero-content { padding: 0 28px 56px; flex-direction: column; align-items: flex-start; gap: 16px; }
  .hero-aside { text-align: left; }
  .bericht-card { padding: 36px 28px; }
  .card-builder { grid-template-columns: 1fr; }
  .form-panel { position: static; }
}

@media print {
  body * { visibility: hidden; }
  #card-inner, #card-inner * { visibility: visible; }
  #card-inner { position: fixed; top: 0; left: 0; width: 100%; }
  .card-actions { display: none !important; }
}







