/* Extensions — Layout-Bausteine, die durch das Re-Theming neu hinzugekommen sind. */

/* ---- INSERT-TOYS Subpage – Rot/Pink Palette aus dem Logo ---- */
.toys-page {
  --toys-red:      #d52d4a;
  --toys-red-deep: #681017;
  --toys-red-soft: #f3506b;
  --toys-pink:     #fbcbd2;
  --toys-pink-soft:#ffe0e6;
  --toys-mint:     #63f6c9;     /* nur sparsam für Kontrast-Akzente */
}
.toys-page::before {
  content: '';
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(213, 45, 74, 0.22), transparent 55%),
    radial-gradient(circle at 88% 82%, rgba(251, 203, 210, 0.18), transparent 50%);
  pointer-events: none;
  z-index: -1;
}

.toys-hero {
  padding: 160px 32px 60px;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 900px) { .toys-hero { padding-top: 130px; } }
.toys-hero-inner { max-width: 920px; }
.toys-logo {
  max-width: min(540px, 80%);
  height: auto;
  display: block;
  margin: 0 auto 28px;
  filter: drop-shadow(0 14px 30px rgba(0, 0, 0, 0.45));
}
.toys-claim {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  margin: 0 0 16px;
  line-height: 1.15;
  background: linear-gradient(135deg, var(--toys-red), var(--toys-pink));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.toys-sub {
  color: rgba(245, 245, 245, 0.85);
  font-size: 17px;
  line-height: 1.65;
  max-width: 720px;
  margin: 0 auto;
}
.toys-highlight {
  color: var(--toys-red-soft);
  font-weight: 600;
}
.toys-cta-row {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 32px;
}

.btn-toys-primary,
.btn-toys-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 26px;
  border-radius: 999px;
  font: 700 14px/1 'Barlow', sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
  border: 0;
}
.btn-toys-primary {
  background: linear-gradient(135deg, var(--toys-red), var(--toys-red-deep));
  color: #fff;
  box-shadow: 0 12px 28px rgba(213, 45, 74, 0.45);
}
.btn-toys-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(213, 45, 74, 0.6);
}
.btn-toys-secondary {
  background: rgba(251, 203, 210, 0.12);
  color: var(--toys-pink);
  border: 1px solid rgba(251, 203, 210, 0.45);
}
.btn-toys-secondary:hover {
  background: rgba(251, 203, 210, 0.22);
  transform: translateY(-2px);
}

/* USPs */
.toys-usps {
  padding: 40px 32px 24px;
  display: flex;
  justify-content: center;
}
.toys-usps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  max-width: 1100px;
  width: 100%;
}
.toys-usp {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(213, 45, 74, 0.28);
  border-radius: 18px;
  padding: 22px;
  transition: transform 0.25s, border-color 0.25s, background 0.25s;
}
.toys-usp:hover {
  transform: translateY(-4px);
  border-color: var(--toys-red-soft);
  background: rgba(213, 45, 74, 0.08);
}
.toys-usp-icon {
  font-size: 28px;
  display: inline-block;
  margin-bottom: 8px;
}
.toys-usp h3 {
  margin: 0 0 6px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px;
  letter-spacing: 0.01em;
  color: #fff;
}
.toys-usp p { margin: 0; font-size: 14px; line-height: 1.55; color: rgba(245, 245, 245, 0.82); }

/* Catalog */
.toys-catalog {
  padding: 60px 32px;
  max-width: 1200px;
  margin: 0 auto;
}
.toys-section-head { text-align: center; margin-bottom: 36px; }
.toys-tag {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  font: 700 11px/1 'Barlow', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  background: rgba(213, 45, 74, 0.14);
  color: var(--toys-red-soft);
  border: 1px solid rgba(213, 45, 74, 0.35);
}
.toys-section-head h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  margin: 14px 0 10px;
  color: #fff;
}
.toys-section-sub { color: rgba(245, 245, 245, 0.75); max-width: 680px; margin: 0 auto; }

