.elementor-459 .elementor-element.elementor-element-4c23761{--display:flex;}.elementor-459 .elementor-element.elementor-element-1ad37db{--display:flex;}.elementor-459 .elementor-element.elementor-element-fa0df1d{--display:flex;}.elementor-459 .elementor-element.elementor-element-779f01f{--display:flex;}.elementor-459 .elementor-element.elementor-element-c120237{--display:flex;}.elementor-459 .elementor-element.elementor-element-15a505a{--display:flex;}.elementor-459 .elementor-element.elementor-element-1c906f3{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ac06c25 */.hero{
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* Video full screen */
.hero__video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* dunkler Overlay für Lesbarkeit */
.hero__overlay{
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 40%, rgba(0,0,0,0.25), rgba(0,0,0,0.75)),
    linear-gradient(180deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.75) 100%);
}


/* Text direkt auf dem Video */
.hero__content{
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;
  color: white;
  padding: 20px;
  z-index: 2;
  max-width: 10000px;
  margin: auto;
}

.hero__tag{
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.8;
  margin-bottom: 600px; /* größerer Abstand nach unten */
}


.hero__title{
  font-size: clamp(32px, 5vw, 64px);
  line-height: 1.1;
  margin: 15px 0 25px;
}

/* Buttons */
.hero__buttons{
  display: flex;
  justify-content: center;
  gap: 28px; /* mehr Abstand */
  flex-wrap: wrap;
}

/* Basisbutton */
.btn{
  padding: 14px 26px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.3px;
  transition: all .25s ease;
  border: 1.5px solid transparent;
}

/* Primärer Button */
.btn--primary{
  background: #ff2d7a;
  color: #000;
  border-color: #ff2d7a;
}

.btn--primary:hover{
  background: transparent;
  color: #fff;
}

/* Outline Button */
.btn--ghost{
  background: transparent;
  border: 1.5px solid #ff2d7a;
  color: #fff;
}

.btn--ghost:hover{
  background: #ff2d7a;
  color: #000;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ff44daf */.trust{
  padding: 60px 20px;
  text-align: center;
  background: #050507;
  color: white;
  overflow: hidden;
}

.trust__title{
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.6;
  margin-bottom: 30px;
}

.trust__marquee{
  width: 100%;
  overflow: hidden;
  position: relative;
}

.trust__track{
  display: flex;
  gap: 80px;
  white-space: nowrap;
  animation: scroll 25s linear infinite;
}

.trust__track span{
  font-size: 18px;
  opacity: 0.8;
  font-weight: 500;
}

/* Animation */
@keyframes scroll{
  from{
    transform: translateX(0);
  }
  to{
    transform: translateX(-50%);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0eb41be */:root{
  --bg: #050507;
  --text: #fff;
  --muted: rgba(255,255,255,.72);
  --muted2: rgba(255,255,255,.55);
  --accent: #ff2d7a; /* nur als Linie/Glow, NICHT als Text */
}

.breech-roadmap{
  padding: 72px 20px 48px; /* weniger unten = weniger Abstand zum Footer */
}

.breech-roadmap__wrap{
  max-width: 1120px;
  margin: 0 auto;
}

.breech-roadmap__head{
  margin-bottom: 50px; 
  text-align: center;/* mehr Abstand zur Timeline */
}

.breech-roadmap__title{
  margin: 0 0 14px;
  font-size: clamp(30px, 3.4vw, 46px);
  letter-spacing: -0.02em
}

.breech-roadmap__subtitle{
  margin: 0 auto;
  max-width: 640px;
  text-align: center;
  color: var(--muted);
  line-height: 1.6;
}

}

/* Linie beginnt erst unter dem Header (nicht neben Title/Subline) */
.breech-roadmap__timeline{
  position: relative;
  padding-left: 46px;
  padding-top: 36px;   /* <- schiebt Timeline-Start runter */
}

/* Linie + Progress auch erst ab dort starten */
.breech-roadmap__line,
.breech-roadmap__progress{
  top: 36px;          /* <- muss zur padding-top passen */
}

/* animated progress line */
.breech-roadmap__progress{
  position: absolute;
  left: 16px;
  top: 0;
  width: 2px;
  height: var(--rm-progress, 0%);
  background: linear-gradient(180deg, rgba(255,45,122,.95), rgba(255,45,122,.20));
  border-radius: 999px;
  box-shadow: 0 0 18px rgba(255,45,122,.25);
  transition: height 600ms ease;
}

/* Steps */
.breech-step{
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 0 18px;
  padding-bottom: 8px;
}

/* Dot */
.breech-step__dot{
  position: absolute;
  left: -38px; /* aligns to line */
  top: 26px;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.20);
  box-shadow: 0 0 0 6px rgba(255,45,122,0);
  transition: all 450ms ease;
}

