:root{
  color-scheme: dark; /* verhindert Auto-Darkening/Auto-Umfärbung */
  --bg:#0a0b0f;
  --bg-2:#0e1016;
  --card:#12141b;
  --muted:#a6adbb;
  --text:#eef2f6;
  --sub:#cbd5e1;
  --line:#232634;
  --ring:#3b82f6;

  /* Gold kräftiger/gelblicher statt braun */
  --gold-1:#FFD76A;
  --gold-2:#CFA21A;

  --danger:#ef4444;
  --success:#22c55e;
  --radius-xl:20px;
  --radius:14px;
  --space:20px;
  --maxw:1152px;
  --shadow:0 20px 40px rgba(0,0,0,.35), 0 0 0 1px rgba(255,255,255,.04) inset;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
html,body{
  margin:0;padding:0;background:
    radial-gradient(1200px 600px at 80% -10%, rgba(212,175,55,.07), transparent 60%),
    radial-gradient(900px 500px at -10% 10%, rgba(54,79,199,.08), transparent 55%),
    var(--bg);
  color:var(--text);
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, Arial, sans-serif;
  line-height:1.6
}
body{font-size:clamp(15px, 1.45vw, 17px)}

a{color:inherit;text-decoration:none}
a:hover{opacity:.96}
img{display:block;max-width:100%;height:auto}
.container{max-width:var(--maxw);margin:0 auto;padding:0px clamp(14px, 4vw, 28px)}
.copyright {
	margin-right:20px;	
}
/* Header / Navigation (ohne Burger-Menü) */
.header{
  position:sticky;top:10px;z-index:40;
  background:linear-gradient(180deg, rgba(10,11,15,.9), rgba(10,11,15,.65) 70%, transparent);
  -webkit-backdrop-filter:saturate(120%) blur(6px);
  backdrop-filter:saturate(120%) blur(6px)
}
.header .inner{
  display:flex;align-items:center;gap:14px;padding:0px 0
}
.brand{
  display:flex;gap:12px;align-items:center;font-weight:800;letter-spacing:.2px
}
.brand img{filter:drop-shadow(0 6px 10px rgba(0,0,0,.35))}
.brand span{font-size:clamp(1rem, 2.2vw, 2.15rem)}

/* NAVIGATION: rechts neben der Brand auf Desktop */
.nav{
  display:flex;gap:18px;align-items:center;flex-wrap:wrap;
  margin-left:auto;
}
.nav a{
  opacity:.85;padding:8px 4px;border-bottom:2px solid transparent;
  transition:border-color .2s, opacity .2s, transform .2s
}
.nav a:hover{transform:translateY(-1px);opacity:1}
.nav a.active{opacity:1;border-color:var(--gold-2)}

/* Burger Menu Button - versteckt auf Desktop */
.burger-menu {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px;
  margin-left: auto;
  z-index: 50;
}

.burger-line {
  width: 100%;
  height: 3px;
  background: var(--gold-1);
  border-radius: 2px;
  transition: all 0.3s ease;
}

.burger-menu[aria-expanded="true"] .burger-line:nth-child(1) {
  transform: translateY(9px) rotate(90deg);
}

.burger-menu[aria-expanded="true"] .burger-line:nth-child(2) {

}

.burger-menu[aria-expanded="true"] .burger-line:nth-child(3) {
  transform: translateY(-9px) rotate(-90deg);
}

/* Mobile: Navigation als kompaktes Dropdown mit Burger-Button */
@media (max-width: 820px){
  .header .inner{
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    position: relative;
	margin: 10px;
  }
  
  .burger-menu {
    display: flex;
	margin-right:10px;
  }
  
  .nav {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 8px;
    width: 200px;
    max-height: 0;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(10,11,15,.98), rgba(14,16,22,.98));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0;
    margin-left: 0;
    padding: 0;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,.5);
    transition: max-height 0.3s ease, padding 0.3s ease;
    z-index: 45;
  }
  
  .nav.open {
    max-height: 280px;
    padding: 8px;
  }
  
  .nav a {
    font-size: 1rem;
    padding: 12px 16px;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid transparent;
    border-radius: 8px;
    transition: all 0.2s;
  }
  
  .nav a:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateX(4px);
  }
  
  .nav a.active {
    background: linear-gradient(90deg, rgba(255, 215, 106, 0.15), transparent);
    border-left: 3px solid var(--gold-2);
    color: var(--gold-1);
    padding-left: 13px;
  }
}

.footer{opacity:.9;padding:42px 30px;border-top:1px solid var(--line)}
.footer .links{display:flex;gap:16px;flex-wrap:wrap}

