﻿/**
 * Erfolgslady Mastery V2 – Kopie zum unabhängigen Testen/Anpassen
 * Basis: erfolgslady-mastery.css | Seite: erfolgslady-mastery-v2.html
 * Marke: #66096b, CTA-Orange wie Silent System
 */
html {
  scroll-behavior: smooth;
}

:root {
  --elm-brand: #66096b;
  --elm-brand-dark: #4a0750;
  --elm-cta: #ff8c00;
  --elm-cta-hover: #e67e22;
  --elm-cta-deep: #f07800;
  --elm-cta-shadow: rgba(255, 140, 0, 0.42);
  --elm-cta-shadow-hover: rgba(255, 140, 0, 0.48);
  --elm-bg: #faf8fb;
  --elm-text: #2d2a32;
  --elm-muted: #5c5663;
  --elm-line: #e8e0ec;
  --elm-youtube: #ff0033;
}

.elm-page {
  font-family: "DM Sans", system-ui, -apple-system, sans-serif;
  color: var(--elm-text);
  background: var(--elm-bg);
  line-height: 1.65;
}

#anmeldung {
  scroll-margin-top: 1rem;
  padding-bottom: clamp(2.5rem, 6vw, 4rem);
}

@media (max-width: 1024px) {
  #vsp-wrap-1.vsp-sticky-active {
    width: 50vw !important;
    max-width: 50vw !important;
    left: 10px !important;
    right: auto !important;
    bottom: 10px !important;
    top: auto !important;
    border-radius: 10px !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.28) !important;
  }

  #vsp-wrap-1.vsp-sticky-active .vsp-expand,
  #vsp-wrap-1.vsp-sticky-active .vsp-close {
    width: 28px;
    height: 28px;
    font-size: 15px;
    top: 4px;
  }

  #vsp-wrap-1.vsp-sticky-active .vsp-close {
    right: 4px;
  }

  #vsp-wrap-1.vsp-sticky-active .vsp-expand {
    right: 36px;
  }
}

.elm-header {
  padding: 1rem 1.5rem;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid var(--elm-line);
}
.elm-header img {
  max-height: 52px;
  width: auto;
}

.elm-container {
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.elm-section {
  padding: 3rem 0;
}
@media (min-width: 768px) {
  .elm-section {
    padding: 4rem 0;
  }
}

.elm-section--white {
  background: #fff;
}

.elm-section--soft {
  background: linear-gradient(180deg, #f5f0f7 0%, var(--elm-bg) 100%);
}

.elm-eyebrow {
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #f5c8ff;
  margin-bottom: 0.75rem;
}

/* â€”â€” Hero â€”â€” */
.elm-hero {
  position: relative;
  isolation: isolate;
  background-color: var(--elm-brand-dark);
  padding: clamp(1.5rem, 4vw, 3rem) 0 clamp(2rem, 5vw, 3.5rem);
  border-bottom: 4px solid #d6aa45;
}

.elm-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: var(--elm-brand-dark);
  background-image: url("../img/hero/standard-page-hero.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.elm-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.14), transparent 30%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06), transparent 62%),
    linear-gradient(115deg, rgba(42, 12, 52, 0.95) 0%, rgba(102, 9, 107, 0.86) 58%, rgba(42, 6, 48, 0.94) 100%);
}

.elm-hero__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.5rem, 4vw, 2.5rem);
  align-items: center;
}

@media (min-width: 992px) {
  .elm-hero__layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: clamp(2rem, 4vw, 3rem);
  }
}

.elm-hero__copy {
  max-width: 40rem;
}

.elm-hero__video {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.25rem;
  width: 100%;
  max-width: 52rem;
  margin-inline: auto;
}

.elm-hero__video .elm-hero__cta-row {
  margin-top: 0;
  justify-content: center;
}

.elm-hero__video .elm-cta-btn--hero {
  width: auto;
  max-width: min(100%, 26rem);
  margin-inline: auto;
  justify-content: center;
  text-align: center;
  font-size: 1.125rem;
  padding: 1rem 1.35rem 1rem 1.5rem;
}

