/* ===== RESET & BASE ===== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --primary: #0B3D5C;
  --primary-light: #0F5280;
  --primary-dark: #072D44;
  --accent: #F5841F;
  --accent-light: #FF9B3E;
  --accent-dark: #D4700F;
  --bg: #FAFBFD;
  --bg-alt: #F0F4F8;
  --text: #1A2B3C;
  --text-muted: #5A6B7C;
  --white: #FFFFFF;
  --border: #E2E8F0;
  --shadow: 0 4px 24px rgba(11, 61, 92, 0.08);
  --shadow-lg: 0 12px 48px rgba(11, 61, 92, 0.12);
  --radius: 12px;
  --radius-lg: 20px;
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-height: 72px;
}

html { scroll-behavior: smooth; scroll-padding-top: var(--nav-height); overflow-x: hidden; }

body {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 { font-family: 'Sora', sans-serif; line-height: 1.2; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section { padding: 100px 0; position: relative; overflow: hidden; }

/* ===== GRAIN TEXTURE OVERLAY ===== */
.grain-section::after {
  content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 1; opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-size: 128px 128px;
}

/* ===== DECORATIVE BLOBS ===== */
.section-blob {
  position: absolute; border-radius: 50%; pointer-events: none; z-index: 0;
  filter: blur(80px); opacity: 0.07;
}
.section > .container { position: relative; z-index: 2; }

/* ===== NAVBAR ===== */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  height: var(--nav-height);
  background: rgba(250,251,253,0.75);
  backdrop-filter: blur(20px) saturate(180%); -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid rgba(226,232,240,0.5);
  transition: var(--transition);
}
.navbar.scrolled { background: rgba(255,255,255,0.95); box-shadow: var(--shadow); }
.nav-container {
  max-width: 1200px; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; justify-content: space-between; height: 100%;
}
.nav-logo img { height: 72px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a {
  font-size: 0.9rem; font-weight: 500; color: var(--text); transition: var(--transition);
  letter-spacing: 0.01em;
}
.nav-links a:hover { color: var(--accent); }
.nav-cta {
  background: linear-gradient(135deg, var(--accent), var(--accent-light));
  color: var(--white) !important; padding: 10px 24px; border-radius: 50px;
  font-weight: 600; transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  letter-spacing: 0.01em;
}
.nav-cta:hover { transform: translateY(-2px) scale(1.02); box-shadow: 0 6px 20px rgba(245,132,31,0.45); }
.nav-cta-disabled {
  background: #9CA3AF !important; cursor: default; opacity: 0.7;
  pointer-events: none;
}
.btn-disabled {
  background: #9CA3AF !important; color: var(--white) !important;
  cursor: default; pointer-events: none; opacity: 0.7;
  display: inline-block; padding: 14px 32px; border-radius: 50px;
  font-weight: 600; font-size: 1rem; letter-spacing: 0.01em;
}
.btn-disabled.btn-lg { padding: 18px 40px; font-size: 1.05rem; }
.hero-soldout {
  background: rgba(255,255,255,0.12); padding: 12px 24px; border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.15); font-weight: 500;
}

