.imp-text {
	color: #ffffff;
    font-size: 1.2rem;
    font-weight: 200;
    text-align: center;
    padding-top: 60px;
    line-height: 2rem;
}

.pricing-text {
	color: #ffffff;
    font-size: 1.2rem;
    font-weight: 200;
    text-align: center;
    padding-top: 60px;
    line-height: 2rem;
}

.pricing-text h3 {
	color:#04590e;
}

.pricing-text h4 {
	padding-bottom:0;
}

.pricing-text p {
	padding-bottom:15px;
}

.pricing-text span {
	color:#ff0000;
	font-weight:600;
	font-style:italic;
}

#intro {
    position: relative;
	text-align:center;
}

#intro h2 {
	color: #8fa195!important;
    text-shadow: none;
	padding-bottom: 30px;
}

#intro p {
    padding-bottom:10px;
	color: #777777;
	font-size: 1.5rem;
}

#intro .highlight {
    font-weight:600;
	color: #2f8c11;
    font-style: italic;
    letter-spacing: 2px;
    padding-top: 10px;
}

.intro {
    padding: var(--space-xxl) 0;
    background: var(--white);
}

#about::before {
    content: '';
    position: absolute;
    top:0px;
    left: 0;
    width: 100%;
    height: 41px;
    background: #ffffff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.sonstige {
	padding: var(--space-xxl) 0;
}

.sonstige h3 {
	padding:20px 0;
}

.sonstige p {
	padding-bottom:10px;
	color:#e1e1e1;
}

.sonstige ul {
	padding-left: 40px;
    padding-bottom: 15px;
	color:#e1e1e1;
}

.slogan {
	color:#1d1d1d;
	font-size:2rem!important;
	font-family: "Atkinson Hyperlegible", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 5px;
	text-shadow: 1px 1px 3px #ffffff;
}

@media (max-width:576px) {
		.slogan {
			font-size:1.5em!important;
			}
		}

.pricing-features span {
	color:#ff0000;
}

.price-premium {
	color:#000000;
}

.description-card p {
	color:#777777;
	padding-top: 15px;
}

.equipment-item p {
	color:#777777;
}

#about {
  position: relative;
}

#about::after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 41px;
  background: #d5d9d8;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

#equipment {
  position: relative;
}

#equipment::after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 41px;
  background: #d5d9d8;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

#equipment::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 41px;
  background: #8fa195;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

#services {
  position: relative;
}

#services::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 41px;
  background: #8fa195;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

#pricing {
  position: relative;
}

#pricing::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 41px;
  background: #d5d9d8;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

#payments {
  position: relative;
}

#payments::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 41px;
  background: #8fa195;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

#contact {
  position: relative;
}

#contact::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 41px;
  background: #8fa195;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

#contact H2 {
	color:#8fa195!important;
	text-shadow:none;
}


.swiper-button-next, .swiper-button-prev {
	color:#ffffff!important;
}
.tac-one-regular {
  font-family: "Tac One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.sonsie-one-regular {
  font-family: "Sonsie One", system-ui;
  font-weight: 400;
  font-style: normal;
}