.elm-hero__video .elm-cta-btn--hero .elm-cta-btn__label {
  flex: 0 1 auto;
}

.elm-hero__video .vsp-slot {
  border-radius: 12px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.45);
}

.elm-hero__title {
  font-size: clamp(2rem, 5vw, 3.1rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #fff;
  margin: 0 0 1rem;
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.5);
}

.elm-hero__title em {
  font-style: normal;
  color: #ffe08a;
}

.elm-hero__sub {
  font-size: clamp(1.05rem, 2.4vw, 1.28rem);
  color: rgba(255, 255, 255, 0.95);
  font-weight: 600;
  margin-bottom: 1rem;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
}

.elm-hero__note {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
  margin-bottom: 0;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}

.elm-hero__cta-row {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.elm-trust-strip {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.25rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
}
.elm-trust-strip img {
  height: 36px;
  width: auto;
  opacity: 0.95;
}

@media (max-width: 575.98px) {
  .elm-hero__overlay {
    background: linear-gradient(
      168deg,
      rgba(25, 8, 42, 0.95) 0%,
      rgba(74, 7, 80, 0.9) 50%,
      rgba(35, 32, 40, 0.93) 100%
    );
  }
}

/* â€”â€” Typo â€”â€” */
.elm-h2 {
  font-size: clamp(1.45rem, 3.2vw, 2rem);
  font-weight: 800;
  color: var(--elm-brand);
  margin-bottom: 1rem;
  line-height: 1.25;
}

.elm-h2--center {
  text-align: center;
}

.elm-h2 span.sub {
  display: block;
  font-size: 0.92em;
  color: var(--elm-text);
  font-weight: 700;
  margin-top: 0.25rem;
}

.elm-lead {
  font-size: 1.15rem;
  color: var(--elm-muted);
  max-width: 40rem;
}

.elm-text-center {
  text-align: center;
}
.elm-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

/* â€”â€” CTA Buttons â€”â€” */
a.elm-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  max-width: 100%;
  width: min(100%, 22rem);
  padding: 0.95rem 1.25rem 0.95rem 1.4rem;
  box-sizing: border-box;
  background: linear-gradient(180deg, var(--elm-cta) 0%, var(--elm-cta-deep) 100%);
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 999px;
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.3;
  text-align: left;
  border: 2px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 10px 32px var(--elm-cta-shadow);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

a.elm-cta-btn:hover {
  color: #fff !important;
  filter: brightness(1.05);
  transform: translateY(-2px);
  box-shadow: 0 14px 36px var(--elm-cta-shadow-hover);
}

a.elm-cta-btn:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

a.elm-cta-btn--ghost {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.55);
  box-shadow: none;
  backdrop-filter: blur(8px);
}
a.elm-cta-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.elm-cta-btn__circle {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

a.elm-cta-btn--wide {
  width: min(100%, 34rem);
  justify-content: center;
  text-align: center;
}
a.elm-cta-btn--wide .elm-cta-btn__label {
  flex: 0 1 auto;
}

.elm-cta-band {
  padding: 2rem 1.5rem;
  text-align: center;
  background: linear-gradient(180deg, var(--elm-brand) 0%, var(--elm-brand-dark) 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.elm-cta-band p {
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 1rem;
  font-weight: 600;
}
.elm-cta-band a.elm-cta-btn {
  border-color: rgba(255, 255, 255, 0.5);
}

.elm-cta-block {
  display: flex;
  justify-content: center;
  margin-top: 1.75rem;
}

.elm-cta-block--center {
  margin-top: 2rem;
}

.elm-close__content .elm-cta-block {
  justify-content: flex-start;
  margin: 1.35rem 0 0.25rem;
}

@media (min-width: 768px) {
  .elm-close__content .elm-cta-block {
    justify-content: flex-start;
  }
}

/* â€”â€” Objection / checklist â€”â€” */
.elm-checklist {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 36rem;
  text-align: center;
}
.elm-checklist li {
  position: relative;
  padding: 0.5rem 0;
  color: var(--elm-muted);
  border-bottom: 1px solid var(--elm-line);
}
.elm-checklist li:last-child {
  border-bottom: none;
}

/* â€”â€” Benefit cards â€”â€” */
.elm-benefit-card {
  background: #fff;
  border-radius: 18px;
  padding: 1.75rem 1.35rem;
  height: 100%;
  border: 1px solid var(--elm-line);
  box-shadow: 0 12px 40px rgba(102, 9, 107, 0.08);
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.elm-benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(102, 9, 107, 0.12);
}

.elm-benefit-card__icon {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(102, 9, 107, 0.12), rgba(102, 9, 107, 0.05));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--elm-brand);
}

.elm-benefit-card h3 {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--elm-brand);
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.elm-benefit-card p {
  margin: 0;
  font-size: 0.98rem;
  color: var(--elm-muted);
}

/* —— About Anja (V2 Layout) —— */
.elm-about__img {
  width: min(100%, 340px);
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.elm-about__content {
  font-size: 1.02rem;
}

.elm-about__content p {
  margin-bottom: 1.1rem;
}

.elm-about__title {
  margin-bottom: 1rem;
}

.elm-about__lead {
  margin-bottom: 1.1rem;
  font-weight: 700;
  color: var(--elm-brand);
  font-size: 1.08rem;
  line-height: 1.45;
}

.elm-about__callout {
  margin: 1.35rem 0 1.5rem;
  padding: 1.25rem 1.35rem 1.2rem;
  background: #fdf5f8;
  border-left: 4px solid #d68fb3;
  border-radius: 0 10px 10px 0;
}

.elm-about__callout-title {
  margin: 0 0 0.65rem;
  color: var(--elm-text);
}

.elm-about__callout-body {
  margin: 0;
  line-height: 1.65;
  color: var(--elm-text);
}

.elm-about__callout-body em {
  font-style: italic;
}

.elm-about__highlight {
  color: var(--elm-brand);
  font-weight: 700;
}

@media (min-width: 992px) {
  .elm-about__img {
    width: 100%;
    max-width: 380px;
  }
}

/* â€”â€” Testimonials â€”â€” */
.elm-testimonial {
  background: #fff;
  border: 1px solid var(--elm-line);
  border-radius: 16px;
  padding: 1.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  box-shadow: 0 8px 28px rgba(45, 42, 50, 0.06);
}

.elm-testimonial__top {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.elm-testimonial__avatar {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 12px;
  flex-shrink: 0;
}

.elm-testimonial__name {
  font-weight: 800;
  color: var(--elm-brand);
  margin: 0 0 0.25rem;
  font-size: 1.05rem;
}

.elm-testimonial__teaser {
  margin: 0;
  font-size: 0.95rem;
  color: var(--elm-text);
}

.elm-testimonial details {
  font-size: 0.92rem;
  color: var(--elm-muted);
}

.elm-testimonial summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--elm-brand);
  list-style: none;
}
.elm-testimonial summary::-webkit-details-marker {
  display: none;
}

.elm-testimonial__google {
  margin-top: auto;
  padding-top: 0.5rem;
  font-size: 0.88rem;
  font-weight: 700;
}
.elm-testimonial__google a {
  color: var(--elm-cta);
  text-decoration: none;
}
.elm-testimonial__google a:hover {
  text-decoration: underline;
}

/* â€”â€” Before / After â€”â€” */
.elm-ba-card {
  border-radius: 18px;
  padding: 1.75rem;
  height: 100%;
}
.elm-ba-card--before {
  background: #f0ecef;
  border: 1px solid var(--elm-line);
}
.elm-ba-card--after {
  background: linear-gradient(160deg, rgba(102, 9, 107, 0.08) 0%, rgba(255, 140, 0, 0.08) 100%);
  border: 2px solid rgba(102, 9, 107, 0.2);
}

.elm-ba-card h3 {
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: var(--elm-brand);
}

.elm-ba-card ul {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--elm-muted);
}
.elm-ba-card ul li {
  margin-bottom: 0.65rem;
}

