:root {
  --red: #a60b15;
  --red-dark: #240004;
  --blue: #2363ff;
  --text: #ffffff;
  --muted: #cfd3dd;
  --card: rgba(12, 13, 17, 0.84);
  --card-strong: rgba(17, 19, 25, 0.94);
  --line: rgba(255,255,255,0.13);
  --shadow: 0 22px 80px rgba(0,0,0,0.42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 7%, rgba(160,10,20,0.18) 0 2px, transparent 3px),
    radial-gradient(circle at 28% 12%, rgba(160,10,20,0.15) 0 1px, transparent 3px),
    radial-gradient(circle at 48% 6%, rgba(160,10,20,0.16) 0 2px, transparent 4px),
    radial-gradient(circle at 70% 12%, rgba(160,10,20,0.14) 0 2px, transparent 4px),
    radial-gradient(circle at 88% 6%, rgba(160,10,20,0.13) 0 1px, transparent 3px),
    linear-gradient(to top, #220004 0%, #150003 20%, #090608 48%, #030304 74%, #000 100%);
  background-attachment: fixed;
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 100%, rgba(110,0,12,0.28), transparent 45%),
    radial-gradient(circle at 85% 5%, rgba(255,255,255,0.05), transparent 20%);
}

a { color: #fff; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 6%;
  background: rgba(0,0,0,0.74);
  backdrop-filter: blur(15px);
  border-bottom: 1px solid var(--line);
}

.brand { display: flex; align-items: center; gap: 13px; cursor: pointer; }
.brand-logo { width: 70px; height: 48px; object-fit: contain; filter: drop-shadow(0 0 16px rgba(239,17,31,0.45)); }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text strong { font-size: 24px; letter-spacing: 0.6px; }
.brand-text span { color: var(--muted); font-size: 13px; }