.nav-toggle {
  display: none; background: none; border: none; cursor: pointer;
  padding: 4px; flex-direction: column; gap: 5px;
}
.nav-toggle span {
  display: block; width: 24px; height: 2px;
  background: var(--text); border-radius: 2px; transition: var(--transition);
}
.nav-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ===== HERO ===== */
.hero {
  position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(155deg, var(--primary-dark) 0%, var(--primary) 35%, var(--primary-light) 70%, #1a6b9a 100%);
  overflow: hidden; text-align: center; color: var(--white);
}
.hero::after {
  content: ''; position: absolute; inset: 0; pointer-events: none; opacity: 0.06;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-size: 128px 128px; z-index: 1;
}
.hero-overlay {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 25% 40%, rgba(245,132,31,0.18) 0%, transparent 55%),
    radial-gradient(ellipse at 75% 75%, rgba(15,82,128,0.35) 0%, transparent 45%),
    radial-gradient(circle at 90% 15%, rgba(245,132,31,0.08) 0%, transparent 30%);
}
.hero-particles { position: absolute; inset: 0; overflow: hidden; }
.hero-particle {
  position: absolute; width: 6px; height: 6px; background: rgba(255,255,255,0.15);
  border-radius: 50%; animation: float-particle linear infinite;
}
@keyframes float-particle {
  0% { transform: translateY(100vh) scale(0); opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { transform: translateY(-10vh) scale(1); opacity: 0; }
}
.hero-content { position: relative; z-index: 2; padding: 40px 24px; max-width: 800px; }
.hero-logo {
  width: 380px; height: auto; margin: 0 auto 40px;
  filter: drop-shadow(0 4px 24px rgba(0,0,0,0.25));
  background: rgba(255,255,255,0.92); padding: 24px 32px; border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.3);
}
.hero-title {
  font-size: clamp(2.5rem, 6vw, 4.5rem); font-weight: 800;
  letter-spacing: -0.03em; margin-bottom: 12px;
  text-shadow: 0 2px 30px rgba(0,0,0,0.15);
}
.hero-title-accent { color: var(--accent); }
.hero-subtitle {
  font-size: clamp(1.1rem, 2.5vw, 1.5rem); font-weight: 300; opacity: 0.9;
  margin-bottom: 32px; letter-spacing: 0.04em; text-transform: uppercase;
}
.hero-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; margin-bottom: 40px; }
.hero-badge {
  display: flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.08); backdrop-filter: blur(12px);
  padding: 10px 20px; border-radius: 50px; font-size: 0.92rem; font-weight: 500;
  border: 1px solid rgba(255,255,255,0.12);
  transition: all 0.3s ease;
}
.hero-badge:hover { background: rgba(255,255,255,0.14); border-color: rgba(255,255,255,0.2); }
.hero-cta-group { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; margin-bottom: 20px; }
.hero-free { font-size: 0.9rem; opacity: 0.8; letter-spacing: 0.02em; }
.hero-scroll-indicator {
  position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  font-size: 0.82rem; opacity: 0.5; animation: bounce-scroll 2s ease-in-out infinite;
  letter-spacing: 0.05em; text-transform: uppercase;
}
@keyframes bounce-scroll {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(8px); }
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 32px; border-radius: 50px; font-weight: 600; font-size: 1rem;
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1); cursor: pointer; border: none;
  letter-spacing: 0.01em;
}
.btn-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-light));
  color: var(--white); box-shadow: 0 4px 16px rgba(245,132,31,0.3);
}
.btn-primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 32px rgba(245,132,31,0.45);
}
.btn-outline {
  background: transparent; color: var(--white);
  border: 2px solid rgba(255,255,255,0.35);
}
.btn-outline:hover {
  background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.7);
  transform: translateY(-2px);
}
.btn-lg { padding: 16px 40px; font-size: 1.05rem; }

/* ===== SECTION HEADERS ===== */
.section-header { text-align: center; max-width: 700px; margin: 0 auto 60px; }
.section-tag {
  display: inline-block; font-size: 0.8rem; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.14em; color: var(--accent); margin-bottom: 16px;
  padding: 6px 18px; background: rgba(245,132,31,0.08); border-radius: 50px;
  border: 1px solid rgba(245,132,31,0.12);
}
.section-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 700; color: var(--primary);
  margin-bottom: 16px; letter-spacing: -0.02em;
}
.section-desc { font-size: 1.05rem; color: var(--text-muted); line-height: 1.8; }