.hero{display:grid;grid-template-columns:1.2fr .8fr;gap:28px;align-items:center;padding:28px 0}
.hero h1{font-size:clamp(1.7rem, 4.8vw, 2rem);letter-spacing:.2px;margin:0 0 10px}
.hero p{color:var(--sub);margin:6px 0 10px}
.hero .accent{
  background:linear-gradient(180deg,var(--gold-1),var(--gold-2));
  -webkit-background-clip:text;background-clip:text;color:transparent
}
.hero-art{justify-self:end;max-width:380px}
.hero-art .sim{fill:#0f1117;stroke:var(--gold-2);stroke-width:2}
.hero-art .chip{fill:var(--gold-1)}
.hero-art .line{fill:#1c2130}
@media (max-width: 980px){ .hero{grid-template-columns:1fr} .hero-art{justify-self:center} }

.section h2{margin:0 0 12px;font-size:clamp(1.2rem, 2.8vw, 1.5rem)}
.grid-2, .grid-3{display:grid;gap:var(--space)}
.grid-2{grid-template-columns:repeat(auto-fit, minmax(280px, 1fr))}
.grid-3{grid-template-columns:repeat(auto-fit, minmax(215px, 1fr));margin-bottom:30px;}

.card{
  background:linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.005));
  border:1px solid var(--line); border-radius:var(--radius-xl);
  padding:18px; box-shadow:var(--shadow);
  transition:transform .2s, box-shadow .2s, border-color .2s
}
.card:hover{transform:translateY(-2px); border-color:#2b3040; box-shadow:0 24px 50px rgba(0,0,0,.45), 0 0 0 1px rgba(255,255,255,.06) inset}

.muted{color:var(--muted)}
.badge{display:inline-flex;align-items:center;gap:8px;padding:5px 12px;border-radius:999px;background:#171a25;font-size:.78rem;color:var(--sub);border:1px solid #293046}
.badge.gold{color:var(--gold-1);border-color:#6b5a26;background:linear-gradient(180deg, #171a25, #141826)}
.badge.bronze{color:#f0c27b;border-color:#6b4e2e;background:linear-gradient(180deg, #171a25, #141826)}
.badge.silber{color:#d0d8e5;border-color:#5a677a;background:linear-gradient(180deg, #171a25, #141826)}

/* Buttons – Gold kräftig + Fallback + feiner Rand */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  padding:0px 18px;border-radius:14px;
  background-color:#E9BD34; /* Fallback für Geräte/Browser mit Gradients/Farbprofil-Issues */
  background-image:linear-gradient(180deg,var(--gold-1),var(--gold-2));
  color:#111;font-weight:600;letter-spacing:.2px;border:1px solid rgba(207,162,26,.6);
  cursor:pointer;min-height:46px;
  transition:transform .15s, filter .15s, box-shadow .15s
}
.btn:hover{transform:translateY(-1px)}
.btn:active{transform:translateY(0)}
.btn:focus-visible{outline:2px solid var(--ring);outline-offset:2px}
.btn.ghost{background:#161a24;color:var(--text);border:1px solid #2a3042;box-shadow:none}
.btn.small{padding:8px 10px;font-size:.9rem;min-height:36px}
.btn.danger{background:linear-gradient(180deg,#ff8c8c,#ef4444);color:#fff}
.btn.full{width:100%}

.filters{display:flex;gap:12px;flex-wrap:wrap;margin:12px 0}
.filters input,.filters select{
  flex:1 1 160px;min-width:160px;background:#0f131c;border:1px solid #243047;border-radius:12px;
  color:var(--text);padding:12px 14px;transition:border-color .2s, box-shadow .2s
}
.filters input:focus,.filters select:focus{outline:none;border-color:#42578a;box-shadow:0 0 0 3px rgba(66,87,138,.25)}

.product header{display:flex;flex-direction:column;gap:6px;text-align:center}
.product h3{margin:6px 0 0}
.price{font-weight:900;margin:10px 30px;letter-spacing:.3px;color:#16A34A;justify-content: flex-end;
  display: flex;}
.price.big{
  font-size:clamp(1.5rem, 5.2vw, 2.1rem);
  background:#16A34A;
  -webkit-background-clip:text;background-clip:text;color:transparent
}

.pagination{display:flex;gap:10px;justify-content:center;margin:22px 0;flex-wrap:wrap}
.pagination a{padding:10px 12px;border:1px solid #2a3042;border-radius:12px;background:#121622;min-width:44px;text-align:center;transition:transform .15s, border-color .15s}
.pagination a:hover{transform:translateY(-1px);border-color:#3a4260}
.pagination a.active{border-color:var(--gold-2);color:var(--gold-1)}

.form label{display:block;margin-bottom:12px}
.form input,.form textarea,.form select{width:100%;padding:12px 14px;background:#0f131c;border:1px solid #243047;border-radius:12px;color:var(--text)}
.form textarea{resize:vertical;min-height:120px}
.form input:focus,.form textarea:focus,.form select:focus{outline:none;border-color:#435b8f;box-shadow:0 0 0 3px rgba(67,91,143,.25)}

.alert{padding:12px 14px;border-radius:12px;background:#102112;border:1px solid #1f3c20}
.alert.success{background:#0f1f16;border-color:#0d382a}
.error{color:#ffb4b4}

.table{display:grid;gap:8px}
.t-row{
  display:grid;grid-template-columns:52px 1.2fr 1fr 1fr .8fr .9fr 1.2fr 1fr;
  gap:10px;align-items:center;background:#0f121a;padding:12px 14px;border-radius:14px;border:1px solid #22263a
}
.t-row.head{background:#0d1017;font-weight:800;opacity:.95}
.actions{display:flex;gap:8px;flex-wrap:wrap}
.flex.between{display:flex;justify-content:space-between;align-items:center}

@media (max-width: 980px){
  .t-row.head{display:none}
  .t-row{grid-template-columns:1fr;gap:6px}
  .t-row > div{display:flex;justify-content:space-between;gap:12px;padding:6px 0}
  .t-row > div::before{content:attr(data-label); color:var(--muted)}
}

.auth{display:grid;place-items:center;min-height:60vh}
.auth-card{max-width:440px;width:100%}

.breadcrumbs{opacity:.75;margin:6px 0 12px}
.number-header h1{margin:8px 0}

.cookie{
  position:fixed;left:16px;right:16px;bottom:16px;background:#0f121a;
  border:1px solid #20263a;border-radius:16px;padding:12px 14px;
  display:flex;justify-content:space-between;align-items:center;gap:12px;
  box-shadow:var(--shadow)
}
.cookie.hidden{display:none}

/* Focus-Rings für Accessibility */
:where(a, button, input, select, textarea):focus-visible{
  outline:2px solid var(--ring); outline-offset:3px; border-radius:12px
}

/* Kleine Motion-Vibes ohne „wackeln“ */
.card, .btn, .pagination a { will-change: transform }

/* Produkt-Kachel/Klickfläche */
.number-img{ max-width: 40%; }
.card.clickable { position: relative; }
.stretched-link{
  position: absolute; inset: 0; z-index: 5; display: block; background: transparent;
}
.stretched-link:focus-visible{
  outline: 2px solid var(--ring, #3b82f6);
  outline-offset: 4px;
  border-radius: var(--radius-xl, 20px);
}
/* Button MUSS darüber bleiben */
.product .btn{ position: relative; z-index: 6; }
/* Bild-Wrapper muss NICHT über dem Link liegen */
.product .img-wrap{ position: relative; z-index: 1; }


/* ===== Hero: Hintergrundbild + Text-Overlay ===== */
.hero--bg{
  position: relative;
  isolation: isolate;            /* Overlay sauber schichten */
  min-height: clamp(420px, 70vh, 620px);
  display: grid;
  align-items: center;
  background: var(--bg);
  overflow: hidden;
}

/* Hintergrundbild (rechts), mit Retina & Fallback */
.hero--bg::before{
  content:"";
  position:absolute; inset:0;
  background-image: image-set(
    url("/uploads/hero-vip-bg.webp") type("image/webp") 1x,
    url("/uploads/hero-vip-bg@2x.webp") type("image/webp") 2x,
    url("/uploads/hero-vip-bg.png") type("image/png") 1x
  );
  background-size: cover;
  background-position: right center;
  opacity: .2;                  /* Bild sichtbar, aber nicht aufdringlich */
  z-index: -2;
}

/* Licht-/Dunkel-Overlay für bessere Lesbarkeit */
.hero--bg::after{
  content:"";
  position:absolute; inset:0;
  z-index: -1;
}

.hero__inner{
  display:grid;
  grid-template-columns: 1.05fr 1fr;  /* links Text, rechts Bildraum */
  gap: clamp(20px, 4vw, 48px);
  padding: clamp(20px, 5vw, 56px) 0;
}

.hero__copy{
  max-width: 640px;
  padding: clamp(4px, 1vw, 10px);
  color: var(--text);
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
}

.hero__title{
  font-size: clamp(28px, 4.4vw, 46px);
  line-height: 1.08;
  margin: 0 0 6px;
  letter-spacing: .2px;
}
.hero__subtitle{
  color: var(--muted);
  font-weight: 600;
  margin: 0 0 8px;
}
.hero__text{
  color: var(--muted);
  font-size: clamp(16px, 2vw, 18px);
  margin: 0 0 16px;
}

.hero__actions{
  display:flex; gap: 10px; flex-wrap:wrap;
}

/* Mobile: Bild zentrieren, Text oben */
@media (max-width: 980px){
  .hero__inner{ grid-template-columns: 1fr; }
  .hero--bg{ min-height: clamp(420px, 60vh, 560px); }
  .hero--bg::before{ background-position: 60% center; }
  .hero--bg::after{
    background:radial-gradient(1200px 600px at 80% -10%, rgba(212,175,55,.07), transparent 60%), radial-gradient(900px 500px at -10% 10%, rgba(54,79,199,.08), transparent 55%), var(--bg);
	opacity:0.6;
  }
}

.number-body{margin-bottom:30px}

/* ===== Enhanced Hero Section ===== */
.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border: 1px solid rgba(255, 215, 106, 0.3);
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 16px;
  animation: fadeInDown 0.6s ease-out;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  background: var(--gold-1);
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(0.95); }
}

@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero__stats {
  display: flex;
  gap: clamp(24px, 5vw, 48px);
  margin-top: 32px;
  padding-top: 24px;
}

.stat {
  text-align: center;
}

.stat__number {
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  font-weight: 900;
  background: linear-gradient(180deg, var(--gold-1), var(--gold-2));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
  margin-bottom: 4px;
}

.stat__label {
  font-size: 0.85rem;
  color: var(--muted);
  font-weight: 500;
}

.btn--primary {
  box-shadow: 0 4px 14px rgba(255, 215, 106, 0.3);
}

.btn--large {
  padding: 0px 24px;
  min-height: 52px;
  font-size: 1.05rem;
}

.btn svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.btn--small svg {
  width: 20px;
  height: 20px;
}

.btn--large svg {
  width: 26px;
  height: 26px;
}


/* ===== Features Section ===== */
.features-section {
  padding: clamp(60px, 10vw, 100px) 0;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.01) 50%, transparent);
}

.section-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}

.section-title {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  margin: 0 0 12px;
  letter-spacing: 0.2px;
}

.section-subtitle {
  font-size: clamp(1rem, 2vw, 1.15rem);
  color: var(--muted);
  margin: 0;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

.feature-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  padding: 28px 24px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold-1), var(--gold-2));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}

.feature-card:hover::before {
  opacity: 1;
}

.feature-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  margin-bottom: 20px;
  position: relative;
}

.feature-icon svg {
  width: 36px;
  height: 36px;
}

.feature-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  padding: 2px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.feature-icon--gold {
  background: linear-gradient(135deg, rgba(255, 215, 106, 0.15), rgba(207, 162, 26, 0.1));
}

.feature-icon--gold svg {
  stroke: var(--gold-1);
}

.feature-icon--blue {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(37, 99, 235, 0.1));
}

.feature-icon--blue svg {
  stroke: #60a5fa;
}

.feature-icon--purple {
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.15), rgba(147, 51, 234, 0.1));
}

.feature-icon--purple svg {
  stroke: #c084fc;
}

.feature-icon--green {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.15), rgba(22, 163, 74, 0.1));
}

.feature-icon--green svg {
  stroke: #4ade80;
}

.feature-icon--red {
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.15), rgba(220, 38, 38, 0.1));
}

.feature-icon--red svg {
  stroke: #f87171;
}

.feature-icon--orange {
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.15), rgba(234, 88, 12, 0.1));
}