.italiana-regular {
  font-family: "Italiana", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.galada-regular {
  font-family: "Galada", cursive;
  font-weight: 400;
  font-style: normal;
}

.faster-one-regular {
  font-family: "Faster One", system-ui;
  font-weight: 400;
  font-style: normal;
}

.moirai-one-regular {
  font-family: "Moirai One", system-ui;
  font-weight: 400;
  font-style: normal;
}


.big-shoulders-inline-<uniquifier> {
  font-family: "Big Shoulders Inline", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.bruno-ace-regular {
  font-family: "Bruno Ace", sans-serif;
  font-weight: 400;
  font-style: normal;
}

        :root {
            /* Farbpalette */
            --gold-primary: #419310;
            --gold-secondary: #A5EC60;
            --black: #010203;
            --dark-gray: #1C621B;
            --medium-gray: #487070;
            --blue-accent: #599cae;
            --white: #ffffff;
            --light-beige: #8fa195;
            --warm-gray: #d5ecc0;
            
            /* Abstände */
            --space-xs: 0.5rem;
            --space-sm: 1rem;
            --space-md: 2rem;
            --space-lg: 3rem;
            --space-xl: 4rem;
            --space-xxl: 6rem;
            
            /* Border Radius */
            --radius-sm: 8px;
            --radius-md: 16px;
            --radius-lg: 24px;
            --radius-xl: 32px;
            
            /* Transitions */
            --transition-fast: 0.2s ease;
            --transition-medium: 0.3s ease;
            --transition-slow: 0.5s ease;
        }
        
        /* Dark Mode Variablen */
        [data-theme="dark"] {
            --bg-primary: var(--black);
            --bg-secondary: #1a1c1e;
            --bg-tertiary: #2a2d31;
            --text-primary: var(--light-beige);
            --text-secondary: var(--warm-gray);
            --border-color: rgba(236, 196, 126, 0.2);
            --shadow: rgba(0, 0, 0, 0.7);
            --card-bg: #1f2226;
        }
        
        /* Light Mode Variablen */
        [data-theme="light"] {
            --bg-primary: var(--light-beige);
            --bg-secondary: #d5d9d8;
            --bg-tertiary: var(--white);
            --text-primary: var(--dark-gray);
            --text-secondary: var(--medium-gray);
            --border-color: rgba(176, 129, 74, 0.2);
            --shadow: rgba(0, 0, 0, 0.1);
            --card-bg: var(--white);
        }
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        html {
            scroll-behavior: smooth;
        }
        
        body {
            font-family: 'Inter', sans-serif;
            background: var(--bg-primary);
            color: var(--text-primary);
            transition: all var(--transition-medium);
            overflow-x: hidden;
        }
		
		h2 {
		 font-size:3em!important;
		 color:#ffffff!important;
		 text-shadow: 0px 1px #000000;
		}
		
		@media (max-width:576px) {
		h2 {
			font-size:2.5em!important;
			}
		}
		
		h1.h1-unten {
            font-family: 'Inter', sans-serif!important;
            font-weight: 600;
            line-height: 1.2;
			font-size:1.5em!important;
			color:#ffffff;
			text-shadow: none!important;
        }
		
		h1 {
            font-family: "Montserrat", sans-serif;
            font-weight: 600;
            line-height: 1.2;
			font-size:6em!important;
        }
		
		@media (max-width:576px) {
		h1 {
			font-size:4em!important;
			}
		}
        
        h2, h3, h4, h5, h6 {
            font-family: 'Space Grotesk', sans-serif;
            font-weight: 600;
            line-height: 1.2;
        }
		
		h3, h4 {
            padding-bottom:10px;
			text-transform: uppercase;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 var(--space-md);
        }
        
        /* Logo Design */
        .logo {
            font-family: "Montserrat", sans-serif;
            font-size: 2rem;
            font-weight: 600;
            background: linear-gradient(135deg, #abf87d, #2f5e02);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            position: relative;
        }
<--        
        .logo::after {
           content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 100%;
            height: 2px;
            background: linear-gradient(90deg, var(--gold-primary), var(--gold-secondary));
            border-radius: 2px;
        }
		
		.logo a {
			text-decoration: none;
		}
-->        
        /* Navigation */
        nav {
            position: fixed;
            top: 0;
            width: 100%;
            background: rgba(var(--bg-primary), 0.95);
            backdrop-filter: blur(20px);
            z-index: 1000;
            padding: var(--space-sm) 0;
            border-bottom: 1px solid var(--border-color);
            transition: all var(--transition-medium);
        }
        
        .nav-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 var(--space-md);
        }
        
        .nav-links {
            display: flex;
            list-style: none;
            gap: var(--space-lg);
        }
        
        .nav-links a {
            color: #ffffff;
            text-decoration: none;
            font-weight: 500;
            font-size: 0.95rem;
            transition: color var(--transition-fast);
            position: relative;
        }
        
        .nav-links a:hover {
            color: var(--gold-primary);
        }
        
        .nav-links a::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 0;
            height: 2px;
            background: var(--gold-primary);
            transition: width var(--transition-medium);
        }
        
        .nav-links a:hover::after {
            width: 100%;
        }
        
        .nav-actions {
            display: flex;
            gap: var(--space-sm);
            align-items: center;
        }
        
        .theme-toggle {
            background: none;
            border: 2px solid #000000;
            color: #000000;
            padding: 0.5rem;
            border-radius: 50%;
            cursor: pointer;
            transition: all var(--transition-fast);
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .theme-toggle:hover {
            border-color: var(--gold-primary);
            color: var(--gold-primary);
        }
        
        /* Hero Section mit Video */
.hero {
  position: relative;
  height: 100vh;
  height: -webkit-fill-available;  /* ← iPhone fix для 100vh */
  min-height: 800px;               /* ← минимальная высота */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  
  /* Safe areas для iPhone X+ */
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
}

.video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;           /* ← сохраняет пропорции */
  z-index: -1;
  
  /* iPhone специфично */
  -webkit-object-fit: cover;
}

/* Fallback на случай если видео не загрузилось */
.video-fallback {
  position: absolute;
  inset: 0;
  background: url('https://images.unsplash.com/photo-1519167758481-83f550bb49b3?w=1920&q=80') center/cover no-repeat;
  z-index: -2;
  opacity: 0;
  transition: opacity 0.5s;
}
.video-fallback.active {
  opacity: 1;
}

.video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg, 
    rgba(1, 2, 3, 0.75) 0%, 
    rgba(26, 28, 30, 0.6) 50%,
    rgba(173, 148, 107, 0.2) 100%
  );
  z-index: 0;
}