.toys-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}
.toys-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform 0.25s, border-color 0.25s, background 0.25s;
}
.toys-card:hover { transform: translateY(-3px); }
.toys-card-pink { border-color: rgba(251, 203, 210, 0.35); }
.toys-card-pink:hover { border-color: var(--toys-pink); background: rgba(251, 203, 210, 0.08); }
.toys-card-mint,
.toys-card-red { border-color: rgba(213, 45, 74, 0.32); }
.toys-card-mint:hover,
.toys-card-red:hover { border-color: var(--toys-red-soft); background: rgba(213, 45, 74, 0.08); }
.toys-card-emoji { font-size: 32px; }
.toys-card h3 {
  margin: 0;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px;
  color: #fff;
}
.toys-card p { margin: 0; font-size: 14px; line-height: 1.55; color: rgba(245, 245, 245, 0.82); }
.toys-card-tag {
  align-self: flex-start;
  padding: 4px 10px;
  border-radius: 999px;
  font: 700 11px/1 'Barlow', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.toys-card-meta {
  list-style: none;
  padding: 0;
  margin: 4px 0 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.toys-card-meta li {
  font-size: 13px;
  line-height: 1.4;
  color: rgba(245, 245, 245, 0.7);
  padding-left: 14px;
  position: relative;
}
.toys-card-meta li::before {
  content: '◆';
  position: absolute;
  left: 0;
  color: var(--toys-red-soft);
  font-size: 9px;
  top: 4px;
}
.toys-card-pink .toys-card-tag { background: rgba(251, 203, 210, 0.18); color: var(--toys-pink); }
.toys-card-mint .toys-card-tag,
.toys-card-red .toys-card-tag  { background: rgba(213, 45, 74, 0.16); color: var(--toys-red-soft); }

/* Katalog-App: Sidebar links, Produkte rechts */
.toys-catalog-app {
  padding: 60px 32px;
  max-width: 1280px;
  margin: 0 auto;
}
.toys-cat-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 32px;
  margin-top: 28px;
  align-items: start;
}
@media (max-width: 900px) {
  .toys-cat-layout { grid-template-columns: 1fr; }
}

.toys-cat-sidebar {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(213, 45, 74, 0.25);
  border-radius: 18px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: sticky;
  top: 100px;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}
@media (max-width: 900px) {
  .toys-cat-sidebar {
    position: static;
    max-height: none;
    flex-direction: row;
    flex-wrap: wrap;
    overflow-x: auto;
  }
}
.toys-cat-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  background: transparent;
  border: 0;
  border-radius: 12px;
  padding: 10px 12px;
  color: rgba(245, 245, 245, 0.85);
  font: 600 14px/1.2 'Barlow', sans-serif;
  cursor: pointer;
  text-align: left;
  transition: background 0.2s, color 0.2s;
}
.toys-cat-btn:hover {
  background: rgba(213, 45, 74, 0.10);
  color: #fff;
}
.toys-cat-btn.is-active {
  background: linear-gradient(135deg, rgba(213, 45, 74, 0.30), rgba(104, 16, 23, 0.30));
  color: #fff;
  border: 1px solid rgba(213, 45, 74, 0.55);
  padding: 9px 11px;
}
.toys-cat-icon { font-size: 18px; flex-shrink: 0; }
.toys-cat-label { flex: 1; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.toys-cat-count {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(245, 245, 245, 0.75);
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 700;
  flex-shrink: 0;
}
.toys-cat-btn.is-active .toys-cat-count {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.toys-cat-main { min-width: 0; }
.toys-cat-section + .toys-cat-section { margin-top: 56px; }
.toys-cat-section[hidden] { display: none; }

.toys-cat-section-head {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(213, 45, 74, 0.25);
}
.toys-cat-section-icon {
  font-size: 36px;
  line-height: 1;
  flex-shrink: 0;
}
.toys-cat-section-head h3 {
  margin: 0 0 4px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #fff;
  letter-spacing: 0.01em;
}
.toys-cat-section-head p {
  margin: 0;
  color: rgba(245, 245, 245, 0.75);
  font-size: 14px;
  line-height: 1.55;
}

.toys-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 14px;
}
.toys-product {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: transform 0.25s, border-color 0.25s, background 0.25s;
}
.toys-product:hover {
  transform: translateY(-3px);
  border-color: rgba(213, 45, 74, 0.55);
  background: rgba(213, 45, 74, 0.06);
}
.toys-product-img {
  aspect-ratio: 1 / 1;
  background:
    radial-gradient(circle at 30% 30%, rgba(251, 203, 210, 0.25), transparent 70%),
    rgba(255, 255, 255, 0.04);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 44px;
  margin-bottom: 6px;
  overflow: hidden;
}
.toys-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.toys-product h4 {
  margin: 0;
  font-family: 'Barlow', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
}
.toys-product-variant { font-size: 12px; color: rgba(245, 245, 245, 0.65); }
.toys-product-uvp {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--toys-red-soft, #f3506b);
  letter-spacing: 0.01em;
  margin-top: 2px;
}
.toys-product-tag {
  align-self: flex-start;
  margin-top: 4px;
  font: 700 10px/1 'Barlow', sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(213, 45, 74, 0.16);
  color: var(--toys-red-soft);
}
/* Pagination innerhalb einer Kategorie */
.toys-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  margin-top: 24px;
}
.toys-pagination[hidden] { display: none; }
.toys-page-btn {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: rgba(245, 245, 245, 0.85);
  border-radius: 999px;
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  font: 700 13px/1 'Barlow', sans-serif;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, transform 0.15s;
}
.toys-page-btn:hover:not(:disabled) {
  background: rgba(213, 45, 74, 0.14);
  border-color: rgba(213, 45, 74, 0.5);
  transform: translateY(-1px);
}
.toys-page-btn.is-active {
  background: linear-gradient(135deg, var(--toys-red), var(--toys-red-deep));
  color: #fff;
  border-color: var(--toys-red);
}
.toys-page-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.toys-page-step { padding: 0 16px; }

.toys-catalog-note {
  margin-top: 36px;
  padding: 14px 16px;
  font-size: 13px;
  color: rgba(245, 245, 245, 0.65);
  background: rgba(213, 45, 74, 0.08);
  border: 1px solid rgba(213, 45, 74, 0.25);
  border-radius: 10px;
}

/* Banner */
.toys-banner {
  padding: 80px 32px;
  display: flex;
  justify-content: center;
}
.toys-banner-inner {
  max-width: 900px;
  text-align: center;
  background: linear-gradient(135deg, rgba(213, 45, 74, 0.16), rgba(251, 203, 210, 0.10));
  border: 1px solid rgba(213, 45, 74, 0.35);
  border-radius: 22px;
  padding: 44px 36px;
}
.toys-banner-inner h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(28px, 4vw, 40px);
  margin: 0 0 14px;
  color: #fff;
}
.toys-banner-inner p {
  color: rgba(245, 245, 245, 0.82);
  font-size: 16px;
  line-height: 1.65;
  max-width: 640px;
  margin: 0 auto 24px;
}