.feature-icon--orange svg {
  stroke: #fb923c;
}

.feature-title {
  font-size: 1.25rem;
  margin: 0 0 10px;
  font-weight: 700;
}

.feature-text {
  color: var(--muted);
  margin: 0;
  line-height: 1.7;
}

/* ===== Trust Section ===== */
.trust-section {
  padding: clamp(60px, 10vw, 80px) 0;
  background: linear-gradient(180deg, rgba(59, 130, 246, 0.03), rgba(168, 85, 247, 0.03));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  align-items: center;
}

.trust-badge-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--line);
  border-radius: 12px;
  font-weight: 600;
}

.trust-badge svg {
  flex-shrink: 0;
  stroke: var(--gold-1);
  width: 28px;
  height: 28px;
}

.trust-text h2 {
  font-size: clamp(1.6rem, 3.5vw, 2rem);
  margin: 0 0 12px;
}

.trust-text p {
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}

/* ===== CTA Section ===== */
.cta-section {
  padding: clamp(60px, 10vw, 100px) 0;
}

.cta-box {
  background: linear-gradient(135deg, rgba(255, 215, 106, 0.08), rgba(59, 130, 246, 0.05));
  border: 1px solid rgba(255, 215, 106, 0.2);
  border-radius: 24px;
  padding: clamp(40px, 6vw, 60px);
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.cta-box::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 215, 106, 0.1), transparent 60%);
  pointer-events: none;
}