.elm-ba-card--after ul {
  color: var(--elm-text);
}

/* â€”â€” Closing band â€”â€” */
.elm-close {
  padding: clamp(2.5rem, 5vw, 4rem) 1.5rem;
  background: linear-gradient(180deg, #2a0a30 0%, var(--elm-brand-dark) 100%);
  color: #fff;
}

.elm-close__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.75rem, 4vw, 2.5rem);
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .elm-close__layout {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(2rem, 5vw, 3rem);
  }
}

.elm-close__visual {
  display: flex;
  justify-content: center;
}

.elm-close__img {
  width: min(100%, 320px);
  height: auto;
  border-radius: 20px;
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.35);
  object-fit: cover;
  aspect-ratio: 819 / 1024;
}

@media (min-width: 768px) {
  .elm-close__img {
    width: 100%;
    max-width: 380px;
  }
}

.elm-close__content {
  text-align: center;
}

@media (min-width: 768px) {
  .elm-close__content {
    text-align: left;
  }
}

.elm-close__headline {
  font-size: clamp(1.5rem, 4vw, 2.35rem);
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 1rem;
  color: #fff;
}

.elm-close__sub {
  margin-bottom: 0.5rem;
}

.elm-close__scroll {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #f5c8ff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.elm-close__scroll:hover {
  color: #fff;
}

