/* Einbindung des globalen Designs */
@import url('/www/css/index.css');

.promo-hero {
  margin-top: 100px;
}

.promo-banner {
  box-shadow: none;
}

.btn-primary {
  background: linear-gradient(135deg, #c70ae9, #4080FF) !important;
  box-shadow: 0 8px 16px rgba(205, 62, 218, 0.4) !important;
}

#raptor-hero {
  padding: 80px 20px;
  position: relative;

}

.promo-banner {
  max-width: 45%;
  border-radius: 16px;
  animation: floatBanner 6s ease-in-out infinite;
}

@keyframes floatBanner {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

.promo-text {
  max-width: 45%;
}

.feature-list {
  list-style: none;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 1rem;
}

.feature-list li {
  position: relative;
  padding-left: 1.4rem;
  font-size: 1.1rem;
}

.feature-list li::before {
  content: "›";
  position: absolute;
  left: 0;
  color: var(--primary);
}

.product-image {
  cursor: pointer;
  border-radius: 12px;
}

.scrollable-content {
  padding: 0 20px;
}

.carousel-item img {
  object-fit: contain;
  max-height: 400px;
}

@media (max-width: 768px) {
  .promo-hero {
    flex-direction: column;
  }

  .promo-banner,
  .promo-text {
    max-width: 100%;
  }

  .feature-list {
    grid-template-columns: 1fr;
  }
}


body {
  background: linear-gradient(to bottom, #0e001a, #571867);
  color: white;
  font-size: 1.15rem;
  line-height: 1.7;
}


.feature-section ul.feature-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 40px auto 0;
  max-width: 1200px;
  text-align: left;
}

.feature-list li {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 20px;
  font-size: 1.1rem;
  line-height: 1.5;
  color: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}

.feature-list li::before {
  content: "›";
  position: absolute;
  left: 12px;
  top: 16px;
  color: #bb86fc;
  font-weight: bold;
}


.section-heading {

  font-size: 5rem;
  color: #e0b3ff;
  text-align: center;
  text-shadow: 2px 2px 8px rgba(255, 255, 255, 0.15);
  margin-bottom: 30px;
  letter-spacing: 1px;
  position: relative;

}


.content-section h2 {

  font-size: 4rem !important;
  color: #e0b3ff;
  text-align: center;
  text-shadow: 2px 2px 8px rgba(255, 255, 255, 0.15);
  margin-bottom: 30px;
  letter-spacing: 1px;
  position: relative;

}

.content-section {

  padding: 10px 100px !important;
  margin-bottom: 100px !important;
  margin: 50px !important;

}

@keyframes pulseShadow {

  0%,
  100% {
    text-shadow: 0 0 10px #d78fff, 0 0 20px #9c27b0;
  }

  50% {
    text-shadow: 0 0 20px #ffffff, 0 0 35px #bb86fc;
  }
}


.modal-content {
  background: transparent;
  border: none;
  box-shadow: none;
}

.modal-body {
  padding: 0;
}

#modalImage {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 90vh;
  border-radius: 12px;
}



@media (max-width: 768px) {

  #raptor-hero {
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    text-align: center;
  }

  .promo-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }

  .promo-banner {
    width: 80%;
    max-width: 280px;
  }

  .promo-text h1.typing-animation {
    font-size: 4rem;
    margin: 10px 0;
  }

  .feature-carousel {
    font-size: 1rem;
  }

  .hero-ctas {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .hero-ctas .btn {
    width: 80%;
    font-size: 1rem;
    padding: 10px 15px;
    text-align: center;
  }

  .section-heading,
  .content-section h2 {
    font-size: 2rem !important;
    margin-top: 40px;
  }

  .product-image {
    width: 100%;
    height: auto;
  }

  .feature-list {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 0;
  }

  .feature-list li {
    font-size: 1rem;
    padding: 15px;
  }

  .content-section {
    padding: 20px !important;
  }

  #raptorCarousel .carousel-item img {
    max-height: 250px;
    object-fit: contain;
  }

  .carousel-control-prev,
  .carousel-control-next {
    width: 10%;
  }
}