.hero-content {
  /* iPhone notch fix */
  padding-top: max(2rem, env(safe-area-inset-top));
}

/* iPhone специфичные фиксы */
@supports (-webkit-touch-callout: none) {
  /* CSS только для iOS устройств */
  .hero {
    height: -webkit-fill-available;
  }
  
  .video-background {
    /* Предотвращает артефакты на iPhone */
    -webkit-transform: translate(-50%, -50%) scale(1.02);
    transform: translate(-50%, -50%) scale(1.02);
  }
}

/* Отключение видео на слабом соединении */
@media (prefers-reduced-motion: reduce) {
  .video-background {
    display: none;
  }
  .video-fallback {
    opacity: 1;
  }
}

/* Мобильные устройства — оптимизация */
@media (max-width: 768px) {
  .video-background {
    /* Меньшее разрешение для мобильных */
    transform: translate(-50%, -50%) scale(1.1);
  }
  
  .hero-content h1 {
    font-size: clamp(1.75rem, 6vw, 2.5rem);
  }
}

/* Очень маленькие экраны */
@media (max-width: 375px) {
  .hero {
    min-height: 500px;
  }
}
        
        .hero-content {
            position: relative;
            z-index: 1;
            text-align: center;
            color: #474745;
            max-width: 800px;
            padding: 0 var(--space-md);
        }
		
		.hero-content span {
			color: #99ab9f;
		}
        
        .hero h1 {
            font-size: clamp(2.5rem, 5vw, 4rem);
            margin-bottom: var(--space-md);
            font-weight: 200;
			text-shadow: 1px 1px 0px #ffffff;
        }
        
        .hero p {
            font-size: 1.2rem;
            margin-bottom: var(--space-lg);
            opacity: 0.9;
        }
        
        .cta-button {
            display: inline-block;
            padding: 1rem 2rem;
            background: linear-gradient(135deg, var(--gold-primary), var(--gold-secondary));
            color: var(--white);
            text-decoration: none;
            border-radius: var(--radius-md);
            font-weight: 600;
            transition: all var(--transition-medium);
            border: none;
            cursor: pointer;
            font-size: 1.1rem;
			text-shadow: 1px 1px 4px black;
        }
        
        .cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 30px rgba(236, 196, 126, 0.3);
        }
        
        /* Raumbeschreibung Section */
        .room-description {
            padding: var(--space-xxl) 0;
            background: var(--bg-secondary);
        }
        
        .description-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--space-xl);
            margin-top: var(--space-xl);
        }
		
		#services .description-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: var(--space-xl);
            margin-top: var(--space-xl);
        }
        
        .description-card {
            background: var(--card-bg);
            padding: var(--space-lg);
            border-radius: var(--radius-lg);
            border: 1px solid var(--border-color);
            transition: all var(--transition-medium);
			    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
        }
        
        .description-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 40px var(--shadow);
        }
        
        .description-icon {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, var(--gold-primary), var(--gold-secondary));
            border-radius: var(--radius-md);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: var(--space-md);
            font-size: 1.5rem;
            color: #ffffff;
        }
        
        /* Galerie Section */
        .gallery-section {
            padding: var(--space-xxl) 0;
        }
        
        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--space-md);
            margin-top: var(--space-xl);
        }
        
        .gallery-item {
            position: relative;
            height: 250px;
            border-radius: var(--radius-lg);
            overflow: hidden;
            cursor: pointer;
            transition: all var(--transition-medium);
        }
        
        .gallery-item:hover {
            transform: scale(1.05);
        }
        
        .gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .gallery-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
            display: flex;
            align-items: flex-end;
            padding: var(--space-md);
            opacity: 0;
            transition: opacity var(--transition-medium);
        }
        
        .gallery-item:hover .gallery-overlay {
            opacity: 1;
        }
        
        /* Ausstattung Section */
        .equipment-section {
            padding: var(--space-xxl) 0;
            background: var(--bg-secondary);
        }
        
        .equipment-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
            gap: var(--space-md);
            margin-top: var(--space-xl);
        }
        
        .equipment-item {
            display: flex;
            align-items: center;
            padding: var(--space-md);
            background: var(--card-bg);
            border-radius: var(--radius-md);
            border: 3px solid var(--white);
            transition: all var(--transition-medium);
        }
        
        .equipment-item:hover {
            border-color: var(--gold-primary);
			background: #f1f1f1;
        }
        
        .equipment-icon {
            min-width: 50px;
            min-height: 50px;
            background: var(--gold-primary);
            border-radius: var(--radius-sm);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: var(--space-md);
            color: var(--white);
        }
        
        /* Preis-Sektion */
        .pricing-section {
            padding: var(--space-xxl) 0;
        }
        
        .pricing-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--space-xl);
            margin-top: var(--space-xl);
        }
        
        .pricing-card {
            background: var(--card-bg);
            border-radius: var(--radius-xl);
            padding: var(--space-xl);
            border: 2px solid var(--border-color);
            transition: all var(--transition-medium);
            position: relative;
        }
        
        .pricing-card:hover {
            transform: translateY(-10px);
            border-color: var(--gold-primary);
            box-shadow: 0 30px 60px var(--shadow);
        }
        
        .pricing-card.featured {
            border-color: var(--gold-primary);
            background: linear-gradient(135deg, var(--card-bg), rgb(171 245 174));
        }
        
        .pricing-card.featured::before {
            content: 'BELIEBT';
            position: absolute;
            top: -15px;
            right: 20px;
            background: #419310;
            color: #ffffff;
            padding: 0.5rem 1rem;
            border-radius: var(--radius-sm);
            font-size: 0.8rem;
            font-weight: 600;
			box-shadow: 2px 2px #8fa195;
        }
        
        .pricing-header {
            text-align: center;
            margin-bottom: var(--space-lg);
        }
        
        .pricing-title {
            font-size: 1.5rem;
            margin-bottom: var(--space-sm);
            color: var(--gold-primary);
        }
        
        .pricing-price {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: var(--space-sm);
			color: #ed0c0c;
        }
        
        .pricing-features {
            list-style: none;
            margin-bottom: var(--space-lg);
        }
        
        .pricing-features li {
            padding: var(--space-xs) 0;
            border-bottom: 1px solid var(--border-color);
        }
        
        .pricing-features li:last-child {
            border-bottom: none;
        }
        
        /* Social Links */
        .social-links {
            display: flex;
            gap: var(--space-md);
            justify-content: center;
            margin-top: var(--space-xl);
        }
        
        .social-link {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: transparent;
            color: var(--text-primary);
            text-decoration: none;
            transition: all var(--transition-medium);
            border: 2px solid #1c621b;
        }
        
        .social-link:hover {
            background: var(--gold-primary);
            color: #ffffff;
            transform: translateY(-3px);
			border: 2px solid var(--gold-primary);
        }
        
        /* Map Section */
        .map-section {
            padding: var(--space-xxl) 0;
            background: #ffffff;
        }
        
        .map-container {
            position: relative;
            height: 400px;
            border-radius: var(--radius-lg);
            overflow: hidden;
            box-shadow: 0 10px 30px var(--shadow);
            margin-top: var(--space-xl);
        }
        
        /* Footer */
        footer {
            background: #323232;
            color: var(--light-beige);
            padding: var(--space-xl) 0;
            text-align: center;
			border-top: 3px solid #ffffff;
        }
        
        .footer-content {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: var(--space-lg);
            margin-bottom: var(--space-lg);
        }
        
        .footer-section h3 {
            margin-bottom: var(--space-sm);
            color: var(--gold-primary);
        }
        
        .footer-section p,
        .footer-section a {
            color: var(--warm-gray);
            text-decoration: none;
            line-height: 1.8;
        }
        
        .footer-section a:hover {
            color: var(--gold-primary);
        }
        
        /* Responsive Design */
        @media (max-width: 768px) {
            .nav-links {
                display: none;
            }
            
            .hero h1 {
                font-size: 2.5rem;
            }
            
            .pricing-grid {
                grid-template-columns: 1fr;
            }
            
            .parallax-section {
                background-attachment: scroll;
            }
        }
        
        /* Animations */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .animate-on-scroll {
            animation: fadeInUp 0.6s ease forwards;
        }
        
        /* Slideshow */
        .slideshow-container {
            position: relative;
            max-width: 1000px;
            margin: var(--space-xl) auto;
            border-radius: var(--radius-lg);
            overflow: hidden;
            box-shadow: 0 20px 60px var(--shadow);
        }
        
        .slide {
            display: none;
            position: relative;
            height: 500px;
            background-size: cover;
            background-position: center;
        }
        
        .slide.active {
            display: block;
        }
        
        .slide-content {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
            color: white;
            padding: var(--space-lg);
        }
        
        .slide-dots {
            text-align: center;
            padding: var(--space-md);
        }
        
        .dot {
            height: 12px;
            width: 12px;
            margin: 0 5px;
            background-color: var(--border-color);
            border-radius: 50%;
            display: inline-block;
            cursor: pointer;
            transition: background-color var(--transition-fast);
        }
        
        .dot.active {
            background-color: var(--gold-primary);
        }
		

