/* ============================================
   EXAR STUDIO – Beauty Space
   CSS Stylesheet – Luxurious Bilingual Redesign
   ============================================ */

/* --- Self-hosted Google Fonts (DSGVO-konform) --- */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-300.ttf') format('truetype');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-400.ttf') format('truetype');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-600.ttf') format('truetype');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-700.ttf') format('truetype');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-300i.ttf') format('truetype');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-400i.ttf') format('truetype');
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/jost-300.ttf') format('truetype');
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/jost-400.ttf') format('truetype');
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/jost-500.ttf') format('truetype');
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/jost-600.ttf') format('truetype');
}

/* --- Custom Properties --- */
:root {
  --clr-rose: #C4848A;
  --clr-rose-light: #E8B4B8;
  --clr-rose-soft: #F2D0D3;
  --clr-rose-pale: #FBE9EB;
  --clr-rose-deep: #9B5B63;
  --clr-gold: #B8965A;
  --clr-gold-light: #D4B87A;
  --clr-gold-pale: #F0E4CC;
  --clr-champagne: #F5E6D0;
  --clr-blush: #F0ECEA;
  --clr-cream: #F5F2F0;
  --clr-bg: #F3F0EE;
  --clr-bg-rose: #F0EAEB;
  --clr-bg-warm: #F1ECE8;
  --clr-text: #3A2D32;
  --clr-text-light: #8A7B80;
  --clr-text-muted: #B5A5AA;
  --clr-white: #FFFFFF;
  --clr-dark: #2D1F24;
  --clr-footer: #2A1E22;

  --ff-heading: 'Cormorant Garamond', Georgia, serif;
  --ff-body: 'Jost', 'Segoe UI', sans-serif;

  --shadow-sm: 0 2px 16px rgba(180, 140, 145, 0.08);
  --shadow-md: 0 8px 32px rgba(180, 140, 145, 0.12);
  --shadow-lg: 0 16px 56px rgba(180, 140, 145, 0.16);
  --shadow-rose: 0 8px 32px rgba(196, 132, 138, 0.2);
  --shadow-gold: 0 8px 32px rgba(184, 150, 90, 0.2);
  --shadow-soft: 0 4px 24px rgba(0, 0, 0, 0.04);

  --radius: 20px;
  --radius-lg: 28px;
  --radius-xl: 40px;
  --transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

/* --- Reset & Base --- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 17px;
}

body {
  font-family: var(--ff-body);
  color: var(--clr-text);
  background-color: var(--clr-bg);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-content {
  overflow-x: clip;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color var(--transition);
}

ul { list-style: none; }

button {
  cursor: pointer;
  border: none;
  font-family: inherit;
}

h1, h2, h3, h4 {
  font-family: var(--ff-heading);
  font-weight: 600;
  line-height: 1.2;
  color: var(--clr-text);
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* --- Section Shared --- */
.section {
  padding: 80px 0;
  position: relative;
  content-visibility: auto;
  contain-intrinsic-size: auto 800px;
}

.section-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.section-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 0.5rem;
}

.section-subtitle {
  text-align: center;
  color: var(--clr-text-light);
  font-size: 1.05rem;
  margin-bottom: 0;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.8;
}

/* Decorative ornament for section headers */
.section-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 1rem auto 2rem;
}

.section-ornament::before,
.section-ornament::after {
  content: '';
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--clr-rose-light));
}

.section-ornament::after {
  background: linear-gradient(90deg, var(--clr-rose-light), transparent);
}

.section-ornament span {
  color: var(--clr-rose);
  font-size: 1rem;
}

/* (section-wave removed) */

/* --- Scroll Animations --- */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1), transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
  will-change: auto;
}

.reveal-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1), transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform;
}

.reveal-left.visible {
  opacity: 1;
  transform: translateX(0);
  will-change: auto;
}

.reveal-right {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1), transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform;
}

.reveal-right.visible {
  opacity: 1;
  transform: translateX(0);
  will-change: auto;
}

/* Staggered children */
.reveal-stagger .reveal:nth-child(1) { transition-delay: 0s; }
.reveal-stagger .reveal:nth-child(2) { transition-delay: 0.12s; }
.reveal-stagger .reveal:nth-child(3) { transition-delay: 0.24s; }
.reveal-stagger .reveal:nth-child(4) { transition-delay: 0.32s; }
.reveal-stagger .reveal:nth-child(5) { transition-delay: 0.4s; }
.reveal-stagger .reveal:nth-child(6) { transition-delay: 0.48s; }
.reveal-stagger .reveal:nth-child(7) { transition-delay: 0.56s; }
.reveal-stagger .reveal:nth-child(8) { transition-delay: 0.64s; }

/* ============================================
   NAVIGATION
   ============================================ */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 22px 0;
  transition: padding var(--transition), box-shadow var(--transition);
  background: linear-gradient(to bottom, rgba(45, 31, 36, 0.85) 0%, rgba(45, 31, 36, 0.3) 75%, transparent 100%);
  /* Mobile-fix: force GPU layer so fixed positioning never breaks */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.navbar.scrolled {
  background: #F3F0EE;
  padding: 12px 0;
  box-shadow: 0 1px 0 rgba(196, 132, 138, 0.12), 0 4px 30px rgba(0, 0, 0, 0.06);
}

.navbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-logo {
  font-family: var(--ff-heading);
  font-size: 1.3rem;
  font-weight: 600;
  color: #ED038A;
  letter-spacing: 5px;
  transition: color var(--transition);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
}

.nav-logo-sub {
  display: block;
  font-size: 0.55rem;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  opacity: 0.7;
}

.navbar.scrolled .nav-logo {
  color: #ED038A;
}

.nav-links {
  display: none;
  gap: 36px;
  align-items: center;
}

.nav-links a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 4px;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1.5px;
  background: linear-gradient(90deg, var(--clr-rose-light), var(--clr-gold-light));
  transition: all var(--transition);
  transform: translateX(-50%);
  border-radius: 1px;
}

.nav-links a:hover::after,
.nav-links a.active::after {
  width: 100%;
}

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

.navbar.scrolled .nav-links a {
  color: var(--clr-text-light);
}

.navbar.scrolled .nav-links a:hover,
.navbar.scrolled .nav-links a.active {
  color: var(--clr-rose-deep);
}

/* Language Switcher */
/* Nav Actions (Phone, Maps, Language Toggle) */
.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 14px;
}

.nav-action-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.8);
  transition: all var(--transition);
  text-decoration: none;
}

.nav-action-icon:hover {
  background: rgba(255, 255, 255, 0.22);
  color: var(--clr-white);
  transform: scale(1.1);
}

.navbar.scrolled .nav-action-icon {
  background: var(--clr-rose-pale);
  color: var(--clr-rose-deep);
}

.navbar.scrolled .nav-action-icon:hover {
  background: var(--clr-rose-light);
  color: var(--clr-white);
}

/* Language Toggle Switch */
.lang-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  user-select: none;
}

.lang-toggle-label {
  font-family: var(--ff-body);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  transition: color var(--transition);
}

.lang-toggle-label.active {
  color: var(--clr-white);
}

.navbar.scrolled .lang-toggle-label {
  color: var(--clr-text-muted);
}