.elm-close__arrow {
  font-size: 1.35rem;
  line-height: 1;
  opacity: 0.95;
}

.elm-close__text {
  color: rgba(255, 255, 255, 0.9);
  max-width: 32rem;
  margin: 0 auto 1.5rem;
}

@media (min-width: 768px) {
  .elm-close__text {
    margin-left: 0;
    margin-right: 0;
  }
}

/* â€”â€” Webinar / Anmeldung â€”â€” */
.elm-signup-card {
  background: #fff;
  border-radius: 22px;
  padding: 2rem 1.5rem;
  max-width: 560px;
  margin: 0 auto;
  border: 1px solid var(--elm-line);
  box-shadow: 0 20px 56px rgba(45, 42, 50, 0.1);
}

.elm-signup-card__hint {
  text-align: center;
  font-size: 0.95rem;
  color: var(--elm-muted);
  margin-bottom: 1.25rem;
}

.elm-signup-card--embed {
  max-width: 580px;
}

.elm-webinar-embed {
  width: 100%;
  text-align: center;
  margin-top: 0.5rem;
}

.elm-webinar-embed__iframe,
.elm-webinar-embed iframe {
  display: block;
  width: 100%;
  max-width: 523px;
  min-height: 830px;
  height: 830px;
  margin: 0 auto;
  border: 0;
  border-radius: 12px;
  background: #fff;
}

@media (max-width: 767.98px) {
  #anmeldung.elm-section--white {
    background: var(--elm-bg);
  }

  #anmeldung .elm-container {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
  }

  #anmeldung .elm-signup-card--embed {
    max-width: none;
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    padding: 1.25rem 0 0;
  }

  #anmeldung .elm-signup-card--embed .elm-h2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #anmeldung .elm-webinar-embed {
    margin-top: 0.75rem;
  }

  #anmeldung .elm-webinar-embed__iframe,
  #anmeldung .elm-webinar-embed iframe {
    max-width: none;
    width: 100%;
    border-radius: 0;
    background: transparent;
  }
}