/* ===== FooGallery-Carousel Styles ===== */
.fooSwiper {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 20px 60px var(--shadow);
  margin-top: var(--space-xl);
}
.swiper-slide {
  position: relative;
  text-align: center;
  font-size: 0;
  background: #000;
}
.swiper-slide img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.slide-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2rem 1.5rem 1.5rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
}

/* Dots & Arrows Farben an das Theme anpassen */
:root [data-theme="light"] .swiper-pagination-bullet {
  background: var(--white);
}
:root [data-theme="dark"] .swiper-pagination-bullet {
  background: var(--warm-gray);
}
.swiper-pagination-bullet-active {
  background: var(--gold-primary) !important;
}
.swiper-button-next,
.swiper-button-prev {
  color: var(--gold-primary);
}

/* Mobile Höhe reduzieren */
@media (max-width: 768px) {
  .swiper-slide img {
    height: 280px;
  }
  .slide-caption {
    font-size: 1rem;
    padding: 1rem;
  }
}

/* ===== MASONRY GRID ===== */
.masonry-gallery-section {
  padding: var(--space-xxl) 0;
}
.masonry-grid {
  column-count: 3;
  column-gap: 1.25rem;
  margin-top: var(--space-xl);
}
.masonry-item {
  break-inside: avoid;
  margin-bottom: 1.25rem;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-md);
  box-shadow: 0 8px 20px var(--shadow);
  background: var(--dark-gray);
}
.masonry-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}
.masonry-item:hover img {
  transform: scale(1.05);
}
/* Overlay mit Lupe */
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  color: #fff;
  font-size: 2rem;
}
.masonry-item:hover .overlay {
  opacity: 1;
}
/* Breite Elemente */
.masonry-item.span-2 {
  column-span: 2;
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  .masonry-grid {
    column-count: 2;
  }
}
@media (max-width: 480px) {
  .masonry-grid {
    column-count: 1;
  }
}