.typing-animation {
  position: relative;
  display: inline-block;
  font-family: 'Stoneage', sans-serif;
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: bold;
  text-transform: uppercase;
  white-space: normal;
  overflow: visible;
  cursor: default;

  background: linear-gradient(90deg,
      #ff33cc 0%,
      /* Neon Pink */
      #d633ff 25%,
      /* Flieder */
      #bb86fc 50%,
      /* Soft Lila */
      #c70ae9 75%,
      /* Vivid Lila */
      #ff33cc 100%
      /* zurück zu Pink */
    );
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  text-shadow:
    0 0 6px #ff66cc,
    0 0 12px #bb86fc,
    0 0 24px #c70ae9;

  clip-path: inset(100% 0 0 0);
  animation:
    reveal 0.8s ease-out forwards,
    gradientMove 8s ease infinite,
    neonPulse 3s ease-in-out infinite,
    quickGlitch 6s steps(2) infinite;
}

/* Reveal-Animation */
@keyframes reveal {
  to {
    clip-path: inset(0);
  }
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes neonPulse {

  0%,
  100% {
    text-shadow: 0 0 6px #ff66cc, 0 0 14px #c70ae9;
  }

  50% {
    text-shadow: 0 0 12px #ff99ff, 0 0 24px #bb86fc;
  }
}

@keyframes quickGlitch {

  0%,
  10%,
  100% {
    transform: none;
  }

  6% {
    transform: translate(2px, -1px) skewX(2deg);
  }

  8% {
    transform: translate(-2px, 1px) skewX(-2deg);
  }
}

/* Chromatische Aberration: alles lila */
.typing-animation::before,
.typing-animation::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  pointer-events: none;
}

/* Flieder-Versatz */
.typing-animation::before {
  text-shadow: -2px 0 #d633ff;
  clip-path: inset(0 100% 0 0);
  animation: abPurple 7s infinite;
}

/* Sanft lila Versatz statt Cyan */
.typing-animation::after {
  text-shadow: 2px 0 #bb86fc;
  clip-path: inset(0 100% 0 0);
  animation: abPink 14s infinite;
}

@keyframes abPurple {

  0%,
  5%,
  100% {
    clip-path: inset(0 100% 0 0);
  }

  10%,
  15% {
    clip-path: inset(10% 0 0 0);
  }

  20%,
  25% {
    clip-path: inset(60% 0 0 0);
  }
}

@keyframes abPink {

  0%,
  7%,
  100% {
    clip-path: inset(0 100% 0 0);
  }

  12%,
  18% {
    clip-path: inset(40% 0 0 0);
  }

  22%,
  28% {
    clip-path: inset(20% 0 0 0);
  }
}

/* Mobile: Fallback ohne Aberration */
@media (max-width: 768px) {
  .typing-animation {
    font-size: 2.5rem;
    animation:
      reveal 0.8s ease-out forwards,
      gradientMove 8s ease infinite,
      neonPulse 2.5s ease-in-out infinite;
    clip-path: inset(0);
  }

  .typing-animation::before,
  .typing-animation::after {
    display: none;
  }
}






.feature-carousel {
  position: relative;
  width: 100%;
  height: 3.5rem;
  margin: 2rem auto 0;
  overflow: hidden;
  font-family: 'Stoneage', sans-serif;
  font-size: clamp(1.25rem, 4vw, 2rem);
  color: #c112ff;
  text-shadow: 0 0 8px rgb(198 7 130 / 80%);
}





.content-section h2 {
  font-size: 5rem !important;

}

.content-section p {
  font-size: 1.5rem !important;

}

@media (max-width: 768px) {
  .content-section h2 {
    font-size: 3rem !important;

  }

  .content-section p {
    font-size: 1.3rem !important;

  }
}

/* ==== THEME (kept close to your current palette) ==== */
:root {
  --bg: #0e001a;
  --bg2: #1b0626;
  --card: rgba(255, 255, 255, .04);
  --border: rgba(255, 255, 255, .12);
  --text: #fff;
  --muted: #d9c6ff;
  --primary: #c70ae9;
  --accent: #bb86fc;
  --success: #34d399;
  --warning: #f59e0b;
  --danger: #ef4444
}