/* Card */
.breech-step__card{
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 22px;
  padding: 22px 22px 20px;
  overflow: hidden;
  position: relative;
  transform: translateZ(0);
}

.breech-step__card::before{
  content:"";
  position:absolute;
  inset:-1px;
  border-radius: inherit;
  pointer-events:none;
  background:
    radial-gradient(460px 240px at 15% 15%, rgba(255,45,122,.14), transparent 60%),
    radial-gradient(380px 220px at 90% 30%, rgba(255,45,122,.08), transparent 62%);
  filter: blur(10px);
  opacity: .9;
}

.breech-step__meta{
  display:flex;
  gap: 10px;
  align-items:center;
  color: var(--muted2);
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.breech-step__nr{
  font-weight: 700;
  opacity: .85;
}

.breech-step__h3{
  margin: 10px 0 10px;
  font-size: 20px;
  letter-spacing: -0.01em;
  color: var(--text); /* NICHT pink */
  position: relative;
  z-index: 1;
}

.breech-step__p{
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
  position: relative;
  z-index: 1;
}

/* Scroll reveal (Roadmap feel) */
.js-step{
  opacity: 0;
  transform: translateY(26px);
  filter: blur(6px);
  transition: transform 800ms cubic-bezier(.2,.9,.2,1),
              opacity 800ms ease,
              filter 800ms ease;
}

.js-step.is-in{
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

/* Active step glow */
.js-step.is-active .breech-step__dot{
  background: rgba(255,45,122,.85);
  border-color: rgba(255,45,122,.85);
  box-shadow: 0 0 0 6px rgba(255,45,122,.12);
}

/* Hover micro-interaction */
.breech-step__card:hover{
  border-color: rgba(255,45,122,.35);
  transform: translateY(-3px);
  transition: transform 220ms ease, border-color 220ms ease;
}

/* Responsive */
@media (max-width: 720px){
  .breech-roadmap{
    padding: 56px 16px 36px;
  }
  .breech-roadmap__timeline{
    padding-left: 40px;
  }
}
@media (prefers-reduced-motion: reduce){
  .js-step, .js-step.is-in{
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
  .breech-roadmap__progress{ transition: none; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0ad6b7d *//* ============================
   Breech Flow Carousel – Premium Skin
   (Paste at END of your CSS)
   ============================ */

.flow{
  padding: 86px 16px 64px;
}

.flow__head{
  text-align:center;
  margin-bottom: 26px;
}

.flow__title{
  margin:0 0 12px;
  font-size: clamp(28px, 3.2vw, 46px);
  letter-spacing: -0.02em;
  line-height: 1.08;
}

.flow__sub{
  margin:0 auto;
  max-width: 72ch;
  color: rgba(255,255,255,.72);
  line-height: 1.65;
}

/* Shell */
.flow__carousel{
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding: 14px 56px; /* room for arrows */
}

/* Viewport – cinematic, clean */
.flow__viewport{
  position: relative;
  overflow: hidden;
  perspective: 1200px;
  border-radius: 28px;
  padding: 18px 0;
}

/* Subtle vignette to lift cards */
.flow__viewport::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(900px 320px at 50% 50%, rgba(255,45,122,.08), transparent 60%),
    radial-gradient(900px 320px at 50% 60%, rgba(0,0,0,.55), transparent 65%);
  opacity: .9;
}

.flow__track{
  position: relative;
  height: 340px;
  transform-style: preserve-3d;
}

/* ============================
   Card Base
   ============================ */
.flow__card{
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(74vw, 440px);
  height: 270px;
  transform: translate(-50%, -50%);
  border-radius: 26px;
  padding: 18px 18px 18px;

  /* Solid premium panel (no transparency issues) */
  background: linear-gradient(180deg, rgba(18,18,22,.98), rgba(5,5,7,.98)) !important;
  border: 1px solid rgba(255,255,255,.10) !important;

  /* Crisp separation */
  box-shadow:
    0 30px 90px rgba(0,0,0,.65),
    0 0 0 1px rgba(255,255,255,.06) inset;

  /* Remove blur from old versions */
  backdrop-filter: none !important;

  /* Smooth 3D */
  transition:
    transform 520ms cubic-bezier(.2,.85,.2,1),
    opacity 520ms ease,
    filter 520ms ease,
    box-shadow 520ms ease,
    border-color 520ms ease;
  will-change: transform, opacity, filter;
  overflow: hidden;
}

/* Glow layer (very subtle) */
.flow__card::before{
  content:"";
  position:absolute;
  inset:-2px;
  pointer-events:none;
  background:
    radial-gradient(420px 240px at 22% 18%, rgba(255,45,122,.14), transparent 60%),
    radial-gradient(420px 240px at 78% 40%, rgba(216,77,205,.10), transparent 62%);
  opacity: .85;
  filter: blur(10px);
}

/* Inner content above glow */
.flow__card > *{
  position: relative;
  z-index: 1;
}

/* Top meta */
.flow__top{
  display:flex;
  gap:10px;
  align-items:center;
  color: rgba(255,255,255,.56);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.flow__step{
  font-weight: 700;
  color: rgba(255,255,255,.72);
}

.flow__tag{
  opacity:.85;
}

/* Title */
.flow__h3{
  margin: 12px 0 10px;
  font-size: 20px;
  letter-spacing: -0.01em;
  line-height: 1.15;
  color: #fff !important;
}

/* Body text */
.flow__p{
  margin: 0;
  color: rgba(255,255,255,.74);
  line-height: 1.6;

  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ============================
   Active card emphasis
   We can’t directly target “active” via JS here,
   so we style via pointerEvents + opacity/filter differences
   that your JS already sets.
   ============================ */

/* Make active card pop when it’s fully opaque */
.flow__card[aria-hidden="false"]{
  border-color: rgba(255,45,122,.28) !important;
  box-shadow:
    0 40px 120px rgba(0,0,0,.72),
    0 0 0 1px rgba(255,255,255,.07) inset,
    0 0 42px rgba(255,45,122,.12);
}

/* Hover only on active (others pointerEvents none) */
.flow__card:hover{
  transform: translate(-50%, -50%) translateZ(160px) scale(1.02) !important;
  border-color: rgba(255,45,122,.42) !important;
  box-shadow:
    0 55px 140px rgba(0,0,0,.78),
    0 0 0 1px rgba(255,255,255,.08) inset,
    0 0 55px rgba(216,77,205,.14);
}

/* ============================
   Arrows (Premium)
   ============================ */
.flow__nav{
  position:absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(5,5,7,.85);
  color: rgba(255,255,255,.92);
  cursor:pointer;
  z-index: 6;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 22px;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.flow__nav:hover{
  transform: translateY(-50%) scale(1.03);
  border-color: rgba(255,45,122,.35);
  box-shadow: 0 0 0 6px rgba(255,45,122,.08), 0 18px 50px rgba(0,0,0,.55);
}

.flow__nav--prev{ left: 10px; }
.flow__nav--next{ right: 10px; }

/* ============================
   Dots (clean)
   ============================ */
.flow__dots{
  display:flex;
  gap: 9px;
  justify-content:center;
  margin-top: 16px;
  opacity: .95;
}

.flow__dot{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  transition: transform .2s ease, background .2s ease;
}

.flow__dot.is-on{
  background: rgba(255,255,255,.72);
  transform: scale(1.25);
}

/* ============================
   Mobile
   ============================ */
@media (max-width: 768px){
  .flow{
    padding: 64px 12px 52px;
  }
  .flow__carousel{
    padding: 10px 10px;
  }
  .flow__nav{ display:none; } /* swipe */
  .flow__track{ height: 360px; }
  .flow__card{
    width: min(86vw, 440px);
    height: 290px;
    border-radius: 24px;
  }
  .flow__h3{ font-size: 19px; }
}

/* Motion safety */
@media (prefers-reduced-motion: reduce){
  .flow__card, .flow__nav, .flow__dot{
    transition: none !important;
  }
}
/* Inhalt der Cards komplett zentrieren */
.flow__card{
  display: flex;
  flex-direction: column;
  justify-content: center;   /* vertikal zentriert */
  align-items: center;       /* horizontal zentriert */
  text-align: center;        /* Text selbst zentriert */
}

/* Meta-Zeile (Schritt + Tag) auch zentriert */
.flow__top{
  justify-content: center;
}

/* Titel mittig */
.flow__h3{
  text-align: center;
}

/* Beschreibung mittig */
.flow__p{
  text-align: center;
  max-width: 32ch;   /* sorgt für bessere Lesbarkeit */
  margin: 0 auto;
}/* End custom CSS */