/* =========================================
   Lead-Gen Landingpage Styles (Finanz-Tipps)
   - Clean, premium, trust-focused
   - Mobile-first, fast, conversion-oriented
   ========================================= */

/* --------- CSS Variables --------- */
:root{
  --bg: #0b1220;
  --bg2: #0e1830;
  --surface: rgba(255,255,255,0.06);
  --surface-2: rgba(255,255,255,0.10);
  --border: rgba(255,255,255,0.12);

  --text: rgba(255,255,255,0.92);
  --muted: rgba(255,255,255,0.70);
  --soft: rgba(255,255,255,0.55);

  --accent: #5c7cfa;
  --accent-2: #7c3aed;
  --accent-3: #22c55e;
  --danger: #ef4444;

  --shadow: 0 20px 60px rgba(0,0,0,.45);
  --shadow-soft: 0 10px 30px rgba(0,0,0,.30);

  --radius: 18px;
  --radius-sm: 12px;

  --maxw: 1120px;

  --font: 'Inter', ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  
  /* White content area variables */
  --white-bg: #f5f5f7;
  --white-text: #1a1a1a;
  --white-muted: #666666;
  --white-soft: #999999;
  --white-surface: #ffffff;
  --white-border: rgba(0,0,0,0.08);
  --white-shadow: 0 2px 8px rgba(0,0,0,.08);
}