html,
body {
  background: linear-gradient(to bottom, #0e001a, #571867);
  color: var(--text)
}

.container-narrow {
  max-width: 1100px;
  margin-inline: auto
}

.shadow-soft {
  box-shadow: 0 10px 30px rgba(0, 0, 0, .25)
}

.glass {
  background: var(--card);
  backdrop-filter: blur(6px);
  border: 1px solid var(--border)
}

.badge-free {
  background: rgba(52, 211, 153, .15);
  color: #34d399;
  border: 1px solid rgba(52, 211, 153, .3)
}

.badge-pro {
  background: rgba(199, 10, 233, .15);
  color: #e9a8ff;
  border: 1px solid rgba(199, 10, 233, .3)
}

/* ==== HERO ==== */
#raptor-hero {
  padding: 90px 0 40px;
  position: relative
}

.promo-hero {
  display: flex;
  gap: 2.2rem;
  align-items: center;
  justify-content: space-between
}

.promo-banner {
  max-width: 46%;
  border-radius: 18px;
  animation: floatBanner 6s ease-in-out infinite
}

@keyframes floatBanner {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-12px)
  }
}

.promo-text {
  max-width: 48%
}

.kicker {
  letter-spacing: .2em;
  color: var(--muted);
  text-transform: uppercase;
  font-size: .9rem
}

.display-title {
  font-family: 'Stoneage', system-ui, sans-serif;
  font-weight: 800;
  line-height: 1.05;
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  margin: .2rem 0 1rem;
  background: linear-gradient(90deg, #ff33cc, #d633ff, #bb86fc, #c70ae9, #ff33cc);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientMove 8s ease infinite, neonPulse 3s ease-in-out infinite
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

@keyframes neonPulse {

  0%,
  100% {
    text-shadow: 0 0 6px #ff66cc, 0 0 14px #c70ae9
  }

  50% {
    text-shadow: 0 0 12px #ff99ff, 0 0 24px #bb86fc
  }
}

.hero-sub {
  font-size: 1.15rem;
  color: #eadcff;
  opacity: .95
}

.hero-ctas {
  display: flex;
  gap: .8rem;
  flex-wrap: wrap;
  margin-top: 1.3rem
}

.btn-primary {
  background: linear-gradient(135deg, #c70ae9, #4080FF) !important;
  border: 0;
  box-shadow: 0 8px 16px rgba(205, 62, 218, .35) !important
}

.btn-outline {
  border: 1px solid var(--border);
  background: transparent;
  color: #fff
}

/* ==== INFO STRIP ==== */
.strip {
  margin: 24px 0;
  padding: 10px 14px;
  border-left: 3px solid var(--accent);
  color: #f1e8ff;
  background: rgba(187, 134, 252, .08)
}

/* ==== WHAT IS RAPTOR + USP ==== */
.section {
  padding: 70px 0
}

.section h2 {
  font-family: 'Stoneage', system-ui, sans-serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  color: #e0b3ff;
  margin-bottom: 1rem;
  text-align: center
}

.lead {
  color: #f2eaff;
  opacity: .95
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, .04);
  border-radius: 999px;
  padding: .4rem .75rem;
  font-size: .9rem
}

.usp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  margin-top: 18px
}

.usp {
  padding: 16px;
  border-radius: 14px
}

.usp i {
  font-size: 1.2rem
}

/* ==== FREE VS PRO TABLE ==== */
.compare {
  overflow: hidden;
  border-radius: 16px
}

.compare table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0
}

.compare thead th {
  background: rgba(255, 255, 255, .06)
}

.compare th,
.compare td {
  border-bottom: 1px solid var(--border);
  padding: 14px
}

.compare tbody tr:nth-child(odd) {
  background: rgba(255, 255, 255, .03)
}

.tick {
  font-weight: 700
}

/* ==== SETUP STEPS ==== */
.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px
}

.step {
  padding: 18px;
  border-radius: 14px
}

.step code {
  user-select: all
}

/* ==== CARDS ==== */
.card-ghost {
  border: 1px solid var(--border);
  background: var(--card);
  border-radius: 16px
}

/* ==== MEDIA ==== */
#carousel .carousel-item img {
  object-fit: contain;
  max-height: 420px;
  border-radius: 12px
}

/* ==== FAQ ==== */
.accordion-button {
  background: var(--card);
  color: #fff
}

.accordion-button:not(.collapsed) {
  color: #fff
}