/* â€”â€” Footer â€”â€” */
.elm-footer {
  padding: 2rem 1.5rem;
  text-align: center;
  font-size: 0.9rem;
  color: var(--elm-muted);
  background: #ebe2d2;
  border-top: 1px solid rgba(102, 9, 107, 0.08);
}
.elm-footer a {
  color: var(--elm-brand);
  text-decoration: none;
}
.elm-footer a:hover {
  text-decoration: underline;
}
.elm-footer ul {
  list-style: none;
  padding: 0;
  margin: 0.75rem 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25rem 0.75rem;
}
.elm-footer ul li:not(:last-child)::after {
  content: "·";
  margin-left: 0.75rem;
  color: #bbb;
}

.elm-hero__title strong {
  font-weight: 800;
  color: #ffe08a;
}

.elm-proof-section {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.elm-trust-block {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  min-height: 22rem;
}

.elm-trust-visual {
  display: block;
  min-width: 0;
}

.elm-trust-visual__img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(18rem, 30vw, 26rem);
  max-height: 32rem;
  object-fit: cover;
  object-position: center top;
  border-radius: 28px;
  box-shadow: 0 22px 70px rgba(42, 10, 48, 0.14);
}

.elm-trust-content {
  min-width: 0;
  max-width: 36rem;
}

.elm-trust-block h2 {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--elm-brand);
  margin-bottom: 1rem;
}

.elm-trust-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.elm-trust-list li {
  position: relative;
  padding: 0.4rem 0 0.4rem 1.75rem;
  color: var(--elm-text);
  font-weight: 600;
}

.elm-trust-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--elm-brand);
}

@media (min-width: 900px) {
  .elm-trust-content {
    justify-self: center;
    width: 100%;
    max-width: 28rem;
    padding-left: clamp(0.5rem, 2vw, 1.5rem);
  }
}

@media (max-width: 899.98px) {
  .elm-trust-block {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 1.25rem;
    justify-items: center;
  }

  .elm-trust-visual {
    display: block;
    width: min(100%, 180px);
  }

  .elm-trust-visual__img {
    min-height: 0;
    max-height: none;
    height: auto;
    aspect-ratio: 819 / 1024;
    border-radius: 50%;
    object-position: center 8%;
    box-shadow: 0 10px 36px rgba(42, 10, 48, 0.18);
    outline: 3px solid rgba(102, 9, 107, 0.15);
    outline-offset: 3px;
  }

  .elm-trust-content {
    max-width: 36rem;
    margin: 0 auto;
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .elm-trust-content {
    text-align: left;
  }
}

.elm-press {
  position: relative;
  overflow: hidden;
  text-align: center;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 224, 138, 0.2), transparent 30%),
    linear-gradient(135deg, #f7edf8 0%, #fff8ef 55%, #f2e8f5 100%);
  border-top: 1px solid rgba(102, 9, 107, 0.08);
  border-bottom: 1px solid rgba(102, 9, 107, 0.08);
}

.elm-press::before {
  content: "";
  position: absolute;
  inset: 1.1rem;
  border: 1px solid rgba(102, 9, 107, 0.08);
  border-radius: 26px;
  pointer-events: none;
}

.elm-press h2 {
  position: relative;
  font-size: clamp(0.9rem, 1.2vw, 1.05rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--elm-brand);
  margin-bottom: clamp(1.5rem, 3vw, 2.3rem);
}

.elm-press__logos {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}

.elm-press__logos a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1.1rem, 2.5vw, 1.75rem);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 48px rgba(42, 10, 48, 0.07);
  opacity: 0.96;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.elm-press__logos a:hover {
  opacity: 1;
  transform: translateY(-2px);
  box-shadow: 0 24px 60px rgba(42, 10, 48, 0.1);
}

.elm-press__logos img {
  height: clamp(54px, 6vw, 78px);
  width: auto;
  max-width: min(100%, 260px);
  object-fit: contain;
}

@media (max-width: 767.98px) {
  .elm-press::before {
    inset: 0.75rem;
    border-radius: 20px;
  }

  .elm-press__logos {
    grid-template-columns: 1fr;
  }

  .elm-press__logos a {
    min-height: 0;
    padding: 0.85rem 1.5rem;
  }

  .elm-press__logos img {
    height: clamp(44px, 11vw, 62px);
    max-width: 240px;
  }
}