/* --------- Base --------- */
*{ box-sizing:border-box; }
html, body{ height:100%; }
body{
  margin:0;
  font-family: var(--font);
  color: var(--text);
  background:
    url('images/section-background.jpg') center center / cover no-repeat fixed,
    radial-gradient(1200px 700px at 20% -10%, rgba(92,124,250,.25), transparent 60%),
    radial-gradient(900px 600px at 85% 10%, rgba(124,58,237,.18), transparent 55%),
    linear-gradient(180deg, var(--bg), var(--bg2));
  line-height:1.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img{ max-width:100%; display:block; }
a{ color: inherit; text-decoration:none; }
p{ margin:0 0 16px; line-height: 1.75; max-width: 75ch; }
small{ color: var(--soft); }

/* --------- Utility --------- */
.container{
  width:100%;
  max-width: var(--maxw);
  margin:0 auto;
  padding: 0 18px;
}

.section{
  padding: 30px 0;
}

/* --------- White Content Area Wrapper --------- */
.white-content-wrapper{
  background: var(--white-bg);
  position: relative;
  margin-top: 0;
}

/* Smooth gradient transition from dark to light gray */
.white-content-wrapper::before{
  content: '';
  position: absolute;
  top: -120px;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(180deg, 
    transparent 0%, 
    rgba(245,245,247,0.3) 40%,
    rgba(245,245,247,0.7) 70%,
    #f5f5f7 100%);
  pointer-events: none;
  z-index: 1;
}

/* White content area text colors */
.white-content-wrapper .section{
  position: relative;
  z-index: 2;
}

.white-content-wrapper h2,
.white-content-wrapper h3,
.white-content-wrapper .relevance-title,
.white-content-wrapper .timeline-title,
.white-content-wrapper .flow-title,
.white-content-wrapper .feature-label,
.white-content-wrapper .audience-header h3{
  color: var(--white-text) !important;
}

/* Video Workshop Title bleibt weiß */
.white-content-wrapper .video-workshop-title{
  color: #ffffff !important;
}

.white-content-wrapper p,
.white-content-wrapper .relevance-text,
.white-content-wrapper .timeline-text,
.white-content-wrapper .feature-desc,
.white-content-wrapper .trust-text,
.white-content-wrapper li,
.white-content-wrapper small,
.white-content-wrapper summary{
  color: var(--white-muted) !important;
}

/* Video Workshop Bullets bleiben weiß */
.white-content-wrapper .video-workshop-bullets li{
  color: #ffffff !important;
}

/* White content area cards */
.white-content-wrapper .card{
  background: var(--white-surface);
  border: 1px solid var(--white-border);
  box-shadow: var(--white-shadow);
  backdrop-filter: none;
}

/* FIX: Ensure testimonials and flip-cards are visible */
.white-content-wrapper .testimonials-grid,
.white-content-wrapper .flip-cards-grid{
  display: grid !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.white-content-wrapper .testimonial-card,
.white-content-wrapper .flip-card{
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.white-content-wrapper .relevance-card:hover,
.white-content-wrapper .flow-item:hover{
  box-shadow: 0 4px 16px rgba(0,0,0,.12);
}

/* Icon circles on white */
.white-content-wrapper .icon-circle{
  background: rgba(92,124,250,.08);
  border: 1px solid rgba(92,124,250,.2);
}

/* Timeline elements on white */
.white-content-wrapper .timeline-connector{
  background: linear-gradient(180deg, 
    rgba(92,124,250,.3), 
    rgba(92,124,250,.1));
}

/* Flow arrows on white */
.white-content-wrapper .flow-arrow{
  color: rgba(0,0,0,0.2);
}

.white-content-wrapper .flow-item{
  background: var(--white-surface);
  border: 1px solid var(--white-border);
}

/* Audience section on white */
.white-content-wrapper .suitable .audience-icon{
  background: rgba(34,197,94,.12);
  color: #16a34a;
  border: 1px solid rgba(34,197,94,.25);
}

.white-content-wrapper .not-suitable .audience-icon{
  background: rgba(239,68,68,.12);
  color: #dc2626;
  border: 1px solid rgba(239,68,68,.25);
}

.white-content-wrapper .audience-header{
  border-bottom: 1px solid var(--white-border);
}

/* Trust section on white */
.white-content-wrapper .trust-content{
  background: var(--white-surface);
  border: 1px solid var(--white-border);
  backdrop-filter: none;
}

.white-content-wrapper .trust-icon{
  filter: grayscale(0.2);
}

/* FAQ on white */
.white-content-wrapper .faq details{
  background: var(--white-surface);
  border: 1px solid var(--white-border);
}

.white-content-wrapper .faq summary{
  color: var(--white-text) !important;
}

/* About section on white */
.white-content-wrapper .about-content{
  background: var(--white-surface);
  border: 1px solid var(--white-border);
}

/* Remove gradient backgrounds from sections */
.white-content-wrapper .relevance-section::before,
.white-content-wrapper .learning-section::before,
.white-content-wrapper .inaction-section::before,
.white-content-wrapper .target-audience-enhanced::before,
.white-content-wrapper .trust-section::before,
.white-content-wrapper .about-section::before,
.white-content-wrapper .faq-section::before{
  display: none;
}

/* --------- Scroll Animations --------- */
.animate-on-scroll{
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate-on-scroll.animate-in{
  opacity: 1;
  transform: translateY(0);
}

.stagger-item{
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.stagger-item.animate-in{
  opacity: 1;
  transform: translateY(0);
}

/* FIX: Flip-cards and testimonials should always be visible */
.flip-card.stagger-item,
.testimonial-card.stagger-item{
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce){
  .animate-on-scroll,
  .stagger-item{
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* --------- Countdown Timer Section --------- */
.countdown-section{
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  padding: 48px 20px 80px;
  border-radius: 0;
  margin: 0;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
  position: relative;
}

.countdown-section::after{
  content: '';
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to bottom, transparent, rgba(245,245,247,0.4), rgba(245,245,247,0.8), #f5f5f7);
  pointer-events: none;
  z-index: 0;
}

.countdown-section .container{
  position: relative;
  z-index: 10;
}

.countdown-header{
  text-align: center;
  margin-bottom: 32px;
}

.countdown-date{
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 400;
  font-style: italic;
  color: #ffffff;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.countdown-boxes{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 700px;
  margin: 0 auto;
}

.countdown-box{
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 28px 16px;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid rgba(255,255,255,0.15);
}

.countdown-box:hover{
  background: rgba(255,255,255,0.18);
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.3);
  border-color: rgba(255,255,255,0.25);
}

.countdown-number{
  font-size: clamp(42px, 6vw, 68px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 8px;
  font-family: 'Inter', sans-serif;
  text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.countdown-label{
  font-size: clamp(10px, 1.5vw, 13px);
  font-weight: 600;
  color: rgba(255,255,255,0.75);
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* Mobile Optimierung */
@media (max-width: 768px){
  .countdown-section{
    padding: 40px 16px 60px;
  }
  
  .countdown-boxes{
    gap: 12px;
  }
  
  .countdown-box{
    padding: 20px 8px;
    border-radius: 12px;
  }
  
  .countdown-number{
    font-size: 38px;
    margin-bottom: 6px;
  }
  
  .countdown-label{
    font-size: 9px;
    letter-spacing: 1.2px;
  }
  
  .countdown-date{
    font-size: 18px;
  }
}

/* --------- Social Proof Bar --------- */
.social-proof-bar{
  background: linear-gradient(135deg, var(--white-surface), #ffffff);
  border-bottom: 2px solid var(--white-border);
  padding: 24px 0;
  position: sticky;
  top: 0;
  z-index: 99;
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
}

.proof-bar-content{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 32px;
  align-items: center;
  justify-items: center;
}

.proof-item{
  display: flex;
  align-items: center;
  gap: 12px;
}

.proof-icon{
  font-size: 24px;
  filter: grayscale(0.3);
}

.proof-text{
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.proof-text strong{
  font-size: 20px;
  font-weight: 900;
  color: var(--accent);
  letter-spacing: -0.5px;
}

.proof-text span{
  font-size: 12px;
  color: var(--white-muted);
  font-weight: 500;
}

@media (max-width: 768px){
  .social-proof-bar{
    padding: 16px 0;
  }
  
  .proof-bar-content{
    grid-template-columns: 1fr;
    gap: 16px;
    text-align: center;
  }
  
  .proof-item{
    justify-content: center;
  }
  
  .countdown-item{
    grid-column: 1 / -1;
    justify-content: center;
  }
  
  .countdown-timer{
    font-size: 18px !important;
    color: var(--accent) !important;
  }
}

/* --------- Progress Bar --------- */
.progress-bar-wrapper{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: rgba(0,0,0,0.1);
  z-index: 1000;
}

.progress-bar{
  height: 100%;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  width: 0%;
  transition: width 0.1s ease;
  box-shadow: 0 0 10px rgba(92,124,250,0.5);
}

/* --------- Activity Feed --------- */
.activity-feed{
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 98;
  max-width: 360px;
  animation: slideInLeft 0.5s ease;
}

@keyframes slideInLeft {
  from { transform: translateX(-100%); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

.activity-item{
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  border: 1px solid rgba(0,0,0,0.08);
  animation: slideInLeft 0.5s ease;
}

.activity-avatar{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.activity-content{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.activity-name{
  font-size: 14px;
  font-weight: 700;
  color: var(--white-text);
}

.activity-text{
  font-size: 13px;
  color: var(--white-muted);
}

.activity-time{
  font-size: 11px;
  color: var(--white-soft);
}

.activity-close{
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: none;
  background: rgba(0,0,0,0.05);
  color: var(--white-muted);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.activity-close:hover{
  background: rgba(0,0,0,0.1);
  color: var(--white-text);
}

@media (max-width: 768px){
  .activity-feed{
    left: 10px;
    right: 10px;
    max-width: calc(100% - 20px);
    bottom: 80px;
  }
}

/* --------- Video Testimonials --------- */
.testimonials-section{
  position: relative;
}

.testimonials-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
}

@media (min-width: 768px){
  .testimonials-grid{
    grid-template-columns: repeat(3, 1fr);
  }
}

.testimonial-card{
  padding: 0;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.15);
}

.testimonial-video{
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, #374151, #1f2937);
  cursor: pointer;
}

.video-placeholder-small{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.play-button-small{
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255,255,255,0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #1a1a1a;
  padding-left: 4px;
  transition: transform 0.3s ease;
}

.video-placeholder-small:hover .play-button-small{
  transform: scale(1.1);
}

.video-duration{
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0,0,0,0.8);
  color: #ffffff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
}

.testimonial-content{
  padding: 20px;
}

.testimonial-quote{
  font-size: 14px;
  line-height: 1.6;
  color: var(--white-muted);
  margin: 0 0 16px;
  font-style: italic;
}

.testimonial-author{
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 12px;
}

.testimonial-author strong{
  font-size: 15px;
  font-weight: 700;
  color: var(--white-text);
}

.testimonial-author span{
  font-size: 13px;
  color: var(--white-soft);
}

.testimonial-rating{
  font-size: 14px;
  color: #fbbf24;
}

/* --------- Flip Cards --------- */
.flip-cards-section{
  position: relative;
}

.flip-cards-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
}

@media (min-width: 768px){
  .flip-cards-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

.flip-card{
  perspective: 1000px;
  height: 280px;
  cursor: pointer;
}

.flip-card-inner{
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card.flipped .flip-card-inner{
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back{
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: var(--radius);
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.flip-card-front{
  background: var(--white-surface);
  border: 2px solid rgba(239,68,68,0.2);
}

.flip-card-back{
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  transform: rotateY(180deg);
  color: #ffffff;
}

.flip-icon{
  font-size: 48px;
  margin-bottom: 16px;
}

.flip-title{
  font-size: 18px;
  font-weight: 900;
  margin: 0 0 12px;
  letter-spacing: -0.3px;
}

.flip-card-front .flip-title{
  color: var(--white-text);
}

.flip-card-back .flip-title{
  color: #ffffff;
}

.flip-text{
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 16px;
}

.flip-card-front .flip-text{
  color: var(--white-muted);
}

.flip-card-back .flip-text{
  color: rgba(255,255,255,0.95);
}

.flip-hint{
  font-size: 13px;
  font-weight: 600;
  opacity: 0.7;
}

.flip-card-front .flip-hint{
  color: var(--accent);
}

.flip-card-back .flip-hint{
  color: rgba(255,255,255,0.8);
}

@media (max-width: 768px){
  .flip-card{
    height: 260px;
  }
  
  .flip-icon{
    font-size: 40px;
  }
}

/* --------- Section Intro Text --------- */
.section-intro{
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
  font-size: 17px;
  color: var(--white-muted);
  line-height: 1.75;
  font-weight: 500;
  position: relative;
  padding-bottom: 24px;
}

.section-intro::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  border-radius: 2px;
}

/* --------- Sticky Mobile CTA --------- */
.sticky-mobile-cta{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 12px 16px;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.9));
  backdrop-filter: blur(10px);
  animation: slideUp 0.3s ease;
}

@keyframes slideUp {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}

.sticky-cta-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 16px 24px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 0.3px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 8px 24px rgba(92,124,250,.45);
  transition: all .3s ease;
}

.sticky-cta-btn:active{
  transform: scale(0.98);
}

@media (max-width: 768px){
  .sticky-mobile-cta{
    display: block;
  }
}

/* ============ Live Activity Feed ============ */
.live-activity-feed{
  position: fixed;
  bottom: 100px;
  left: 24px;
  z-index: 999;
  max-width: 340px;
  pointer-events: none;
}

.activity-item{
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255,255,255,0.98);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 12px;
  padding: 12px 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.12);
  backdrop-filter: blur(10px);
  animation: slideInFromLeft 0.5s ease-out, fadeOutActivity 0.5s ease-in 4.5s forwards;
  pointer-events: auto;
}

.activity-icon{
  font-size: 24px;
  flex-shrink: 0;
}

.activity-text{
  flex: 1;
  font-size: 14px;
  color: #1a1a1a;
  line-height: 1.4;
}

.activity-text strong{
  font-weight: 600;
  color: var(--accent);
}

.activity-time{
  font-size: 12px;
  color: #999;
  white-space: nowrap;
}

@keyframes slideInFromLeft{
  from{
    transform: translateX(-100%);
    opacity: 0;
  }
  to{
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeOutActivity{
  to{
    opacity: 0;
    transform: translateX(-20px);
  }
}

@media (max-width: 768px){
  .live-activity-feed{
    bottom: 80px;
    left: 16px;
    right: 16px;
    max-width: none;
  }
  
  .activity-item{
    font-size: 13px;
  }
}

.card{
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px);
}

.badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 10px 14px;
  background: linear-gradient(135deg, 
    rgba(255,255,255,0.12), 
    rgba(255,255,255,0.08));
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  color: rgba(255,255,255,0.95);
  font-weight: 600;
  letter-spacing: .2px;
  font-size: 13px;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 15px rgba(0,0,0,.20);
}

.divider{
  height:1px;
  background: rgba(255,255,255,0.10);
  margin: 18px 0;
}

.white-content-wrapper .divider,
.footer .divider{
  background: rgba(0,0,0,0.08);
}

/* --------- Fixed Top Logo --------- */
.top-logo{
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  pointer-events: none;
  width: 100%;
  max-width: var(--maxw);
  padding: 0 18px;
  display: flex;
  align-items: flex-start;
}

.logo-fixed{
  height: 300px;
  width: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 8px 20px rgba(0,0,0,.50));
  transition: transform .3s ease, filter .3s ease;
  pointer-events: auto;
  margin-right: auto;
  margin-left: -1.5cm;
}

.logo-fixed:hover{
  transform: scale(1.05);
  filter: drop-shadow(0 12px 30px rgba(92,124,250,.45));
}

/* --------- Unified Hero Section (Banner + Content) --------- */
.hero-banner{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  padding: 40px 0 0;
  pointer-events: none;
}

.hero-banner .container{
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 18px;
  display: flex;
  justify-content: flex-end;
}

.banner-img{
  width: 100%;
  max-width: calc(100% - 320px);
  height: auto;
  display: block;
  filter: drop-shadow(0 8px 25px rgba(0,0,0,.40));
  transition: transform .3s ease, filter .3s ease;
  pointer-events: auto;
  opacity: 0.98;
}

.banner-img:hover{
  transform: scale(1.01);
  filter: drop-shadow(0 12px 35px rgba(0,0,0,.50));
}

/* --------- Banner Separator (Secondary Hero Headline) --------- */
.banner-separator{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 48;
  padding: calc(370px - 2.5cm) 0 0;
  pointer-events: none;
}

.banner-separator .container{
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 18px;
}

.separator-text{
  font-size: clamp(26px, 3.5vw, 38px);
  font-weight: 600;
  color: rgba(255,255,255,0.96);
  text-align: center;
  margin: 0 auto;
  max-width: 900px;
  padding: 0;
  text-shadow: 0 3px 20px rgba(0,0,0,.50), 0 1px 3px rgba(0,0,0,.30);
  letter-spacing: -0.2px;
  line-height: 1.35;
  pointer-events: none;
  font-style: normal;
}

/* --------- Webinar Info --------- */
.webinar-info{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 47;
  padding: calc(370px - 2.5cm + 90px) 0 0;
  pointer-events: none;
}

.webinar-info .container{
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 18px;
}

.webinar-meta{
  font-size: clamp(14px, 1.8vw, 18px);
  font-weight: 500;
  color: rgba(255,255,255,0.80);
  text-align: center;
  margin: 0 auto;
  max-width: 700px;
  padding: 0;
  letter-spacing: 0.3px;
  pointer-events: none;
}

.webinar-meta-inline{
  font-size: clamp(13px, 1.6vw, 15px);
  font-weight: 600;
  color: rgba(255,255,255,0.85);
  text-align: left;
  margin: 0 0 14px;
  padding: 0;
  letter-spacing: 0.3px;
  text-shadow: 0 2px 10px rgba(0,0,0,.40);
  position: relative;
  top: -38px;
  margin-bottom: -24px;
}

/* --------- Hero --------- */
.hero{
  padding: 0;
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background:
    url('images/hero-background.jpg') center center / cover no-repeat fixed,
    radial-gradient(1200px 700px at 20% -10%, rgba(92,124,250,.25), transparent 60%),
    radial-gradient(900px 600px at 85% 10%, rgba(124,58,237,.18), transparent 55%),
    linear-gradient(180deg, var(--bg), var(--bg2));
}

.hero::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, 
    rgba(11, 18, 32, 0.50) 0%, 
    rgba(14, 24, 48, 0.30) 40%, 
    rgba(14, 24, 48, 0.20) 70%, 
    transparent 100%);
  z-index: 1;
}

.hero .container{
  position: relative;
  z-index: 2;
}

.hero__grid{
  display:grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: center;
  padding: calc(480px - 2cm) 0 60px;
}

@media (max-width: 768px){
  /* Mobile: Logo mittig und kleiner */
  .top-logo{
    position: fixed;
    top: 10px;
    left: 0;
    right: 0;
    transform: none;
    justify-content: center;
    padding: 0;
  }
  
  .logo-fixed{
    height: 100px;
    margin: 0;
  }
  
  /* Mobile: Banner unter Logo, volle Breite */
  .hero-banner{
    position: relative;
    padding: 120px 0 0;
    margin-bottom: 30px;
  }
  
  .hero-banner .container{
    max-width: 100%;
    padding: 0;
    justify-content: center;
  }
  
  .banner-img{
    max-width: 100%;
    width: 100%;
  }
  
  /* Mobile: Separator und Webinar Info ausblenden oder anpassen */
  .banner-separator{
    position: relative;
    padding: 20px 0 0;
  }
  
  .separator-text{
    font-size: 18px;
    line-height: 1.4;
  }
  
  .webinar-info{
    position: relative;
    padding: 20px 0 0;
  }
  
  .webinar-meta{
    font-size: 13px;
  }
  
  /* Mobile: Hero Section anpassen */
  .hero{
    min-height: auto;
    padding-top: 120px;
  }
  
  .hero__grid{
    padding-top: 40px;
    padding-bottom: 40px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .hero__content{
    padding: 24px;
  }
  
  .webinar-meta-inline{
    font-size: 11px;
    top: -20px;
    margin-bottom: -10px;
  }
  
  .footer-logo{
    height: 200px;
  }
  
  .hero__features{
    gap: 12px;
  }
  
  .hero__feature-item{
    padding: 12px;
  }
  
  .feature-icon{
    font-size: 24px;
  }
  
  .hero__trust-bar{
    gap: 8px;
    flex-direction: column;
    align-items: flex-start;
  }
  
  /* Mobile: Section Spacing */
  .section{
    padding: 60px 0;
  }
  
  /* Mobile: Intro Text */
  .section-intro{
    font-size: 15px;
    margin-bottom: 40px;
  }
}

.hero__content{
  padding: 24px;
  background: linear-gradient(135deg, 
    rgba(11, 18, 32, 0.70), 
    rgba(14, 24, 48, 0.60));
  backdrop-filter: blur(20px);
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 20px 60px rgba(0,0,0,.40);
}

.hero__kicker{
  margin-bottom: 14px;
}

.hero__title{
  font-size: clamp(30px, 5vw, 52px);
  line-height: 1.06;
  margin: 10px 0 14px;
  font-weight: 900;
  letter-spacing: -0.8px;
  text-shadow: 0 4px 20px rgba(0,0,0,.50);
}

.hero__subtitle{
  font-size: 16px;
  color: rgba(255,255,255,0.85);
  margin-bottom: 18px;
  max-width: 62ch;
  text-shadow: 0 2px 10px rgba(0,0,0,.40);
}

.hero__bullets{
  display:grid;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.hero__bullets li{
  display:flex;
  gap: 10px;
  align-items:flex-start;
  color: rgba(255,255,255,.86);
}

.check{
  margin-top: 2px;
  width: 18px; height: 18px;
  border-radius: 6px;
  background: rgba(34,197,94,.18);
  border: 1px solid rgba(34,197,94,.35);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex: 0 0 auto;
}

.check::before{
  content:"✓";
  font-weight: 900;
  color: rgba(255,255,255,.92);
  font-size: 12px;
}

.hero__divider{
  height: 1px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    rgba(255,255,255,0.15) 20%, 
    rgba(255,255,255,0.15) 80%, 
    transparent 100%);
  margin: 24px 0;
}

.hero__features{
  display: grid;
  gap: 16px;
  margin-bottom: 20px;
}

.hero__feature-item{
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 14px;
  background: rgba(255,255,255,0.04);
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.08);
  transition: background .3s ease, border-color .3s ease;
}

.hero__feature-item:hover{
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.12);
}

.feature-icon{
  font-size: 28px;
  flex-shrink: 0;
  line-height: 1;
}

.feature-content{
  flex: 1;
}

.feature-label{
  font-size: 15px;
  font-weight: 800;
  margin: 0 0 4px;
  color: rgba(255,255,255,0.92);
  letter-spacing: -0.2px;
}

.feature-desc{
  font-size: 13px;
  color: rgba(255,255,255,0.70);
  margin: 0;
  line-height: 1.4;
}

.hero__trust-bar{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.trust-item{
  font-size: 12px;
  color: rgba(255,255,255,0.65);
  font-weight: 600;
  letter-spacing: 0.2px;
}

.hero__trustrow{
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  color: var(--soft);
  font-size: 12px;
}

.trustchip{
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(8px);
}

/* --------- Form Card --------- */
.formcard{
  padding: 22px;
  background: linear-gradient(135deg, 
    rgba(11, 18, 32, 0.90), 
    rgba(14, 24, 48, 0.85));
  backdrop-filter: blur(30px);
  box-shadow: 0 30px 80px rgba(0,0,0,.50);
}

.formcard__title{
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -.2px;
  margin: 0 0 8px;
}

.formcard__text{
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 16px;
}

.form{
  display:grid;
  gap: 10px;
}

.label{
  font-size: 12px;
  color: var(--soft);
  font-weight: 700;
  letter-spacing: .3px;
}

.input{
  width: 100%;
  padding: 14px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(0,0,0,0.25);
  color: rgba(255,255,255,0.94);
  outline: none;
  transition: transform .06s ease, border-color .2s ease, box-shadow .2s ease;
}

.input::placeholder{ color: rgba(255,255,255,0.35); }

.input:focus{
  border-color: rgba(92,124,250,.55);
  box-shadow: 0 0 0 4px rgba(92,124,250,.16);
}

.field-hint{
  display: block;
  margin-top: 6px;
  color: rgba(255,255,255,0.55);
  font-size: 11px;
  font-style: italic;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  width: 100%;
  padding: 14px 16px;
  border-radius: 14px;
  border: none;
  cursor: pointer;
  font-weight: 900;
  letter-spacing: .2px;
  color: rgba(255,255,255,.96);
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 18px 40px rgba(92,124,250,.22);
  transition: transform .08s ease, filter .2s ease, box-shadow .2s ease;
  min-height: 48px;
  touch-action: manipulation;
}

.btn:hover{
  filter: brightness(1.05);
  box-shadow: 0 18px 55px rgba(92,124,250,.28);
}

.btn:active{
  transform: translateY(1px) scale(0.995);
}

.btn .arrow{
  display:inline-block;
  transform: translateY(-1px);
  font-size: 16px;
}

.formcard__fineprint{
  margin-top: 10px;
  color: rgba(255,255,255,0.55);
  font-size: 12px;
}

.formcard__fineprint a{
  color: rgba(255,255,255,0.75);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Optional: small disclaimer block */
.disclaimer{
  margin-top: 14px;
  padding: 12px 12px;
  border-radius: 12px;
  background: rgba(239,68,68,0.08);
  border: 1px solid rgba(239,68,68,0.20);
  color: rgba(255,255,255,0.78);
  font-size: 12px;
}

/* --------- Social Proof --------- */
.proof{
  padding: 26px 0 0;
  position: relative;
}

.proof::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, 
    transparent 0%, 
    rgba(92,124,250,.03) 50%, 
    transparent 100%);
  pointer-events: none;
}

.proof__grid{
  display:grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.quote{
  padding: 18px;
}

.quote__text{
  font-size: 14px;
  color: rgba(255,255,255,0.85);
  margin-bottom: 10px;
}

.quote__meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 10px;
  color: var(--soft);
  font-size: 12px;
}

.stars{
  letter-spacing: 1px;
  color: rgba(255,255,255,0.85);
}

/* --------- Relevance Section (Warum jetzt relevant) --------- */
.relevance-section{
  position: relative;
  background: 
    radial-gradient(circle at 20% 50%, rgba(92,124,250,0.03) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(124,58,237,0.03) 0%, transparent 50%),
    linear-gradient(180deg, transparent 0%, rgba(11,18,32,.02) 50%, transparent 100%);
}

.relevance-section::after{
  content: '';
  position: absolute;
  inset: 0;
  background-image: 
    repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0,0,0,.01) 2px, rgba(0,0,0,.01) 4px),
    repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(0,0,0,.01) 2px, rgba(0,0,0,.01) 4px);
  pointer-events: none;
  opacity: 0.3;
}

.relevance-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 768px){
  .relevance-grid{ 
    grid-template-columns: repeat(2, 1fr); 
    gap: 24px;
  }
}

@media (min-width: 1024px){
  .relevance-grid{ 
    grid-template-columns: repeat(4, 1fr); 
    gap: 24px;
  }
}

.relevance-card{
  padding: 32px 28px;
  text-align: left;
  transition: transform .3s ease, box-shadow .3s ease;
  position: relative;
  overflow: hidden;
}

.relevance-card::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--accent), var(--accent-2));
  opacity: 0;
  transition: opacity .3s ease;
  box-shadow: 0 0 20px rgba(92,124,250,0.6);
}

.relevance-card:hover::before{
  opacity: 1;
}

.relevance-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,.15);
}