/* ==== CTA STRIP ==== */
.cta {
  padding: 36px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(199, 10, 233, .2), rgba(64, 128, 255, .15))
}

/* ==== Mobile tweaks ==== */
@media (max-width: 992px) {
  .promo-hero {
    flex-direction: column;
    text-align: center
  }

  .promo-banner,
  .promo-text {
    max-width: 100%
  }
}

/* === HERO – final overrides (paste at the very end) === */

/* Sektion: statt margin-top auf .promo-hero bitte über Padding lösen */
#raptor-hero {
  padding: 96px 0 40px;
  /* Abstand unter Navbar */
  position: relative;
}

/* Layout: Bild + Text nebeneinander, sauberer Gap */
.promo-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.2rem;
  margin-top: 0 !important;
  /* überschreibt dein altes margin-top:100px; */
}

/* Bildspalte */
.promo-banner {
  max-width: 46% !important;
  /* fixiert Breite, verhindert „zu groß“ */
  border-radius: 18px;
  animation: floatBanner 6s ease-in-out infinite;
  box-shadow: none;
}

/* Textspalte */
.promo-text {
  max-width: 48% !important;
  /* hält Text sauber in der rechten Spalte */
}

/* Kicker + Titel + Copy */
.kicker {
  letter-spacing: .22em;
  color: var(--muted);
  text-transform: uppercase;
  font-size: .9rem;
  margin-bottom: .4rem;
}

.display-title {
  font-family: 'Stoneage', system-ui, sans-serif;
  font-weight: 800;
  line-height: 1.05;
  font-size: clamp(2.8rem, 6vw, 4.8rem);
  margin: .2rem 0 1rem;
  background: linear-gradient(90deg, #ff33cc, #d633ff, #bb86fc, #c70ae9, #ff33cc);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientMove 8s ease infinite, neonPulse 3s ease-in-out infinite;
}

.hero-sub {
  font-size: 1.12rem;
  color: #eadcff;
  opacity: .95;
  margin-bottom: 1.1rem;
}

/* CTAs */
.hero-ctas {
  display: flex;
  gap: .8rem;
  flex-wrap: wrap;
}

.btn-primary {
  background: linear-gradient(135deg, #c70ae9, #4080FF) !important;
  border: 0;
  box-shadow: 0 8px 16px rgba(205, 62, 218, .35) !important;
}

.btn-outline {
  border: 1px solid var(--border);
  background: transparent;
  color: #fff;
}

/* Info-Pills unter den CTAs */
.strip {
  margin: 22px 0 0;
  padding: 10px 14px;
  border-left: 3px solid var(--accent);
  background: rgba(187, 134, 252, .08);
  color: #f1e8ff;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, .04);
  border-radius: 999px;
  padding: .4rem .75rem;
  font-size: .9rem;
}

.strip .pill+.pill {
  margin-left: .5rem;
}

/* Mobile – stapeln, zentrieren */
@media (max-width: 992px) {
  .promo-hero {
    flex-direction: column;
    text-align: center;
  }

  .promo-banner,
  .promo-text {
    max-width: 100% !important;
  }
}


/* --- Compare table: layout + badges --- */
.compare table {
  table-layout: fixed;
  width: 100%;
}

.compare thead th {
  position: relative;
  background: rgba(255, 255, 255, .06);
}

.compare th:first-child,
.compare td:first-child {
  width: 60%;
  text-align: left;
}

.compare th:nth-child(2),
.compare td:nth-child(2),
.compare th:nth-child(3),
.compare td:nth-child(3) {
  width: 20%;
  text-align: center;
}

/* rückt die Badges oben rechts ins Th */
.th-badge {
  right: 12px;
  top: 8px;
  display: inline-block;
  padding: .30rem .55rem;
  font-size: .75rem;
  border-radius: 999px;
}

/* Häkchen zentriert + kräftig */
.tick {
  font-weight: 700;
}

/* Entfernt evtl. altes float-Recht für Badges */
.compare thead th .badge {
  float: none !important;
}

/* --- Button row unter der Tabelle --- */
.compare+.d-flex .btn {
  min-width: 230px;
  padding: 12px 18px;
}

/* Sekundär-Button sichtbarer machen */
.btn-secondary {
  background: linear-gradient(135deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .08));
  border: 1px solid var(--border);
  color: #fff;
}


/* Mobile: stapeln & zentrieren */
@media (max-width: 768px) {

  .compare th:first-child,
  .compare td:first-child {
    width: auto;
  }

  .compare th:nth-child(2),
  .compare th:nth-child(3),
  .compare td:nth-child(2),
  .compare td:nth-child(3) {
    width: auto;
  }

  .compare+.d-flex {
    flex-direction: column;
    gap: .6rem;
  }

  .compare+.d-flex .btn {
    width: 100%;
    min-width: 0;
  }
}


/* === FAQ – Dark/Glass Look, saubere Kontraste, weiße Pfeile === */
.accordion {
  max-width: 1050px;
  /* gleiche Breite wie Content */
  margin-inline: auto;
  --bs-accordion-bg: rgba(255, 255, 255, .03);
  --bs-accordion-color: #fff;
  --bs-accordion-border-color: var(--border);
  --bs-accordion-btn-bg: rgba(255, 255, 255, .06);
  --bs-accordion-btn-color: #fff;
  --bs-accordion-active-bg: rgba(255, 255, 255, .08);
  --bs-accordion-active-color: #fff;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-border-radius: 12px;
}

.accordion-item {
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
}

.accordion-item+.accordion-item {
  margin-top: 10px;
}

.accordion-button {
  font-weight: 700;
  letter-spacing: .02em;
  padding: 0.85rem 1.1rem;
}

.accordion-button::after {
  filter: invert(1) brightness(1.2) opacity(.9);
  /* macht den Chevron weiß */
}

.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.accordion-body {
  background: rgba(255, 255, 255, .03);
  color: #eadcff;
  padding: 1.1rem;
}

/* === CTA – stärkerer Card-Look + Buttons bündig === */
.cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 32px 28px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: radial-gradient(120% 120% at 0% 0%, rgba(199, 10, 233, .22), rgba(64, 128, 255, .18) 55%, rgba(255, 255, 255, .06) 100%);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, .25),
    inset 0 0 0 1px rgba(255, 255, 255, .04);
}