/* ---- Hersteller-Markenseite (z. B. UNIQUE ANIME) ---- */
.man-hero {
  padding: 140px 32px 30px;
  display: flex;
  justify-content: center;
}
@media (max-width: 900px) { .man-hero { padding-top: 120px; } }
.man-hero-inner { max-width: 1200px; width: 100%; }
.man-hero-flex {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 36px;
  align-items: center;
  margin-top: 18px;
}
@media (max-width: 800px) { .man-hero-flex { grid-template-columns: 1fr; gap: 22px; } }
.man-hero-text h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(36px, 5vw, 56px);
  margin: 8px 0 14px;
  letter-spacing: 0.04em;
  color: #fff;
}
.man-hero-lead {
  font-size: 16px;
  line-height: 1.65;
  color: rgba(245, 245, 245, 0.85);
  margin: 0 0 22px;
  max-width: 620px;
}
.man-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.man-hero-meta > div {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 10px 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.man-hero-meta span {
  font-size: 11px;
  color: rgba(245, 245, 245, 0.55);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.man-hero-meta strong {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.man-hero-flag {
  width: 28px;
  height: 20px;
  object-fit: cover;
  border-radius: 3px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.4);
}

.man-card-link { text-decoration: none; color: inherit; cursor: pointer; }
.man-card-cta {
  display: inline-block;
  margin-top: 6px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #f5c97b;
  font-weight: 700;
}

/* Hersteller-Block auf der Detail-Seite */
.pd-manufacturer {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  font-size: 13px;
  color: rgba(245, 245, 245, 0.78);
  margin-top: 4px;
}
.pd-manufacturer img {
  height: 28px;
  width: auto;
  background: rgba(255, 255, 255, 0.92);
  padding: 4px 8px;
  border-radius: 4px;
}
.man-hero-logo {
  background: linear-gradient(135deg, rgba(245,201,123,0.08), rgba(255,255,255,0.02));
  border: 1px solid rgba(245, 201, 123, 0.28);
  border-radius: 18px;
  padding: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.man-hero-logo img {
  max-width: 100%;
  height: auto;
  max-height: 140px;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.4));
}
.man-hero-logo-invert img {
  filter: brightness(0) invert(1) drop-shadow(0 4px 12px rgba(0,0,0,0.4));
}

.man-products {
  padding: 40px 32px 100px;
  max-width: 1280px;
  margin: 0 auto;
}
.man-products-head {
  text-align: center;
  margin-bottom: 28px;
}
.man-products-head h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(28px, 4vw, 40px);
  margin: 12px 0 10px;
  color: #fff;
}
.man-products-head h2 em {
  font-style: normal;
  background: linear-gradient(135deg, #f5c97b, #d29a3a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.man-products-sub {
  color: rgba(245, 245, 245, 0.75);
  max-width: 720px;
  margin: 0 auto;
}

.man-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 18px;
}
.man-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
}
.man-card:hover {
  transform: translateY(-4px);
  border-color: rgba(245, 201, 123, 0.45);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.5);
}
.man-card-img {
  position: relative;
  aspect-ratio: 4 / 3;
  background:
    radial-gradient(circle at 30% 30%, rgba(245, 201, 123, 0.10), transparent 70%),
    rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.man-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.man-card-img > span {
  font-size: 56px;
  color: rgba(245, 245, 245, 0.4);
}
.man-card-code {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: #f5c97b;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 12px;
}
.man-card-body {
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.man-card-cat {
  font-size: 11px;
  color: rgba(245, 201, 123, 0.85);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}
.man-card-body h3 {
  margin: 0;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px;
  color: #fff;
  letter-spacing: 0.01em;
}
.man-card-body p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(245, 245, 245, 0.78);
  flex: 1;
}
.man-card-foot {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 8px;
  gap: 8px;
}
.man-card-price { display: flex; flex-direction: column; gap: 2px; }
.man-card-price-label {
  font-size: 10px;
  color: rgba(245, 245, 245, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}
.man-card-price-value {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #f5c97b;
  line-height: 1;
}
.man-card-colors {
  display: flex;
  gap: 6px;
  margin-top: 6px;
}
.man-card-colors span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.25);
  display: inline-block;
}
.man-card-tag {
  font-size: 10px;
  color: rgba(245, 245, 245, 0.7);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 4px 8px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.man-uvp-note {
  margin-top: 32px;
  padding: 14px 16px;
  font-size: 13px;
  color: rgba(245, 245, 245, 0.65);
  background: rgba(245, 201, 123, 0.08);
  border: 1px solid rgba(245, 201, 123, 0.28);
  border-radius: 10px;
}

/* ---- ArcadeManager: Top-Block (Text + Pills) und Features-Grid ---- */
.am-inner-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 32px 32px;
  align-items: start;
}
.am-pills-side {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 28px;
}
.am-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1200px;
  margin: 24px auto 0;
  padding: 0 32px 80px;
}
.am-features-grid .am-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  transition: transform 0.25s, border-color 0.25s, background 0.25s;
  /* Animation aus den globalen .stagger-children/.reveal-* aushebeln */
  opacity: 1;
  transform: none;
}
.am-features-grid .am-row:hover {
  transform: translateY(-3px);
  border-color: rgba(245, 201, 123, 0.35);
  background: rgba(255, 255, 255, 0.05);
}
.am-features-grid .am-row > div:last-child { width: 100%; }
.am-features-grid .am-row h4 { margin: 0; }
.am-features-grid .am-row p { margin: 0; }

@media (max-width: 1100px) { .am-features-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 800px)  { .am-features-grid { grid-template-columns: repeat(2, 1fr); } .am-inner-top { grid-template-columns: 1fr; padding-top: 130px; } .am-pills-side { padding-top: 0; } }
@media (max-width: 480px)  { .am-features-grid { grid-template-columns: 1fr; } }

