/* LIMO-KING® Premium WOW Design */
/* Tief-schwarzer Hintergrund + Gold-Effekte + Animationen */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&family=Inter:wght@300;400;500;600;700&display=swap');

:root {
  --limo-gold: #D4AF37;
  --limo-gold-light: #F4E4B7;
  --limo-gold-dark: #B8941F;
  --limo-black: #000000;
  --limo-dark-gray: #0a0a0a;
}

/* ========================================
   TIEF-SCHWARZER HINTERGRUND
   ======================================== */

body {
  background: #000000 !important;
  position: relative;
  overflow-x: hidden;
  min-height: 100vh;
}

/* Floating Gold Particles Background */
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 10% 20%, rgba(212, 175, 55, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 90% 80%, rgba(212, 175, 55, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.02) 0%, transparent 50%);
  animation: float 15s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

@keyframes float {
  0%, 100% { 
    transform: translateY(0px) scale(1); 
    opacity: 1;
  }
  50% { 
    transform: translateY(-30px) scale(1.05); 
    opacity: 0.8;
  }
}

/* Animated Gold Particles */
body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(2px 2px at 20% 30%, rgba(212, 175, 55, 0.2), transparent),
    radial-gradient(2px 2px at 60% 70%, rgba(212, 175, 55, 0.2), transparent),
    radial-gradient(1px 1px at 50% 50%, rgba(212, 175, 55, 0.15), transparent),
    radial-gradient(1px 1px at 80% 10%, rgba(212, 175, 55, 0.15), transparent),
    radial-gradient(2px 2px at 90% 60%, rgba(212, 175, 55, 0.2), transparent),
    radial-gradient(1px 1px at 33% 80%, rgba(212, 175, 55, 0.15), transparent);
  background-size: 200% 200%;
  animation: particles 20s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

@keyframes particles {
  0%, 100% { 
    background-position: 0% 0%, 100% 100%, 50% 50%, 80% 20%, 20% 80%, 60% 40%;
  }
  50% { 
    background-position: 100% 100%, 0% 0%, 60% 40%, 20% 80%, 80% 20%, 40% 60%;
  }
}

.hero-pattern {
  background: #000000 !important;
  background-image: none !important;
}

html {
  background: #000000 !important;
}

body, .min-h-screen {
  background: #000000 !important;
}

/* ========================================
   LOGO - KLEINER & OHNE TEXT
   ======================================== */

.logo-container {
  text-align: center;
  margin-bottom: 1.5rem;
  animation: fadeInDown 0.8s ease-out;
}

.logo-container img {
  width: 120px !important;
  height: auto;
  filter: drop-shadow(0 4px 25px rgba(212, 175, 55, 0.6));
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  margin: 0 auto;
}

.logo-container img:hover {
  filter: drop-shadow(0 8px 40px rgba(212, 175, 55, 0.8));
  transform: scale(1.08) rotate(2deg);
}

/* TEXT ENTFERNEN */
.text-center.mb-8 {
  margin-bottom: 0 !important;
}

.text-center.mb-8 h1,
.text-center.mb-8 p {
  display: none !important;
}

/* ========================================
   GLASMORPHISM CARDS
   ======================================== */