.cta h3 {
  margin: 0 0 .35rem;
}

.cta p {
  margin: 0;
  color: #f0e8ff;
  opacity: .95;
}

.cta .btn {
  min-width: 220px;
  padding: 12px 18px;
}

.cta .btn-primary {
  box-shadow: 0 10px 24px rgba(205, 62, 218, .35) !important;
  /* Glow wie oben */
}

.cta .btn-secondary {
  background: linear-gradient(135deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .08));
  border: 1px solid var(--border);
  color: #fff;
}

.cta .btn-secondary:hover {
  background: linear-gradient(135deg, rgba(199, 10, 233, .25), rgba(64, 128, 255, .20));
  border-color: rgba(199, 10, 233, .40);
  box-shadow: 0 8px 16px rgba(205, 62, 218, .25);
}

/* Mobile: CTA stapeln, Buttons full width */
@media (max-width: 992px) {
  .cta {
    flex-direction: column;
    text-align: center;
    padding: 26px 20px;
  }

  .cta .btn {
    width: 100%;
    min-width: 0;
  }
}


/* === CTA FINAL LOOK – breiter, satter, zentriert === */
.cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 60px;
  padding: 40px 50px;
  border-radius: 22px;

  background: linear-gradient(135deg, rgba(199, 10, 233, .25), rgba(64, 128, 255, .25));
  box-shadow:
    0 20px 40px rgba(0, 0, 0, .35),
    inset 0 0 8px rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .15);
}