/* ---- Mobile-Polish (≤ 768 px) – ergänzt das Grund-CSS ---- */
@media (max-width: 768px) {
  /* Top-Bar: Lang-Dropdown rechts, Mail/Tel ausgeblendet (war bereits so) */
  .top-bar { justify-content: flex-end; padding: 6px 14px; }
  .lang-dropdown-toggle { padding: 6px 10px; font-size: 13px; }

  /* Nav: Kontakt-CTA wandert ins Burger-Menü, nicht doppelt sichtbar */
  nav .nav-cta { display: none; }
  .nav-toggle { margin-left: auto; }
  nav { gap: 12px; }

  /* Sub-Menü "Produkte" ist auf Mobile standardmäßig zu und tappt zum Aufklappen */
  .nav-links .nav-dropdown .dropdown-menu {
    display: none !important;
    max-height: 0;
    overflow: hidden;
  }
  .nav-links .nav-dropdown.open .dropdown-menu {
    display: block !important;
    max-height: 70vh;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .nav-links .nav-dropdown.open .dropdown-menu a {
    width: 100%;
    box-sizing: border-box;
  }
  .nav-links .nav-dropdown > a {
    position: relative;
    padding-right: 44px;
  }
  /* Pfeil-Indikator rechts, dreht beim Auf-/Zuklappen */
  .nav-links .nav-dropdown > a::after {
    content: '';
    position: absolute;
    right: 24px;
    top: 50%;
    width: 0; height: 0;
    margin-left: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid currentColor;
    transform: translateY(-50%);
    transition: transform 0.2s;
  }
  .nav-links .nav-dropdown.open > a::after {
    transform: translateY(-50%) rotate(180deg);
  }

  /* Hero kleiner & Buttons untereinander */
  .hero { padding: 100px 20px 40px; }
  .hero h1 { font-size: clamp(28px, 8vw, 40px); }
  .hero-sub { font-size: 15px; }
  .hero-ctas { flex-direction: column; gap: 10px; align-items: stretch; }
  .hero-ctas a { text-align: center; }

  /* Page-Hero Header-Spacing */
  .page-hero { padding-top: 110px; }

  /* Allgemeine Buttons auf Mobile etwas kompakter */
  .btn-primary, .btn-secondary { padding: 12px 22px; }

  /* CTA-Buttons untereinander */
  .cta-buttons { flex-direction: column; gap: 10px; align-items: stretch; }

  /* Stats: einzeilig wenn möglich, sonst zwei pro Reihe */
  .stats-bar { padding: 28px 16px; gap: 16px 8px; }
  .stat-item { flex: 0 0 calc(50% - 8px); min-width: 0; }
  .stat-num { font-size: 38px; }

  /* Core-Cards einspaltig */
  .core-grid { grid-template-columns: 1fr !important; gap: 16px !important; }

  /* INSERT-TOYS Brand-CTA in produkte (1-spaltig) */
  .toys-brand-cta { grid-template-columns: 1fr; gap: 14px; padding: 20px 18px; text-align: center; }
  .toys-brand-cta-logo { margin: 0 auto; height: 52px; }
  .toys-brand-cta-action { justify-self: center; }

  /* Produkt-Detailseite: ein-spaltig, Padding-Fix */
  .product-detail { padding: 130px 18px 80px; }
  .pd-info h1 { font-size: clamp(32px, 8vw, 44px); }
  .pd-meta { grid-template-columns: 1fr; }
  .pd-ctas { flex-direction: column; align-items: stretch; }
  .pd-thumbs { gap: 8px; }
  .pd-thumb { width: 64px; height: 64px; }

  /* Video-Modal: enger Padding */
  .pd-video-modal { padding: 12px; }
  .pd-video-close { top: 12px; right: 12px; }

  /* INSERT-TOYS Markenseite */
  .toys-hero { padding: 110px 18px 30px; }
  .toys-logo { max-width: 78%; }
  .toys-cta-row { flex-direction: column; align-items: stretch; }
  .btn-toys-primary, .btn-toys-secondary { text-align: center; }
  .toys-banner-inner { padding: 30px 22px; }
  .toys-banner { padding: 50px 18px; }

  /* Katalog-App: Sidebar als Pille-Strip oben, Produkte darunter */
  .toys-catalog-app { padding: 30px 16px; }
  .toys-cat-layout { grid-template-columns: 1fr; gap: 16px; }
  .toys-cat-sidebar {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 8px;
    gap: 6px;
    position: relative;
    top: auto;
    max-height: none;
    /* native scroll */
    -webkit-overflow-scrolling: touch;
  }
  .toys-cat-btn { flex: 0 0 auto; padding: 8px 12px; }
  .toys-cat-btn .toys-cat-label { white-space: nowrap; max-width: none; }
  .toys-products-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .toys-product { padding: 12px; }
  .toys-product h4 { font-size: 14px; }
  .toys-product-uvp { font-size: 14px; }
  .toys-cat-section-head h3 { font-size: 22px; }
  .toys-cat-section-head { gap: 10px; padding-bottom: 12px; margin-bottom: 14px; }

  /* Pagination: kompaktere Buttons */
  .toys-page-btn { min-width: 34px; height: 34px; padding: 0 8px; font-size: 12px; }
  .toys-page-step { padding: 0 12px; }

  /* Importländer-Karten */
  .imp-grid { grid-template-columns: repeat(3, 1fr); }
  .imp-card { padding: 14px 8px; }
  .imp-flag { width: 48px; height: 32px; }

  /* ArcadeManager Top-Block */
  .am-inner-top { padding: 130px 18px 16px; gap: 18px; }
  .am-pills-side { padding-top: 0; }
  .am-features-grid { padding: 0 18px 60px; gap: 12px; grid-template-columns: 1fr; }

  /* Legal-Pages */
  .legal-section { padding: 40px 18px 80px; }
  .legal-inner { padding: 28px 22px; border-radius: 14px; }

  /* Use-cases / Imports etc. */
  .uc-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .uc-card { padding: 16px 12px; }

  /* Page Hero Sub */
  .page-hero h1 { font-size: clamp(30px, 8vw, 44px); }

  /* Footer kompakter */
  footer { padding: 32px 20px; gap: 14px; }
  .footer-claim { font-size: 13px; }

  /* Cookie-Banner kompakt */
  .cookie-banner { right: 10px; left: 10px; bottom: 10px; }

  /* Top-Bar Lang-Dropdown-Menü positioniert sich am rechten Rand */
  .lang-dropdown-menu { right: 0; left: auto; }
}

/* Sehr kleine Geräte */
@media (max-width: 420px) {
  .stat-item { flex: 0 0 100%; }
  .toys-products-grid { grid-template-columns: 1fr; }
  .uc-grid { grid-template-columns: 1fr; }
  .imp-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ---- Symmetrische Grids für Use-Cases / Core / Imports ---- */
.uc-grid {
  grid-template-columns: repeat(3, 1fr) !important;
  max-width: 1100px !important;
}
.core-grid {
  grid-template-columns: repeat(4, 1fr) !important;
}
@media (max-width: 1000px) {
  .uc-grid   { grid-template-columns: repeat(2, 1fr) !important; }
  .core-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .imp-grid  { grid-template-columns: repeat(3, 1fr) !important; }
}
@media (max-width: 600px) {
  .uc-grid   { grid-template-columns: 1fr !important; }
  .core-grid { grid-template-columns: 1fr !important; }
  .imp-grid  { grid-template-columns: repeat(2, 1fr) !important; }
}

/* ---- Produkt-Detail: Dokumenten-Liste ---- */
.pd-docs { display: flex; flex-direction: column; gap: 8px; margin-top: 8px; }
.pd-docs h4 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(245, 245, 245, 0.65);
  margin: 0 0 4px;
  font-weight: 700;
}
.pd-doc {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: rgba(245, 201, 123, 0.08);
  border: 1px solid rgba(245, 201, 123, 0.32);
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  transition: background 0.2s, border-color 0.2s, transform 0.15s;
}
.pd-doc:hover {
  background: rgba(245, 201, 123, 0.16);
  border-color: rgba(245, 201, 123, 0.6);
  transform: translateY(-1px);
}
.pd-doc-icon { font-size: 20px; }
.pd-doc-title { flex: 1; font-weight: 600; font-size: 14px; }
.pd-doc-cta { font-size: 12px; color: #f5c97b; font-weight: 700; letter-spacing: 0.04em; }
.pd-doc-lang {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.10);
  color: rgba(245, 245, 245, 0.80);
  padding: 3px 8px;
  border-radius: 999px;
}
.pd-docs h4 small {
  font-family: 'Barlow', sans-serif;
  font-size: 10px;
  letter-spacing: 0.04em;
  color: rgba(245, 245, 245, 0.55);
  margin-left: 6px;
  text-transform: none;
  font-weight: 500;
}

/* ---- Downloads-Seite ---- */
.dl-section { padding: 30px 32px 80px; max-width: 1200px; margin: 0 auto; }
.dl-search-wrap { margin-bottom: 12px; }
.dl-search {
  width: 100%;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 12px;
  color: #fff;
  font: 15px/1 'Barlow', sans-serif;
  outline: none;
  transition: border-color 0.2s, background 0.2s;
}
.dl-search::placeholder { color: rgba(245, 245, 245, 0.45); }
.dl-search:focus {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(245, 201, 123, 0.55);
}

.dl-filters {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 14px 18px;
}
.dl-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.dl-filter-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(245, 245, 245, 0.55);
  font-weight: 700;
  width: 80px;
  flex-shrink: 0;
}
.dl-chip small { font-size: 11px; opacity: 0.7; margin-left: 2px; font-weight: 600; }
.dl-empty-result {
  text-align: center;
  padding: 28px;
  color: rgba(245, 245, 245, 0.7);
  font-style: italic;
}
@media (max-width: 600px) {
  .dl-filter-row { flex-direction: column; align-items: stretch; }
  .dl-filter-label { width: auto; }
}
.dl-chip {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: rgba(245, 245, 245, 0.85);
  padding: 8px 14px;
  border-radius: 999px;
  cursor: pointer;
  font: 600 12px/1 'Barlow', sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.dl-chip:hover { background: rgba(245, 201, 123, 0.10); border-color: rgba(245, 201, 123, 0.45); color: #fff; }
.dl-chip.is-active {
  background: linear-gradient(135deg, #f5c97b, #d29a3a);
  color: #1a1304;
  border-color: #f5c97b;
}
.dl-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 14px;
}
.dl-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s, border-color 0.2s, background 0.2s;
}
.dl-card:hover {
  transform: translateY(-3px);
  border-color: rgba(245, 201, 123, 0.5);
  background: rgba(255, 255, 255, 0.06);
}
.dl-card-icon { font-size: 32px; }
.dl-card-body { flex: 1; display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.dl-card-meta {
  font-size: 11px;
  color: rgba(245, 245, 245, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.dl-card-body strong {
  color: #fff;
  font-size: 15px;
  font-family: 'Barlow', sans-serif;
}
.dl-card-product { font-size: 12px; color: rgba(245, 245, 245, 0.7); }
.dl-card-cta {
  font-size: 12px;
  color: #f5c97b;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.dl-empty {
  text-align: center;
  padding: 40px 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  max-width: 720px;
  margin: 0 auto;
}
.dl-empty h3 { font-family: 'Barlow Condensed', sans-serif; color: #fff; margin: 0 0 8px; }
.dl-empty p { color: rgba(245, 245, 245, 0.78); margin: 0; }

/* ---- FAQ-Seite ---- */
.faq-section {
  padding: 40px 32px 80px;
  display: flex;
  justify-content: center;
}
.faq-list {
  max-width: 880px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.2s, background 0.2s;
}
.faq-item[open] { border-color: rgba(245, 201, 123, 0.45); background: rgba(255, 255, 255, 0.045); }
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  user-select: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-q {
  flex: 1;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
}
.faq-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(245, 201, 123, 0.14);
  border: 1px solid rgba(245, 201, 123, 0.4);
  color: #f5c97b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  transition: transform 0.25s;
}
.faq-item[open] .faq-icon { transform: rotate(45deg); }
.faq-a {
  padding: 0 20px 20px 20px;
  color: rgba(245, 245, 245, 0.85);
  line-height: 1.65;
  font-size: 15px;
}

/* ---- Service-Seite (Lieferung/Zahlung/Leasing) ---- */
.service-grid-wrap { padding: 40px 32px 60px; display: flex; justify-content: center; }
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1180px;
  width: 100%;
}
@media (max-width: 1000px) { .service-grid { grid-template-columns: 1fr; } }
.service-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform 0.25s, border-color 0.25s;
}
.service-card:hover {
  transform: translateY(-3px);
  border-color: rgba(245, 201, 123, 0.45);
}
.service-icon { font-size: 36px; }
.service-card h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 26px;
  margin: 0;
  color: #fff;
  letter-spacing: 0.02em;
}
.service-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.service-card li {
  position: relative;
  padding-left: 18px;
  color: rgba(245, 245, 245, 0.85);
  font-size: 14px;
  line-height: 1.55;
}
.service-card li::before {
  content: '◆';
  position: absolute;
  left: 0;
  color: #f5c97b;
  font-size: 9px;
  top: 6px;
}
.service-card strong { color: #fff; }

/* ---- Datenblatt-Download (PDF) ---- */
.pd-datasheet {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 12px;
  background: rgba(245, 201, 123, 0.10);
  border: 1px solid rgba(245, 201, 123, 0.4);
  color: #f5c97b;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: background 0.2s, transform 0.2s, border-color 0.2s;
  margin-top: 4px;
}
.pd-datasheet:hover {
  background: rgba(245, 201, 123, 0.18);
  transform: translateY(-2px);
  border-color: rgba(245, 201, 123, 0.7);
}
.pd-datasheet::before { content: '📄'; font-size: 18px; }
.pd-datasheet-pending {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.18);
  color: rgba(245, 245, 245, 0.78);
}
.pd-datasheet-pending::before { content: '✉️'; }
.pd-datasheet-pending:hover {
  background: rgba(245, 201, 123, 0.10);
  border-color: rgba(245, 201, 123, 0.5);
  color: #f5c97b;
}

/* ---- OEM-Seite: Prozess-Schritte ---- */
.oem-offer { padding: 80px 32px; }
.oem-process {
  padding: 80px 32px;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}
.oem-process h2 { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(28px, 4vw, 42px); margin: 12px 0 12px; color: #fff; }
.oem-process h2 em { font-style: normal; background: linear-gradient(135deg, #f5c97b, #d29a3a); -webkit-background-clip: text; background-clip: text; color: transparent; }
.oem-process-sub { color: rgba(245, 245, 245, 0.78); max-width: 720px; margin: 0 auto 36px; }
.oem-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  text-align: left;
}
@media (max-width: 900px) { .oem-steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .oem-steps { grid-template-columns: 1fr; } }
.oem-step {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 22px;
  transition: transform 0.25s, border-color 0.25s, background 0.25s;
}
.oem-step:hover {
  transform: translateY(-3px);
  border-color: rgba(245, 201, 123, 0.45);
  background: rgba(255, 255, 255, 0.06);
}
.oem-step-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 36px;
  font-weight: 800;
  background: linear-gradient(135deg, #f5c97b, #d29a3a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: block;
  line-height: 1;
  margin-bottom: 8px;
}
.oem-step h4 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  margin: 0 0 6px;
  color: #fff;
  letter-spacing: 0.02em;
}
.oem-step p { margin: 0; font-size: 14px; line-height: 1.55; color: rgba(245, 245, 245, 0.78); }

.oem-partners { padding: 60px 32px; text-align: center; }
.oem-partners h2 { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(28px, 4vw, 42px); margin: 12px 0; color: #fff; }
.oem-partners h2 em { font-style: normal; background: linear-gradient(135deg, #f5c97b, #d29a3a); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ---- Stats-Bar Items zentrieren (auch auf Mobile) ---- */
.stats-bar {
  flex-wrap: wrap;
  text-align: center;
  gap: 12px 32px;
}
.stat-item {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 1 1 140px;
  min-width: 120px;
  opacity: 1 !important;
  transform: none !important;
}
.stats-bar > .stat-divider {
  opacity: 1 !important;
  transform: none !important;
}
.stat-item .stat-num,
.stat-item .stat-label {
  display: block;
  text-align: center;
  width: 100%;
}

/* ---- Cosmos Arcade – eigenes FEC ---- */
.cosmos-section {
  padding: 80px 32px;
  display: flex;
  justify-content: center;
}
.cosmos-inner {
  max-width: 1100px;
  width: 100%;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 36px;
  align-items: center;
  background:
    radial-gradient(circle at 20% 20%, rgba(245, 201, 123, 0.10), transparent 60%),
    rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(245, 201, 123, 0.30);
  border-radius: 22px;
  padding: 44px;
}
@media (max-width: 800px) {
  .cosmos-inner { grid-template-columns: 1fr; padding: 32px 24px; }
}
.cosmos-text h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(28px, 4vw, 40px);
  margin: 10px 0 16px;
  color: #fff;
}
.cosmos-text h2 em {
  font-style: normal;
  background: linear-gradient(135deg, #f5c97b, #d29a3a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.cosmos-text p {
  color: rgba(245, 245, 245, 0.85);
  line-height: 1.65;
  margin: 0 0 12px;
  font-size: 16px;
}
.cosmos-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* Cosmos-Arcade Hero-Logo */
.cosmos-hero-logo {
  display: block;
  max-width: min(360px, 70%);
  height: auto;
  margin: 0 auto 22px;
  filter: drop-shadow(0 8px 22px rgba(0, 0, 0, 0.55));
}
.cosmos-hero-sub {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(24px, 4vw, 36px) !important;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(245, 245, 245, 0.92);
  margin: 0 0 12px !important;
}
.cosmos-hero-sub em { font-style: normal; background: linear-gradient(135deg, #f5c97b, #d29a3a); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* Cosmos-Arcade Detail-Seite */
.cosmos-detail { padding: 40px 32px 60px; display: flex; justify-content: center; }
.cosmos-detail-inner {
  max-width: 1100px;
  width: 100%;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 36px;
  align-items: start;
}
@media (max-width: 800px) { .cosmos-detail-inner { grid-template-columns: 1fr; } }
.cosmos-detail-text h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(28px, 4vw, 40px);
  margin: 10px 0 16px;
  color: #fff;
}
.cosmos-detail-text h2 em { font-style: normal; background: linear-gradient(135deg, #f5c97b, #d29a3a); -webkit-background-clip: text; background-clip: text; color: transparent; }
.cosmos-detail-text p { color: rgba(245, 245, 245, 0.85); line-height: 1.7; margin: 0 0 14px; font-size: 16px; }
.cosmos-detail-pills { display: flex; flex-wrap: wrap; gap: 8px; }

/* ---- Leitsatz-Section (Home, Unternehmen, ArcadeManager) ---- */
.claim-section {
  padding: 80px 32px;
  display: flex;
  justify-content: center;
}
.claim-inner {
  max-width: 900px;
  text-align: center;
}
.claim-quote {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #f5f5f5;
  margin: 18px 0 0;
}
.claim-quote em {
  font-style: normal;
  background: linear-gradient(135deg, #f5c97b, #d29a3a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ---- Importländer-Grid (Unternehmen) ---- */
.imports {
  padding: 80px 32px;
  text-align: center;
}
.imports h2,
.imports .imp-sub { max-width: 800px; margin-left: auto; margin-right: auto; }
.imp-sub {
  color: rgba(245, 245, 245, 0.78);
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 32px;
}
.imp-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  max-width: 920px;
  margin: 0 auto;
}
.imp-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 22px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  transition: transform 0.25s, border-color 0.25s;
}
.imp-card:hover {
  transform: translateY(-3px);
  border-color: rgba(245, 201, 123, 0.45);
}
.imp-flag {
  width: 64px;
  height: 44px;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.5);
}
.lang-flag {
  width: 22px;
  height: 16px;
  object-fit: cover;
  border-radius: 2px;
  vertical-align: middle;
  margin-right: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.imp-card h4 {
  margin: 0;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px;
  letter-spacing: 0.02em;
}

/* ---- Featured Product Card mit Bild ---- */
.prod-card-feat {
  border: 1px solid rgba(245, 201, 123, 0.45) !important;
  background: rgba(255, 255, 255, 0.04) !important;
  position: relative;
  overflow: hidden;
}
.prod-card-feat::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(245, 201, 123, 0.12), transparent 60%);
  pointer-events: none;
}
.prod-card-img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 14px;
  background: rgba(0, 0, 0, 0.4);
}
.prod-card-thumbs {
  display: flex;
  gap: 6px;
  margin-top: 12px;
  flex-wrap: wrap;
}
.prod-card-thumbs img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  cursor: pointer;
  transition: transform 0.2s, border-color 0.2s;
}
.prod-card-thumbs img:hover {
  transform: scale(1.06);
  border-color: rgba(245, 201, 123, 0.6);
}
.prod-card-colors {
  display: flex;
  gap: 6px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.prod-card-colors span {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid rgba(255, 255, 255, 0.25);
}
.prod-cat-lead {
  max-width: 820px;
  margin: 12px auto 28px;
  text-align: center;
  color: rgba(245, 245, 245, 0.78);
  font-size: 16px;
  line-height: 1.65;
}

/* Brand-Marquee unten auf /de/produkte: Endlosband, voll von Rand zu Rand */
.brand-marquee {
  margin-top: 60px;
  margin-bottom: 32px;
  /* Full-Bleed: bricht aus dem Section-Padding aus, läuft 100% Bildschirmbreite */
  margin-left:  calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.brand-marquee-head {
  text-align: center;
  margin-bottom: 22px;
  padding: 0 24px;
}
.brand-marquee-head h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(24px, 3.5vw, 34px);
  font-weight: 700;
  margin: 10px 0 0;
  color: #fff;
}
.brand-marquee-head h3 em {
  font-style: normal;
  background: linear-gradient(135deg, #f5c97b, #d29a3a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.brand-marquee-track {
  display: flex;
  width: max-content;
  gap: 28px;
  padding: 18px 0;
  /* doppelt gerendertes Set wandert exakt um -50% – nahtloser Loop */
  animation: brand-marquee-scroll 28s linear infinite;
}
.brand-marquee:hover .brand-marquee-track { animation-play-state: paused; }
@keyframes brand-marquee-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.brand-marquee-track.is-reverse {
  animation-name: brand-marquee-scroll-reverse;
  animation-duration: 36s;
  margin-top: 8px;
  opacity: 0.7;
}
@keyframes brand-marquee-scroll-reverse {
  from { transform: translateX(-50%); }
  to   { transform: translateX(0); }
}
.brand-tile-mini {
  min-width: 220px;
  padding: 12px 18px;
  gap: 12px;
}
.brand-tile-mini .brand-tile-logo { width: 68px; height: 38px; padding: 4px 8px; }
.brand-tile-mini strong {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap;
}
/* Fade-Masken entfernt – Marquee läuft voll bis zum Bildschirmrand */

.brand-tile {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 26px;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(245, 201, 123, 0.10), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
  min-width: 360px;
}
.brand-tile:hover {
  transform: translateY(-3px);
  border-color: rgba(245, 201, 123, 0.6);
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.45);
}
.brand-tile-logo {
  width: 110px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.28);
  border-radius: 10px;
  padding: 8px 12px;
  flex-shrink: 0;
}
.brand-tile-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.brand-tile-logo.is-invert img {
  filter: brightness(0) invert(1);
}
.brand-tile-text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.brand-tile-text strong {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px;
  letter-spacing: 0.04em;
  color: #fff;
  white-space: nowrap;
}
.brand-tile-text span {
  color: rgba(245, 245, 245, 0.78);
  font-size: 13px;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 600px) {
  .brand-tile { min-width: 280px; padding: 14px 18px; gap: 14px; }
  .brand-tile-logo { width: 90px; height: 52px; }
  .brand-tile-text strong { font-size: 18px; }
  .brand-tile-text span { font-size: 12px; }
}

/* Reduce motion: Animation aus für User mit Präferenz */
@media (prefers-reduced-motion: reduce) {
  .brand-marquee-track { animation: none; }
}

/* Brand-CTA-Row (oben, vor den Kategorie-Tabs) */
.brand-cta-row {
  max-width: 1080px;
  margin: 24px auto 0;
  padding: 0 24px;
}
@media (max-width: 720px) {
  .brand-cta-row { padding: 0 16px; }
}

/* Hersteller-Brand-CTA (UNIQUE ANIME etc.) auf der Produkte-Übersicht */
.man-brand-cta {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  max-width: 1080px;
  margin: 12px auto 28px;
  padding: 22px 28px;
  border-radius: 18px;
  text-decoration: none;
  background:
    linear-gradient(135deg, rgba(245, 201, 123, 0.10), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(245, 201, 123, 0.35);
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
  color: #fff;
}
.man-brand-cta:hover {
  transform: translateY(-3px);
  border-color: rgba(245, 201, 123, 0.7);
  box-shadow: 0 22px 40px rgba(245, 201, 123, 0.18);
}
.man-brand-cta-logo {
  height: 56px;
  width: auto;
  background: rgba(255, 255, 255, 0.92);
  padding: 8px 12px;
  border-radius: 8px;
}
.man-brand-cta-text { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.man-brand-cta-text strong {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px;
  letter-spacing: 0.02em;
  color: #f5c97b;
}
.man-brand-cta-text span {
  color: rgba(245, 245, 245, 0.82);
  font-size: 13px;
  line-height: 1.55;
}
.man-brand-cta-action {
  display: inline-flex;
  align-items: center;
  padding: 12px 22px;
  border-radius: 999px;
  font: 700 13px/1 'Barlow', sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: linear-gradient(135deg, #f5c97b, #d29a3a);
  color: #1a1304;
  white-space: nowrap;
}
@media (max-width: 720px) {
  .man-brand-cta { grid-template-columns: 1fr; text-align: center; }
  .man-brand-cta-logo { margin: 0 auto; }
  .man-brand-cta-action { justify-self: center; }
}

/* INSERT-TOYS Brand-CTA in der Produkte-Übersicht (Rot/Pink wie Markenwelt) */
.toys-brand-cta {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  max-width: 1080px;
  margin: 28px auto 36px;
  padding: 26px 30px;
  border-radius: 18px;
  text-decoration: none;
  background:
    linear-gradient(135deg, rgba(213, 45, 74, 0.18), rgba(251, 203, 210, 0.10)),
    rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(213, 45, 74, 0.45);
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
  color: #fff;
}
.toys-brand-cta:hover {
  transform: translateY(-3px);
  border-color: rgba(251, 203, 210, 0.65);
  box-shadow: 0 22px 40px rgba(213, 45, 74, 0.35);
}
.toys-brand-cta-logo {
  height: 64px;
  width: auto;
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.45));
}
.toys-brand-cta-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.toys-brand-cta-text strong {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 24px;
  letter-spacing: 0.02em;
  font-weight: 700;
  background: linear-gradient(135deg, #d52d4a, #fbcbd2);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.toys-brand-cta-text span {
  color: rgba(245, 245, 245, 0.85);
  font-size: 14px;
  line-height: 1.55;
}
.toys-brand-cta-action {
  display: inline-flex;
  align-items: center;
  padding: 14px 24px;
  border-radius: 999px;
  font: 700 13px/1 'Barlow', sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: linear-gradient(135deg, #d52d4a, #681017);
  color: #fff;
  white-space: nowrap;
  box-shadow: 0 10px 22px rgba(213, 45, 74, 0.4);
}

@media (max-width: 720px) {
  .toys-brand-cta {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 24px 20px;
  }
  .toys-brand-cta-logo { margin: 0 auto; height: 48px; }
  .toys-brand-cta-action { justify-self: center; }
}

/* ---- Legal Pages (Impressum, Datenschutz, AGB) ---- */
.legal-section {
  padding: 60px 32px 100px;
  display: flex;
  justify-content: center;
}
.legal-inner {
  max-width: 820px;
  width: 100%;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 40px 36px;
  color: rgba(245, 245, 245, 0.88);
  line-height: 1.7;
}
.legal-inner h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.02em;
  margin: 28px 0 8px;
  color: #fff;
}
.legal-inner h2:first-of-type { margin-top: 0; }
.legal-inner p,
.legal-inner ul { margin: 8px 0 14px; font-size: 15px; }
.legal-inner ul { padding-left: 20px; }
.legal-inner a { color: #f5c97b; }
.legal-note {
  margin-top: 36px;
  padding: 14px 16px;
  background: rgba(245, 201, 123, 0.08);
  border: 1px solid rgba(245, 201, 123, 0.28);
  border-radius: 10px;
  font-size: 13px;
}

/* ---- Adresse auf Unternehmen-Seite ---- */
.company-address {
  margin-top: 24px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 3px solid #f5c97b;
  border-radius: 10px;
  font-style: normal;
  line-height: 1.65;
}

/* ---- Footer-Claim ---- */
.footer-claim {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: rgba(245, 201, 123, 0.85);
  text-align: center;
  margin: 4px 0 14px;
  text-transform: uppercase;
}

/* ---- Lang-Dropdown: anchor statt button ---- */
.lang-dropdown-menu .lang-option {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

/* ---- Produkt-Grid: gleichmäßige Karten-Breite ---- */
.prod-grid {
  /* auto-fill (statt auto-fit) hält die Spaltenbreite konstant – auch wenn die
     letzte Reihe weniger Karten enthält, werden sie nicht stretched. */
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)) !important;
  align-items: stretch;
}
.prod-card,
.prod-card-product {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.prod-card-product p { flex: 1; }

/* ---- Hersteller-Produktkarten in den Kategorie-Tabs ---- */
.prod-card-product {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  overflow: hidden;
  /* stagger-children-Animation würgt Items > nth-child(6) ab — hier garantiert sichtbar */
  opacity: 1 !important;
  transform: none !important;
}
/* Alle prod-cards sichtbar lassen, auch wenn die Sektion >6 Items hat */
.prod-grid > .prod-card,
.prod-grid > .prod-card-product { opacity: 1; transform: none; }
.prod-card-product .prod-card-img {
  width: calc(100% + 0px);
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 4px;
}
.prod-card-product .prod-code {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  color: #f5c97b;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 4px;
}
.prod-card-product:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.45);
}

/* ---- Klickbare Featured Card mit Detail-CTA ---- */
.prod-card-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
}
.prod-card-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.45);
}
.prod-card-cta {
  display: inline-block;
  margin-top: 14px;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #f5c97b;
  font-weight: 700;
  align-self: flex-start;
}

/* ---- Produkt-Detailseite ---- */
.product-detail {
  padding: 160px 32px 100px;
}
@media (max-width: 900px) { .product-detail { padding-top: 130px; } }
.pd-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 900px) { .pd-grid { grid-template-columns: 1fr; gap: 32px; } }

.pd-gallery .pd-main {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pd-gallery .pd-main img {
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain;
  display: block;
}
.pd-main-placeholder {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: rgba(245, 245, 245, 0.55);
  background:
    repeating-linear-gradient(45deg,
      rgba(255, 255, 255, 0.025) 0 12px,
      rgba(255, 255, 255, 0.05) 12px 24px);
  border-radius: 12px;
}
.pd-main-placeholder-icon { font-size: 48px; opacity: 0.6; }
.pd-main-placeholder-text {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: rgba(245, 245, 245, 0.85);
}
.pd-main-placeholder small { font-size: 12px; opacity: 0.7; }
.pd-thumbs-wrap {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 14px;
}
.pd-thumbs {
  flex: 1;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}
.pd-thumbs::-webkit-scrollbar { display: none; }
.pd-thumbs > .pd-thumb { scroll-snap-align: start; flex-shrink: 0; }
.pd-thumb-arrow {
  flex-shrink: 0;
  width: 36px;
  height: 84px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}
.pd-thumb-arrow:hover {
  background: rgba(245, 201, 123, 0.18);
  border-color: rgba(245, 201, 123, 0.55);
}

/* Color-Dot-Reihe – Container für statische und interaktive Varianten */
.pd-color-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 6px 0 10px;
}
.pd-color-label {
  font-size: 12px;
  color: rgba(245, 245, 245, 0.65);
  margin-left: 4px;
  font-style: italic;
}
.pd-thumb {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 4px;
  border-radius: 10px;
  cursor: pointer;
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s, transform 0.2s;
}
.pd-thumb:hover { transform: translateY(-2px); border-color: rgba(245, 201, 123, 0.45); }
.pd-thumb.is-active { border-color: #f5c97b; }
.pd-thumb img { width: 100%; height: 100%; object-fit: cover; border-radius: 6px; }

/* Color-Pillen auf den Detailseiten (Punkt + Name) */
.pd-color {
  --c: #888;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px 8px 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: #f5f5f5;
  cursor: pointer;
  font: 600 13px 'Barlow', sans-serif;
  transition: border-color 0.2s, transform 0.2s, background 0.2s;
}
.pd-color::before {
  content: '';
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--c);
  display: inline-block;
  border: 2px solid rgba(255, 255, 255, 0.25);
  flex-shrink: 0;
}
.pd-color:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.06);
}
.pd-color.is-active {
  border-color: var(--c);
  box-shadow: 0 0 0 2px rgba(245, 201, 123, 0.25) inset;
}
.pd-color-static {
  cursor: default;
}
.pd-color-static:hover { transform: none; background: rgba(255, 255, 255, 0.03); }