.icon-circle{
  width: 56px;
  height: 56px;
  margin: 0 0 20px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(92,124,250,.12), rgba(124,58,237,.08));
  border: 1px solid rgba(92,124,250,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  color: var(--accent);
  transition: all .3s ease;
}

.relevance-card:hover .icon-circle{
  background: linear-gradient(135deg, rgba(92,124,250,.2), rgba(124,58,237,.15));
  transform: scale(1.05);
}

.white-content-wrapper .icon-circle{
  background: linear-gradient(135deg, rgba(92,124,250,.1), rgba(124,58,237,.06));
  border: 1px solid rgba(92,124,250,.15);
  color: var(--accent);
}

.relevance-title{
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 12px;
  letter-spacing: -0.3px;
  color: rgba(255,255,255,0.92);
}

.relevance-text{
  font-size: 14px;
  color: var(--muted);
  margin: 0;
  line-height: 1.65;
}

/* --------- Inaction Section (Flow) --------- */
.inaction-section{
  position: relative;
}

.inaction-section::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at center, 
    rgba(239,68,68,.04) 0%, 
    transparent 60%);
  pointer-events: none;
}

.inaction-flow{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background: rgba(0,0,0,0.1);
  border-radius: 16px;
  overflow: hidden;
}

.flow-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 48px 24px;
  background: var(--white-surface);
  min-height: 200px;
  position: relative;
  transition: all .3s ease;
}