.cta h3 {
  font-size: 1.8rem;
  color: #ffe6ff;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}

.cta p {
  color: #f0e8ff;
  opacity: .95;
  margin: 0;
  font-size: 1.1rem;
}

.cta .btn {
  padding: 14px 22px;
  min-width: 230px;
  border-radius: 999px;
  font-weight: 600;
}

.cta .btn-primary {
  background: linear-gradient(135deg, #c70ae9, #4080FF) !important;
  border: none;
  box-shadow: 0 10px 25px rgba(205, 62, 218, .35) !important;
}

.cta .btn-primary:hover {
  transform: translateY(-2px);
  transition: transform .2s ease;
}

.cta .btn-secondary {
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .2);
  color: #fff;
  box-shadow: none;
}

.cta .btn-secondary:hover {
  background: rgba(255, 255, 255, .2);
  box-shadow: 0 8px 16px rgba(255, 255, 255, .1);
}

/* Mobile-friendly */
@media (max-width: 992px) {
  .cta {
    flex-direction: column;
    text-align: center;
    padding: 30px 24px;
  }

  .cta h3 {
    font-size: 1.5rem;
  }

  .cta .btn {
    width: 100%;
    min-width: 0;
  }
}


.info-dot{
  display:inline-block;
  width:18px;height:18px;margin-left:.5rem; vertical-align:middle;
  border-radius:50%;
  background: radial-gradient(circle at 30% 30%, #ff66cc 0, #c70ae9 60%, #7a1fa2 100%);
  box-shadow: 0 0 8px rgba(199,10,233,.8), 0 0 14px rgba(64,128,255,.35) inset;
  position:relative; cursor:pointer;
}
.info-dot::after{
  content:"i"; position:absolute; inset:0; display:grid; place-items:center;
  font-size:.8rem; font-weight:800; color:#fff;
}
.info-dot:focus{ outline:2px solid var(--accent); outline-offset:2px; }
.popover{
  background:rgba(20,0,30,.98); color:#f6edff; border:1px solid var(--border);
}
.popover-header{
  background:rgba(255,255,255,.06); color:#ffe6ff; border-bottom:1px solid var(--border);
}
.popover-body a{ color:#e9a8ff; text-decoration:underline; }


/* === INFO DOT: sichtbarer, lesbarer, hübscher === */
.info-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 0.4rem;
  border-radius: 50%;
  background: linear-gradient(145deg, #d633ff, #7b2eff);
  box-shadow:
    0 0 6px rgba(214,51,255,0.6),
    0 0 16px rgba(64,128,255,0.25);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.info-dot:hover {
  transform: scale(1.15);
  box-shadow:
    0 0 12px rgba(214,51,255,0.8),
    0 0 20px rgba(64,128,255,0.4);
}

.info-dot::after {
  content: "i";
  font-family: system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  color: #fff;
  line-height: 1;
  user-select: none;
}

.info-dot:focus {
  outline: 2px solid #d633ff;
  outline-offset: 2px;
}

/* === POPOVER THEME: groß, kontrastreich === */
.popover {
  background: rgba(40, 0, 60, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  max-width: 340px;
  font-family: 'Inter', system-ui, sans-serif;
}

.popover-header {
  background: rgba(255, 255, 255, 0.08);
  color: #ffe6ff;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 1rem;
  padding: 0.65rem 0.8rem;
}

.popover-body {
  color: #f8e9ff;
  font-size: 0.95rem;
  line-height: 1.4;
  padding: 0.8rem;
}

.popover-body a {
  color: #bb86fc;
  text-decoration: underline;
}


/* === Buttons: Outline-Hover fix (behält Rahmen, bekommt Glow) === */
.card-ghost .btn.btn-outline {
  border: 1.5px solid var(--border);
  background: transparent;
  color: #fff;
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease, transform .12s ease;
}

.card-ghost .btn.btn-outline:hover,
.card-ghost .btn.btn-outline:focus-visible {
  border-color: rgba(199, 10, 233, .55); /* Akzent statt "weg" */
  background: rgba(187, 134, 252, .10);   /* leichter Glas-Fill */
  box-shadow:
    0 0 0 2px rgba(199, 10, 233, .20) inset,
    0 8px 18px rgba(64, 128, 255, .20);
  text-decoration: none; /* Unterstreichung bei <a> verhindern */
  outline: none;
}

.card-ghost .btn.btn-outline:active {
  transform: translateY(1px);
  box-shadow:
    0 0 0 2px rgba(199, 10, 233, .25) inset,
    0 4px 10px rgba(64, 128, 255, .18);
}

/* Optional: Uniformer Fokus auch außerhalb von .card-ghost */
.btn.btn-outline:focus-visible {
  border-color: rgba(199, 10, 233, .6);
  box-shadow: 0 0 0 3px rgba(199, 10, 233, .25);
  outline: none;
}