.navbar.scrolled .lang-toggle-label.active {
  color: var(--clr-text);
}

.lang-toggle-track {
  position: relative;
  width: 40px;
  height: 22px;
  background: rgba(224, 64, 80, 0.25);
  border-radius: 11px;
  transition: background var(--transition);
  flex-shrink: 0;
}

.navbar.scrolled .lang-toggle-track {
  background: rgba(224, 64, 80, 0.12);
}

.lang-toggle-thumb {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #E04050, #C0303E);
  box-shadow: 0 2px 8px rgba(192, 48, 62, 0.45);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.4s ease, box-shadow 0.4s ease;
}

/* When RU is active, thumb slides right */
.lang-toggle.ru .lang-toggle-thumb {
  transform: translateX(18px);
  background: linear-gradient(135deg, #F0C030, #D4A820);
  box-shadow: 0 2px 8px rgba(212, 168, 32, 0.45);
}

.lang-toggle.ru .lang-toggle-track {
  background: rgba(240, 192, 48, 0.3);
}

.navbar.scrolled .lang-toggle.ru .lang-toggle-track {
  background: rgba(240, 192, 48, 0.18);
}

/* Mobile Menu Top Bar */
.mobile-menu-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--clr-rose-pale);
}

.mobile-quick-icons {
  display: flex;
  gap: 10px;
}

.mobile-top-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--clr-rose-pale);
  color: var(--clr-rose-deep);
  transition: all var(--transition);
  text-decoration: none;
}

.mobile-top-icon:hover {
  background: var(--clr-rose-light);
  color: var(--clr-white);
}

/* Mobile toggle override */
.mobile-menu-top .lang-toggle-label {
  color: var(--clr-text-muted);
  font-size: 0.8rem;
}

.mobile-menu-top .lang-toggle-label.active {
  color: var(--clr-text);
}

.mobile-menu-top .lang-toggle-track {
  width: 46px;
  height: 26px;
  background: rgba(224, 64, 80, 0.12);
  border-radius: 13px;
}

.mobile-menu-top .lang-toggle-thumb {
  width: 22px;
  height: 22px;
}

.mobile-menu-top .lang-toggle.ru .lang-toggle-thumb {
  transform: translateX(20px);
}

.mobile-menu-top .lang-toggle.ru .lang-toggle-track {
  background: rgba(240, 192, 48, 0.18);
}

/* Hamburger */
.hamburger {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: none;
  padding: 5px;
  z-index: 1001;
}

.hamburger span {
  display: block;
  width: 26px;
  height: 1.5px;
  background: var(--clr-white);
  border-radius: 2px;
  transition: all var(--transition);
  transform-origin: center;
}

.navbar.scrolled .hamburger span {
  background: var(--clr-text);
}

.hamburger.open span:nth-child(1) {
  transform: rotate(45deg) translate(5.5px, 5.5px);
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.hamburger.open span:nth-child(3) {
  transform: rotate(-45deg) translate(5.5px, -5.5px);
}

/* Mobile Menu */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 85%;
  max-width: 380px;
  height: 100vh;
  height: 100dvh;
  background: linear-gradient(180deg, var(--clr-white) 0%, var(--clr-blush) 100%);
  padding: 80px 40px 40px;
  transition: right 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -10px 0 50px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.mobile-menu.open {
  right: 0;
}

.mobile-menu a {
  display: block;
  padding: 18px 0;
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--clr-text);
  border-bottom: 1px solid var(--clr-rose-pale);
  transition: all var(--transition);
  letter-spacing: 1px;
}

.mobile-menu a:hover {
  color: var(--clr-rose-deep);
  padding-left: 12px;
}

.mobile-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(45, 31, 36, 0.4);
  backdrop-filter: blur(6px);
  z-index: 998;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mobile-overlay.open {
  display: block;
  opacity: 1;
}

/* ============================================
   HERO
   ============================================ */
.hero {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg picture {
  width: 100%;
  height: 100%;
  display: block;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 65%;
  transform: scale(1.05);
  will-change: transform;
}

.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 30%, rgba(196, 132, 138, 0.12) 0%, transparent 60%),
    radial-gradient(ellipse at 20% 80%, rgba(184, 150, 90, 0.08) 0%, transparent 50%),
    linear-gradient(to bottom, rgba(45, 31, 36, 0.25) 0%, rgba(45, 31, 36, 0.6) 100%);
}

/* Floating decorative elements */
.hero-decor {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.hero-decor-circle {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(232, 180, 184, 0.2);
  will-change: transform;
}

.hero-decor-circle:nth-child(1) {
  width: 350px;
  height: 350px;
  top: -100px;
  right: -100px;
  animation: floatSlow 20s ease-in-out infinite;
}

.hero-decor-circle:nth-child(2) {
  width: 220px;
  height: 220px;
  bottom: 12%;
  left: -70px;
  border-color: rgba(184, 150, 90, 0.15);
  animation: floatSlow 16s ease-in-out infinite reverse;
}

.hero-decor-circle:nth-child(3) {
  width: 120px;
  height: 120px;
  top: 30%;
  right: 15%;
  border-color: rgba(255, 255, 255, 0.1);
  animation: floatSlow 12s ease-in-out infinite;
}

/* Hero Particles */
.hero-particles {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: radial-gradient(circle, rgba(232, 180, 184, 0.6), transparent);
  border-radius: 50%;
  will-change: transform, opacity;
}

.particle:nth-child(1) {
  top: 20%;
  left: 15%;
  animation: particleFloat 8s ease-in-out infinite;
}

.particle:nth-child(2) {
  top: 40%;
  left: 80%;
  width: 3px;
  height: 3px;
  animation: particleFloat 10s ease-in-out infinite 1s;
}

.particle:nth-child(3) {
  top: 60%;
  left: 25%;
  width: 5px;
  height: 5px;
  background: radial-gradient(circle, rgba(184, 150, 90, 0.4), transparent);
  animation: particleFloat 12s ease-in-out infinite 2s;
}

.particle:nth-child(4) {
  top: 30%;
  left: 65%;
  width: 3px;
  height: 3px;
  animation: particleFloat 9s ease-in-out infinite 0.5s;
}

.particle:nth-child(5) {
  top: 70%;
  left: 75%;
  width: 4px;
  height: 4px;
  background: radial-gradient(circle, rgba(212, 184, 122, 0.5), transparent);
  animation: particleFloat 11s ease-in-out infinite 3s;
}

.particle:nth-child(6) {
  top: 50%;
  left: 10%;
  width: 3px;
  height: 3px;
  animation: particleFloat 7s ease-in-out infinite 1.5s;
}

.hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  background: linear-gradient(to top, var(--clr-bg) 0%, rgba(243, 240, 238, 0.6) 40%, transparent);
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  padding: 20px;
}

/* Hero top decorative line */
.hero-top-line {
  width: 50px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--clr-rose-light), var(--clr-gold-light), var(--clr-rose-light), transparent);
  margin: 0 auto 2rem;
  animation: fadeInUp 0.8s ease 0.1s both;
}

.hero-title {
  font-family: var(--ff-heading);
  font-size: 3rem;
  color: var(--clr-white);
  letter-spacing: 12px;
  text-transform: uppercase;
  margin-bottom: 0.3rem;
  text-shadow: 0 4px 50px rgba(0, 0, 0, 0.2);
  animation: fadeInDown 1.2s ease forwards;
  font-weight: 500;
}

