* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; }
body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #071020;
  color: #fff;
}
a { color: inherit; }

.landing-clean {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(232,79,185,.20), transparent 31%),
    radial-gradient(circle at 86% 76%, rgba(123,77,255,.28), transparent 34%),
    linear-gradient(135deg, #071020 0%, #0b1530 48%, #19163d 100%);
  padding: clamp(22px, 3vw, 42px) clamp(12px, 2vw, 28px) 28px;
}
.bg-glow { position: absolute; border-radius: 999px; filter: blur(86px); opacity: .32; pointer-events: none; }
.bg-glow-a { width: 340px; height: 340px; background: #e84fb9; left: -190px; top: 14%; }
.bg-glow-b { width: 460px; height: 460px; background: #7b4dff; right: -200px; bottom: 6%; }

.top-brand {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto 16px;
}
.brand-title {
  display: inline-block;
  font-size: clamp(34px, 4.8vw, 58px);
  line-height: .98;
  font-weight: 900;
  letter-spacing: -.055em;
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 34%, #ff55bf 62%, #8b5cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 24px 70px rgba(232,79,185,.28);
}
.brand-title span {
  display: block;
  margin-top: 6px;
  font-size: .34em;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: #ff66c8;
  -webkit-text-fill-color: #ff66c8;
  text-shadow: 0 0 28px rgba(232,79,185,.42);
}
.top-brand p {
  margin: 10px 0 0;
  color: rgba(255,255,255,.66);
  font-size: clamp(13px, 1.5vw, 15px);
}

.signup-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 760px);
  margin: 0 auto clamp(18px, 2.2vw, 30px);
  padding: clamp(18px, 2.2vw, 26px);
  border-radius: 24px;
  background: rgba(12, 18, 39, .76);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 24px 80px rgba(0,0,0,.30);
  backdrop-filter: blur(18px);
  text-align: center;
}
.signup-copy { margin-bottom: 15px; }
.signup-copy h1 {
  margin: 0 0 7px;
  font-size: clamp(24px, 2.5vw, 32px);
  line-height: 1.08;
  letter-spacing: -.04em;
}
.signup-copy p {
  margin: 0 auto;
  color: rgba(255,255,255,.70);
  font-size: 14.5px;
  line-height: 1.45;
  max-width: 590px;
}
.signup-form { max-width: 690px; margin: 0 auto; }
.email-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
  gap: 12px;
}
input[type="email"], input[type="password"] {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.10);
  color: #fff;
  font-size: 15.5px;
  outline: none;
}
input::placeholder { color: rgba(255,255,255,.50); }
input:focus { border-color: rgba(232,79,185,.72); box-shadow: 0 0 0 4px rgba(232,79,185,.13); }
button, .button-link {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 16px;
  padding: 0 24px;
  font-size: 15px;
  font-weight: 850;
  color: #fff;
  background: linear-gradient(135deg, #e84fb9, #7b4dff);
  cursor: pointer;
  box-shadow: 0 16px 38px rgba(232,79,185,.28);
  text-decoration: none;
  white-space: nowrap;
}
.email-row button { min-width: 288px; }
button:hover, .button-link:hover { transform: translateY(-1px); }
.privacy-check {
  display: flex;
  gap: 9px;
  margin: 11px auto 0;
  color: rgba(255,255,255,.66);
  font-size: 12.5px;
  line-height: 1.35;
  text-align: left;
  max-width: 640px;
}
.privacy-check input { margin-top: 2px; accent-color: #e84fb9; flex: 0 0 auto; }
.privacy-check a { color: rgba(255,255,255,.88); text-underline-offset: 3px; }
.trustline { margin-top: 12px; color: rgba(255,255,255,.64); font-size: 13px; }
.notice { border-radius: 14px; padding: 11px 13px; margin: 0 auto 13px; text-align: left; line-height: 1.4; font-size: 14px; max-width: 690px; }
.notice.success { background: rgba(55, 210, 130, .16); border: 1px solid rgba(55, 210, 130, .35); }
.notice.error { background: rgba(255, 83, 112, .16); border: 1px solid rgba(255, 83, 112, .35); }

.hero-image-section {
  position: relative;
  z-index: 1;
  width: min(100%, 1180px);
  margin: 0 auto 14px;
}
.hero-poster {
  display: block;
  width: 100%;
  height: auto;
  max-height: 68vh;
  object-fit: contain;
  border-radius: clamp(10px, 1.3vw, 22px);
  box-shadow: 0 34px 110px rgba(0,0,0,.42);
}
.brand-note {
  position: relative;
  z-index: 1;
  width: min(100%, 900px);
  margin: 0 auto 18px;
  text-align: center;
  color: rgba(255,255,255,.58);
  font-size: 13.5px;
}
.brand-note p { margin: 0; }
.brand-note a {
  color: rgba(255,255,255,.86);
  font-weight: 800;
  text-decoration: none;
}
.brand-note a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.legal-footer {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 22px;
  color: rgba(255,255,255,.54);
  font-size: 13.5px;
}
.legal-footer a { text-decoration: none; }
.legal-footer a:hover { color: #fff; }

@media (max-width: 820px) {
  .landing-clean { padding: 22px 10px 24px; }
  .top-brand { margin-bottom: 14px; }
  .signup-panel { width: min(100%, 640px); padding: 16px; border-radius: 19px; margin-bottom: 14px; }
  .signup-copy p { font-size: 14px; }
  .email-row { grid-template-columns: 1fr; gap: 10px; }
  .email-row button { width: 100%; min-width: 0; }
  .hero-image-section { margin-bottom: 12px; }
  .hero-poster { border-radius: 14px; max-height: none; }
}

/* Admin */
.moments-landing.compact { min-height: 100vh; display: grid; place-items: center; padding: 30px 16px; background: linear-gradient(135deg, #081223 0%, #101B37 45%, #1D1740 100%); }
.newsletter-box { max-width: 560px; margin: 0 auto; padding: 24px; border-radius: 24px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(18px); box-shadow: 0 22px 65px rgba(0,0,0,.25); }
.newsletter-box.standalone { width: min(560px, 100%); text-align: center; }
.newsletter-box h1 { font-size: 34px; line-height: 1.05; margin: 0 0 18px; letter-spacing: -.04em; }
.brand.small { font-size: 28px; margin-bottom: 12px; font-weight: 850; letter-spacing: -.04em; }
.brand.small span { display: block; color: #e84fb9; letter-spacing: 6px; font-size: 13px; text-transform: uppercase; font-weight: 700; margin-top: 1px; }
.newsletter-box input[type="password"] { margin-bottom: 12px; }
.newsletter-box button { width: 100%; }

.admin-page { min-height: 100vh; padding: 34px 20px; background: linear-gradient(135deg, #081223 0%, #101B37 45%, #1D1740 100%); }
.admin-header { max-width: 1120px; margin: 0 auto 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.admin-header h1 { font-size: 34px; letter-spacing: -.04em; margin: 0; }
.admin-header nav { display: flex; gap: 12px; flex-wrap: wrap; }
.admin-header nav a { padding: 11px 15px; border-radius: 999px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.14); text-decoration: none; }
.stats-grid { max-width: 1120px; margin: 0 auto 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.stat-card, .admin-table-card { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 24px; box-shadow: 0 25px 80px rgba(0,0,0,.22); }
.stat-card { padding: 24px; }
.stat-card strong { display: block; font-size: 38px; }
.stat-card span { color: rgba(255,255,255,.65); }
.admin-table-card { max-width: 1120px; margin: 0 auto; padding: 24px; }
.admin-table-card h2 { margin: 0 0 18px; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; min-width: 760px; }
th, td { text-align: left; padding: 13px 12px; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 14px; }
th { color: rgba(255,255,255,.7); font-weight: 700; }
.status { display: inline-flex; padding: 5px 9px; border-radius: 999px; font-weight: 700; font-size: 12px; }
.status.confirmed { background: rgba(55,210,130,.18); color: #8af0b7; }
.status.pending { background: rgba(255,197,66,.18); color: #ffd678; }

@media (max-width: 760px) {
  .landing-clean { padding: 10px; }
  .hero-image-section { margin-bottom: 12px; }
  .hero-poster { border-radius: 14px; }
  .signup-panel { padding: 15px; border-radius: 18px; }
  .signup-copy { display: block; margin-bottom: 12px; }
  .signup-copy p { margin-top: 7px; text-align: left; font-size: 14px; }
  .email-row { grid-template-columns: 1fr; }
  .admin-header { align-items: flex-start; flex-direction: column; }
  .stats-grid { grid-template-columns: 1fr; }
}

/* Update 2026-07-09: sauberere Formularzeile */
.signup-panel {
  width: min(100%, 760px);
  padding: clamp(18px, 2.2vw, 26px);
}
.signup-form {
  max-width: 680px;
  margin: 0 auto;
}
.email-row {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
  gap: 12px;
}
.email-row button {
  min-width: 290px;
  padding-left: 24px;
  padding-right: 24px;
}
.privacy-check a {
  color: rgba(255,255,255,.86);
  text-underline-offset: 3px;
}

@media (max-width: 820px) {
  .signup-panel { width: min(100%, 640px); }
  .email-row { grid-template-columns: 1fr; }
  .email-row button { width: 100%; min-width: 0; }
}


/* Update v4: Logo wie Grafik, größere Hero-Grafik, Markenhinweis */
.top-brand {
  margin-bottom: 18px;
}
.brand-logo {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  filter: drop-shadow(0 18px 48px rgba(232,79,185,.20));
}
.brand-main {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: 850;
  font-size: clamp(42px, 5.3vw, 72px);
  letter-spacing: -0.075em;
}
.brand-main::after {
  content: "♛";
  position: absolute;
  right: .17em;
  top: -.45em;
  color: #ffd45a;
  font-size: .34em;
  transform: rotate(-8deg);
  text-shadow: 0 0 18px rgba(255,212,90,.35);
}
.brand-moments {
  margin-top: 7px;
  color: #e85bd2;
  font-size: clamp(15px, 1.6vw, 22px);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .46em;
  text-indent: .46em;
}
.hero-image-section {
  width: min(96vw, 1580px);
  margin-top: 6px;
}
.hero-poster {
  max-height: none;
  border-radius: clamp(8px, 1vw, 18px);
  box-shadow: 0 38px 130px rgba(0,0,0,.42);
}
.brand-note {
  margin-top: 18px;
}
.trademark-note {
  position: relative;
  z-index: 1;
  width: min(100%, 980px);
  margin: 16px auto 0;
  text-align: center;
  color: rgba(255,255,255,.38);
  font-size: 12px;
  line-height: 1.45;
}
@media (max-width: 760px) {
  .brand-main { font-size: clamp(38px, 13vw, 56px); }
  .brand-moments { font-size: 14px; letter-spacing: .36em; text-indent: .36em; }
  .hero-image-section { width: 100%; }
  .trademark-note { font-size: 11.5px; padding: 0 4px; }
}