.bg-gray-900 {
  background: rgba(10, 10, 10, 0.7) !important;
  backdrop-filter: blur(30px) saturate(180%);
  -webkit-backdrop-filter: blur(30px) saturate(180%);
  border: 1px solid rgba(212, 175, 55, 0.15) !important;
  box-shadow: 
    0 8px 32px 0 rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(212, 175, 55, 0.1) inset,
    0 0 60px rgba(212, 175, 55, 0.05) !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.bg-gray-900:hover {
  border-color: rgba(212, 175, 55, 0.3) !important;
  box-shadow: 
    0 12px 48px 0 rgba(0, 0, 0, 0.7),
    0 0 0 1px rgba(212, 175, 55, 0.2) inset,
    0 0 80px rgba(212, 175, 55, 0.1) !important;
  transform: translateY(-2px);
}

/* ========================================
   TYPOGRAPHY
   ======================================== */

.font-oswald {
  font-family: 'Playfair Display', serif !important;
}

.text-limo-gold {
  background: linear-gradient(135deg, #F4E4B7 0%, #D4AF37 50%, #B8941F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.gold-text-glow {
  filter: drop-shadow(0 0 15px rgba(212, 175, 55, 0.6));
}

/* ========================================
   WOW BUTTONS - SHINE + 3D + RIPPLE
   ======================================== */

.btn-gold {
  background: linear-gradient(135deg, #F4E4B7 0%, #D4AF37 100%) !important;
  color: #000000 !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  box-shadow: 
    0 4px 20px rgba(212, 175, 55, 0.4),
    0 0 40px rgba(212, 175, 55, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.3) !important;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Shine Effect */
.btn-gold::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg, 
    transparent, 
    rgba(255, 255, 255, 0.5), 
    transparent
  );
  transition: left 0.6s ease;
}

.btn-gold:hover:not(:disabled)::before {
  left: 100%;
}

/* Glow Pulse */
.btn-gold::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
}

.btn-gold:hover:not(:disabled)::after {
  width: 300px;
  height: 300px;
  opacity: 0;
}

/* 3D Lift + Enhanced Glow */
.btn-gold:hover:not(:disabled) {
  background: linear-gradient(135deg, #F4E4B7 0%, #D4AF37 50%, #B8941F 100%) !important;
  box-shadow: 
    0 8px 35px rgba(212, 175, 55, 0.6),
    0 0 60px rgba(212, 175, 55, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.4) !important;
  transform: translateY(-4px) scale(1.02);
}

.btn-gold:active:not(:disabled) {
  transform: translateY(-2px) scale(0.98);
  box-shadow: 
    0 4px 20px rgba(212, 175, 55, 0.5),
    0 0 40px rgba(212, 175, 255, 0.3) !important;
}

.btn-gold:disabled {
  background: rgba(50, 50, 50, 0.4) !important;
  color: rgba(150, 150, 150, 0.5) !important;
  box-shadow: none !important;
  cursor: not-allowed;
}

/* ========================================
   INPUT FIELDS - GLOW FOCUS
   ======================================== */

input:focus, select:focus, textarea:focus {
  border-color: rgba(212, 175, 55, 0.8) !important;
  box-shadow: 
    0 0 0 3px rgba(212, 175, 55, 0.15), 
    0 4px 25px rgba(212, 175, 55, 0.3),
    0 0 60px rgba(212, 175, 55, 0.1) !important;
  background: rgba(10, 10, 10, 0.9) !important;
  transform: translateY(-1px);
}

.bg-black {
  background: rgba(5, 5, 5, 0.8) !important;
  backdrop-filter: blur(10px);
  border-color: rgba(212, 175, 55, 0.2) !important;
  transition: all 0.3s ease;
}

/* ========================================
   STEP INDICATOR - BOUNCE ANIMATION
   ======================================== */

.step-active {
  background: linear-gradient(135deg, #F4E4B7 0%, #D4AF37 100%) !important;
  color: #000000 !important;
  box-shadow: 
    0 4px 25px rgba(212, 175, 55, 0.5), 
    0 0 0 4px rgba(212, 175, 55, 0.25),
    0 0 60px rgba(212, 175, 55, 0.2) !important;
  animation: pulse 2.5s ease-in-out infinite, bounce 0.6s ease-out;
}

@keyframes pulse {
  0%, 100% { 
    box-shadow: 
      0 4px 25px rgba(212, 175, 55, 0.5), 
      0 0 0 4px rgba(212, 175, 55, 0.25),
      0 0 60px rgba(212, 175, 55, 0.2);
  }
  50% { 
    box-shadow: 
      0 4px 35px rgba(212, 175, 55, 0.7), 
      0 0 0 6px rgba(212, 175, 55, 0.35),
      0 0 80px rgba(212, 175, 55, 0.3);
  }
}

@keyframes bounce {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.15); }
}

.step-inactive {
  background: rgba(20, 20, 20, 0.8) !important;
  color: rgba(212, 175, 55, 0.4) !important;
  border: 2px solid rgba(212, 175, 55, 0.2) !important;
  transition: all 0.3s ease;
}

.step-inactive:hover {
  border-color: rgba(212, 175, 55, 0.4) !important;
  transform: scale(1.05);
}

/* ========================================
   PROGRESS LINE
   ======================================== */

.bg-gray-700 {
  background: rgba(212, 175, 55, 0.15) !important;
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.1);
}

/* ========================================
   INFO BOX
   ======================================== */

.bg-gray-900\/50 {
  background: rgba(10, 10, 10, 0.5) !important;
  backdrop-filter: blur(15px);
  border: 1px solid rgba(212, 175, 55, 0.1) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

/* ========================================
   ANIMATIONS
   ======================================== */

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes fadeInUp {
  from { 
    opacity: 0; 
    transform: translateY(30px); 
  }
  to { 
    opacity: 1; 
    transform: translateY(0); 
  }
}

@keyframes fadeInDown {
  from { 
    opacity: 0; 
    transform: translateY(-30px); 
  }
  to { 
    opacity: 1; 
    transform: translateY(0); 
  }
}

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-8px); }
  75% { transform: translateX(8px); }
}

/* Error Animation */
.error:not(.hidden) {
  animation: shake 0.4s ease;
  color: #ff6b6b;
  text-shadow: 0 0 10px rgba(255, 107, 107, 0.5);
}

/* ========================================
   SCROLLBAR
   ======================================== */

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #000000;
  border-left: 1px solid rgba(212, 175, 55, 0.1);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #D4AF37 0%, #B8941F 100%);
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #F4E4B7 0%, #D4AF37 100%);
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.7);
}