.hero-title-desc {
  display: block;
  font-size: 0.35em;
  letter-spacing: 4px;
  font-weight: 400;
  margin-top: 0.5em;
  opacity: 0.85;
}

.hero-slogan {
  font-family: var(--ff-heading);
  font-style: italic;
  font-size: 1.6rem;
  color: #F5E6D0;
  letter-spacing: 6px;
  margin-bottom: 1.8rem;
  animation: fadeInUp 1s ease 0.3s both, shimmer 6s ease-in-out infinite;
  font-weight: 500;
}

/* Hero location label */
.hero-location {
  font-family: var(--ff-body);
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 2rem;
  animation: fadeInUp 1s ease 0.35s both;
  font-weight: 500;
}

.hero-divider {
  display: none;
}

.hero-subtitle {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
  max-width: 480px;
  margin: 0 auto 3rem;
  line-height: 2;
  letter-spacing: 0.5px;
  animation: fadeInUp 1s ease 0.5s both;
}

.btn-primary {
  display: inline-block;
  padding: 17px 48px;
  background: linear-gradient(135deg, var(--clr-rose-deep), var(--clr-rose), var(--clr-rose-light));
  color: var(--clr-white);
  font-family: var(--ff-body);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 50px;
  transition: all var(--transition);
  box-shadow: 0 6px 30px rgba(196, 132, 138, 0.35);
  animation: fadeInUp 1s ease 0.7s both;
  position: relative;
  overflow: hidden;
}

.btn-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.7s ease;
}

.btn-primary:hover::before {
  left: 100%;
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(196, 132, 138, 0.45);
}

.scroll-indicator {
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  animation: bounce 2.5s ease infinite;
}

.scroll-indicator svg {
  width: 26px;
  height: 26px;
  stroke: rgba(255, 255, 255, 0.5);
}

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

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

@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); opacity: 0.5; }
  50% { transform: translateX(-50%) translateY(12px); opacity: 1; }
}

@keyframes floatSlow {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  25% { transform: translate(10px, -15px) rotate(2deg); }
  50% { transform: translate(-5px, -25px) rotate(-1deg); }
  75% { transform: translate(-15px, -10px) rotate(1deg); }
}

@keyframes particleFloat {
  0%, 100% { transform: translate(0, 0); opacity: 0; }
  10% { opacity: 1; }
  50% { transform: translate(30px, -60px); opacity: 0.8; }
  90% { opacity: 0.2; }
  100% { transform: translate(-20px, -120px); opacity: 0; }
}

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

/* ============================================
   STATS BAR
   ============================================ */
.stats-bar {
  background: transparent;
  padding: 0;
  position: relative;
  z-index: 6;
  margin-top: -55px;
}

.stats-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: var(--clr-white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  position: relative;
}

.stats-inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--clr-rose-light), var(--clr-gold-light), var(--clr-rose), var(--clr-gold-light), var(--clr-rose-light));
  z-index: 1;
}

.stat-item {
  text-align: center;
  padding: 30px 16px;
  position: relative;
  transition: background-color var(--transition);
}

.stat-item:hover {
  background-color: var(--clr-bg-rose);
}

.stat-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 25%;
  height: 50%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, var(--clr-rose-pale), transparent);
}

.stat-number {
  font-family: var(--ff-heading);
  font-size: 2.2rem;
  font-weight: 500;
  color: var(--clr-rose-deep);
  line-height: 1;
  margin-bottom: 6px;
}

.stat-label {
  font-size: 0.7rem;
  color: var(--clr-text-muted);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
}

/* ============================================
   ABOUT / UEBER UNS
   ============================================ */
.about {
  background-color: var(--clr-bg);
  padding-top: 80px;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

.about-image-wrapper {
  position: relative;
}

.about-image {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  position: relative;
}

.about-image picture {
  width: 100%;
  height: 420px;
  display: block;
}

.about-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center 20%;
  transition: transform 8s ease;
}

.about-image:hover img {
  transform: scale(1.04);
}

.about-image-wrapper::before {
  content: '';
  position: absolute;
  top: -14px;
  left: -14px;
  right: 14px;
  bottom: 14px;
  border: 1.5px solid var(--clr-rose-light);
  border-radius: var(--radius-lg);
  z-index: -1;
  opacity: 0.35;
  transition: opacity var(--transition);
}

.about-image-wrapper:hover::before {
  opacity: 0.6;
}

.about-experience-badge {
  position: absolute;
  bottom: -22px;
  right: 20px;
  background: linear-gradient(135deg, var(--clr-rose-deep), var(--clr-rose));
  color: var(--clr-white);
  padding: 20px 26px;
  border-radius: var(--radius);
  text-align: center;
  box-shadow: var(--shadow-rose);
  z-index: 2;
}

.about-experience-badge .number {
  font-family: var(--ff-heading);
  font-size: 2.2rem;
  font-weight: 500;
  display: block;
  line-height: 1;
}

.about-experience-badge .label {
  font-size: 0.65rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 4px;
  font-weight: 500;
}

.about-text h2 {
  font-size: 1.9rem;
  font-weight: 500;
  margin-bottom: 0.3rem;
  letter-spacing: 1px;
}

.about-text .section-ornament {
  justify-content: flex-start;
  margin: 1rem 0 1.5rem;
}

.about-text p {
  color: var(--clr-text);
  line-height: 1.9;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
}

.about-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 2rem;
}

.about-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
  font-weight: 500;
  color: var(--clr-text);
}

.about-feature .icon {
  width: 44px;
  height: 44px;
  background: var(--clr-rose-pale);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--clr-rose-deep);
  font-size: 1.1rem;
  flex-shrink: 0;
  transition: transform var(--transition), background var(--transition), color var(--transition), box-shadow var(--transition);
}

.about-feature:hover .icon {
  background: linear-gradient(135deg, var(--clr-rose-deep), var(--clr-rose));
  color: var(--clr-white);
  transform: scale(1.08);
  box-shadow: var(--shadow-rose);
}

/* ============================================
   SERVICES / LEISTUNGEN
   ============================================ */
.services {
  background-color: var(--clr-bg-rose);
  position: relative;
}

.services::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(ellipse at 0% 0%, rgba(196, 132, 138, 0.04) 0%, transparent 50%),
    radial-gradient(ellipse at 100% 100%, rgba(184, 150, 90, 0.04) 0%, transparent 50%);
  pointer-events: none;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  position: relative;
  z-index: 1;
}

.service-card {
  background: var(--clr-white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
  border: 1px solid rgba(232, 180, 184, 0.12);
  position: relative;
}

.service-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--clr-rose-light), var(--clr-gold-light), var(--clr-rose-light));
  transform: scaleX(0);
  transition: transform var(--transition);
  transform-origin: left;
  z-index: 2;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(196, 132, 138, 0.12), 0 8px 24px rgba(0, 0, 0, 0.04);
  border-color: rgba(232, 180, 184, 0.25);
}

.service-card:hover::before {
  transform: scaleX(1);
}