/* ===== PAYMENTS SECTION ===== */
.payments-section {
  padding: var(--space-xxl) 0;
  background: var(--bg-secondary);
}

.payments-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: clamp(0.75rem, 2vw, 1.5rem);
  margin-top: clamp(1.5rem, 4vw, 3rem);
}

.payment-card {
  background: var(--card-bg);
  border: 2px solid var(--border-color);
  border-radius: clamp(8px, 2vw, 16px);
  padding: clamp(1rem, 3vw, 2rem) clamp(0.75rem, 2vw, 1.5rem);
  text-align: center;
  transition: all 0.3s ease;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.payment-card:hover {
  border-color: var(--gold-primary);
  transform: translateY(-4px);
}

/* Иконки — адаптивный размер */
.icon-wrapper {
  width: clamp(48px, 10vw, 64px);
  height: clamp(48px, 10vw, 64px);
  margin-bottom: clamp(0.5rem, 2vw, 1rem);
  display: grid;
  place-items: center;
  font-size: clamp(1.25rem, 4vw, 1.75rem);
  color: var(--gold-primary);
  background: rgba(173, 148, 107, 0.12);
  border-radius: 50%;
  flex-shrink: 0;
}

.payment-card h3 {
  font-size: clamp(0.875rem, 2.5vw, 1.125rem);
  margin-bottom: 0.25rem;
  color: var(--text-primary);
  line-height: 1.2;
  word-break: break-word;
  hyphens: auto;
}

.payment-card p {
  font-size: clamp(0.75rem, 2vw, 0.875rem);
  color: var(--text-secondary);
  line-height: 1.3;
  margin: 0;
}

/* Sicherheitshinweis */
.security-note {
  margin-top: clamp(1.5rem, 4vw, 2.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: clamp(0.75rem, 2vw, 0.9rem);
  color: var(--text-secondary);
  text-align: center;
  flex-wrap: wrap;
}

.security-note i {
  font-size: clamp(1rem, 3vw, 1.25rem);
  color: var(--gold-secondary);
}

/* ========== КРИТИЧЕСКИЕ BREAKPOINTS ========== */

/* 320px - 375px: 2 колонки, компактно */
@media (max-width: 375px) {
  .payments-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
  .payment-card {
    padding: 0.75rem 0.5rem;
    min-height: 120px;
  }
  .icon-wrapper {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
  .payment-card h3 {
    font-size: 0.8rem;
  }
  .payment-card p {
    font-size: 0.7rem;
  }
}

/* 376px - 480px: 2-3 колонки */
@media (min-width: 376px) and (max-width: 480px) {
  .payments-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* 481px - 768px: 3 колонки */
@media (min-width: 481px) and (max-width: 768px) {
  .payments-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* 769px+: 6 колонок или auto-fit */
@media (min-width: 769px) {
  .payments-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

/* Горизонтальная ориентация на телефоне */
@media (max-height: 500px) and (orientation: landscape) {
  .payments-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .payment-card {
    min-height: 100px;
    padding: 0.5rem;
  }
}

/* ===== BOOKING STYLES ===== */
#booking {background:#ffffff;
    border-top: 10px solid #419310;
    border-bottom: 10px solid #419310;
}

#booking h2 {color:#419310!important;text-shadow:none!important;}
/* ===== ИСПРАВЛЕННЫЕ СТИЛИ ФОРМЫ ===== */
.booking-section {
  padding: var(--space-xxl) 0;
  background: var(--bg-secondary);
}

.booking-steps {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}

.step {
  flex: 1;
  min-width: 80px;
  max-width: 150px;
  text-align: center;
  padding: 0.75rem 0.5rem;
  border-bottom: 3px solid var(--border-color);
  color: var(--text-secondary);
  font-weight: 600;
  font-size: clamp(0.75rem, 2vw, 0.9rem);
  transition: all 0.3s;
}

.step.active {
  border-color: var(--gold-primary);
  color: var(--gold-primary);
}

.step-panel {
  display: none;
  animation: fadeIn 0.4s ease;
}

.step-panel.active {
  display: block;
}

.booking-form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-size: 0.9rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 0.875rem 1rem;
  border: 2px solid var(--border-color);
  border-radius: var(--radius-sm);
  background: var(--card-bg);
  color: var(--text-primary);
  font-size: 1rem;
  transition: border-color 0.2s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--gold-primary);
}

.form-group input:invalid:not(:placeholder-shown),
.form-group select:invalid:not(:placeholder-shown) {
  border-color: #e74c3c;
}

.error-msg {
  color: #e74c3c;
  font-size: 0.8rem;
  margin-top: 0.25rem;
  min-height: 1.2em;
}

.form-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
  grid-column: 1 / -1;
}

.outline-btn {
  padding: 0.875rem 1.5rem;
  border: 2px solid var(--border-color);
  background: transparent;
  color: var(--text-primary);
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-weight: 600;
  transition: all 0.2s;
}

.outline-btn:hover {
  border-color: var(--gold-primary);
  color: var(--gold-primary);
}

/* Check panel */
.check-panel {
  background: var(--card-bg);
  border-radius: var(--radius-md);
  padding: 2rem;
  max-width: 600px;
  margin: 0 auto;
}

.check-item {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--border-color);
}

.check-item strong {
  color: var(--text-secondary);
}

/* Success */
.success-box {
  text-align: center;
  padding: 3rem 2rem;
  max-width: 500px;
  margin: 0 auto;
}

.success-icon {
  font-size: 4rem;
  color: #27ae60;
  margin-bottom: 1rem;
}

.booking-id-box {
  background: var(--bg-secondary);
  padding: 1rem;
  border-radius: var(--radius-sm);
  margin: 1.5rem 0;
}

.booking-id-box strong {
  display: block;
  font-size: 1.5rem;
  color: var(--gold-primary);
  margin-top: 0.5rem;
}

/* Loading state */
.cta-button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.btn-loader {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* Mobile */
@media (max-width: 480px) {
  .booking-form {
    grid-template-columns: 1fr;
  }
  
  .form-actions {
    flex-direction: column;
  }
  
  .form-actions button {
    width: 100%;
  }
  
  .check-panel {
    padding: 1.5rem 1rem;
  }
  
  .check-item {
    flex-direction: column;
    gap: 0.25rem;
  }
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ===== круглые аватары ===== */
.review-card .avatar {
  width: 80px;
  height: 80px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--gold-primary);
  box-shadow: 0 4px 12px rgba(0,0,0,.15);
  transition: transform .3s ease;
}
.review-card .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review-card:hover .avatar {
  transform: scale(1.05);
}

.review-header {
  text-align: center;
  margin-bottom: .5rem;
}
.review-header h4 {
  margin: 0;
  color: var(--text-primary);
}
.review-header .date {
  font-size: .85rem;
  color: var(--text-secondary);
}

.stars {
  text-align: center;
  color: #f8eb17;
  margin-bottom: .75rem;
  letter-spacing: 2px;
}

.review-card p {
  text-align: center;
  line-height: 1.6;
  color: var(--text-secondary);
}

/* адаптация под мобильные */
@media (max-width: 480px) {
  .review-card .avatar {
    width: 60px;
    height: 60px;
  }
}


.map-container {
  width: 100vw;                 /* на всю ширину экрана */
  height: 600px;                /* фиксированная высота 400px */
  margin-left: calc(-50vw + 50%); /* вывод за пределы центрированного контейнера */
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: 0 10px 30px var(--shadow);
}
.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* мелкий экран */
@media (max-width: 576px) {
  .map-container {
    height: 300px;              /* можно уменьшить высоту на мобильных */
  }
}


/* ---------- button ---------- */
#goTop {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  width: 3.2rem;
  height: 3.2rem;
  border: none;
  border-radius: 50%;
  background: #000;           /* black */
  color: #fff;                /* white icon */
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all .4s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,.3);
}
#goTop.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#goTop:hover {
  background: #fff;
  color: #000;
  box-shadow: 0 6px 16px rgba(0,0,0,.4);
}
#goTop svg {
  width: 1.4rem;
  height: 1.4rem;
  margin: auto;
  display: block;
  animation: arrowUp 1.2s ease-in-out infinite;
}
@keyframes arrowUp {
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-3px)}
}