.flow-item::after{
  content: '→';
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: rgba(0,0,0,0.15);
  font-weight: 300;
}

.flow-item:last-child::after{
  display: none;
}

.flow-item:hover{
  background: rgba(255,255,255,0.95);
  transform: scale(1.02);
  z-index: 2;
}

.flow-icon{
  font-size: 48px;
  font-weight: 900;
  color: var(--accent);
  opacity: 0.15;
}

.flow-title{
  font-size: 18px;
  font-weight: 900;
  margin: 0;
  letter-spacing: -0.3px;
  color: var(--white-text);
  text-align: center;
}

.flow-arrow{
  display: none;
}

@media (max-width: 768px){
  .inaction-flow{
    grid-template-columns: 1fr;
    gap: 2px;
  }
  
  .flow-item{
    min-height: 140px;
    padding: 32px 20px;
  }
  
  .flow-item::after{
    content: '↓';
    right: 50%;
    top: auto;
    bottom: -1px;
    transform: translateX(50%);
  }
  
  .flow-icon{
    font-size: 36px;
  }
}

/* --------- Video Workshop Section --------- */
.video-workshop-section{
  position: relative;
  padding: 80px 0;
}

.video-workshop-section .container{
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  border-radius: 24px;
  padding: 64px 48px;
  box-shadow: 0 8px 32px rgba(0,0,0,.15);
}