.service-card-img-wrapper {
  position: relative;
  overflow: hidden;
  background: var(--clr-blush);
}

.service-card-img-wrapper picture {
  width: 100%;
  display: block;
}

.service-card-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), filter 0.5s ease;
  filter: brightness(0.97) saturate(1.05);
}

.service-card:hover .service-card-img {
  transform: scale(1.06);
  filter: brightness(1.02) saturate(1.1);
}

.service-card-img-wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, rgba(45, 31, 36, 0.06), transparent);
  pointer-events: none;
}

.service-card-body {
  padding: 26px 26px 30px;
}

.service-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: var(--clr-rose-pale);
  border-radius: 16px;
  font-size: 1.4rem;
  margin-bottom: 16px;
  transition: all var(--transition);
}

.service-card:hover .service-card-icon {
  background: linear-gradient(135deg, var(--clr-rose-deep), var(--clr-rose));
  transform: scale(1.05) rotate(-3deg);
  box-shadow: var(--shadow-rose);
}

.service-card h3 {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--clr-text);
  transition: color var(--transition);
  letter-spacing: 0.5px;
}

.service-card:hover h3 {
  color: var(--clr-rose-deep);
}

.service-card p {
  font-size: 1rem;
  color: var(--clr-text);
  line-height: 1.9;
  font-weight: 400;
}

/* ============================================
   GALLERY / GALERIE
   ============================================ */
.gallery {
  background-color: var(--clr-bg);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 200px;
  gap: 10px;
  grid-auto-flow: dense;
}

/* Mobile: abwechslungsreiches Kachel-Layout */
.gallery-item:nth-child(1) { grid-row: span 2; }
.gallery-item:nth-child(5) { grid-column: span 2; }
.gallery-item:nth-child(8) { grid-row: span 2; }
.gallery-item:nth-child(12) { grid-column: span 2; }

.gallery-item {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.4s ease;
}

.gallery-item:hover {
  box-shadow: 0 8px 32px rgba(196, 132, 138, 0.25);
}

.gallery-item picture {
  width: 100%;
  height: 100%;
  display: block;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), filter 0.5s ease;
  filter: brightness(0.97) saturate(1.05);
}

.gallery-item:hover img {
  transform: scale(1.06);
  filter: brightness(1.02) saturate(1.15);
}

.gallery-item-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(45, 31, 36, 0.75) 0%, rgba(196, 132, 138, 0.08) 50%, transparent 100%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gallery-item:hover .gallery-item-overlay {
  opacity: 1;
}

.gallery-item-overlay span {
  color: var(--clr-white);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.gallery-item-overlay .gallery-tag {
  display: inline-block;
  margin-top: 6px;
  padding: 4px 14px;
  background: linear-gradient(135deg, var(--clr-rose-deep), var(--clr-rose));
  border-radius: 50px;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--clr-white);
  backdrop-filter: blur(4px);
}

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(45, 31, 36, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  backdrop-filter: blur(8px);
}

.lightbox.open {
  opacity: 1;
  visibility: visible;
}

.lightbox img {
  max-width: 90%;
  max-height: 85vh;
  border-radius: var(--radius);
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.4);
  transform: scale(0.9);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.lightbox.open img {
  transform: scale(1);
}

.lightbox-close {
  position: absolute;
  top: 24px;
  right: 28px;
  background: none;
  color: var(--clr-white);
  font-size: 2.2rem;
  line-height: 1;
  opacity: 0.5;
  transition: all var(--transition);
}

.lightbox-close:hover {
  opacity: 1;
  transform: rotate(90deg);
  color: var(--clr-rose-light);
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(196, 132, 138, 0.12);
  color: var(--clr-white);
  font-size: 1.3rem;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition);
  backdrop-filter: blur(10px);
}

.lightbox-nav:hover {
  background: rgba(196, 132, 138, 0.35);
  transform: translateY(-50%) scale(1.1);
}

.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }

/* ============================================
   PRICES / PREISE
   ============================================ */
.prices {
  background-color: var(--clr-bg-warm);
}

.accordion {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.accordion-item {
  background: var(--clr-white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(232, 180, 184, 0.1);
  transition: all var(--transition);
}

.accordion-item:hover {
  box-shadow: 0 6px 28px rgba(196, 132, 138, 0.1), 0 4px 12px rgba(0, 0, 0, 0.03);
}

.accordion-header {
  width: 100%;
  padding: 22px 28px;
  background: var(--clr-white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--ff-heading);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--clr-text);
  transition: all var(--transition);
  letter-spacing: 0.5px;
}

.accordion-header:hover {
  background-color: var(--clr-bg-rose);
}

.accordion-item.active .accordion-header {
  background: linear-gradient(135deg, var(--clr-rose-deep), var(--clr-rose));
  color: var(--clr-white);
}

.accordion-icon {
  font-size: 0.85rem;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.accordion-item.active .accordion-icon {
  transform: rotate(180deg);
}

.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.accordion-body-inner {
  padding: 12px 28px 28px;
}

.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--clr-rose-pale);
  font-size: 1rem;
  transition: all var(--transition);
}

.price-row:hover {
  padding-left: 10px;
  background-color: var(--clr-bg-rose);
  border-radius: 10px;
}

.price-row:last-child {
  border-bottom: none;
}

.price-row .service-name {
  color: var(--clr-text);
  font-weight: 600;
  font-size: 1.02rem;
}

.price-row .price {
  color: var(--clr-rose-deep);
  font-weight: 700;
  white-space: nowrap;
  font-family: var(--ff-heading);
  font-size: 1.1rem;
}

.price-subheading {
  font-family: var(--ff-heading);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--clr-accent);
  margin-top: 1.2rem;
  margin-bottom: 0.3rem;
  padding-bottom: 6px;
  border-bottom: 2px solid var(--clr-rose-light);
  letter-spacing: 0.3px;
}

.price-detail {
  font-size: 0.85rem;
  color: var(--clr-text-light);
  padding: 0 0 8px;
  margin-top: -8px;
  line-height: 1.5;
}

.price-note {
  font-size: 0.88rem;
  color: var(--clr-gold);
  font-style: italic;
  font-weight: 500;
  padding: 10px 0;
  margin-top: 4px;
}

/* ============================================
   TESTIMONIALS / BEWERTUNGEN
   ============================================ */
.testimonials {
  background: linear-gradient(160deg, var(--clr-footer) 0%, var(--clr-rose-deep) 50%, var(--clr-rose) 100%);
  color: var(--clr-white);
  position: relative;
  overflow: hidden;
}

.testimonials::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  border: 1px solid rgba(232, 180, 184, 0.1);
  pointer-events: none;
}

.testimonials::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 1px solid rgba(184, 150, 90, 0.06);
  pointer-events: none;
}

.testimonials .section-title {
  color: var(--clr-white);
}

.testimonials .section-subtitle {
  color: rgba(255, 255, 255, 0.65);
}

.testimonials .section-ornament::before {
  background: linear-gradient(90deg, transparent, var(--clr-gold-light));
}

.testimonials .section-ornament::after {
  background: linear-gradient(90deg, var(--clr-gold-light), transparent);
}

.testimonials .section-ornament span {
  color: var(--clr-gold-light);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  position: relative;
  z-index: 1;
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: var(--radius);
  padding: 34px 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform var(--transition), box-shadow var(--transition);
  position: relative;
}

