/* =========================================
   1. VARIABLES & RESET
   ========================================= */
:root {
  --primary: #238ad2;
  --primary-dark: #0a1929;
  --accent: #3da9f5;
  --text-light: #ffffff;
  --text-dim: rgba(255, 255, 255, 0.8);
  --glass-bg: rgba(10, 25, 41, 0.75);
  --glass-border: rgba(255, 255, 255, 0.1);
  --gradient-bg: linear-gradient(135deg, #051220 0%, #0d2942 100%);
  --font-main: 'Inter', sans-serif;
  --border-radius: 16px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-main);
  background: var(--gradient-bg);
  color: var(--text-light);
  line-height: 1.6;
  min-height: 100vh;
  overflow-x: hidden;
}

/* DEINE ORIGINALEN BILD-STYLES */
img {
  max-width: 100%;
  display: block;
  border-radius: var(--border-radius);
}

.rounded-xl {
  border-radius: 24px !important;
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

a {
  color: #ffffff;
  text-decoration: underline;
  transition: opacity 0.2s;
}

a:hover {
  opacity: 0.8;
}

p a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 600;
}

/* =========================================
   2. NAVIGATION
   ========================================= */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(10, 25, 41, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--glass-border);
  padding: 1rem 0;
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--text-light);
  text-decoration: none;
  letter-spacing: -1px;
}

.nav-links {
  display: flex;
  gap: 30px;
  align-items: center;
}

.nav-links a {
  color: var(--text-light);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}

.nav-links a:hover { color: var(--accent); }

.nav-btn {
  background: var(--primary);
  padding: 8px 20px;
  border-radius: 50px;
  font-weight: 600;
  color: white;
  text-decoration: none;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 25px;
  height: 3px;
  background: white;
  transition: 0.3s;
}

/* =========================================
   3. HERO SECTION (REPAIRED)
   ========================================= */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("img/sexy_legs_hero03.jpg");
  background-size: cover;
  /* Bild fängt exakt unter dem 80px Header an */
  background-position: center 75px; 
  background-attachment: fixed;
  text-align: center;
  padding: 100px 20px;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(5,18,32,0.8), rgba(35,138,210,0.3));
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 5;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.glow-text {
  font-size: clamp(2.5rem, 8vw, 6rem);
  font-weight: 900;
  margin-bottom: 0.5rem;
  text-shadow: 0 0 20px rgba(35, 138, 210, 0.8);
  animation: glow-pulse 3s infinite;
}

/* Abstandhalter für die Subline, damit Badges Platz haben */
.hero-content p {
  margin-bottom: 5rem; 
  font-size: 1.2rem;
}

.hero-badges {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 4rem; /* Abstand zum Button unten */
  flex-wrap: wrap;
}

.hero-badges img {
  width: 110px;
  height: auto;
  border-radius: 12px;
  animation: float-gentle 6s ease-in-out infinite;
  
  /* Glass-Look ohne Interaktion */
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px;
  
  /* Schatten für die Tiefe */
  filter: drop-shadow(0 10px 15px rgba(0,0,0,0.4)) drop-shadow(0 0 8px rgba(255,255,255,0.1));
  
  /* Verhindert den Link-Cursor */
  cursor: default;
}

.hero-cta {
  display: inline-block !important;
  padding: 16px 48px !important;
  background: rgba(255, 255, 255, 0.15) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-radius: 50px !important;
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  position: relative !important;
  z-index: 20 !important; /* Muss über dem hero-overlay (z-index: 1) liegen */
  transition: all 0.3s ease !important;
  pointer-events: auto !important; /* Erzwingt Klickbarkeit */
}

.hero-cta:hover {
  background: var(--primary) !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(35, 138, 210, 0.4);
  opacity: 1 !important;
}

/* Die benötigten Animationen */
@keyframes glow-pulse {
  0%, 100% { text-shadow: 0 0 20px rgba(35, 138, 210, 0.8); }
  50% { text-shadow: 0 0 40px rgba(35, 138, 210, 1); }
}