/* Video-Kachel unter der Galerie */
.pd-video-tile {
  margin-top: 20px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.4);
  position: relative;
  cursor: pointer;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  padding: 0;
}
.pd-video-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s, filter 0.3s;
}
.pd-video-tile:hover img { transform: scale(1.04); filter: brightness(0.85); }
.pd-video-tile::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 35%, rgba(0,0,0,0.55) 100%);
  pointer-events: none;
}
.pd-video-tile-play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 72px; height: 72px;
  border-radius: 50%;
  background: rgba(245, 201, 123, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0a0a0a;
  font-size: 26px;
  pointer-events: none;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
  transition: transform 0.25s, background 0.25s;
}
.pd-video-tile:hover .pd-video-tile-play {
  transform: translate(-50%, -50%) scale(1.08);
  background: #f5c97b;
}
.pd-video-tile-label {
  position: absolute;
  left: 16px; bottom: 14px;
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 13px;
}

/* Video-Lightbox */
.pd-video-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.pd-video-modal[hidden] { display: none; }
.pd-video-modal video {
  max-width: min(1100px, 92vw);
  max-height: 85vh;
  width: auto;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.7);
  background: #000;
}
.pd-video-close {
  position: absolute;
  top: 20px;
  right: 28px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}
.pd-video-close:hover {
  background: rgba(245, 201, 123, 0.25);
  transform: scale(1.06);
}