.testimonial-card::before {
  content: '\201C';
  position: absolute;
  top: 14px;
  right: 24px;
  font-family: var(--ff-heading);
  font-size: 4.5rem;
  color: rgba(232, 180, 184, 0.15);
  line-height: 1;
}

.testimonial-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(232, 180, 184, 0.3);
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.18);
}

.testimonial-stars {
  color: var(--clr-gold-light);
  font-size: 1rem;
  margin-bottom: 1.2rem;
  letter-spacing: 3px;
}

.testimonial-text {
  font-style: italic;
  line-height: 1.9;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
  opacity: 0.9;
  font-weight: 500;
}

.testimonial-author {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--clr-rose-light);
  font-family: var(--ff-heading);
  letter-spacing: 0.5px;
}

.testimonial-service {
  font-size: 0.78rem;
  opacity: 0.55;
  margin-top: 4px;
  letter-spacing: 0.5px;
}

.testimonial-wide {
  grid-column: 1 / -1;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.testimonial-wide::before {
  right: 50%;
  transform: translateX(50%);
}

/* ============================================
   COURSES / SCHULUNGEN
   ============================================ */
.courses {
  background-color: var(--clr-bg-rose);
  position: relative;
}

.courses::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(ellipse at 100% 0%, rgba(184, 150, 90, 0.04) 0%, transparent 50%),
    radial-gradient(ellipse at 0% 100%, rgba(196, 132, 138, 0.04) 0%, transparent 50%);
  pointer-events: none;
}

.courses-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  position: relative;
  z-index: 1;
}

.course-card {
  background: var(--clr-white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(232, 180, 184, 0.12);
  position: relative;
  overflow: hidden;
  transition: all var(--transition);
  display: flex;
  flex-direction: column;
}

.course-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(196, 132, 138, 0.15), 0 8px 24px rgba(0, 0, 0, 0.04);
}

.course-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--clr-rose-light), var(--clr-gold-light), var(--clr-rose-light));
  z-index: 2;
}

.course-card-img-wrapper {
  position: relative;
  overflow: hidden;
}

.course-card-img-wrapper picture {
  width: 100%;
  display: block;
}

.course-card-img-wrapper img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.course-card:hover .course-card-img-wrapper img {
  transform: scale(1.05);
}

.course-card-img-wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, rgba(45, 31, 36, 0.06), transparent);
  pointer-events: none;
}

.course-card-content {
  padding: 28px 26px 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.course-card-content .btn-course {
  margin-top: auto;
  align-self: flex-start;
}

.course-card-badge {
  display: inline-block;
  padding: 6px 18px;
  background: linear-gradient(135deg, var(--clr-rose-deep), var(--clr-rose));
  color: var(--clr-white);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 50px;
  margin-bottom: 1rem;
}

.course-card-badge-gold {
  background: linear-gradient(135deg, var(--clr-gold), var(--clr-gold-light));
}

.course-card-badge-rose {
  background: linear-gradient(135deg, var(--clr-rose-deep), var(--clr-rose));
}

.course-card-note {
  font-size: 0.85rem;
  color: var(--clr-accent);
  font-style: italic;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.course-card-title {
  font-family: var(--ff-heading);
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--clr-text);
  margin-bottom: 1rem;
  letter-spacing: 0.5px;
}

.course-card-text {
  color: var(--clr-text);
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 1rem;
}

.course-highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 1.5rem 0;
}

.course-hl {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--clr-text);
}

.course-hl-icon {
  width: 40px;
  height: 40px;
  background: var(--clr-rose-pale);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
  transition: all var(--transition);
}

.course-hl:hover .course-hl-icon {
  background: linear-gradient(135deg, var(--clr-rose-deep), var(--clr-rose));
  transform: scale(1.05);
  box-shadow: var(--shadow-rose);
}

.course-gift {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 18px;
  background: linear-gradient(135deg, var(--clr-champagne), var(--clr-gold-pale));
  border-radius: var(--radius);
  margin-bottom: 1.5rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--clr-text);
  line-height: 1.7;
}

.course-gift-icon {
  font-size: 1.3rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.btn-course {
  display: inline-block;
  padding: 14px 36px;
  background: linear-gradient(135deg, var(--clr-rose-deep), var(--clr-rose), var(--clr-rose-light));
  color: var(--clr-white);
  font-family: var(--ff-body);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  border-radius: 50px;
  transition: all var(--transition);
  box-shadow: 0 6px 24px rgba(196, 132, 138, 0.3);
  position: relative;
  overflow: hidden;
}

.btn-course::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.7s ease;
}

.btn-course:hover::before {
  left: 100%;
}

.btn-course:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(196, 132, 138, 0.4);
}

/* Certificates */
.certificates {
  text-align: center;
  position: relative;
  z-index: 1;
}

.certificates-title {
  font-family: var(--ff-heading);
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--clr-text);
  margin-bottom: 2rem;
  letter-spacing: 1px;
}

.certificates-grid {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.cert-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 16px 16px 20px;
  background: linear-gradient(160deg, var(--clr-white) 0%, var(--clr-champagne) 100%);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md), inset 0 0 0 1px rgba(184, 150, 90, 0.15);
  border: 2px solid var(--clr-gold-pale);
  transition: all var(--transition);
  text-decoration: none;
  width: 460px;
  max-width: 100%;
  position: relative;
}

.cert-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: var(--shadow-lg), 0 0 0 2px rgba(184, 150, 90, 0.25);
  border-color: var(--clr-gold-light);
}

.cert-card-preview {
  width: 100%;
  height: 600px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background: var(--clr-white);
  border: 1px solid rgba(184, 150, 90, 0.2);
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.04);
}

.cert-card-preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 8px;
}

.cert-card-preview picture {
  width: 100%;
  height: 100%;
  display: block;
}

/* Hover overlay */
.cert-card-preview::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(45, 31, 36, 0.35);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cert-card:hover .cert-card-preview::after {
  opacity: 1;
}

/* "Ansehen" overlay text via ::before */
.cert-card-preview::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, var(--clr-gold), var(--clr-gold-light));
  border-radius: 50%;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3Cpolyline points='15 3 21 3 21 9'/%3E%3Cline x1='10' y1='14' x2='21' y2='3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
}

.cert-card:hover .cert-card-preview::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.cert-card-label {
  font-family: var(--ff-heading);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--clr-text);
  letter-spacing: 1px;
}

/* Certificates – Mobile */
@media (max-width: 767px) {
  .certificates-grid {
    gap: 24px;
  }

  .cert-card {
    width: 100%;
    padding: 10px 10px 16px;
  }

  .cert-card-preview {
    height: 480px;
  }
}

/* ============================================
   FAQ
   ============================================ */
.faq {
  background: var(--clr-bg);
}

.faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid var(--clr-rose-soft);
}

.faq-item:first-child {
  border-top: 1px solid var(--clr-rose-soft);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 0;
  font-family: var(--ff-heading);
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--clr-text);
  cursor: pointer;
  list-style: none;
  transition: color 0.3s ease;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-question::after {
  content: '+';
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--clr-rose);
  margin-left: 1rem;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.faq-item[open] .faq-question::after {
  content: '\2212';
}