/* ========================================
   MOBILE RESPONSIVE
   ======================================== */

@media (max-width: 768px) {
  .logo-container img {
    width: 100px !important;
  }
  
  .btn-gold {
    font-size: 1rem !important;
    padding: 0.875rem 2rem !important;
  }
}

/* ========================================
   CONTAINER ANIMATION
   ======================================== */

.container {
  animation: fadeIn 1s ease-out;
  position: relative;
  z-index: 1;
}

/* ========================================
   SMOOTH TRANSITIONS
   ======================================== */

* {
  transition-property: background, border-color, box-shadow, transform, opacity;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Prevent transition on page load */
.no-transition {
  transition: none !important;
}

/* ========================================
   RIPPLE EFFECT ON CLICK
   ======================================== */

.btn-gold {
  position: relative;
  overflow: hidden;
}

.btn-gold .ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  transform: scale(0);
  animation: ripple-animation 0.6s ease-out;
  pointer-events: none;
}

@keyframes ripple-animation {
  to {
    transform: scale(4);
    opacity: 0;
  }
}


/* ========================================
   DATUM/ZEIT INPUT - WEISSE ICONS
   ======================================== */

/* Weiße Icons für date/time inputs */
input[type="date"],
input[type="time"] {
  color-scheme: dark;
  position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
  filter: invert(1) brightness(1.5);
  cursor: pointer;
  font-size: 1.2rem;
  padding: 0.5rem;
  margin-right: -0.5rem;
}

input[type="date"]::-webkit-calendar-picker-indicator:hover,
input[type="time"]::-webkit-calendar-picker-indicator:hover {
  filter: invert(1) brightness(2) drop-shadow(0 0 5px rgba(212, 175, 55, 0.8));
  transform: scale(1.1);
}

/* Auto-open Picker beim Focus */
input[type="date"]:focus::-webkit-calendar-picker-indicator,
input[type="time"]:focus::-webkit-calendar-picker-indicator {
  filter: invert(1) brightness(2) drop-shadow(0 0 8px rgba(212, 175, 55, 1));
}

/* Datum/Zeit Text in Weiß */
input[type="date"],
input[type="time"] {
  color: #ffffff !important;
}

input[type="date"]::-webkit-datetime-edit,
input[type="time"]::-webkit-datetime-edit {
  color: #ffffff;
}

input[type="date"]::-webkit-datetime-edit-fields-wrapper,
input[type="time"]::-webkit-datetime-edit-fields-wrapper {
  color: #ffffff;
}

/* Placeholder-Style für leere Felder */
input[type="date"]:invalid,
input[type="time"]:invalid {
  color: rgba(255, 255, 255, 0.5);
}


/* ========================================
   KOMPAKTES DESKTOP-LAYOUT
   ======================================== */

@media (min-width: 1024px) {
  /* Container breiter für Desktop */
  .container {
    max-width: 1200px !important;
  }
  
  /* Abstände reduzieren */
  .py-12 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  
  .py-8 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  
  .mb-8 {
    margin-bottom: 1.5rem !important;
  }
  
  .mb-6 {
    margin-bottom: 1rem !important;
  }
  
  /* Logo kleiner auf Desktop */
  .logo-container {
    margin-bottom: 1rem !important;
  }
  
  /* Card-Padding reduzieren */
  .bg-gray-900 {
    padding: 1.5rem !important;
  }
  
  /* Grid kompakter */
  .grid.gap-6 {
    gap: 1rem !important;
  }
  
  /* Step-Indicator kompakter */
  .flex.items-center.justify-between {
    margin-bottom: 1.5rem !important;
  }
  
  /* Buttons kompakter */
  .btn-gold {
    padding: 0.75rem 2rem !important;
    font-size: 1rem !important;
  }
  
  /* Überschriften kompakter */
  .text-4xl {
    font-size: 2rem !important;
  }
  
  .text-5xl {
    font-size: 2.5rem !important;
  }
}

/* Extra breit für große Bildschirme */
@media (min-width: 1440px) {
  .container {
    max-width: 1300px !important;
  }
}


/* ========================================
   PAGE 4 - SCHWARZE INPUT-FELDER
   ======================================== */

/* Alle Input-Felder schwarz */
input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
  background: rgba(5, 5, 5, 0.9) !important;
  color: #ffffff !important;
  border-color: rgba(212, 175, 55, 0.3) !important;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
textarea::placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}

/* ========================================
   GOLD-FARBIGE ICONS IN FELDERN
   ======================================== */

/* Font Awesome Icons gold-farbig */
.fa-user,
.fa-envelope,
.fa-phone,
.fa-home,
.fa-map-marker-alt,
.fa-comment,
i[class*="fa-"] {
  color: #D4AF37 !important;
}

/* Icons in Labels */
label i {
  color: #D4AF37 !important;
}

/* Icons vor Input-Feldern */
.relative i {
  color: #D4AF37 !important;
}