.video-workshop-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}

@media (min-width: 900px){
  .video-workshop-grid{
    grid-template-columns: 1fr 1fr;
    gap: 64px;
  }
}

.video-workshop-content{
  color: #ffffff;
}

.video-workshop-title{
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 32px;
  letter-spacing: -0.5px;
  color: #ffffff !important;
}

.highlight-text{
  color: #fbbf24;
  position: relative;
}

.video-workshop-bullets{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 20px;
}

.video-workshop-bullets li{
  display: flex;
  gap: 16px;
  align-items: flex-start;
  font-size: 15px;
  line-height: 1.6;
  color: #ffffff !important;
}

.bullet-check{
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 900;
  color: #ffffff;
  margin-top: 2px;
}

.video-workshop-media{
  position: relative;
}

.video-badge{
  background: linear-gradient(135deg, #ef4444, #dc2626);
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 8px 8px 0 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
}

.video-badge-dot{
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

.video-placeholder{
  background: linear-gradient(135deg, #374151, #1f2937);
  aspect-ratio: 16/9;
  border-radius: 0 0 16px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all .3s ease;
}

.video-placeholder::before{
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(92,124,250,0.1), rgba(124,58,237,0.1));
  opacity: 0;
  transition: opacity .3s ease;
}

.video-placeholder:hover::before{
  opacity: 1;
}

.video-placeholder:hover .video-play-button{
  transform: scale(1.1);
}

.video-play-button{
  transition: transform .3s ease;
  filter: drop-shadow(0 8px 20px rgba(0,0,0,.3));
}

.video-placeholder-text{
  color: rgba(255,255,255,0.70);
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.video-cta{
  margin-top: 24px;
  text-align: center;
}

.video-cta-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  max-width: 400px;
  padding: 18px 32px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 0.3px;
  color: #1a1a1a;
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  box-shadow: 0 8px 24px rgba(251,191,36,.35);
  transition: all .3s ease;
}

.video-cta-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(251,191,36,.45);
}

.video-cta-btn .arrow{
  font-size: 20px;
}

.video-participants{
  margin-top: 16px;
  font-size: 13px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.participant-avatars{
  display: flex;
  margin-left: -8px;
}

.avatar{
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  border: 2px solid #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-left: -8px;
}

@media (max-width: 768px){
  .video-workshop-section{
    padding: 60px 0;
  }
  
  .video-workshop-section .container{
    padding: 40px 24px;
    border-radius: 16px;
  }
  
  .video-workshop-title{
    font-size: 24px;
  }
  
  .video-workshop-bullets li{
    font-size: 14px;
  }
  
  .video-cta-btn{
    padding: 16px 24px;
    font-size: 15px;
  }
}

/* --------- Learning Section (Timeline) --------- */
.learning-section{
  position: relative;
}

.learning-section::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at center, 
    rgba(124,58,237,.06) 0%, 
    transparent 60%);
  pointer-events: none;
}