@keyframes float-gentle {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

/* =========================================
   4. LAYOUT & TEXT DEFINITIONS
   ========================================= */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-block {
  padding: 80px 0;
}

.section-title {
  text-align: center;
  font-size: clamp(2rem, 5vw, 2.5rem);
  margin-bottom: 3rem;
  background: linear-gradient(90deg, #fff, #3da9f5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.overline {
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 10px;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

/* ORIGINAL TEXT-STYLES AUS DEINEM CODE */
h3 { font-size: 2rem; margin-bottom: 1.5rem; }
p { color: var(--text-dim); margin-bottom: 1.5rem; font-size: 1.1rem; }
b, strong { color: white; font-weight: 700; }

/* BENTO GRID */
.bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.bento-card {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--border-radius);
  padding: 2.5rem;
}

.bento-card h4 {
  font-size: 1.5rem;
  margin-bottom: 0.8rem;
  color: var(--accent);
}

/* HIGHLIGHT BOX */
.highlight-box {
  background: linear-gradient(135deg, rgba(35, 138, 210, 0.1), transparent);
  border-radius: 24px;
  padding: 3rem !important;
  border: 1px solid rgba(61, 169, 245, 0.2);
}

/* WETTER CARDS */
.weather-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.weather-card h4 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  text-align: center;
  color: var(--text-light);
}

.weather-card iframe {
  width: 100%;
  height: 380px;
  border-radius: 12px;
  border: none;
  background: white;
}

/* --- STABILER BASIS-LOOK KONTAKT --- */
.contact-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  background: var(--glass-bg);
  padding: 40px;
  border-radius: var(--border-radius);
  border: 1px solid var(--glass-border);
  align-items: start;
  margin: 40px 0;
  scroll-margin-top: 100px;
}

.contact-form-wrapper {
  display: flex;
  flex-direction: column;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.form-group label {
  color: var(--text-light);
  font-size: 0.9rem;
  font-weight: 600;
}

.form-group input, 
.form-group textarea {
  padding: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--glass-border);
  color: #fff;
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
}

.contact-form button {
  padding: 15px;
  background: var(--primary-color);
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  margin-top: 10px;
}

.contact-image {
  width: 100%;
  position: relative; /* Wichtig für die Positionierung des Overlays */
}

.contact-image img {
  width: 100%;
  height: auto;
  border-radius: var(--border-radius);
  display: block;
  object-fit: cover;
  pointer-events: none; /* Verhindert Rechtsklick und Ziehen des Bildes */
    -webkit-user-drag: none; /* Speziell für Safari/Chrome */
    user-select: none; /* Verhindert Markieren */
}

/* Schützt NUR das Kontaktbild, nicht die ganze Seite */
.contact-image .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: transparent;
    pointer-events: all; /* Fängt Klicks nur hier ab */
}

.contact-form button {
  display: block;
  width: 100%;
  padding: 15px 25px;
  background-color: #238ad2 !important; /* Dein Crew-Blau */
  color: #ffffff !important;
  border: none !important;
  border-radius: 8px !important;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 20px;
  box-shadow: 0 4px 15px rgba(35, 138, 210, 0.3);
}

.contact-form button:hover {
  background-color: #1a6fb3 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(35, 138, 210, 0.4);
}

.contact-form button:active {
  transform: translateY(0);
}

@media (max-width: 850px) {
  .contact-section {
    grid-template-columns: 1fr;
  }
}

/* =========================================
   5. FOOTER & ANIMATIONS
   ========================================= */
.footer {
  background: #051220;
  padding: 60px 0;
  border-top: 1px solid var(--glass-border);
  text-align: center;
}

.footer-links a { color: var(--text-dim); text-decoration: none; margin: 0 15px; }

@keyframes glow-pulse {
  0%, 100% { text-shadow: 0 0 20px rgba(35, 138, 210, 0.8); }
  50% { text-shadow: 0 0 40px rgba(35, 138, 210, 1); }
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}

@media (max-width: 992px) {
  .grid-2, .bento-grid, .weather-grid, .contact-section { grid-template-columns: 1fr; }
  .reverse-mobile { display: flex; flex-direction: column-reverse; }
  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #0a1929;
    flex-direction: column;
    padding: 20px;
    display: none;
  }
  .nav-links.active { display: flex; }
  .menu-toggle { display: flex; }
}