.cta-content {
  position: relative;
  z-index: 1;
}

.cta-title {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  margin: 0 0 16px;
  line-height: 1.2;
}

.cta-text {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0 0 28px;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cta-visual {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.floating-number {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  border: 2px solid rgba(255, 215, 106, 0.3);
  border-radius: 20px;
  padding: 32px 28px;
  text-align: center;
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

.number-display {
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  font-weight: 900;
  letter-spacing: 1px;
  background: linear-gradient(180deg, var(--gold-1), var(--gold-2));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 8px;
}

.number-label {
  font-size: 0.9rem;
  color: var(--muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ===== Responsive Adjustments ===== */
@media (max-width: 980px) {
  .hero__stats {
    gap: 20px;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .trust-content {
    grid-template-columns: 1fr;
  }

  .cta-box {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .cta-actions {
    justify-content: center;
  }

  .floating-number {
    margin-top: 20px;
  }

  .stat__number {
    font-size: 1.6rem;
  }
}

@media (max-width: 640px) {
  .hero__stats {
    flex-direction: column;
    gap: 16px;
  }

  .stat {
    padding: 12px;
  }

  .trust-badge-group {
    gap: 12px;
  }

  .btn--large {
    width: 100%;
  }
}


/* ===== MOBILE-FIRST SHOP WITH BETTER DESIGN ===== */

/* Compact Header with Stats */
.shop-header-compact {
  padding: 20px 0;
  background: linear-gradient(135deg, rgba(255, 215, 106, 0.03), rgba(59, 130, 246, 0.02));
  border-bottom: 1px solid var(--line);
}

.shop-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.shop-title-main {
  font-size: clamp(1.4rem, 5vw, 2rem);
  margin: 0 0 4px;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.shop-subtitle-main {
  font-size: 0.9rem;
  color: var(--muted);
  margin: 0;
}

.shop-stats-compact {
  display: none;
}

.stat-compact {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 600;
  white-space: nowrap;
}

.stat-compact svg {
  stroke: var(--gold-1);
  flex-shrink: 0;
}

.shop-content {
  padding: 16px 0 40px;
}
.contact-content{
  padding: 16px 0 40px;
}

/* Filter Bar Mobile */
.filter-bar-mobile {
  margin-bottom: 16px;
}

/* Search Box Container */
.search-box-mobile {
  margin-bottom: 10px;
}

/* Input Wrapper - enthält Input + Clear Button */
.search-input-wrapper {
  position: relative;
  width: 100%;
}

/* Linke Lupe (Deko-Icon im Input) */
.search-icon-left {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  stroke: var(--muted);
  pointer-events: none;
  z-index: 1;
  transition: all 0.3s;
}

/* Loading Animation für Lupe */
.search-input-wrapper.loading .search-icon-left {
  animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 1; }
}

/* Search Input */
.search-input-mobile {
  width: 100%;
  padding: 12px 44px 12px 44px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--text);
  font-size: 1rem;
  transition: all 0.2s;
}

.search-input-mobile:focus {
  outline: none;
  border-color: var(--gold-2);
  box-shadow: 0 0 0 3px rgba(255, 215, 106, 0.1);
}

/* Clear Button (X) - gelbes X rechts im Input */
.search-clear-mobile {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  padding: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: all 0.2s;
  z-index: 2;
}

.search-clear-mobile:hover {
  background: rgba(255, 215, 106, 0.1);
}

.search-clear-mobile svg {
  stroke: var(--gold-1);
  width: 20px;
  height: 20px;
}

.quick-filters {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 8px;
}

.quick-select {
  padding: 11px 12px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 600;
  transition: all 0.2s;
}

.quick-select:focus {
  outline: none;
  border-color: var(--gold-2);
  box-shadow: 0 0 0 3px rgba(255, 215, 106, 0.1);
}

.filter-toggle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--text);
  cursor: pointer;
  transition: all 0.2s;
}

.filter-toggle-btn.active {
  background: linear-gradient(135deg, rgba(255, 215, 106, 0.12), rgba(207, 162, 26, 0.08));
  border-color: var(--gold-2);
}

.filter-toggle-btn svg {
  stroke: var(--muted);
  transition: stroke 0.2s;
}

.filter-toggle-btn.active svg {
  stroke: var(--gold-1);
}

/* Advanced Panel */
.advanced-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, margin 0.3s ease;
}

.advanced-panel.active {
  max-height: 200px;
  margin-top: 10px;
}

.price-filters {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 10px;
}

.price-input-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.price-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--muted);
}

.price-input {
  padding: 10px 12px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--text);
  font-size: 0.95rem;
}

.price-input:focus {
  outline: none;
  border-color: var(--gold-2);
  box-shadow: 0 0 0 3px rgba(255, 215, 106, 0.1);
}

.advanced-actions {
  display: flex;
  gap: 8px;
}

.advanced-actions .btn {
  flex: 1;
}

/* Category Pills */
.category-pills-mobile {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 2px;
}

.category-pills-mobile::-webkit-scrollbar {
  display: none;
}

.pill-cat {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  transition: all 0.2s;
}

.pill-cat svg {
  stroke: var(--muted);
  transition: stroke 0.2s;
}

.pill-cat.active {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-1px);
}

.pill-gold.active {
  background: linear-gradient(135deg, rgba(255, 215, 106, 0.15), rgba(207, 162, 26, 0.1));
  border-color: var(--gold-2);
  color: var(--gold-1);
}

.pill-gold.active svg {
  stroke: var(--gold-1);
}

.pill-silver.active {
  background: linear-gradient(135deg, rgba(226, 232, 240, 0.15), rgba(148, 163, 184, 0.1));
  border-color: #94a3b8;
  color: #e2e8f0;
}

.pill-silver.active svg {
  stroke: #e2e8f0;
}

.pill-bronze.active {
  background: linear-gradient(135deg, rgba(254, 215, 170, 0.15), rgba(217, 119, 6, 0.1));
  border-color: #d97706;
  color: #fed7aa;
}

.pill-bronze.active svg {
  stroke: #fed7aa;
}

