/* =========================================================
   LEISTUNGEN PAGE
   Premium Leistungen + Leistungsverständnis
   ========================================================= */


/* =========================
   LEISTUNGEN HERO
========================= */

.leistungen-hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 150px;
}

.leistungen-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 18%, rgba(216, 164, 174, 0.08), transparent 20%),
    radial-gradient(circle at 82% 20%, rgba(101, 29, 42, 0.18), transparent 28%),
    radial-gradient(circle at 48% 92%, rgba(255, 255, 255, 0.035), transparent 22%);
  z-index: 0;
}

.leistungen-shell {
  position: relative;
  isolation: isolate;
}

.leistungen-shell::after {
  content: "";
  position: absolute;
  inset: 24px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.065);
  pointer-events: none;
  z-index: -1;
}

.leistungen-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(95px);
  opacity: 0.34;
  z-index: -2;
}

.leistungen-glow-left {
  width: 360px;
  height: 360px;
  left: -130px;
  top: -130px;
  background: rgba(216, 164, 174, 0.16);
}

.leistungen-glow-right {
  width: 430px;
  height: 430px;
  right: -150px;
  bottom: -160px;
  background: rgba(101, 29, 42, 0.28);
}

.leistungen-layout {
  align-items: stretch;
}

.leistungen-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.leistungen-title {
  max-width: 780px;
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.leistungen-note {
  margin-top: 32px;
}

.leistungen-intro-points {
  display: grid;
  gap: 14px;
  margin-top: 34px;
  max-width: 640px;
}

.leistungen-intro-point {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 14px;
  align-items: start;
}

.leistungen-intro-point span {
  display: block;
  width: 16px;
  height: 16px;
  margin-top: 6px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, #f1d6db 0%, #d8a4ae 38%, #7b2635 100%);
  box-shadow:
    0 0 0 6px rgba(101, 29, 42, 0.13),
    0 8px 20px rgba(101, 29, 42, 0.24);
}

.leistungen-intro-point p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.98rem;
  line-height: 1.65;
}

.leistungen-services-grid {
  align-content: stretch;
}

.leistungen-service-card {
  min-height: 245px;
}

.leistungen-service-card p {
  max-width: 360px;
}


/* =========================
   LEISTUNGSVERSTÄNDNIS
========================= */

.leistungen-method-section {
  position: relative;
  overflow: hidden;
  padding-top: 40px;
}

.leistungen-method-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 34%, rgba(101, 29, 42, 0.14), transparent 22%),
    radial-gradient(circle at 84% 76%, rgba(216, 164, 174, 0.07), transparent 20%);
}

.leistungen-method-shell {
  position: relative;
  overflow: hidden;
  min-height: 690px;
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #09090b;
  box-shadow:
    0 32px 92px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  isolation: isolate;
}

.leistungen-method-bg {
  position: absolute;
  inset: 0;
  z-index: -6;
  background:
    linear-gradient(90deg, rgba(6, 7, 10, 0.9) 0%, rgba(6, 7, 10, 0.78) 42%, rgba(6, 7, 10, 0.62) 100%),
    linear-gradient(180deg, rgba(10, 12, 18, 0.1), rgba(6, 7, 10, 0.72)),
    url("../assets/hamburg.webp") center top / cover no-repeat;
  transform: scale(1.02);
}

.leistungen-method-overlay {
  position: absolute;
  inset: 0;
  z-index: -5;
  background:
    radial-gradient(circle at 16% 20%, rgba(216, 164, 174, 0.12), transparent 20%),
    radial-gradient(circle at 84% 26%, rgba(101, 29, 42, 0.26), transparent 25%),
    radial-gradient(circle at 70% 82%, rgba(255, 255, 255, 0.04), transparent 18%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent 32%);
}

.leistungen-method-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(90px);
  opacity: 0.3;
  z-index: -4;
}

.leistungen-method-glow-left {
  width: 340px;
  height: 340px;
  top: -120px;
  left: -100px;
  background: rgba(123, 38, 53, 0.28);
}