.timeline{
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  gap: 24px;
}

.timeline-item{
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 32px;
  align-items: start;
  padding: 32px;
  background: var(--white-surface);
  border-radius: 16px;
  border: 1px solid var(--white-border);
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
  transition: all .3s ease;
  position: relative;
}

.timeline-item::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--accent), var(--accent-2));
  border-radius: 16px 0 0 16px;
  opacity: 0;
  transition: opacity .3s ease;
  box-shadow: 0 0 20px rgba(92,124,250,0.6);
}

.timeline-item:hover::before{
  opacity: 1;
}

.timeline-item:hover{
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
  transform: translateX(4px);
}

.timeline-number{
  width: 80px;
  height: 80px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 900;
  color: rgba(255,255,255,0.96);
  flex-shrink: 0;
  box-shadow: 0 4px 16px rgba(92,124,250,.25);
  position: relative;
}

.timeline-content{
  flex: 1;
  padding: 8px 0;
}

.timeline-title{
  font-size: 22px;
  font-weight: 900;
  margin: 0 0 12px;
  letter-spacing: -0.4px;
  color: var(--white-text);
}

.timeline-text{
  font-size: 15px;
  color: var(--white-muted);
  margin: 0;
  line-height: 1.65;
}

.timeline-connector{
  display: none;
}