/* —— Du hast Wissen … (V2 value cards) —— */
.elm-value {
  background: #fdf9ff;
}

.elm-value__header {
  max-width: 52rem;
  margin: 0 auto 2.25rem;
  text-align: center;
}

.elm-value__title {
  font-size: clamp(1.45rem, 2.8vw, 2rem);
  font-weight: 800;
  color: var(--elm-text);
  line-height: 1.3;
  margin-bottom: 1rem;
}

.elm-value__lead {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--elm-muted);
}

.elm-value-card {
  background: #fff;
  border-radius: 18px;
  padding: 1.75rem 1.5rem;
  width: 100%;
  height: 100%;
  text-align: left;
  box-shadow: 0 8px 28px rgba(102, 9, 107, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.elm-value-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(102, 9, 107, 0.12);
}

.elm-value-card__icon {
  width: 3rem;
  height: 3rem;
  margin-bottom: 1.15rem;
  border-radius: 10px;
  background: rgba(102, 9, 107, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: var(--elm-brand);
}

.elm-value-card__title {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--elm-brand);
  margin: 0 0 0.75rem;
  line-height: 1.35;
}

.elm-value-card p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--elm-muted);
}

.elm-value-card--featured {
  background: linear-gradient(165deg, var(--elm-brand) 0%, var(--elm-brand-dark) 100%);
  box-shadow: 0 12px 36px rgba(102, 9, 107, 0.32);
}

.elm-value-card--featured:hover {
  box-shadow: 0 16px 42px rgba(102, 9, 107, 0.38);
}

.elm-value-card--featured .elm-value-card__icon {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.elm-value-card--featured .elm-value-card__title,
.elm-value-card--featured p {
  color: #fff;
}

.elm-value-card--featured p {
  opacity: 0.95;
}

.elm-icon-checklist {
  list-style: none;
  padding: 0;
  margin: 1.5rem auto 0;
  max-width: 42rem;
}

.elm-icon-checklist li {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--elm-line);
  font-size: 1.05rem;
  color: var(--elm-text);
}

.elm-icon-checklist li:last-child {
  border-bottom: none;
}

.elm-icon-checklist__icon {
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: rgba(102, 9, 107, 0.12);
  color: var(--elm-brand);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  margin-top: 0.15rem;
}

.elm-insight {
  background: #fff;
  border-radius: 18px;
  padding: 2rem 1.5rem;
  max-width: 40rem;
  margin: 0 auto;
  border: 1px solid var(--elm-line);
  box-shadow: 0 12px 40px rgba(102, 9, 107, 0.08);
}

.elm-insight h3 {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--elm-brand);
  margin-bottom: 0.75rem;
}

.elm-insight p {
  margin-bottom: 0.75rem;
  color: var(--elm-muted);
}

.elm-insight ul {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--elm-text);
}

.elm-insight ul li {
  margin-bottom: 0.5rem;
}

/* —— Danke-Seite (Post-Anmeldung) —— */
.elm-thank-you {
  flex: 1;
}

.elm-thank-you__panel {
  position: relative;
  isolation: isolate;
  min-height: calc(100vh - 12rem);
  min-height: calc(100svh - 12rem);
  padding: clamp(2rem, 5vw, 3.5rem) 0 clamp(2.5rem, 6vw, 4rem);
  background-color: var(--elm-brand-dark);
  color: #fff;
  text-align: center;
}

.elm-thank-you__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    160deg,
    rgba(74, 7, 80, 0.92) 0%,
    rgba(102, 9, 107, 0.88) 45%,
    rgba(42, 10, 48, 0.94) 100%
  );
}

.elm-thank-you__layout {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.25rem, 3vw, 2rem);
  max-width: 40rem;
}

.elm-thank-you__portrait {
  margin: 0;
  width: min(100%, 17.5rem);
}