/* Products List Mobile */
.products-list-mobile {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-card-mobile {
  display: flex;
  gap: 12px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 12px;
  transition: all 0.2s;
  position: relative;
}

.product-card-mobile:hover {
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.product-link-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 16px;
}

.product-image-box {
  flex-shrink: 0;
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 12px;
  overflow: hidden;
}

.product-image-box img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
}

.product-card-mobile:hover .product-image-box img {
  transform: scale(1.05);
}

.cat-badge {
  position: absolute;
  bottom: 6px;
  right: 6px;
  padding: 3px 8px;
  border-radius: 6px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.cat-badge--gold {
  background: linear-gradient(135deg, var(--gold-1), var(--gold-2));
  color: #000;
}

.cat-badge--silber {
  background: linear-gradient(135deg, #e2e8f0, #94a3b8);
  color: #1e293b;
}

.cat-badge--bronze {
  background: linear-gradient(135deg, #fed7aa, #d97706);
  color: #431407;
}

.product-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
}

.product-text {
  margin-bottom: 8px;
}

.product-number {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 2px;
  letter-spacing: 0.4px;
  line-height: 1.2;
}

.product-vanity {
  font-size: 0.85rem;
  color: var(--muted);
  margin: 0;
}

.product-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.product-price {
  font-size: 1.1rem;
  font-weight: 900;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
}

.product-btn {
  position: relative;
  z-index: 2;
  padding: 8px 16px;
  background: linear-gradient(135deg, var(--gold-1), var(--gold-2));
  color: #000;
  font-weight: 700;
  font-size: 0.85rem;
  border-radius: 8px;
  white-space: nowrap;
  flex-shrink: 0;
  transition: all 0.2s;
  box-shadow: 0 2px 8px rgba(255, 215, 106, 0.3);
}

.product-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 215, 106, 0.4);
}

/* Empty State */
.empty-box {
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.005));
  border: 1px solid var(--line);
  border-radius: 16px;
}

.empty-box svg {
  stroke: var(--muted);
  margin-bottom: 16px;
  opacity: 0.5;
}

.empty-text {
  font-size: 1.05rem;
  color: var(--muted);
  margin: 0 0 12px;
  font-weight: 600;
}

.empty-link {
  color: var(--gold-1);
  text-decoration: underline;
  font-size: 0.95rem;
  font-weight: 600;
}

/* Pagination Mobile */
.pagination-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.page-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  border: 1px solid var(--line);
  border-radius: 10px;
  transition: all 0.2s;
}

.page-arrow:hover {
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
}

.page-arrow svg {
  stroke: var(--muted);
  transition: stroke 0.2s;
}

.page-arrow:hover svg {
  stroke: var(--gold-1);
}

.page-nums {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
}

.page-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  border: 1px solid var(--line);
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.2s;
}

.page-btn:hover {
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
}

.page-btn.active {
  background: linear-gradient(135deg, var(--gold-1), var(--gold-2));
  border-color: var(--gold-2);
  color: #000;
  box-shadow: 0 4px 12px rgba(255, 215, 106, 0.3);
}

.page-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--muted);
  font-weight: 600;
}

/* Tablet & Desktop */
@media (min-width: 640px) {
  .shop-stats-compact {
    display: flex;
    gap: 8px;
  }

  .search-input-mobile {
    font-size: 1rem;
  }

  .quick-filters {
    grid-template-columns: 160px 140px auto;
  }
}

@media (min-width: 768px) {
  .shop-header-compact {
    padding: 28px 0;
  }

  .products-list-mobile {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 16px;
  }

  .product-card-mobile {
    flex-direction: column;
    padding: 14px;
  }

  .product-image-box {
    width: 100%;
    height: 180px;
  }

  .cat-badge {
    font-size: 0.75rem;
    padding: 4px 10px;
  }

  .product-number {
    font-size: 1.35rem;
  }

  .product-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .product-price {
    font-size: 1.5rem;
  }

  .product-btn {
    width: 100%;
    padding: 10px 16px;
    font-size: 0.9rem;
    justify-content: center;
  }
}

@media (min-width: 1024px) {
  .products-list-mobile {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
  }
}


/* Live Search Loading State */
.products-list-mobile {
  transition: opacity 0.2s ease;
}

.search-input-mobile {
  position: relative;
}


/* Smooth filtering animations */
.products-list-mobile .product-card-mobile {
  animation: fadeInProduct 0.3s ease;
}

@keyframes fadeInProduct {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.empty-box {
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}


/* Smaller, better category pills */
.category-pills-mobile {
  display: flex;
  gap: 6px;
  margin-bottom: 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 2px;
}

.category-pills-mobile::-webkit-scrollbar {
  display: none;
}

.pill-cat {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  transition: all 0.2s;
  white-space: nowrap;
}

.pill-cat svg {
  display: none; /* Remove icons */
}

.pill-cat.active {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.pill-gold.active {
  background: linear-gradient(135deg, rgba(255, 215, 106, 0.15), rgba(207, 162, 26, 0.1));
  border-color: var(--gold-2);
  color: var(--gold-1);
}

.pill-silver.active {
  background: linear-gradient(135deg, rgba(226, 232, 240, 0.15), rgba(148, 163, 184, 0.1));
  border-color: #94a3b8;
  color: #e2e8f0;
}

.pill-bronze.active {
  background: linear-gradient(135deg, rgba(254, 215, 170, 0.15), rgba(217, 119, 6, 0.1));
  border-color: #d97706;
  color: #fed7aa;
}

/* Responsive adjustments */
@media (min-width: 640px) {
  
  .category-pills-mobile {
    justify-content: flex-start;
  }
}

/* ===== SHOP FILTER LAYOUT ===== */

/* Row 1: Search + Sort */
.search-sort-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 12px;
}

.search-box-mobile {
  width: 100%;
}

/* Sort Select - Desktop visible, Mobile hidden */
.sort-desktop {
  display: none;
}

/* Sort Select - Mobile visible, Desktop hidden */
.sort-mobile {
  display: block;
}

/* Row 2 Mobile: Price left + Sort right */
.mobile-price-sort-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  margin-bottom: 12px;
  align-items: start;
}