.leistungen-method-glow-right {
  width: 380px;
  height: 380px;
  right: -120px;
  bottom: -140px;
  background: rgba(160, 86, 100, 0.16);
}

.leistungen-method-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 32%),
    linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.18) 100%);
  z-index: -3;
}

.leistungen-method-shell::after {
  content: "";
  position: absolute;
  inset: 26px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
  z-index: -2;
}

.leistungen-method-inner {
  position: relative;
  z-index: 2;
  min-height: 690px;
  padding: clamp(30px, 4.4vw, 58px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 54px;
}

.leistungen-method-head {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 40px;
  align-items: end;
}

.leistungen-method-copy h2 {
  max-width: 840px;
}

.leistungen-method-lead {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.45vw, 1.14rem);
  line-height: 1.78;
}

.leistungen-method-route {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  padding-top: 34px;
}

.leistungen-method-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.08),
      rgba(216, 164, 174, 0.42),
      rgba(255, 255, 255, 0.08)
    );
}

.leistungen-method-step {
  position: relative;
  padding-right: 22px;
}

.leistungen-method-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 42px;
  right: 0;
  width: 1px;
  height: calc(100% - 42px);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.16),
      transparent 78%
    );
}

.leistungen-method-node {
  width: 13px;
  height: 13px;
  margin-bottom: 18px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, #f1d6db 0%, #d8a4ae 42%, #7b2635 100%);
  box-shadow:
    0 0 0 6px rgba(101, 29, 42, 0.13),
    0 8px 22px rgba(101, 29, 42, 0.26);
}

.leistungen-method-index {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--accent-soft);
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.leistungen-method-step h3 {
  max-width: 260px;
  font-size: 1.24rem;
  line-height: 1.18;
}

.leistungen-method-step p {
  margin-top: 14px;
  max-width: 290px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.96rem;
  line-height: 1.72;
}

.leistungen-method-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.leistungen-method-statement {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 18px;
  align-items: start;
  max-width: 760px;
}

.leistungen-method-statement span {
  display: block;
  width: 82px;
  height: 2px;
  margin-top: 13px;
  background: linear-gradient(90deg, var(--accent-soft), transparent);
}

.leistungen-method-statement p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.02rem;
  line-height: 1.72;
}

.leistungen-method-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  max-width: 460px;
}

.leistungen-method-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1100px) {
  .leistungen-hero-section {
    padding-top: 120px;
  }

  .leistungen-shell::after {
    display: none;
  }

  .leistungen-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .leistungen-copy {
    display: block;
  }

  .leistungen-title {
    max-width: 100%;
  }

  .leistungen-intro-points {
    max-width: 100%;
  }

  .leistungen-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .leistungen-method-shell {
    min-height: 0;
  }

  .leistungen-method-inner {
    min-height: 0;
  }

  .leistungen-method-head {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
  }

  .leistungen-method-lead {
    max-width: 780px;
  }

  .leistungen-method-route {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 34px;
  }

  .leistungen-method-step:nth-child(3)::after {
    display: none;
  }

  .leistungen-method-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .leistungen-method-tags {
    justify-content: flex-start;
    max-width: 100%;
  }
}