.elm-thank-you__portrait img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.28);
}

.elm-thank-you__copy {
  width: 100%;
}

.elm-thank-you__title {
  margin: 0 0 1rem;
  font-size: clamp(1.85rem, 5.5vw, 2.65rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
}

.elm-thank-you__lead {
  margin: 0 0 1.25rem;
  font-size: clamp(1.05rem, 2.8vw, 1.2rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
}

.elm-thank-you__signoff {
  margin: 0 0 1.5rem;
  font-size: clamp(1.1rem, 3vw, 1.35rem);
  font-weight: 700;
  color: #ffe08a;
}

.elm-thank-you__arrow {
  display: block;
  width: min(12rem, 55vw);
  height: auto;
  margin: 0 auto 1.35rem;
  opacity: 0.95;
}

.elm-thank-you__telegram-label {
  margin: 0 0 1.25rem;
  font-size: clamp(1rem, 2.6vw, 1.12rem);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.95);
}

.elm-thank-you__telegram-label strong {
  color: #9ef0a8;
  font-weight: 800;
}

.elm-thank-you__cta-row {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.elm-thank-you__billing {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.72);
}

@media (min-width: 768px) {
  .elm-thank-you__panel {
    min-height: calc(100vh - 10rem);
    min-height: calc(100svh - 10rem);
    padding-top: clamp(2.5rem, 4vw, 3.75rem);
  }
}

/* —— Opt-in / Double-Opt-in —— */
.elm-optin {
  flex: 1;
}

.elm-optin__panel {
  position: relative;
  isolation: isolate;
  min-height: calc(100vh - 12rem);
  min-height: calc(100svh - 12rem);
  padding: clamp(2rem, 5vw, 3.5rem) 0 clamp(2.5rem, 6vw, 4rem);
  background-color: var(--elm-brand-dark);
  color: #fff;
  text-align: center;
}

.elm-optin__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    160deg,
    rgba(74, 7, 80, 0.92) 0%,
    rgba(102, 9, 107, 0.88) 45%,
    rgba(42, 10, 48, 0.94) 100%
  );
}

.elm-optin__layout {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.5rem, 3.5vw, 2.25rem);
  max-width: 32rem;
  margin: 0 auto;
}

.elm-optin__progress {
  width: min(100%, 31.25rem);
  height: 1.65rem;
  border-radius: 0.65rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.28);
}

.elm-optin__progress-fill {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5c542;
  color: #2d2a32;
  font-weight: 800;
  font-size: 0.9rem;
  line-height: 1;
}

.elm-optin__progress-label {
  display: block;
}

.elm-optin__copy {
  width: 100%;
  text-align: center;
}

.elm-optin__title {
  margin: 0 0 1.25rem;
  font-size: clamp(1.65rem, 5vw, 2.25rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #fff;
}

.elm-optin__title strong {
  font-weight: 800;
  color: #ffe08a;
}

.elm-optin__lead {
  margin: 0 0 1.75rem;
  font-size: clamp(1rem, 2.6vw, 1.125rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.94);
}

.elm-optin__lead strong {
  color: #fff;
  font-weight: 700;
}

.elm-optin__steps-heading {
  margin: 0 0 1.5rem;
  font-size: clamp(1.05rem, 2.8vw, 1.15rem);
  color: #fff;
}

.elm-optin__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  text-align: center;
}

.elm-optin__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
}

.elm-optin__step-num {
  flex-shrink: 0;
  width: 3.75rem;
  height: 3.75rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f5c542;
  color: #2d2a32;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
}

.elm-optin__step-body {
  max-width: 28rem;
}

.elm-optin__step-title {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  line-height: 1.35;
  color: #fff;
}

.elm-optin__step-text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
}

@media (min-width: 768px) {
  .elm-optin__panel {
    min-height: calc(100vh - 10rem);
    min-height: calc(100svh - 10rem);
    padding-top: clamp(2.5rem, 4vw, 3.75rem);
  }
}