.faq-question:hover {
  color: var(--clr-rose);
}

.faq-answer {
  padding: 0 0 1.25rem;
}

.faq-answer p {
  color: var(--clr-text-light);
  font-size: 1rem;
  line-height: 1.8;
  margin: 0;
}

@media (max-width: 768px) {
  .faq-question {
    font-size: 1.05rem;
    padding: 1rem 0;
  }
  .faq-answer {
    padding: 0 0 1rem;
  }
}

/* ============================================
   INSTAGRAM FEED
   ============================================ */
.instagram-section {
  background: linear-gradient(160deg, var(--clr-footer) 0%, var(--clr-rose-deep) 50%, var(--clr-rose) 100%);
  position: relative;
  overflow: hidden;
}

.instagram-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  border: 1px solid rgba(232, 180, 184, 0.1);
  pointer-events: none;
}

.instagram-profile {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}

.instagram-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid transparent;
  background: linear-gradient(135deg, var(--clr-rose-light), var(--clr-gold-light), var(--clr-rose)) border-box;
  padding: 3px;
  flex-shrink: 0;
}

.instagram-avatar picture {
  width: 100%;
  height: 100%;
  display: block;
}

.instagram-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.instagram-info {
  flex: 1;
  min-width: 150px;
}

.instagram-handle {
  font-family: var(--ff-body);
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--clr-white);
  letter-spacing: 0.5px;
}

.instagram-tagline {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.95rem;
  font-weight: 500;
  margin-top: 4px;
}

.btn-ig-follow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 26px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  color: var(--clr-white);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all var(--transition);
  backdrop-filter: blur(8px);
}

.btn-ig-follow:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
}

.instagram-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}

.ig-item {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 6px;
  display: block;
}

.ig-item picture {
  width: 100%;
  height: 100%;
  display: block;
}

.ig-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.ig-item:hover img {
  transform: scale(1.08);
}

.ig-item-overlay {
  position: absolute;
  inset: 0;
  background: rgba(45, 31, 36, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.ig-item:hover .ig-item-overlay {
  opacity: 1;
}

.ig-item-overlay svg {
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
  transition: transform 0.3s ease;
}

.ig-item:hover .ig-item-overlay svg {
  transform: scale(1.15);
}

/* ============================================
   CONTACT / KONTAKT
   ============================================ */
.contact {
  background-color: var(--clr-bg);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.contact-info h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  letter-spacing: 0.5px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
  padding: 16px;
  border-radius: var(--radius);
  transition: all var(--transition);
}

.contact-item:hover {
  background-color: var(--clr-bg-rose);
}

a.contact-item-link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a.contact-item-link:hover .contact-item-text span {
  color: var(--clr-rose);
}

.contact-item-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--clr-rose-deep), var(--clr-rose));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 16px rgba(196, 132, 138, 0.25);
  transition: all var(--transition);
}

.contact-item:hover .contact-item-icon {
  transform: scale(1.05);
  box-shadow: var(--shadow-rose);
}

.contact-item-icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--clr-white);
  fill: none;
}

.contact-item-text strong {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 4px;
  font-family: var(--ff-heading);
  font-weight: 700;
  letter-spacing: 0.5px;
}

.contact-item-text span {
  font-size: 1rem;
  color: var(--clr-text);
  font-weight: 500;
}

.contact-item-text a {
  color: var(--clr-text);
  font-weight: 500;
}

.contact-item-text a:hover {
  color: var(--clr-rose);
}

/* Hours Table */
.hours-table {
  width: 100%;
  margin-top: 1.5rem;
  border-collapse: collapse;
}

.hours-table tr {
  border-bottom: 1px solid var(--clr-rose-pale);
  transition: background-color var(--transition);
}

.hours-table tr:hover {
  background-color: var(--clr-bg-rose);
}

.hours-table td,
.hours-table th {
  padding: 14px 10px;
  font-size: 1rem;
  font-weight: 500;
  color: var(--clr-text);
  text-align: left;
}

.hours-table td:last-child {
  text-align: right;
  color: var(--clr-rose-deep);
  font-weight: 700;
  font-family: var(--ff-heading);
  font-size: 1.05rem;
}

/* Social Icons */
.whatsapp-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 2rem;
  padding: 14px 28px;
  background: #25D366;
  color: #fff;
  font-family: var(--ff-body);
  font-size: 1rem;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all var(--transition);
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}
.whatsapp-cta svg {
  fill: #fff;
  flex-shrink: 0;
}
.whatsapp-cta:hover {
  background: #1ebe5d;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

.social-links {
  display: flex;
  gap: 14px;
  margin-top: 1.2rem;
}

.social-link {
  width: 50px;
  height: 50px;
  background: var(--clr-rose-pale);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition);
}

.social-link:hover {
  background: linear-gradient(135deg, var(--clr-rose-deep), var(--clr-rose));
  transform: translateY(-3px) rotate(-3deg);
  box-shadow: var(--shadow-rose);
}

.social-link svg {
  width: 20px;
  height: 20px;
  fill: var(--clr-rose-deep);
  transition: fill var(--transition);
}

.social-link:hover svg {
  fill: var(--clr-white);
}

/* Contact Form */
.contact-form {
  background: var(--clr-white);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(232, 180, 184, 0.1);
}

.contact-form h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  letter-spacing: 0.5px;
}

.form-group {
  margin-bottom: 22px;
}

.form-group label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--clr-text);
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 15px 20px;
  border: 1.5px solid var(--clr-rose-pale);
  border-radius: 14px;
  font-family: var(--ff-body);
  font-size: 0.95rem;
  color: var(--clr-text);
  background: var(--clr-blush);
  transition: all var(--transition);
  outline: none;
  font-weight: 500;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--clr-rose);
  box-shadow: 0 0 0 4px rgba(196, 132, 138, 0.1);
  background: var(--clr-white);
}

.form-group input.error,
.form-group textarea.error,
.form-group select.error {
  border-color: #D4626F;
  box-shadow: 0 0 0 4px rgba(212, 98, 111, 0.08);
}

.form-error {
  color: #D4626F;
  font-size: 0.78rem;
  margin-top: 6px;
  display: none;
  font-weight: 500;
}

.form-group textarea {
  resize: vertical;
  min-height: 130px;
}

.btn-submit {
  width: 100%;
  padding: 17px;
  background: linear-gradient(135deg, var(--clr-rose-deep), var(--clr-rose), var(--clr-rose-light));
  color: var(--clr-white);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 50px;
  transition: all var(--transition);
  box-shadow: 0 6px 24px rgba(196, 132, 138, 0.3);
  position: relative;
  overflow: hidden;
}

.btn-submit::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.7s ease;
}

.btn-submit:hover::before {
  left: 100%;
}

.btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 35px rgba(196, 132, 138, 0.4);
}

.btn-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.btn-submit:disabled::before {
  display: none;
}

/* Form Status Messages */
.form-status {
  margin-top: 16px;
  padding: 14px 20px;
  border-radius: 12px;
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: center;
}

.form-status-success {
  background: #e8f5e9;
  color: #2e7d32;
  border: 1px solid #a5d6a7;
}