/* ===== ABOUT / HIGHLIGHTS ===== */
.about { background: var(--white); }
.highlights-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.highlight-card {
  background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 36px 24px; text-align: center; transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative; overflow: hidden;
}
.highlight-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--accent-light));
  transform: scaleX(0); transition: transform 0.4s ease; transform-origin: left;
}
.highlight-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(11,61,92,0.14); border-color: transparent; }
.highlight-card:hover::before { transform: scaleX(1); }
.highlight-icon {
  width: 64px; height: 64px; margin: 0 auto 20px; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, rgba(245,132,31,0.12), rgba(245,132,31,0.04));
  border-radius: 16px; color: var(--accent);
  transition: all 0.4s ease;
}
.highlight-card:hover .highlight-icon {
  transform: scale(1.1) rotate(-3deg);
  background: linear-gradient(135deg, rgba(245,132,31,0.18), rgba(245,132,31,0.08));
}
.highlight-title { font-size: 1.15rem; font-weight: 700; color: var(--primary); margin-bottom: 8px; }
.highlight-text { font-size: 0.9rem; color: var(--text-muted); line-height: 1.6; }

/* ===== PROGRAMM / TIMELINE ===== */
.programm { background: var(--bg-alt); }
.timeline { position: relative; max-width: 800px; margin: 0 auto; padding-left: 40px; }
.timeline::before {
  content: ''; position: absolute; left: 15px; top: 0; bottom: 0; width: 3px;
  background: linear-gradient(to bottom, var(--accent), var(--primary), var(--primary-dark));
  border-radius: 2px;
}
.timeline-item { position: relative; margin-bottom: 32px; }
.timeline-item::before {
  content: ''; position: absolute; left: -33px; top: 8px; width: 14px; height: 14px;
  background: var(--accent); border: 3px solid var(--white); border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(245,132,31,0.2);
  transition: all 0.3s ease;
}
.timeline-item:hover::before { box-shadow: 0 0 0 6px rgba(245,132,31,0.3), 0 0 16px rgba(245,132,31,0.2); }
.timeline-item[data-type="break"]::before,
.timeline-item[data-type="networking"]::before { background: var(--primary-light); box-shadow: 0 0 0 4px rgba(15,82,128,0.2); }
.timeline-item[data-type="panel"]::before { background: var(--primary); box-shadow: 0 0 0 4px rgba(11,61,92,0.2); }
.timeline-item[data-type="interview"]::before { background: #7C3AED; box-shadow: 0 0 0 4px rgba(124,58,237,0.2); }

.timeline-time {
  font-size: 0.82rem; font-weight: 700; color: var(--accent); margin-bottom: 8px;
  font-family: 'Sora', sans-serif; letter-spacing: 0.04em;
}
.timeline-card {
  background: var(--white); border-radius: var(--radius); padding: 24px;
  box-shadow: var(--shadow); border: 1px solid var(--border);
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  border-left: 3px solid transparent;
}
.timeline-card:hover {
  transform: translateX(6px); box-shadow: var(--shadow-lg);
  border-left-color: var(--accent);
}
.timeline-card-break, .timeline-card-networking {
  background: linear-gradient(135deg, rgba(15,82,128,0.05), rgba(11,61,92,0.02));
  border-style: dashed; border-left-style: dashed;
}
.timeline-card-break:hover, .timeline-card-networking:hover { border-left-color: var(--primary-light); }
.timeline-badge {
  display: inline-block; font-size: 0.72rem; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.06em; padding: 4px 12px; border-radius: 50px; margin-bottom: 8px;
}
.badge-talk { background: rgba(245,132,31,0.1); color: var(--accent-dark); }
.badge-break { background: rgba(15,82,128,0.1); color: var(--primary); }
.badge-interview { background: rgba(124,58,237,0.1); color: #7C3AED; }
.badge-panel { background: rgba(11,61,92,0.1); color: var(--primary-dark); }
.badge-networking { background: rgba(15,82,128,0.1); color: var(--primary-light); }

.timeline-title { font-size: 1.15rem; font-weight: 700; color: var(--primary); margin-bottom: 4px; }
.timeline-speaker { font-size: 0.9rem; font-weight: 500; color: var(--accent); margin-bottom: 8px; }
.timeline-topics { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.timeline-topics li {
  font-size: 0.78rem; color: var(--text-muted); padding: 4px 12px;
  background: var(--bg-alt); border-radius: 50px;
}
.timeline-desc { font-size: 0.9rem; color: var(--text-muted); }

/* ===== EXPERTS ===== */
.experten { background: var(--white); }
.experts-grid {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px;
}
.expert-card {
  background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius-lg);
  overflow: hidden; text-align: center;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
}
.expert-card::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--accent-light));
  transform: scaleX(0); transition: transform 0.4s ease; transform-origin: center;
}
.expert-card:hover { transform: translateY(-8px); box-shadow: 0 20px 48px rgba(11,61,92,0.16); border-color: transparent; }
.expert-card:hover::after { transform: scaleX(1); }
.expert-image-wrap {
  position: relative; overflow: hidden; aspect-ratio: 1; background: var(--border);
}
.expert-image-wrap::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(7,45,68,0.08) 100%);
  transition: opacity 0.3s ease;
}
.expert-card:hover .expert-image-wrap::after { opacity: 0; }
.expert-image {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.expert-card:hover .expert-image { transform: scale(1.1); }
.expert-info { padding: 16px 12px 20px; }
.expert-name { font-size: 0.95rem; font-weight: 700; color: var(--primary); margin-bottom: 4px; }
.expert-role { font-size: 0.78rem; color: var(--text-muted); margin-bottom: 6px; }
.expert-topic { font-size: 0.76rem; font-weight: 500; color: var(--accent); letter-spacing: 0.01em; }

/* ===== LOCATION ===== */
.location { background: var(--bg-alt); }
.location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.location-info { display: flex; flex-direction: column; gap: 24px; }
.location-detail {
  display: flex; align-items: flex-start; gap: 16px;
  color: var(--text); font-size: 0.95rem; line-height: 1.6;
  transition: all 0.3s ease; padding: 12px; border-radius: var(--radius); margin: -12px;
}
.location-detail:hover { background: rgba(245,132,31,0.04); }
.location-detail svg { flex-shrink: 0; color: var(--accent); margin-top: 2px; }
.location-map {
  border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border);
}
.location-map iframe { display: block; }