.price-filters-mobile {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

/* Price filters for desktop (hidden on mobile) */
.price-filters-desktop {
  display: none;
}

/* Row 3: Categories */
.category-price-row {
  margin-bottom: 20px;
}

/* Mobile Layout: < 640px */
@media (max-width: 639px) {
  /* Search full width */
  .search-sort-row {
    grid-template-columns: 1fr;
  }
  
  .sort-desktop {
    display: none;
  }
  
  .sort-mobile {
    display: block;
    min-width: 110px;
  }
  
  /* Mobile row 2: Price filters on left (2 inputs side by side), sort on right */
  .mobile-price-sort-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
  }
  
  .price-filters-mobile {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  
  /* Categories below */
  .category-price-row {
    display: block;
  }
  
  .price-filters-desktop {
    display: none;
  }
}

/* Desktop Layout: >= 640px */
@media (min-width: 640px) {
  /* Row 1: Search left, Sort right */
  .search-sort-row {
    grid-template-columns: 1fr 180px;
    gap: 12px;
    margin-bottom: 16px;
  }
  
  .sort-desktop {
    display: block;
  }
  
  .sort-mobile {
    display: none;
  }
  
  /* Hide mobile price/sort row on desktop */
  .mobile-price-sort-row {
    display: none;
  }
  
  .price-filters-mobile {
    display: none;
  }
  
  /* Row 2: Categories left, Price filters right */
  .category-price-row {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
  }
  
  .category-pills-mobile {
    flex: 1;
  }
  
  .price-filters-desktop {
    display: grid;
    grid-template-columns: 140px 140px;
    gap: 10px;
    flex-shrink: 0;
  }
}

@media (min-width: 768px) {
  .search-sort-row {
    grid-template-columns: 1fr 200px;
  }
  
  .price-filters-desktop {
    grid-template-columns: 150px 150px;
    gap: 12px;
  }
}

.sort-select {
  padding: 11px 12px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 600;
  width: 100%;
}

.sort-select:focus {
  outline: none;
  border-color: var(--gold-2);
  box-shadow: 0 0 0 3px rgba(255, 215, 106, 0.1);
}

/* Price Filters - Live */
.price-filters-live {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 16px;
}

.price-input-live {
  padding: 11px 12px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--text);
  font-size: 0.9rem;
  width: 100%;
}

.price-input-live:focus {
  outline: none;
  border-color: var(--gold-2);
  box-shadow: 0 0 0 3px rgba(255, 215, 106, 0.1);
}

/* Desktop: Side by side layout */


/* Enhanced Search Box Design */
.search-box-mobile {
  position: relative;
}

.search-box-mobile svg:first-child {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  stroke: var(--gold-1);
  pointer-events: none;
  z-index: 2;
  opacity: 0.8;
}

.search-input-mobile {
  width: 100%;
  height: 48px;
  padding: 0 48px 0 46px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  border: 2px solid transparent;
  background-clip: padding-box;
  border-radius: 14px;
  color: var(--text);
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: relative;
}

.search-input-mobile::placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 500;
}

.search-input-mobile:focus {
  outline: none;
  border-color: var(--gold-2);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  box-shadow: 0 4px 16px rgba(255, 215, 106, 0.2), 0 0 0 4px rgba(255, 215, 106, 0.1);
  transform: translateY(-1px);
}

.search-input-mobile:focus + .search-clear-mobile,
.search-input-mobile:not(:placeholder-shown) + .search-clear-mobile {
  opacity: 1;
  pointer-events: auto;
}

.search-clear-mobile {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.08);
  border: none;
  padding: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: all 0.2s;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}

.search-clear-mobile:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-50%) scale(1.1);
}

.search-clear-mobile:active {
  transform: translateY(-50%) scale(0.95);
}

.search-clear-mobile svg {
  stroke: var(--gold-1);
  transition: stroke 0.2s;
}

.search-clear-mobile:hover svg {
  stroke: var(--gold-2);
}

/* Enhanced Sort Select - Gleiche Höhe wie Search */
.sort-select {
  height: 48px;
  padding: 0 14px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  border: 2px solid transparent;
  border-radius: 14px;
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 600;
  width: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.sort-select:hover {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.sort-select:focus {
  outline: none;
  border-color: var(--gold-2);
  box-shadow: 0 4px 16px rgba(255, 215, 106, 0.2), 0 0 0 4px rgba(255, 215, 106, 0.1);
}

/* Enhanced Price Inputs - Spinner-Pfeile entfernen */
.price-input-live {
  height: 48px;
  padding: 0 14px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  border: 2px solid transparent;
  border-radius: 14px;
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 600;
  width: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  -moz-appearance: textfield; /* Firefox */
}

/* Chrome, Safari, Edge, Opera - Spinner-Pfeile entfernen */
.price-input-live::-webkit-outer-spin-button,
.price-input-live::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.price-input-live::placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 500;
}

.price-input-live:hover {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.price-input-live:focus {
  outline: none;
  border-color: var(--gold-2);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  box-shadow: 0 4px 16px rgba(255, 215, 106, 0.2), 0 0 0 4px rgba(255, 215, 106, 0.1);
  transform: translateY(-1px);
}

/* Products List - Smooth Loading Transition */
.products-list-mobile {
  transition: opacity 0.3s ease;
}

/* Empty Box - nimmt volle Breite ein wenn in Grid */
.products-list-mobile .empty-box {
  grid-column: 1 / -1; /* Nimmt alle Spalten ein */
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.005));
  border: 1px solid var(--line);
  border-radius: 16px;
}

.products-list-mobile .empty-box svg {
  stroke: var(--muted);
  margin: 0 auto 16px;
  opacity: 0.5;
  display: block;
}

.products-list-mobile .empty-text {
  font-size: 1.05rem;
  color: var(--muted);
  margin: 0 0 12px;
  font-weight: 600;
}

.products-list-mobile .empty-link {
  color: var(--gold-1);
  text-decoration: underline;
  font-size: 0.95rem;
  font-weight: 600;
}

/* Loading indicator for live search */

/* Better focus states overall */
.filter-bar-mobile input:focus,
.filter-bar-mobile select:focus {
  transform: translateY(-1px);
}


/* Fix Dropdown Background Color */
.sort-select {
  background: var(--bg-2);
  border: 1px solid var(--line);
  padding: 13px 14px;
  border-radius: 14px;
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 600;
  width: 100%;
  transition: all 0.3s ease;
  cursor: pointer;
}