nav { display: flex; align-items: center; gap: 8px; }
nav button, .hero-actions button, .admin-card button, .whatsapp-btn {
  border: 0;
  padding: 11px 16px;
  border-radius: 999px;
  background: var(--red);
  color: white;
  cursor: pointer;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 8px 26px rgba(239,17,31,0.22);
}
nav button { background: transparent; box-shadow: none; border: 1px solid transparent; }
nav button:hover { background: rgba(239,17,31,0.14); border-color: rgba(255,255,255,0.2); }
.admin-nav { color: #ff9ca7; }
.lang-switch { display: flex; gap: 4px; padding-left: 8px; border-left: 1px solid var(--line); }
.lang-switch button { padding: 8px 10px; background: rgba(255,255,255,0.07); }
.menu-btn { display: none; background: none; border: 0; color: white; font-size: 29px; }

main { min-height: 75vh; }
.page { display: none; padding: 54px 6%; }
.page.active { display: block; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) 420px;
  gap: 24px;
  align-items: stretch;
}
.hero-content, .hero-logo-box, .content-card, .admin-card, .hours-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.075), rgba(255,255,255,0.025));
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: var(--shadow);
}
.hero-content { padding: 64px; }
.eyebrow { color: #ff98a2; text-transform: uppercase; letter-spacing: 1.5px; font-size: 13px; font-weight: 900; }
.hero h1 { font-size: clamp(38px, 5.6vw, 76px); line-height: 0.98; margin: 14px 0 20px; }
.hero p, .lead { color: var(--muted); font-size: 18px; line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.secondary { background: #222936 !important; }

.hero-logo-box { padding: 28px; display: flex; flex-direction: column; justify-content: center; gap: 20px; }
.hero-logo-box img { width: 100%; max-width: 360px; margin: 0 auto; display: block; filter: drop-shadow(0 0 28px rgba(239,17,31,0.35)); }
.contact-box { background: rgba(0,0,0,0.38); border: 1px solid var(--line); border-radius: 22px; padding: 22px; }
.contact-box h3 { margin: 0 0 8px; font-size: 25px; }
.small { color: var(--muted); font-size: 14px; line-height: 1.5; }

.section-title { margin: 52px 0 22px; }
.section-title.compact { margin-top: 0; }
.section-title h2, .content-card h2, .admin-card h2, .hours-card h2 { margin: 0 0 8px; font-size: 35px; }
.section-title p { margin: 0; color: var(--muted); }

.category-grid, .product-grid, .info-grid, .service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.category-grid article, .product-card, .info-box, .service-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 23px;
  padding: 24px;
  transition: 0.2s ease;
}
.category-grid article { cursor: pointer; }
.category-grid article:hover, .product-card:hover, .service-card:hover { transform: translateY(-4px); border-color: rgba(239,17,31,0.65); }
.icon { font-size: 34px; }
.category-grid p, .product-card p, .info-box p, .service-card p { color: var(--muted); line-height: 1.5; }

.home-block { margin-top: 56px; }
.content-card { padding: 42px; max-width: 1120px; margin: 0 auto; }
.info-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 24px 0; }
.info-box.red { border-color: rgba(239,17,31,0.58); }
.info-box.blue { border-color: rgba(35,99,255,0.6); }
.notice { background: rgba(239,17,31,0.14); border: 1px solid rgba(239,17,31,0.4); padding: 18px; border-radius: 18px; color: #ffe4e7; }

.product-card { padding: 0; overflow: hidden; background: var(--card-strong); }
.product-card img { width: 100%; height: 230px; object-fit: contain; background: radial-gradient(circle at bottom, rgba(105,0,0,0.55), #050505 62%); padding: 10px; }
.product-card-body { padding: 20px; }
.price { color: #fff; font-size: 22px; font-weight: 950; margin-top: 10px; }
.badge { display: inline-block; padding: 6px 10px; border-radius: 999px; background: rgba(239,17,31,0.18); color: #ff9da6; font-size: 12px; font-weight: 900; }
.product-card a { margin-top: 14px; display: inline-block; background: var(--red); padding: 10px 14px; border-radius: 999px; text-decoration: none; font-weight: 800; }
.empty { color: var(--muted); background: var(--card); border: 1px solid var(--line); padding: 22px; border-radius: 18px; }

.price-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 24px 0; }
.service-card { min-height: 175px; }
.service-card h3 { margin: 0 0 8px; }
.service-price { display: inline-block; margin-top: 10px; padding: 8px 12px; border-radius: 999px; background: rgba(239,17,31,0.2); color: #fff; font-weight: 950; }

.hours-card { padding: 36px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: center; }
.hours-list { background: rgba(0,0,0,0.34); border: 1px solid var(--line); border-radius: 22px; padding: 20px; }
.hours-list p { display: flex; justify-content: space-between; gap: 12px; margin: 0; padding: 13px 0; border-bottom: 1px solid var(--line); }
.hours-list p:last-child { border-bottom: 0; }
.hours-list span { color: var(--muted); text-align: right; }

.admin-card { max-width: 530px; margin: 0 auto; padding: 34px; }
.admin-card.wide { max-width: 880px; }
.admin-card input, .admin-card textarea, .admin-card select {
  width: 100%; background: #0e1118; border: 1px solid var(--line); color: white;
  padding: 14px; border-radius: 14px; margin-bottom: 12px;
}
.admin-card textarea { min-height: 110px; resize: vertical; }
.danger { background: #3c1016 !important; margin-left: 8px; }

.whatsapp-pill {
  display: inline-flex; align-items: center; gap: 9px;
  margin-top: 12px; padding: 12px 18px; border-radius: 999px;
  background: linear-gradient(135deg, #25d366, #12a84e);
  color: #fff; text-decoration: none; font-weight: 900;
  box-shadow: 0 12px 38px rgba(37,211,102,0.28);
}
.wa-icon, .wa-symbol, .wa-mini {
  width: 25px; height: 25px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center;
  background: #fff; color: #18b85b; font-weight: 950; font-size: 14px; flex: 0 0 auto;
}
.wa-svg { width: 18px; height: 18px; fill: currentColor; display: block; }
.wa-symbol .wa-svg, .wa-icon .wa-svg { width: 24px; height: 24px; }
.product-whatsapp { display: inline-flex !important; align-items: center; gap: 8px; }
.product-whatsapp .wa-mini { background: rgba(255,255,255,0.98); color: #18b85b; }
.floating-whatsapp {
  position: fixed; right: 24px; bottom: 24px; z-index: 50;
  display: inline-flex; align-items: center; justify-content: center;
  width: 78px; height: 78px; padding: 0; border-radius: 50%;
  background: radial-gradient(circle at center, #25d366 0 44%, #188b43 45% 70%, rgba(20,114,55,0.42) 71% 100%);
  color: #fff; text-decoration: none; font-weight: 950;
  box-shadow: 0 18px 55px rgba(0,0,0,0.46), 0 0 0 10px rgba(37,211,102,0.10);
}
.floating-whatsapp .wa-symbol { width: 38px; height: 38px; background: transparent; color: #fff; }
.floating-whatsapp span:last-child { display: none; }
.floating-whatsapp:hover, .whatsapp-pill:hover { transform: translateY(-2px); }
.floating-whatsapp::after {
  content: "Kontaktieren";
  position: absolute; right: 88px; top: 50%; transform: translateY(-50%);
  background: linear-gradient(135deg, #25d366, #12a84e); color: white; padding: 12px 18px; border-radius: 999px;
  opacity: 0; pointer-events: none; transition: .2s ease; white-space: nowrap; box-shadow: 0 14px 38px rgba(0,0,0,0.35);
}
.floating-whatsapp:hover::after { opacity: 1; }
.source-note { display: none; }
.product-meta { color: #ffb3ba; font-weight: 800; font-size: 12px; margin: 8px 0 0; }

footer { display: flex; justify-content: space-between; gap: 16px; padding: 24px 6%; border-top: 1px solid var(--line); background: rgba(0,0,0,0.34); color: var(--muted); }

@media (max-width: 1040px) {
  .menu-btn { display: block; }
  nav { display: none; position: absolute; top: 75px; left: 0; right: 0; padding: 14px 6%; background: rgba(0,0,0,0.96); flex-direction: column; align-items: stretch; border-bottom: 1px solid var(--line); }
  nav.open { display: flex; }
  .lang-switch { border-left: 0; padding-left: 0; }
  .hero { grid-template-columns: 1fr; }
  .hero-content { padding: 38px; }
  .category-grid, .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .price-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hours-card { grid-template-columns: 1fr; }
}

@media (max-width: 660px) {
  .brand-logo { width: 56px; height: 40px; }
  .brand-text strong { font-size: 20px; }
  .page { padding: 35px 5%; }
  .category-grid, .product-grid, .info-grid, .service-grid, .price-grid { grid-template-columns: 1fr; }
  .hero-content { padding: 28px; }
  .hours-list p { flex-direction: column; }
  .hours-list span { text-align: left; }
  .floating-whatsapp { right: 15px; bottom: 15px; padding: 14px; }
  .floating-whatsapp span:last-child { display: none; }
  footer { flex-direction: column; }
  .danger { margin-left: 0; margin-top: 10px; }
}

/* Update: sauberere WhatsApp-Buttons */
.wa-clean {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #25d366;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.92);
  flex: 0 0 auto;
}
.whatsapp-pill .wa-clean,
.product-whatsapp .wa-clean,
.whatsapp-btn .wa-clean {
  background: #fff;
  color: #18b85b;
  box-shadow: none;
}
.floating-whatsapp .wa-clean.big {
  width: 42px;
  height: 42px;
  font-size: 25px;
  background: transparent;
  color: #fff;
  box-shadow: none;
}
.product-whatsapp,
.whatsapp-pill {
  display: inline-flex !important;
  align-items: center;
  gap: 9px;
}

/* Update: Gebaute PCs auf der Homepage */
.builds-section { margin-top: 56px; }
.build-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.build-card {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: var(--card-strong);
  box-shadow: var(--shadow);
}
.build-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  background: #050505;
}
.build-card div {
  padding: 17px 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.build-card strong { font-size: 17px; }
.build-card span { color: var(--muted); font-size: 14px; }
.build-card:hover { transform: translateY(-4px); border-color: rgba(239,17,31,0.65); }

@media (max-width: 1040px) {
  .build-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 660px) {
  .build-grid { grid-template-columns: 1fr; }
  .build-card img { height: 360px; }
}

/* Update: hochwertiges WhatsApp-Symbol */
.wa-icon-new {
  width: 24px; height: 24px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: #25d366; color: #fff; flex: 0 0 auto;
  box-shadow: 0 4px 14px rgba(37,211,102,.25);
}
.wa-icon-new svg { width: 21px; height: 21px; fill: currentColor; display: block; }
.wa-icon-new.mini { width: 23px; height: 23px; background: #fff; color: #18b85b; box-shadow: none; }
.wa-icon-new.big { width: 46px; height: 46px; background: transparent; color: #fff; box-shadow: none; }
.wa-icon-new.big svg { width: 42px; height: 42px; }
.product-whatsapp, .whatsapp-pill { gap: 10px; }
.product-card > img { object-fit: contain !important; background: #fff !important; padding: 18px; }
.notice.faith { border-color: rgba(255,255,255,.14); background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(140,0,0,.16)); color: #f7f7f7; }

/* Erweiterung: Filter, Status, Konfigurator, Vertrauen, FAQ */
.product-tools {
  margin: -4px 0 24px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(0,0,0,.28);
  display: grid;
  gap: 13px;
}
.product-tools input {
  width: 100%;
  background: #0d0f15;
  color: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px 16px;
  font-weight: 700;
}
.filter-row { display: flex; flex-wrap: wrap; gap: 9px; }
.filter-row button {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.06);
  color: #fff;
  border-radius: 999px;
  padding: 9px 13px;
  cursor: pointer;
  font-weight: 850;
}
.filter-row button.active,
.filter-row button:hover { background: var(--red); border-color: rgba(255,255,255,.2); }
.product-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 12px;
  color: #cbffd9;
  font-size: 13px;
  font-weight: 900;
}
.product-status::before {
  content: "";
  width: 8px; height: 8px; border-radius: 50%;
  background: #25d366;
  box-shadow: 0 0 12px rgba(37,211,102,.7);
}
.split-section { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.feature-panel,
.config-card,
.faq-grid details,
.notfound-card {
  background: var(--card-strong);
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: var(--shadow);
}
.feature-panel { padding: 30px; }
.feature-panel h2 { margin: 10px 0 16px; font-size: 30px; }
.check-grid { display: grid; gap: 10px; }
.check-grid p { margin: 0; color: var(--muted); line-height: 1.5; padding-left: 28px; position: relative; }
.check-grid p::before { content: "✓"; position: absolute; left: 0; color: #25d366; font-weight: 950; }
.config-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 15px; }
.config-card { padding: 22px; display: flex; flex-direction: column; gap: 10px; }
.config-card h3 { margin: 0; }
.config-card p { color: var(--muted); line-height: 1.45; margin: 0; flex: 1; }
.config-card a { display: inline-flex; align-items: center; justify-content: center; gap: 8px; margin-top: 8px; padding: 10px 12px; border-radius: 999px; background: var(--red); color:#fff; text-decoration:none; font-weight:900; }
.faq-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; }
.faq-grid details { padding: 18px 20px; }
.faq-grid summary { cursor: pointer; font-weight: 900; }
.faq-grid p { color: var(--muted); line-height: 1.5; margin-bottom: 0; }
.notfound-card { padding: 30px; display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.notfound-card h2 { margin: 8px 0; font-size: 32px; }
.notfound-card p { color: var(--muted); line-height:1.55; margin:0; max-width: 720px; }
.wa-img { width: 24px; height: 24px; display: inline-block; flex: 0 0 auto; }
.wa-img.big { width: 46px; height: 46px; }
.product-whatsapp .wa-img { width: 22px; height: 22px; background:#fff; border-radius:50%; padding:2px; }
.whatsapp-pill .wa-img { background:#fff; border-radius:50%; padding:2px; }
.floating-whatsapp .wa-img { filter: drop-shadow(0 3px 10px rgba(0,0,0,.15)); }

@media (max-width: 1040px) {
  .config-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .split-section, .faq-grid { grid-template-columns: 1fr; }
}
@media (max-width: 660px) {
  .config-grid,   .notfound-card { flex-direction: column; align-items: flex-start; }
}

/* Final update: saubere WhatsApp-Icons */
.hero-logo-box > img { width: 100%; max-width: 360px; margin: 0 auto; display: block; filter: drop-shadow(0 0 28px rgba(239,17,31,0.35)); }
.hero-logo-box .whatsapp-pill img.wa-img,
.whatsapp-pill img.wa-img,
.product-whatsapp img.wa-img,
.whatsapp-btn img.wa-img,
.faq-contact-card img.wa-img,
.product-bottom-note img.wa-img {
  width: 24px !important;
  height: 24px !important;
  max-width: 24px !important;
  min-width: 24px !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: contain !important;
  background: transparent !important;
  border-radius: 0 !important;
  filter: none !important;
  display: inline-block !important;
}
.product-whatsapp img.wa-img { width: 22px !important; height: 22px !important; max-width: 22px !important; min-width: 22px !important; }
.floating-whatsapp img.wa-img.big {
  width: 46px !important;
  height: 46px !important;
  max-width: 46px !important;
  min-width: 46px !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: contain !important;
  background: transparent !important;
  border-radius: 0 !important;
}
.whatsapp-pill,
.product-whatsapp,
.whatsapp-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center;
  gap: 10px !important;
  white-space: nowrap;
}
.faith-home-card {
  padding: 34px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(17,19,25,.94), rgba(80,0,8,.38));
  box-shadow: var(--shadow);
}
.faith-home-card h2 { margin: 8px 0 10px; font-size: 34px; }
.faith-home-card p { color: var(--muted); line-height: 1.6; max-width: 920px; margin: 0; }
.no-subtitle { margin-bottom: 18px; }
.faq-contact-card,
.product-bottom-note {
  margin-top: 18px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(0,0,0,.28);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.faq-contact-card p,
.product-bottom-note p { color: var(--muted); margin: 0; font-weight: 800; }
.product-bottom-note { margin-top: 28px; }
@media (max-width: 900px) {
  }
@media (max-width: 660px) {
  .faq-contact-card,
  .product-bottom-note { flex-direction: column; align-items: flex-start; }
  .faith-home-card h2 { font-size: 28px; }
}


/* WhatsApp-Icon: nicht verzerren, nur weißes Symbol */
.wa-img,
img.wa-img,
.product-whatsapp img.wa-img,
.whatsapp-pill img.wa-img,
.whatsapp-btn img.wa-img,
.faq-contact-card img.wa-img,
.product-bottom-note img.wa-img {
  aspect-ratio: 1 / 1 !important;
  object-fit: contain !important;
  flex: 0 0 auto !important;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
}
.product-whatsapp img.wa-img { width: 22px !important; height: 22px !important; }
.whatsapp-pill img.wa-img, .whatsapp-btn img.wa-img { width: 24px !important; height: 24px !important; }
.floating-whatsapp img.wa-img.big { width: 46px !important; height: 46px !important; }

@media (max-width: 760px) {
}

/* Update: Beratung + Reparatur-Anfrageformular */
.repair-request-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(17,19,25,.96), rgba(82,0,10,.28));
  box-shadow: var(--shadow);
}
.repair-request-card.inside-card {
  margin: 26px 0;
  background: rgba(0,0,0,.22);
}
.repair-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}
.repair-form input,
.repair-form select {
  width: 100%;
  background: #0d0f15;
  color: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px 16px;
  font-weight: 750;
  outline: none;
}
.repair-form input:focus,
.repair-form select:focus {
  border-color: rgba(239,17,31,.72);
  box-shadow: 0 0 0 4px rgba(239,17,31,.10);
}
.repair-form button {
  grid-column: 1 / -1;
  border: 0;
  padding: 14px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #25d366, #12a84e);
  color: #fff;
  cursor: pointer;
  font-weight: 950;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 12px 38px rgba(37,211,102,0.24);
}
.repair-form button:hover { transform: translateY(-2px); }
.category-grid article h3 { margin-bottom: 8px; }

@media (max-width: 760px) {
  .repair-form { grid-template-columns: 1fr; }
  .repair-request-card { padding: 22px; }
}


/* Update: Komponenten-Ankauf */
.buy-section { margin-top: 42px; }
.buy-panel {
  background: linear-gradient(135deg, rgba(17,19,25,.96), rgba(90,0,12,.36));
  border-color: rgba(239,17,31,.38);
}
.buy-panel > p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
  margin: 0 0 18px;
  max-width: 920px;
}
.buy-checks { margin: 18px 0 6px; }

/* Supabase Admin / Backoffice */
.hidden { display: none !important; }
.admin-body main { padding: 54px 6%; }
.admin-shell { max-width: 1280px; margin: 0 auto; }
.admin-card { margin: 0 auto 28px; max-width: 980px; }
.admin-card .small { margin-top: 0; }
.admin-form { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; margin-top: 18px; }
.admin-form input,
.admin-form textarea,
.admin-form select {
  width: 100%;
  background: #0e1118;
  border: 1px solid var(--line);
  color: white;
  padding: 14px;
  border-radius: 14px;
  margin: 0;
  font: inherit;
}
.admin-form textarea { min-height: 120px; resize: vertical; }
.admin-form .full { grid-column: 1 / -1; }
.admin-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; align-items: center; }
.admin-actions button,
.admin-actions .btn {
  border: 0;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--red);
  color: white;
  cursor: pointer;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 8px 26px rgba(239,17,31,0.22);
}
.admin-actions .secondary { background: #222936 !important; }
.admin-actions .danger { background: #621016 !important; }
#adminMessage, .success, .error {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.06);
  color: var(--muted);
}
#adminMessage.success, .success { color: #c9ffd8; border-color: rgba(37,211,102,.45); background: rgba(37,211,102,.11); }
#adminMessage.error, .error { color: #ffd0d4; border-color: rgba(239,17,31,.55); background: rgba(239,17,31,.14); }
.admin-list { display: grid; gap: 14px; margin-top: 18px; }
.admin-row {
  display: grid;
  grid-template-columns: 88px minmax(0,1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(0,0,0,.24);
}
.admin-row img {
  width: 88px;
  height: 70px;
  object-fit: contain;
  border-radius: 14px;
  background: #fff;
  padding: 8px;
}
.admin-row h4 { margin: 0 0 6px; }
.admin-row p { margin: 0; color: var(--muted); }
.admin-row .admin-actions { margin-top: 0; justify-content: flex-end; }
.admin-row select { background:#0e1118; border:1px solid var(--line); color:white; padding:10px; border-radius:12px; }
@media (max-width: 850px) {
  .admin-form { grid-template-columns: 1fr; }
  .admin-row { grid-template-columns: 70px 1fr; }
  .admin-row .admin-actions { grid-column: 1 / -1; justify-content:flex-start; }
}


/* Update: Webseiten-Service-Block */
.website-service-card {
  padding: 34px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(22,23,29,.96), rgba(120,0,12,.34));
  box-shadow: var(--shadow);
}
.website-service-card h2 { margin: 8px 0 10px; font-size: 34px; }
.website-service-card p { color: var(--muted); line-height: 1.6; max-width: 920px; margin: 0 0 18px; }
@media (max-width: 660px) {
  .website-service-card h2 { font-size: 28px; }
}