@media (max-width: 760px) {
  .leistungen-hero-section {
    padding-top: 104px;
    padding-bottom: 56px;
  }

  .leistungen-shell {
    padding: 20px;
    border-radius: 26px;
  }

  .leistungen-layout {
    gap: 24px;
  }

  .leistungen-title {
    font-size: clamp(2.05rem, 10.5vw, 3rem);
    line-height: 1.04;
    letter-spacing: -0.045em;
  }

  .leistungen-copy .services-lead {
    margin-top: 18px;
    font-size: 0.98rem;
    line-height: 1.62;
  }

  .leistungen-note {
    margin-top: 22px;
    padding: 18px;
    border-radius: 18px;
  }

  .leistungen-note p {
    font-size: 0.94rem;
    line-height: 1.62;
  }

  .leistungen-intro-points {
    gap: 11px;
    margin-top: 22px;
  }

  .leistungen-intro-point {
    grid-template-columns: 15px 1fr;
    gap: 12px;
  }

  .leistungen-intro-point span {
    width: 13px;
    height: 13px;
    margin-top: 6px;
    box-shadow:
      0 0 0 5px rgba(101, 29, 42, 0.12),
      0 7px 18px rgba(101, 29, 42, 0.22);
  }

  .leistungen-intro-point p {
    font-size: 0.93rem;
    line-height: 1.55;
  }

  .leistungen-services-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .leistungen-service-card {
    min-height: auto;
    padding: 22px;
    border-radius: 22px;
  }

  .leistungen-service-card h3 {
    font-size: 1.18rem;
  }

  .leistungen-service-card p {
    font-size: 0.94rem;
    line-height: 1.62;
  }

  .leistungen-method-section {
    padding-top: 22px;
    padding-bottom: 70px;
  }

  .leistungen-method-shell {
    border-radius: 26px;
  }

  .leistungen-method-shell::after {
    display: none;
  }

  .leistungen-method-inner {
    padding: 22px;
    gap: 34px;
  }

  .leistungen-method-copy h2 {
    font-size: clamp(2rem, 9vw, 2.7rem);
    line-height: 1.05;
  }

  .leistungen-method-lead {
    font-size: 0.96rem;
    line-height: 1.65;
  }

  .leistungen-method-route {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 0;
  }

  .leistungen-method-line {
    display: none;
  }

  .leistungen-method-step {
    position: relative;
    padding: 0 0 26px 28px;
  }

  .leistungen-method-step:not(:last-child)::after {
    display: block;
    top: 14px;
    left: 6px;
    right: auto;
    width: 1px;
    height: calc(100% - 4px);
    background:
      linear-gradient(
        180deg,
        rgba(216, 164, 174, 0.42),
        rgba(255, 255, 255, 0.06)
      );
  }

  .leistungen-method-step:last-child {
    padding-bottom: 0;
  }

  .leistungen-method-node {
    position: absolute;
    left: 0;
    top: 2px;
    width: 13px;
    height: 13px;
    margin: 0;
  }

  .leistungen-method-index {
    margin-bottom: 10px;
    font-size: 0.72rem;
  }

  .leistungen-method-step h3 {
    max-width: 100%;
    font-size: 1.14rem;
  }

  .leistungen-method-step p {
    max-width: 100%;
    margin-top: 10px;
    font-size: 0.92rem;
    line-height: 1.62;
  }

  .leistungen-method-bottom {
    gap: 22px;
    padding-top: 24px;
  }

  .leistungen-method-statement {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .leistungen-method-statement span {
    width: 58px;
    margin-top: 0;
  }

  .leistungen-method-statement p {
    font-size: 0.94rem;
    line-height: 1.62;
  }

  .leistungen-method-tags {
    gap: 8px;
  }

  .leistungen-method-tags span {
    min-height: 34px;
    padding: 0 12px;
    font-size: 0.84rem;
  }
}


@media (max-width: 480px) {
  .leistungen-hero-section {
    padding-top: 96px;
    padding-bottom: 44px;
  }

  .leistungen-shell {
    padding: 16px;
    border-radius: 22px;
  }

  .leistungen-title {
    font-size: clamp(1.9rem, 10vw, 2.45rem);
  }

  .leistungen-note {
    padding: 16px;
  }

  .leistungen-service-card {
    padding: 20px;
  }

  .leistungen-method-inner {
    padding: 18px;
  }

  .leistungen-method-shell {
    border-radius: 22px;
  }

  .leistungen-method-copy h2 {
    font-size: clamp(1.85rem, 9vw, 2.35rem);
  }
}


@media (max-width: 380px) {
  .leistungen-shell {
    padding: 14px;
  }

  .leistungen-title {
    font-size: 1.82rem;
  }

  .leistungen-copy .services-lead,
  .leistungen-note p,
  .leistungen-intro-point p,
  .leistungen-service-card p,
  .leistungen-method-lead,
  .leistungen-method-step p,
  .leistungen-method-statement p {
    font-size: 0.9rem;
  }

  .leistungen-method-inner {
    padding: 16px;
  }
}