@media (max-width: 768px){
  .timeline-item{
    grid-template-columns: 60px 1fr;
    gap: 20px;
    padding: 24px;
  }
  
  .timeline-number{
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
  
  .timeline-title{
    font-size: 18px;
  }
  
  .timeline-text{
    font-size: 14px;
  }
}

/* --------- Target Audience Enhanced (Zweispaltig) --------- */
.target-audience-enhanced{
  position: relative;
}

.audience-split{
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: 900px;
  margin: 0 auto;
}

@media (min-width: 768px){
  .audience-split{ grid-template-columns: repeat(2, 1fr); }
}

.audience-column{
  padding: 36px 32px;
  position: relative;
  overflow: hidden;
}

.audience-column::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  transition: opacity .3s ease;
}

.audience-column:first-child::before{
  background: linear-gradient(90deg, #22c55e, #16a34a);
}

.audience-column:last-child::before{
  background: linear-gradient(90deg, #ef4444, #dc2626);
}

.audience-header{
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--white-border);
}

.audience-header h3{
  font-size: 20px;
  font-weight: 900;
  margin: 0;
  letter-spacing: -0.3px;
}

.audience-icon{
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 900;
  flex-shrink: 0;
}

.suitable .audience-icon{
  background: linear-gradient(135deg, rgba(34,197,94,.15), rgba(22,163,74,.1));
  color: #16a34a;
  border: 2px solid rgba(34,197,94,.25);
}

.not-suitable .audience-icon{
  background: linear-gradient(135deg, rgba(239,68,68,.15), rgba(220,38,38,.1));
  color: #dc2626;
  border: 2px solid rgba(239,68,68,.25);
}

.audience-items{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 16px;
}

.audience-items li{
  font-size: 15px;
  color: var(--white-text);
  padding-left: 32px;
  position: relative;
  line-height: 1.6;
  font-weight: 500;
}

.audience-items li::before{
  content: '';
  position: absolute;
  left: 8px;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  font-weight: 900;
}

.suitable .audience-items li::before{
  background: #22c55e;
}

.not-suitable .audience-items li::before{
  background: #ef4444;
}

.white-content-wrapper .audience-items li::before{
  color: var(--accent);
}

/* --------- Trust Section (Vertrauen & Einordnung) --------- */
.trust-section{
  position: relative;
}

.trust-content{
  max-width: 800px;
  margin: 0 auto;
  padding: 48px 40px;
  text-align: center;
  background: var(--white-surface);
  backdrop-filter: blur(20px);
  border: 2px solid var(--white-border);
  border-left: 4px solid var(--accent);
  position: relative;
}

.trust-icon{
  font-size: 56px;
  margin-bottom: 24px;
  display: none;
}

.trust-text{
  font-size: 18px;
  line-height: 1.75;
  color: var(--white-muted);
  margin: 0;
  font-weight: 500;
  letter-spacing: -0.1px;
}

.trust-text::before{
  content: '"';
  font-size: 48px;
  color: var(--accent);
  opacity: 0.2;
  display: block;
  line-height: 0.5;
  margin-bottom: 20px;
}

/* --------- Value Section --------- */
.value{
  position: relative;
}

.value::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at center, 
    rgba(255,215,120,.04) 0%, 
    transparent 60%);
  pointer-events: none;
}

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