/* ===== CTA SECTION ===== */
.cta-section { background: var(--white); }
.cta-box {
  text-align: center; padding: 80px 40px;
  background: linear-gradient(155deg, var(--primary-dark), var(--primary) 45%, var(--primary-light) 80%, #1a6b9a);
  border-radius: var(--radius-lg); color: var(--white); position: relative; overflow: hidden;
}
.cta-box::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(245,132,31,0.2) 0%, transparent 50%),
    radial-gradient(circle at 85% 30%, rgba(255,255,255,0.05) 0%, transparent 40%);
}
.cta-box::after {
  content: ''; position: absolute; inset: 0; pointer-events: none; opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-size: 128px 128px;
}
.cta-title { font-size: clamp(1.8rem, 4vw, 2.5rem); font-weight: 700; margin-bottom: 16px; position: relative; z-index: 1; letter-spacing: -0.02em; }
.cta-text { font-size: 1.05rem; opacity: 0.9; max-width: 600px; margin: 0 auto 32px; position: relative; z-index: 1; }
.cta-box .btn { position: relative; z-index: 1; }
.cta-hint { font-size: 0.85rem; opacity: 0.7; margin-top: 16px; position: relative; z-index: 1; letter-spacing: 0.02em; }

/* ===== FOOTER ===== */
.footer { background: var(--primary-dark); color: var(--white); padding: 48px 0 24px; }
.footer-content {
  display: flex; justify-content: center; align-items: center; gap: 80px;
  padding-bottom: 32px; border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-org, .footer-sponsor { text-align: center; }
.footer-label {
  font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.14em;
  opacity: 0.5; margin-bottom: 12px; font-weight: 500;
}
.footer-logo { height: 70px; width: auto; margin: 0 auto; }
.footer-logo-vervia { height: 70px; }
.footer-logo-sparkasse { height: 90px; }
.footer-bottom { text-align: center; padding-top: 24px; font-size: 0.85rem; opacity: 0.5; }
.footer-credit { margin-top: 8px; font-size: 0.78rem; opacity: 0.7; }
.footer-credit a { color: var(--accent); transition: var(--transition); }
.footer-credit a:hover { color: var(--accent-light); }

/* ===== FOOTER LINKS ===== */
.footer-links { display: flex; justify-content: center; gap: 24px; padding-top: 16px; }
.footer-links a {
  color: rgba(255,255,255,0.55); font-size: 0.85rem; transition: var(--transition);
  letter-spacing: 0.02em; padding: 12px 16px; border-radius: 8px;
  -webkit-tap-highlight-color: rgba(245,132,31,0.2);
}
.footer-links a:active { background: rgba(255,255,255,0.08); }
.footer-links a:hover { color: var(--accent); }

/* ===== REVEAL ANIMATION ===== */
.reveal {
  opacity: 0; transform: translateY(30px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .highlights-grid { grid-template-columns: repeat(2, 1fr); }
  .experts-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
  .section { padding: 60px 0; }

  .nav-toggle { display: flex; }
  .nav-links {
    position: fixed; top: var(--nav-height); left: 0; right: 0;
    background: rgba(255,255,255,0.98); backdrop-filter: blur(20px);
    flex-direction: column; padding: 24px; gap: 0;
    transform: translateY(-100%); opacity: 0; pointer-events: none;
    transition: var(--transition); border-bottom: 1px solid var(--border);
  }
  .nav-links.active { transform: translateY(0); opacity: 1; pointer-events: all; }
  .nav-links li { width: 100%; }
  .nav-links a { display: block; padding: 12px 0; font-size: 1.05rem; }
  .nav-cta { text-align: center; margin-top: 8px; }

  .hero-title { font-size: clamp(2rem, 8vw, 3rem); }
  .hero-badges { flex-direction: column; align-items: center; }
  .countdown-number { min-width: 56px; padding: 12px 8px 8px; }
  .countdown-unit { min-width: 56px; }
  .countdown-separator { font-size: 1.2rem; margin-top: -16px; }
  .hero-logo { width: 280px; padding: 16px 20px; }

  .highlights-grid { grid-template-columns: 1fr; }
  .experts-grid { grid-template-columns: repeat(2, 1fr); }
  .location-grid { grid-template-columns: 1fr; }
  .footer-content { flex-direction: column; gap: 32px; }
  .map-consent { height: 300px; }

  .timeline { padding-left: 30px; }
  .timeline::before { left: 10px; }
  .timeline-item::before { left: -27px; width: 12px; height: 12px; }
}

@media (max-width: 480px) {
  .experts-grid { grid-template-columns: 1fr; max-width: 300px; margin-left: auto; margin-right: auto; }
  .hero-cta-group { flex-direction: column; align-items: center; }
  .btn-lg { width: 100%; }
  .cta-box { padding: 48px 24px; }
}

/* ===== LEGAL PAGES ===== */
.legal-page { padding-top: calc(var(--nav-height) + 60px); padding-bottom: 80px; min-height: 100vh; background: var(--bg); }
.legal-page h1 { font-size: 2.2rem; font-weight: 700; color: var(--primary); margin-bottom: 32px; letter-spacing: -0.02em; }
.legal-page h2 { font-size: 1.4rem; font-weight: 700; color: var(--primary); margin-top: 40px; margin-bottom: 16px; }
.legal-page p, .legal-page li { font-size: 1rem; color: var(--text); line-height: 1.8; margin-bottom: 12px; }
.legal-page ul { padding-left: 24px; list-style: disc; margin-bottom: 16px; }
.legal-page a { color: var(--accent); text-decoration: underline; }
.legal-page a:hover { color: var(--accent-dark); }
.legal-page strong { font-weight: 600; }
.legal-back { display: inline-flex; align-items: center; gap: 8px; color: var(--accent); font-weight: 500; margin-bottom: 32px; transition: var(--transition); }
.legal-back:hover { color: var(--accent-dark); transform: translateX(-4px); }



/* ===== COUNTDOWN TIMER ===== */
.hero-countdown {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  margin-bottom: 36px;
}
.countdown-unit { text-align: center; min-width: 72px; }
.countdown-number {
  display: block; font-family: 'Sora', sans-serif; font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 800; letter-spacing: -0.02em; line-height: 1;
  background: rgba(255,255,255,0.1); backdrop-filter: blur(12px);
  padding: 16px 12px 12px; border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,0.12);
  min-width: 72px;
  transition: all 0.3s ease;
}
.countdown-label {
  display: block; font-size: 0.7rem; font-weight: 500; text-transform: uppercase;
  letter-spacing: 0.1em; opacity: 0.6; margin-top: 8px;
}
.countdown-separator {
  font-family: 'Sora', sans-serif; font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-weight: 700; opacity: 0.4; margin-top: -20px;
}
.hero-countdown.event-live .countdown-number {
  background: rgba(245,132,31,0.2); border-color: rgba(245,132,31,0.3);
}

/* ===== MAP CONSENT (DSGVO) ===== */
.map-consent {
  width: 100%; height: 400px;
  background: linear-gradient(135deg, var(--bg-alt), var(--bg));
  border-radius: 16px; border: 2px dashed var(--border);
  display: flex; align-items: center; justify-content: center;
  transition: all 0.3s ease;
}
.map-consent:hover { border-color: var(--accent); background: linear-gradient(135deg, rgba(245,132,31,0.03), var(--bg)); }
.map-consent-content { text-align: center; padding: 32px; max-width: 360px; }
.map-consent-content svg { color: var(--accent); margin-bottom: 16px; opacity: 0.6; }
.map-consent-title { font-family: 'Sora', sans-serif; font-size: 1.2rem; font-weight: 700; color: var(--primary); margin-bottom: 8px; }
.map-consent-text { font-size: 0.85rem; color: var(--text-muted); line-height: 1.6; margin-bottom: 20px; }
.map-consent-text a { color: var(--accent); text-decoration: underline; }
.map-consent-text a:hover { color: var(--accent-dark); }
.map-consent-btn { font-size: 0.9rem; padding: 12px 28px; }
.map-iframe-wrap { width: 100%; height: 400px; border-radius: 16px; overflow: hidden; }
.map-iframe-wrap iframe { display: block; width: 100%; height: 100%; border: 0; border-radius: 16px; }

/* ===== SKIP-TO-CONTENT (A11Y) ===== */
.skip-to-content {
  position: absolute; top: -100%; left: 16px; z-index: 9999;
  background: var(--accent); color: var(--white);
  padding: 12px 24px; border-radius: 0 0 var(--radius) var(--radius);
  font-weight: 600; font-size: 0.9rem;
  transition: top 0.2s ease;
  text-decoration: none;
}
.skip-to-content:focus { top: 0; }

/* ===== FOCUS RING STYLES (A11Y) ===== */
*:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 4px;
}
.btn:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 3px;
  box-shadow: 0 0 0 5px rgba(245,132,31,0.5);
}
.nav-cta:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  box-shadow: 0 0 0 5px rgba(245,132,31,0.3);
}

/* ===== CURSOR POINTER ON INTERACTIVE ELEMENTS ===== */
.nav-links a,
.hero-badge,
.highlight-card,
.expert-card,
.timeline-card,
.footer-links a,
.legal-back,
.location-detail { cursor: pointer; }

/* ===== PREFERS-REDUCED-MOTION (CRITICAL A11Y) ===== */
@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;
  }
  html { scroll-behavior: auto; }
  .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .reveal.visible { transition-delay: 0s !important; }
  .hero-particle { display: none; }
  .hero-scroll-indicator { animation: none; }
  .nav-cta:hover,
  .btn-primary:hover,
  .btn-outline:hover { transform: none; }
  .highlight-card:hover { transform: none; }
  .expert-card:hover { transform: none; }
  .expert-card:hover .expert-image { transform: none; }
  .highlight-card:hover .highlight-icon { transform: none; }
  .timeline-card:hover { transform: none; }
  .legal-back:hover { transform: none; }
}