.pd-info { display: flex; flex-direction: column; gap: 18px; padding-top: 8px; }
.pd-info h1 { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(36px, 5vw, 56px); margin: 0; line-height: 1.05; }
.pd-info h1 em { font-style: normal; background: linear-gradient(135deg, #f5c97b, #d29a3a); -webkit-background-clip: text; background-clip: text; color: transparent; }
.pd-back { color: rgba(245, 245, 245, 0.7); text-decoration: none; font-size: 14px; }
.pd-back:hover { color: #f5c97b; }
.pd-lead { font-size: 17px; line-height: 1.6; color: rgba(245, 245, 245, 0.9); margin: 0; }
.pd-feats { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.pd-feats li { padding-left: 22px; position: relative; line-height: 1.55; color: rgba(245, 245, 245, 0.88); }
.pd-feats li::before { content: '◆'; position: absolute; left: 0; color: #f5c97b; }
.pd-feats strong { color: #fff; }
.pd-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 12px;
  padding: 16px 18px;
  border: 1px solid rgba(245, 201, 123, 0.45);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(245, 201, 123, 0.10), rgba(245, 201, 123, 0.02));
  margin-top: 4px;
}
.pd-price-label {
  font-size: 12px;
  color: rgba(245, 245, 245, 0.65);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.pd-price-value {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #f5c97b;
  line-height: 1;
}
.pd-price-hint {
  font-size: 12px;
  color: rgba(245, 245, 245, 0.55);
  width: 100%;
  margin: 0;
}

.prod-card-price {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  margin-top: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #f5c97b;
}
.prod-card-price small {
  font-family: 'Barlow', sans-serif;
  font-size: 11px;
  color: rgba(245, 245, 245, 0.6);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.pd-meta { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 18px; margin-top: 8px; }
.pd-meta > div { display: flex; flex-direction: column; padding: 10px 12px; background: rgba(255, 255, 255, 0.03); border-radius: 10px; border: 1px solid rgba(255, 255, 255, 0.06); }
.pd-meta span { font-size: 12px; color: rgba(245, 245, 245, 0.55); text-transform: uppercase; letter-spacing: 0.05em; }
.pd-meta strong { color: #fff; font-weight: 600; }
.pd-note { font-size: 13px; color: rgba(245, 245, 245, 0.55); margin-top: 4px; }
.pd-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 8px; }

/* ---- Form-Consent ---- */
.form-consent label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(245, 245, 245, 0.82);
  cursor: pointer;
}
.form-consent input[type="checkbox"] {
  margin-top: 3px;
  flex-shrink: 0;
}
.form-consent a { color: #f5c97b; }
