.leistungen-page{
  background:
    radial-gradient(circle at 20% 20%, rgba(0,211,137,0.08), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(0,255,180,0.06), transparent 40%),
    linear-gradient(145deg,#020403,#050807 40%,#020403 100%);
}

.leistungen-page::before{
  content:"";
  position:fixed;
  inset:0;

  background:
    repeating-linear-gradient(
      90deg,
      rgba(255,255,255,0.02) 0px,
      rgba(255,255,255,0.02) 1px,
      transparent 1px,
      transparent 120px
    );

  pointer-events:none;
  z-index:-1;
}

.leistungen-page::after{
  content:"";
  position:fixed;
  inset:0;

  background:
    radial-gradient(circle at 50% -10%, rgba(0,255,180,0.18), transparent 60%);

  pointer-events:none;
  z-index:-1;
}

.leistungen-page .section{
  background: rgba(255,255,255,0.02);
  border-top:1px solid rgba(255,255,255,0.04);
  border-bottom:1px solid rgba(255,255,255,0.04);
}

.leistungen-page .service-card,
.leistungen-page .benefit-card,
.leistungen-page .faq-item{
  background:
    linear-gradient(
      160deg,
      rgba(255,255,255,0.05),
      rgba(255,255,255,0.01)
    );

  backdrop-filter: blur(12px);

  border:1px solid rgba(255,255,255,0.06);
}


/* ===== Herobereich ===== */

.page-hero{
  position: relative;
  padding: 210px 20px 170px;
  overflow: hidden;

  background:
    radial-gradient(circle at 18% 24%, rgba(0,255,180,0.12), transparent 34%),
    radial-gradient(circle at 82% 70%, rgba(0,211,137,0.08), transparent 34%),
    linear-gradient(145deg, #020403 0%, #06100c 42%, #020403 100%);
}

.page-hero::before{
  content: "";
  position: absolute;
  inset: -220px;
  background:
    radial-gradient(circle at center, rgba(0,255,180,0.16), transparent 60%);
  filter: blur(120px);
  opacity: 0.65;
  pointer-events: none;
  animation: heroGlow 12s ease-in-out infinite;
}

.page-hero .container{
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.page-hero .kicker{
  margin: 0 0 22px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(255,255,255,0.76);
}

.page-hero h1{
  margin: 0 auto 34px;
  max-width: 920px;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  line-height: 1.14;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.page-hero .highlight{
  color: #00ffb3;
  text-shadow: 0 0 22px rgba(0,255,179,0.18);
}

.page-hero .section-lead{
  max-width: 820px;
  margin: 0 auto 42px;
  font-size: 1.22rem;
  line-height: 1.95;
  color: rgba(255,255,255,0.88);
}

.hero-actions{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0 auto 38px;
}

.hero-points{
  list-style: none;
  max-width: 760px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  gap: 14px;
}

.hero-points li{
  position: relative;
  padding-left: 28px;
  text-align: left;
  color: rgba(255,255,255,0.84);
  line-height: 1.75;
}

.hero-points li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.78em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00d389, #00ffb3);
  box-shadow: 0 0 14px rgba(0,255,179,0.42);
  transform: translateY(-50%);
}

@keyframes heroGlow{
  0%{
    transform: scale(1);
    opacity: 0.6;
  }
  50%{
    transform: scale(1.08);
    opacity: 0.82;
  }
  100%{
    transform: scale(1);
    opacity: 0.6;
  }
}

@media (max-width: 900px){
  .page-hero{
    padding: 180px 20px 140px;
  }

  .page-hero .container{
    max-width: 760px;
  }

  .page-hero h1{
    font-size: clamp(2.4rem, 7vw, 3.8rem);
    margin-bottom: 28px;
  }

  .page-hero .section-lead{
    max-width: 700px;
    font-size: 1.1rem;
    line-height: 1.85;
    margin-bottom: 36px;
  }

  .hero-actions{
    margin-bottom: 32px;
  }

  .hero-points{
    max-width: 640px;
    gap: 12px;
  }
}

@media (max-width: 640px){
  .page-hero{
    padding: 155px 18px 110px;
  }

  .page-hero .kicker{
    margin-bottom: 18px;
    font-size: 0.9rem;
    letter-spacing: 0.13em;
  }

  .page-hero h1{
    font-size: clamp(2.1rem, 10vw, 3rem);
    line-height: 1.16;
    margin-bottom: 24px;
  }

  .page-hero .section-lead{
    font-size: 1.02rem;
    line-height: 1.85;
    margin-bottom: 30px;
  }

  .hero-actions{
    gap: 12px;
    margin-bottom: 28px;
  }

  .hero-points{
    gap: 10px;
  }

  .hero-points li{
    font-size: 0.98rem;
    line-height: 1.65;
  }
}

/* ===== Allgemeine Styles ===== */
.section {
  padding: 80px 0;
}

.section h2 {
  margin: 0 0 22px;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1.2;
}

.section h3 {
  margin: 0 0 14px;
  font-size: 1.2rem;
}

.section p {
  margin: 0 0 18px;
  line-height: 1.8;
}

.section-lead {
  max-width: 900px;
  font-size: 1.15rem;
  line-height: 1.8;
}

.checklist,
.section ol {
  margin: 24px 0 0;
  padding-left: 20px;
}

.checklist li,
.section ol li {
  margin-bottom: 12px;
  line-height: 1.7;
}

.section-highlight {
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.benefits-grid,
.service-links-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.benefit-card,
.service-link-card,
.faq-item {
  padding: 28px;
  border-radius: 18px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(8px);
}

.service-link-card {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.service-link-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 211, 137, 0.35);
  background: rgba(255,255,255,0.06);
}

.faq-list {
  display: grid;
  gap: 18px;
  margin-top: 32px;
}

.faq-item p:last-child,
.benefit-card p:last-child,
.service-link-card p:last-child {
  margin-bottom: 0;
}

.cta {
  text-align: center;
}

.cta .container {
  max-width: 900px;
}

.cta-soft {
  padding-top: 40px;
  padding-bottom: 40px;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.btn-primary:hover {
  transform: translateY(-2px);
}

@media (max-width: 900px) {
  .benefits-grid,
  .service-links-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 64px 0;
  }

  .benefit-card,
  .service-link-card,
  .faq-item {
    padding: 22px;
  }
}

.service-card {
  position: relative;
  padding: 40px 30px;
  border-radius: 18px;
  background: #0b0b0b;
  border: 1px solid rgba(255,255,255,0.05);
  text-align: center;
  transition: all 0.35s ease;
  overflow: hidden;
}

/* Glow Hintergrund */
.service-card::before{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(135deg,#00d389,#00ffb3);
  opacity:0;
  transition:opacity .35s ease;
  z-index:0;
}

/* Inhalt immer oben */
.service-card *{
  position:relative;
  z-index:1;
}

/* Hover Effekt */
.service-card:hover{
  transform: translateY(-8px);
  border-color: rgba(0,211,137,0.5);
  box-shadow: 0 20px 60px rgba(0,211,137,0.25);
}

/* Gradient beim Hover */
.service-card:hover::before{
  opacity:.12;
}

.service-icon{
  width:70px;
  height:70px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 20px;
  background: linear-gradient(135deg,#00d389,#00ffb3);
  box-shadow: 0 0 20px rgba(0,211,137,0.6);
  transition: all .3s ease;
}

.service-card:hover .service-icon{
  transform: scale(1.1);
  box-shadow: 0 0 35px rgba(0,255,180,0.9);
}

.service-card h3{
  margin-bottom:12px;
  font-size:1.4rem;
}

.service-card p{
  opacity:.85;
  line-height:1.6;
}

.service-card .btn{
  margin-top:18px;
  padding:10px 20px;
  border-radius:30px;
  background: linear-gradient(135deg,#00d389,#00ffb3);
  color:#000;
  font-weight:600;
  text-decoration:none;
  display:inline-block;
  transition: all .25s ease;
}

.service-card .btn:hover{
  transform: translateY(-2px);
  box-shadow:0 8px 25px rgba(0,255,180,0.4);
}

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

@media (max-width:1000px){
  .services-grid{
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width:600px){
  .services-grid{
    grid-template-columns:1fr;
  }
}

.faq-item {
  overflow: hidden;
}

.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background: transparent;
  border: 0;
  color: inherit;
  text-align: left;
  font: inherit;
  cursor: pointer;
  padding: 0;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, opacity 0.35s ease, margin-top 0.35s ease;
  opacity: 0;
  margin-top: 0;
}

.faq-item.is-open .faq-answer {
  max-height: 300px;
  opacity: 1;
  margin-top: 16px;
}

.faq-icon {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
}

.faq-item.is-open .faq-icon {
  transform: rotate(45deg);
}

.sticky-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1000;
  max-width: 320px;
  padding: 18px 20px;
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(8, 12, 10, 0.95), rgba(18, 30, 24, 0.92));
  border: 1px solid rgba(0, 211, 137, 0.22);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(14px);
  opacity: 0;
  transform: translateY(30px);
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.sticky-cta.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.sticky-cta p {
  margin: 0 0 12px;
}

@media (max-width: 768px) {
  .sticky-cta {
    right: 16px;
    left: 16px;
    bottom: 16px;
    max-width: none;
  }
}