.form-status-error {
  background: #fce4ec;
  color: #c62828;
  border: 1px solid #ef9a9a;
}

/* Map */
.map-container {
  margin-top: 2rem;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  border: 2px solid var(--clr-rose-pale);
  transition: border-color var(--transition);
}

.map-container:hover {
  border-color: var(--clr-rose-light);
}

.map-container iframe {
  width: 100%;
  height: 280px;
  border: none;
}

.map-open-link {
  display: block;
  text-align: center;
  padding: 10px 16px;
  background: linear-gradient(135deg, var(--clr-gold), var(--clr-gold-light));
  color: var(--clr-white);
  font-family: var(--ff-body);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: all var(--transition);
}

.map-open-link:hover {
  opacity: 0.9;
}

/* ============================================
   FOOTER
   ============================================ */
.footer {
  background: linear-gradient(180deg, var(--clr-footer) 0%, #1A1115 100%);
  color: rgba(255, 255, 255, 0.65);
  padding: 70px 0 0;
  position: relative;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--clr-rose-light), var(--clr-gold-light), var(--clr-rose), var(--clr-gold-light), var(--clr-rose-light));
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  padding-bottom: 50px;
}

.footer-logo {
  font-family: var(--ff-heading);
  font-size: 1.4rem;
  color: #ED038A;
  letter-spacing: 4px;
  font-weight: 500;
}

.footer-logo span {
  display: block;
  color: #F5E6D0;
  font-style: italic;
  font-weight: 500;
  font-size: 0.65rem;
  letter-spacing: 5px;
  margin-top: 4px;
}

.footer-col p {
  font-size: 0.95rem;
  line-height: 1.9;
  margin-top: 1.2rem;
  font-weight: 500;
}

.footer-col h4 {
  color: var(--clr-white);
  font-size: 0.95rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 12px;
  letter-spacing: 1px;
}

.footer-col h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1.5px;
  background: linear-gradient(90deg, var(--clr-rose-light), var(--clr-gold-light));
  border-radius: 1px;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  font-size: 0.95rem;
  transition: all var(--transition);
  display: inline-block;
  font-weight: 500;
}

.footer-links a:hover {
  color: var(--clr-rose-light);
  transform: translateX(5px);
}

.footer-bottom {
  border-top: 1px solid rgba(232, 180, 184, 0.08);
  padding: 24px 0;
  text-align: center;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.35);
  font-weight: 500;
}

.footer-credit {
  margin-top: 8px;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.25);
}

.footer-credit a {
  color: rgba(255, 255, 255, 0.4);
  transition: color var(--transition);
}

.footer-credit a:hover {
  color: var(--clr-rose-light);
}

/* ============================================
   BACK TO TOP
   ============================================ */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, var(--clr-rose-deep), var(--clr-rose));
  color: var(--clr-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  box-shadow: var(--shadow-rose);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all var(--transition);
  z-index: 900;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(196, 132, 138, 0.45);
}

/* ============================================
   COOKIE BANNER (DSGVO-konform)
   ============================================ */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--clr-white);
  padding: 24px 20px;
  box-shadow: 0 -4px 36px rgba(0, 0, 0, 0.1);
  z-index: 3000;
  transform: translateY(100%);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  max-height: 90vh;
  overflow-y: auto;
}

.cookie-banner.show {
  transform: translateY(0);
}

.cookie-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  text-align: center;
}

.cookie-text strong {
  font-family: var(--ff-heading);
  font-size: 1.15rem;
  color: var(--clr-text);
  display: block;
  margin-bottom: 8px;
}

.cookie-text p {
  font-size: 0.85rem;
  color: var(--clr-text-light);
  line-height: 1.7;
  font-weight: 400;
  margin: 0;
}

.cookie-inner a {
  color: var(--clr-rose);
  text-decoration: underline;
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.cookie-btn {
  padding: 11px 28px;
  font-weight: 500;
  font-size: 0.78rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 50px;
  transition: all var(--transition);
  flex-shrink: 0;
  cursor: pointer;
  border: none;
}

.cookie-btn-accept {
  background: linear-gradient(135deg, var(--clr-rose-deep), var(--clr-rose));
  color: var(--clr-white);
}

.cookie-btn-accept:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-rose);
}

.cookie-btn-essential {
  background: var(--clr-cream);
  color: var(--clr-text);
  border: 1px solid var(--clr-rose-light);
}

.cookie-btn-essential:hover {
  background: var(--clr-rose-pale);
  transform: translateY(-1px);
}

.cookie-btn-settings {
  background: none;
  border: none;
  color: var(--clr-text-light);
  font-size: 0.8rem;
  cursor: pointer;
  text-decoration: underline;
  padding: 8px 12px;
}

.cookie-btn-settings:hover {
  color: var(--clr-rose);
}

/* Cookie Details / Einstellungen */
.cookie-details {
  border-top: 1px solid var(--clr-rose-pale);
  margin-top: 8px;
  padding-top: 16px;
}

.cookie-details-inner {
  max-width: 900px;
  margin: 0 auto;
}

.cookie-option {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 0;
  border-bottom: 1px solid var(--clr-cream);
  text-align: left;
}

.cookie-option label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 0.9rem;
}

.cookie-option label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--clr-rose);
  cursor: pointer;
}

.cookie-option label strong {
  color: var(--clr-text);
}

.cookie-always {
  font-size: 0.75rem;
  color: var(--clr-text-muted);
}

.cookie-option p {
  font-size: 0.8rem;
  color: var(--clr-text-light);
  line-height: 1.6;
  margin: 4px 0 0 28px;
}

.cookie-details-inner > .cookie-btn {
  margin-top: 16px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* ============================================
   MAP CONSENT (DSGVO 2-Click)
   ============================================ */
.map-consent {
  background: var(--clr-cream);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  text-align: center;
}

.map-consent-inner {
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.map-consent-inner svg {
  color: var(--clr-rose);
  margin-bottom: 4px;
}

.map-consent-inner p {
  font-size: 0.85rem;
  color: var(--clr-text-light);
  line-height: 1.6;
  max-width: 300px;
}

.map-link-alt {
  font-size: 0.8rem;
  color: var(--clr-text-muted);
  text-decoration: underline;
}

.map-link-alt:hover {
  color: var(--clr-rose);
}

/* ============================================
   FORM CHECKBOX (Datenschutz-Einwilligung)
   ============================================ */
.form-group-checkbox {
  margin-top: 4px;
}

.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: 0.85rem;
  color: var(--clr-text-light);
  line-height: 1.6;
}

.checkbox-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--clr-rose);
  flex-shrink: 0;
  cursor: pointer;
}

.checkbox-label a {
  color: var(--clr-rose);
  text-decoration: underline;
}

/* ============================================
   RESPONSIVE – Mobile fixes (max 767px)
   ============================================ */