.sort-select:hover {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.sort-select:focus {
  outline: none;
  border-color: var(--gold-2);
  background: var(--bg-2);
  box-shadow: 0 4px 16px rgba(255, 215, 106, 0.2), 0 0 0 3px rgba(255, 215, 106, 0.1);
}

.sort-select option {
  background: var(--bg);
  color: var(--text);
  padding: 10px;
}

/* Layout: Categories left, Price filters right */
.shop-content .container {
  position: relative;
}

.category-pills-mobile {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 2px;
  justify-content: flex-start;
}

.price-filters-live {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 16px;
}

/* Enhanced Category Pills with Hover Effects */
.pill-cat {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.pill-cat::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.5s;
}

.pill-cat:hover::before {
  left: 100%;
}

.pill-cat:hover {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.pill-cat:active {
  transform: translateY(-1px) scale(1.01);
}

.pill-cat.active {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

.pill-gold:hover {
  border-color: rgba(255, 215, 106, 0.4);
  box-shadow: 0 4px 16px rgba(255, 215, 106, 0.2);
}

.pill-gold.active {
  background: linear-gradient(135deg, rgba(255, 215, 106, 0.2), rgba(207, 162, 26, 0.15));
  border-color: var(--gold-2);
  color: var(--gold-1);
  box-shadow: 0 4px 16px rgba(255, 215, 106, 0.3);
}

.pill-silver:hover {
  border-color: rgba(226, 232, 240, 0.4);
  box-shadow: 0 4px 16px rgba(226, 232, 240, 0.2);
}

.pill-silver.active {
  background: linear-gradient(135deg, rgba(226, 232, 240, 0.2), rgba(148, 163, 184, 0.15));
  border-color: #94a3b8;
  color: #e2e8f0;
  box-shadow: 0 4px 16px rgba(226, 232, 240, 0.3);
}

.pill-bronze:hover {
  border-color: rgba(254, 215, 170, 0.4);
  box-shadow: 0 4px 16px rgba(254, 215, 170, 0.2);
}

.pill-bronze.active {
  background: linear-gradient(135deg, rgba(254, 215, 170, 0.2), rgba(217, 119, 6, 0.15));
  border-color: #d97706;
  color: #fed7aa;
  box-shadow: 0 4px 16px rgba(254, 215, 170, 0.3);
}


/* Category Pills Mobile - alle weiteren alten Duplikate entfernt */
.category-pills-mobile {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 10px;
  justify-content: flex-start;
}

.category-pills-mobile::-webkit-scrollbar {
  display: none;
}

/* Metallic Shimmer Header */
.vip-header {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 
                 'Helvetica Neue', Arial, sans-serif;
    font-size: 2.1rem;
    background: linear-gradient(
        135deg, 
        #ffd89b 0%, 
        #ffa94d 20%, 
        #ffd89b 40%, 
        #ffc64d 60%, 
        #ffd89b 80%, 
        #ffa94d 100%
    );
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: shimmer 3s linear infinite;
    letter-spacing: 1px;
}

@keyframes shimmer {
    to {
        background-position: 200% center;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .vip-header {
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {
    .vip-header {
        font-size: 1.1rem;
    }
	.shop-header-compact{
		display:none;
	}
}

/* ========================================
   Kontaktformular & reCAPTCHA
   (passend zum VIP Dark Theme)
   ======================================== */

.contact-content {
  max-width: 800px;
  margin: 3rem auto;
  padding: 0 var(--space);
}

.contact-content .section {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  padding: clamp(1.5rem, 4vw, 3rem);
  box-shadow: var(--shadow);
}

.contact-content h1 {
  color: var(--text);
  margin: 0 0 2rem 0;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  background: linear-gradient(135deg, var(--gold-1) 0%, var(--gold-2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Success Alert */
.alert {
  padding: 1rem 1.25rem;
  border-radius: var(--radius);
  margin-bottom: 1.5rem;
  border: 1px solid;
}

.alert-success {
  background: rgba(34, 197, 94, 0.1);
  border-color: var(--success);
  color: var(--success);
}

/* Formular */
.form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form label {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-weight: 500;
  color: var(--sub);
  font-size: 0.95rem;
}

.form input[type="text"],
.form input[type="email"],
.form textarea {
  width: 100%;
  padding: 0.875rem 1rem;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--text);
  font-size: 1rem;
  font-family: inherit;
  transition: all 0.2s ease;
}

.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form textarea:focus {
  outline: none;
  border-color: var(--ring);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
  background: var(--card);
}

.form input[type="text"]::placeholder,
.form input[type="email"]::placeholder,
.form textarea::placeholder {
  color: var(--muted);
  opacity: 0.6;
}

.form textarea {
  resize: vertical;
  min-height: 140px;
  line-height: 1.6;
}

/* Fehler-Styling */
.error {
  color: var(--danger);
  font-size: 0.875rem;
  margin-top: 0.375rem;
  display: block;
  font-weight: 400;
}

.form input.has-error,
.form textarea.has-error {
  border-color: var(--danger);
}

/* reCAPTCHA Container */
.g-recaptcha {
  margin: 0.5rem 0;
  display: inline-block;
}

/* Button mit Gold-Gradient */
.form .btn {
  padding: 1rem 2rem;
  background: linear-gradient(135deg, var(--gold-1) 0%, var(--gold-2) 100%);
  color: #000;
  border: none;
  border-radius: var(--radius);
  font-size: 1.05rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-top: 0.5rem;
  box-shadow: 0 4px 12px rgba(255, 215, 106, 0.25);
}

.form .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 215, 106, 0.35);
}

.form .btn:active {
  transform: translateY(0);
}

.form .btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

/* Mobile Anpassungen */
@media (max-width: 768px) {
  .contact-content {
    margin: 2rem auto;
  }

  .contact-content .section {
    padding: 1.5rem;
  }

  .form {
    gap: 1.25rem;
  }
}

/* reCAPTCHA auf kleinen Screens skalieren */
@media (max-width: 480px) {
  .g-recaptcha {
    transform: scale(0.85);
    transform-origin: 0 0;
  }

  .form .btn {
    width: 100%;
  }
}

/* Required-Asterisk (optional) */
.form label.required::after {
  content: " *";
  color: var(--danger);
}

/* ========================================
   FAQ Seite (Accordion Style)
   (passend zum VIP Dark Theme)
   ======================================== */

.faq-content {
  max-width: 900px;
  margin: 3rem auto;
  padding: 0 var(--space);
}

.faq-content .section {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  padding: clamp(1.5rem, 4vw, 3rem);
  box-shadow: var(--shadow);
}

.faq-content h1 {
  color: var(--text);
  margin: 0 0 2rem 0;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  background: linear-gradient(135deg, var(--gold-1) 0%, var(--gold-2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* FAQ Container */
.faq-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* FAQ Item (details element) */
.faq-item {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: all 0.2s ease;
}

.faq-item:hover {
  border-color: rgba(59, 130, 246, 0.3);
}

.faq-item[open] {
  border-color: var(--ring);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

/* Frage (summary element) */
.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  font-weight: 600;
  color: var(--text);
  cursor: pointer;
  user-select: none;
  list-style: none; /* Entfernt den Standard-Pfeil */
  transition: color 0.2s ease;
}

.faq-question::-webkit-details-marker {
  display: none; /* Safari/Chrome */
}

.faq-question:hover {
  color: var(--gold-1);
}

.faq-item[open] .faq-question {
  color: var(--gold-1);
  border-bottom: 1px solid var(--line);
}

.faq-question span {
  flex: 1;
}

/* Icon (Chevron) */
.faq-icon {
  flex-shrink: 0;
  color: var(--muted);
  transition: transform 0.2s ease, color 0.2s ease;
}

.faq-item[open] .faq-icon {
  transform: rotate(180deg);
  color: var(--gold-1);
}

/* Antwort */
.faq-answer {
  padding: 0 1.5rem 1.25rem 1.5rem;
  color: var(--sub);
  line-height: 1.7;
  animation: fadeIn 0.3s ease;
  margin-top:10px;
}

.faq-answer p {
  margin: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile Anpassungen */
@media (max-width: 768px) {
  .faq-content {
    margin: 2rem auto;
  }

  .faq-content .section {
    padding: 1.5rem;
  }

  .faq-question {
    padding: 1rem 1.25rem;
    font-size: 0.95rem;
  }

  .faq-answer {
    padding: 0 1.25rem 1rem 1.25rem;
    font-size: 0.9rem;
  }

  .faq-container {
    gap: 0.75rem;
  }
}

/* Smooth Scroll für Anker-Links */
html {
  scroll-behavior: smooth;
}

/* Optional: Highlight beim Scrollen zu einem bestimmten FAQ */
.faq-item:target {
  border-color: var(--gold-1);
  box-shadow: 0 0 0 3px rgba(255, 215, 106, 0.15);
}

/* ========================================
   Rechtliche Seiten (Impressum, Datenschutz, AGB)
   (passend zum VIP Dark Theme)
   ======================================== */

.legal-content {
  max-width: 900px;
  margin: 3rem auto;
  padding: 0 var(--space);
}

.legal-content .section {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  padding: clamp(2rem, 5vw, 4rem);
  box-shadow: var(--shadow);
}

/* Hauptüberschrift */
.legal-content h1 {
  color: var(--text);
  margin: 0 0 2.5rem 0;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  background: linear-gradient(135deg, var(--gold-1) 0%, var(--gold-2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

/* Intro-Text (nur Datenschutz) */
.legal-intro {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-left: 3px solid var(--ring);
  border-radius: var(--radius);
  padding: 1.5rem;
  margin-bottom: 2rem;
  color: var(--sub);
  line-height: 1.7;
}

/* Abschnitte */
.legal-section {
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--line);
}

.legal-section:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* Hervorgehobene Abschnitte */
.legal-highlight {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-left: 3px solid var(--gold-2);
  border-radius: var(--radius);
  padding: 1.5rem;
  margin-bottom: 2.5rem;
}

.legal-highlight h2 {
  margin-top: 0 !important;
}

/* Überschriften h2 */
.legal-content h2 {
  color: var(--gold-1);
  font-size: clamp(1.15rem, 2.5vw, 1.4rem);
  font-weight: 600;
  margin: 0 0 1rem 0;
  line-height: 1.3;
}

/* Absätze */
.legal-content p {
  color: var(--sub);
  line-height: 1.75;
  margin: 0 0 1rem 0;
}

.legal-content p:last-child {
  margin-bottom: 0;
}

/* Listen */
.legal-content ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
  color: var(--sub);
}

.legal-content ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
  line-height: 1.7;
}

.legal-content ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--gold-1);
  font-weight: 700;
}

/* Links */
.legal-content a {
  color: var(--ring);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.2s ease;
}

.legal-content a:hover {
  color: var(--gold-1);
  border-bottom-color: var(--gold-1);
}

/* Strong/Bold Text */
.legal-content strong {
  color: var(--text);
  font-weight: 600;
}

/* Em/Italic Text */
.legal-content em {
  color: var(--muted);
  font-style: italic;
}

/* Footer (Stand-Datum) */
.legal-footer {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.9rem;
  text-align: center;
}

/* Mobile Anpassungen */
@media (max-width: 768px) {
  .legal-content {
    margin: 2rem auto;
  }

  .legal-content .section {
    padding: 1.5rem;
  }

  .legal-content h1 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .legal-content h2 {
    font-size: 1.15rem;
  }

  .legal-section {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
  }

  .legal-intro,
  .legal-highlight {
    padding: 1.25rem;
  }
}

/* Sehr kleine Bildschirme */
@media (max-width: 480px) {
  .legal-content {
    padding: 0 1rem;
  }

  .legal-content .section {
    padding: 1.25rem;
  }

  .legal-content h1 {
    font-size: 1.35rem;
  }

  .legal-content h2 {
    font-size: 1.05rem;
  }
}

/* Print-Styles (für Ausdrucke) */
@media print {
  .legal-content .section {
    background: white;
    border: none;
    box-shadow: none;
  }

  .legal-content h1 {
    color: black;
    background: none;
    -webkit-text-fill-color: black;
  }

  .legal-content h2 {
    color: #333;
  }

  .legal-content p,
  .legal-content li {
    color: #333;
  }
}