@media (min-width: 768px){
  .value__grid{ grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px){
  .value__grid{ grid-template-columns: repeat(4, 1fr); }
}

.feature{
  padding: 18px;
}

.feature__title{
  font-weight: 900;
  margin: 0 0 6px;
  letter-spacing: -.2px;
  font-size: 16px;
}

.feature__text{
  color: var(--muted);
  font-size: 13px;
  margin: 0;
}

/* --------- Target Audience Section --------- */
.target-audience{
  position: relative;
}

.target-audience::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, 
    transparent 0%, 
    rgba(92,124,250,.03) 50%, 
    transparent 100%);
  pointer-events: none;
}

.audience-content{
  max-width: 700px;
  margin: 0 auto;
}

.audience-list{
  display: grid;
  gap: 16px;
  padding: 0;
  list-style: none;
  margin: 0 0 32px;
}

.audience-list li{
  display: flex;
  gap: 14px;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: rgba(255,255,255,0.90);
}

.check-large{
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(34,197,94,.18);
  border: 1px solid rgba(34,197,94,.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.check-large::before{
  content: "✓";
  font-weight: 900;
  color: rgba(255,255,255,.92);
  font-size: 16px;
}

.audience-disclaimer{
  text-align: center;
  padding: 24px;
  background: rgba(255,255,255,0.04);
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.08);
}

.audience-disclaimer p{
  font-size: 16px;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
  margin: 0;
  letter-spacing: -0.2px;
}

/* --------- About Section --------- */
.about-section{
  position: relative;
}

.about-content{
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
  background: var(--white-surface);
  border: 1px solid var(--white-border);
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
}

/* --------- FAQ --------- */
.faq-section{
  position: relative;
}

.faq-section::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, 
    transparent 0%, 
    rgba(11,18,32,.25) 40%, 
    rgba(14,24,48,.35) 100%);
  pointer-events: none;
}

.faq-section .container{
  position: relative;
  z-index: 1;
}

.faq{
  display:grid;
  gap: 16px;
  max-width: 800px;
  margin: 0 auto;
}

.faq details{
  border-radius: 16px;
  border: 2px solid var(--white-border);
  background: var(--white-surface);
  padding: 24px 28px;
  transition: all .3s ease;
}

.faq details[open]{
  border-color: var(--accent);
  box-shadow: 0 4px 16px rgba(92,124,250,.15);
}

.faq summary{
  cursor: pointer;
  font-weight: 900;
  color: var(--white-text);
  outline: none;
  font-size: 16px;
  letter-spacing: -0.2px;
  list-style: none;
  position: relative;
  padding-right: 30px;
}

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

.faq summary::after{
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: 700;
  color: var(--accent);
  transition: transform .3s ease;
}

.faq details[open] summary::after{
  content: '−';
  transform: translateY(-50%) rotate(180deg);
}

.faq p{
  color: var(--white-muted);
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 1.65;
}

/* --------- Footer --------- */
.footer{
  padding: 26px 0 34px;
  color: rgba(255,255,255,0.70);
  font-size: 12px;
  background: url('images/section-background.jpg') center center / cover no-repeat fixed,
    radial-gradient(1200px 700px at 20% -10%, rgba(92,124,250,.25), transparent 60%),
    radial-gradient(900px 600px at 85% 10%, rgba(124,58,237,.18), transparent 55%),
    linear-gradient(180deg, var(--bg), var(--bg2));
  border-top: 1px solid var(--border);
}

.footer__logo-row{
  display: flex;
  justify-content: center;
  margin: 24px 0;
}

.footer-logo{
  height: 400px;
  width: auto;
  display: block;
  object-fit: contain;
  opacity: 0.85;
  filter: drop-shadow(0 4px 15px rgba(0,0,0,.15));
  transition: opacity .3s ease, filter .3s ease;
}

.footer-logo:hover{
  opacity: 1;
  filter: drop-shadow(0 8px 25px rgba(92,124,250,.25));
}

.footer__copyright{
  text-align: center;
  color: rgba(255,255,255,0.70);
  font-size: 12px;
  margin-top: 24px;
}

/* --------- Responsive --------- */
@media (min-width: 900px){
  .hero__grid{
    grid-template-columns: 1.2fr 0.8fr;
    gap: 32px;
    padding: calc(480px - 2cm) 0 60px;
    align-items: stretch;
  }
  .hero__content{ 
    padding: 44px;
    max-width: 650px;
    display: flex;
    flex-direction: column;
  }
  .formcard{ 
    position: sticky; 
    top: 18px;
    max-width: 420px;
    align-self: start;
  }
  .hero__bullets{
    flex: 0 0 auto;
  }
  .hero__features{
    flex: 0 0 auto;
  }
  .hero__trust-bar{
    margin-top: auto;
  }
  .proof__grid{ grid-template-columns: repeat(3, 1fr); }
}

/* --------- Leadpages / generic form integration helpers ---------
   Map common builder classes to these styles if needed.
--------------------------------------------------------------- */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="name"],
select,
textarea{
  font-family: var(--font);
}

.lp-form input[type="text"],
.lp-form input[type="email"],
.lp-form input[type="tel"]{
  width:100%;
  padding: 14px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(0,0,0,0.25);
  color: rgba(255,255,255,0.94);
}

.lp-form button,
.lp-form input[type="submit"]{
  width:100%;
  padding: 14px 16px;
  border-radius: 14px;
  border: none;
  cursor: pointer;
  font-weight: 900;
  letter-spacing: .2px;
  color: rgba(255,255,255,.96);
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 18px 40px rgba(92,124,250,.22);
}