@media (max-width: 767px) {

  /* --- Navbar --- */
  .navbar .container {
    justify-content: flex-start;
    padding: 0 16px;
    gap: 8px;
  }

  .nav-logo {
    font-size: 1.1rem;
    letter-spacing: 3px;
    flex-shrink: 0;
  }

  .nav-actions {
    margin-left: auto;
    margin-right: 0;
    gap: 6px;
    flex-shrink: 0;
  }

  .nav-action-icon {
    width: 28px;
    height: 28px;
  }

  .nav-action-icon svg {
    width: 14px;
    height: 14px;
  }

  .lang-toggle {
    gap: 4px;
  }

  .lang-toggle-label {
    font-size: 0.58rem;
  }

  .lang-toggle-track {
    width: 32px;
    height: 18px;
    border-radius: 9px;
  }

  .lang-toggle-thumb {
    width: 14px;
    height: 14px;
  }

  .lang-toggle.ru .lang-toggle-thumb {
    transform: translateX(14px);
  }

  .hamburger {
    padding: 6px;
    margin-left: 4px;
    flex-shrink: 0;
  }

  .hamburger span {
    width: 24px;
    height: 2px;
  }

  /* --- Global mobile centering --- */
  .section-title,
  .section-subtitle {
    text-align: center;
  }

  .section-ornament {
    justify-content: center;
  }

  /* --- About --- */
  .about-text {
    text-align: center;
  }

  .about-text h2 {
    text-align: center;
  }

  .about-text .section-ornament {
    justify-content: center;
  }

  .about-text p {
    text-align: center;
  }

  .about-features {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    text-align: center;
  }

  .about-feature {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }

  /* --- Services / Leistungen --- */
  .service-card-body {
    text-align: center;
    padding: 22px 20px 26px;
  }

  .service-card-icon {
    margin: 0 auto 14px;
  }

  .service-card h3 {
    font-size: 1.15rem;
  }

  .service-card p {
    font-size: 0.95rem;
    color: var(--clr-text);
    line-height: 1.9;
  }

  /* --- Courses / Schulungen --- */
  .course-card-content {
    text-align: center;
    align-items: center;
  }

  .course-card-badge {
    align-self: center;
  }

  .course-card-content .btn-course {
    align-self: center;
  }

  .course-highlights {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    text-align: center;
  }

  .course-hl {
    flex-direction: column;
    text-align: center;
    gap: 6px;
  }

  .course-gift {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  /* --- Prices / Preise --- */
  .accordion-header {
    font-size: 1.05rem;
    padding: 18px 20px;
  }

  .accordion-body-inner {
    padding: 10px 20px 24px;
  }

  .price-row .service-name {
    font-size: 0.95rem;
  }

  .price-row .price {
    font-size: 1rem;
  }

  /* --- Testimonials --- */
  .testimonial-card {
    text-align: center;
  }

  .testimonial-stars {
    text-align: center;
  }

  /* --- Contact --- */
  .contact-info {
    text-align: center;
  }

  .contact-info h3 {
    text-align: center;
  }

  .contact-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .social-links {
    justify-content: center;
  }

  .contact-form h3 {
    text-align: center;
  }

  .hours-table {
    margin-left: auto;
    margin-right: auto;
  }

  /* --- Footer --- */
  .footer-grid {
    text-align: center;
  }

  .footer-logo {
    display: inline-block;
  }

  .footer-col h4::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .footer-col p {
    text-align: center;
  }

  .footer-links {
    text-align: center;
  }

  /* --- Instagram --- */
  .instagram-profile {
    justify-content: center;
    text-align: center;
  }

  /* --- WhatsApp Button kleiner --- */
  .whatsapp-cta {
    padding: 10px 20px;
    font-size: 0.85rem;
    gap: 8px;
  }

  .whatsapp-cta svg {
    width: 18px;
    height: 18px;
  }
}

/* Extra small phones */
@media (max-width: 380px) {
  .navbar .container {
    padding: 0 10px;
    gap: 4px;
  }

  .nav-logo {
    font-size: 0.95rem;
    letter-spacing: 2px;
  }

  .nav-action-icon {
    width: 26px;
    height: 26px;
  }

  .nav-action-icon svg {
    width: 13px;
    height: 13px;
  }

  .lang-toggle-label {
    font-size: 0.52rem;
  }

  .lang-toggle-track {
    width: 28px;
    height: 16px;
    border-radius: 8px;
  }

  .lang-toggle-thumb {
    width: 12px;
    height: 12px;
  }

  .lang-toggle.ru .lang-toggle-thumb {
    transform: translateX(12px);
  }

  .hamburger span {
    width: 22px;
  }
}

/* ============================================
   RESPONSIVE – Tablet (768px)
   ============================================ */
@media (min-width: 768px) {
  .section {
    padding: 110px 0;
  }

  .section-title {
    font-size: 2.6rem;
  }

  .container {
    padding: 0 40px;
  }

  .hero-title {
    font-size: 4rem;
    letter-spacing: 14px;
  }

  .hero-slogan {
    font-size: 2rem;
  }

  .hero-subtitle {
    font-size: 1.1rem;
  }

  .stats-inner {
    grid-template-columns: repeat(4, 1fr);
  }

  .about-grid {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }

  .about-image img {
    height: 520px;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }

  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 240px;
    gap: 14px;
  }

  .gallery-item:nth-child(1) { grid-row: span 2; }
  .gallery-item:nth-child(5) { grid-column: span 1; grid-row: span 2; }
  .gallery-item:nth-child(8) { grid-row: span 1; }
  .gallery-item:nth-child(10) { grid-column: span 2; }
  .gallery-item:nth-child(12) { grid-column: span 1; }

  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .courses-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .instagram-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .ig-item {
    border-radius: 8px;
  }

  .contact-grid {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }

  .contact-form {
    padding: 44px 36px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cookie-inner {
    flex-direction: row;
    text-align: left;
    flex-wrap: wrap;
  }

  .cookie-actions {
    flex-shrink: 0;
  }
}

/* ============================================
   RESPONSIVE – Desktop (1024px)
   ============================================ */
@media (min-width: 1024px) {
  .nav-links {
    display: flex;
  }

  .hamburger {
    display: none;
  }

  .hero-title {
    font-size: 5rem;
    letter-spacing: 16px;
  }

  .hero-slogan {
    font-size: 2.2rem;
    letter-spacing: 8px;
  }

  .services-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }

  .gallery-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 260px;
    gap: 16px;
  }

  .gallery-item:nth-child(1) { grid-row: span 2; grid-column: span 1; }
  .gallery-item:nth-child(5) { grid-column: span 2; grid-row: span 1; }
  .gallery-item:nth-child(8) { grid-row: span 2; }
  .gallery-item:nth-child(10) { grid-column: span 1; }
  .gallery-item:nth-child(12) { grid-column: span 2; }
  .gallery-item:nth-child(15),
  .gallery-item:nth-child(16) { grid-column: span 1; grid-row: span 1; }
  .gallery-item:nth-child(17),
  .gallery-item:nth-child(18) { grid-column: span 2; grid-row: span 1; }

  .testimonials-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }

  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr 1fr;
  }
}

/* ============================================
   RESPONSIVE – Wide Desktop (1440px)
   ============================================ */
@media (min-width: 1440px) {
  .container {
    padding: 0 60px;
    max-width: 1340px;
  }

  .hero-title {
    font-size: 5.8rem;
  }

  .section {
    padding: 140px 0;
  }

  .section-title {
    font-size: 3.2rem;
  }

  .stat-number {
    font-size: 2.8rem;
  }
}

/* ============================================
   REDUCED MOTION – Accessibility & Performance
   ============================================ */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