/* ===== COOKIE BANNER (Complianz Style) ===== */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1a1c1e;
  color: #f5f1e8;
  z-index: 10000;
  transform: translateY(100%);
  transition: transform 0.4s ease;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.3);
}
.cookie-banner.show {
  transform: translateY(0);
}

.cookie-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
}

/* Simple View */
.cookie-simple {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.cookie-simple .cookie-content {
  flex: 1;
}
.cookie-simple h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.25rem;
  margin-bottom: 8px;
  color: #ecc47e;
}
.cookie-simple p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #a0a0a0;
  margin: 0;
}
.cookie-simple a {
  color: #ecc47e;
  text-decoration: underline;
}
.cookie-actions {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}

/* Detailed View */
.cookie-detailed {
  max-height: 80vh;
  overflow-y: auto;
}
.cookie-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #37464d;
}
.cookie-header h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.5rem;
  color: #ecc47e;
  margin: 0;
}
.cookie-close {
  background: none;
  border: none;
  color: #f5f1e8;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 4px;
}

/* Categories */
.cookie-categories {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
.cookie-category {
  background: #252729;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #37464d;
}
.category-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
.category-info h4 {
  font-size: 1.1rem;
  margin: 0 0 6px;
  color: #f5f1e8;
}
.category-info p {
  font-size: 0.9rem;
  color: #888;
  margin: 0;
  line-height: 1.4;
}
.category-details {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #37464d;
  font-size: 0.85rem;
  color: #999;
  display: none;
}
.cookie-category.active .category-details {
  display: block;
}

/* Toggle Switch */
.cookie-toggle {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 28px;
  flex-shrink: 0;
}
.cookie-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #37464d;
  border-radius: 28px;
  transition: 0.3s;
}
.toggle-slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 3px;
  bottom: 3px;
  background: #f5f1e8;
  border-radius: 50%;
  transition: 0.3s;
}
.cookie-toggle input:checked + .toggle-slider {
  background: #ad946b;
}
.cookie-toggle input:checked + .toggle-slider:before {
  transform: translateX(24px);
}
.cookie-toggle input:disabled + .toggle-slider {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Buttons */
.cookie-btn {
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  border: none;
}
.cookie-btn.primary {
  background: linear-gradient(135deg, #ecc47e, #b0814a);
  color: #010203;
}
.cookie-btn.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(236,196,126,0.3);
}
.cookie-btn.secondary {
  background: transparent;
  color: #f5f1e8;
  border: 2px solid #37464d;
}
.cookie-btn.secondary:hover {
  border-color: #ecc47e;
  color: #ecc47e;
}

.cookie-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid #37464d;
}

/* Reopen Button */
.cookie-reopen {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: #1a1c1e;
  color: #ecc47e;
  border: 2px solid #ecc47e;
  border-radius: 50px;
  padding: 12px 20px;
  font-size: 0.85rem;
  cursor: pointer;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
}
.cookie-reopen:hover {
  background: #ecc47e;
  color: #010203;
}

/* Mobile */
@media (max-width: 768px) {
  .cookie-simple {
    flex-direction: column;
    align-items: stretch;
  }
  .cookie-actions {
    justify-content: stretch;
  }
  .cookie-btn {
    flex: 1;
  }
  .category-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .cookie-footer {
    flex-direction: column;
    gap: 12px;
  }
  .cookie-footer .cookie-btn {
    width: 100%;
  }
}