.elementor-713 .elementor-element.elementor-element-1dd171d{--display:flex;}/* Start custom CSS for html, class: .elementor-element-dfdf312 */:root {
  --bg: #120f19;
  --bg-2: #181321;
  --line: rgba(255,255,255,0.08);
  --text: #f5f2fb;
  --muted: #beb7cf;
  --muted-2: #d3ccdf;
  --primary: #9d7cff;
  --primary-dark: #8763f2;
  --dark-text: #181522;
  --shadow: 0 24px 60px rgba(0,0,0,0.28);
  --glow: 0 0 22px rgba(157,124,255,0.16), 0 0 42px rgba(157,124,255,0.08);
  --radius-xl: 30px;
  --container: 1160px;
  --focus: #ffffff;
}

html, body,
button, input, textarea, select,
p, a, li, span, div,
h1, h2, h3, h4, h5, h6 {
  font-family: "Manrope", sans-serif !important;
}

body {
  margin: 0;
  color: var(--text);
  line-height: 1.7;
  background:
    radial-gradient(circle at 84% 8%, rgba(157,124,255,0.18), transparent 18%),
    radial-gradient(circle at 12% 0%, rgba(157,124,255,0.08), transparent 18%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);
}

#main-content .container,
.site-footer .container {
  width: min(92%, var(--container));
  margin: 0 auto;
}

#main-content .hero {
  padding: 56px 0 36px;
}

#main-content .hero-grid {
  display: grid;
  grid-template-columns: 56% 44%;
  gap: 30px;
  align-items: start;
}

#main-content .eyebrow,
#main-content .section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(157,124,255,0.24);
  background: rgba(157,124,255,0.08);
  color: #eadfff;
  font-size: 0.86rem;
  font-weight: 700;
  margin-bottom: 22px;
  box-shadow: var(--glow);
}

#main-content h1,
#main-content h2,
#main-content h3 {
  margin: 0 0 14px;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

#main-content h1 {
  font-size: clamp(2rem, 4.1vw, 3.55rem);
  font-weight: 800;
  max-width: 9ch;
  color: #f5f2fb;
}
}

#main-content h2 {
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  font-weight: 800;
  color: #f5f2fb;
}

#main-content h3 {
  font-size: 1.1rem;
  font-weight: 700;
}

#main-content p {
  margin: 0 0 18px;
  color: var(--muted);
}

#main-content .lead {
  font-size: 1.08rem;
  max-width: 62ch;
}

#main-content .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 15px;
  font-weight: 700;
  transition: 0.25s ease;
  text-decoration: none;
}

#main-content .button-primary {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 14px 34px rgba(0,0,0,0.22), var(--glow);
}

#main-content .button-primary:hover {
  background: var(--primary-dark);
  transform: translateY(-1px);
}

#main-content .button-secondary {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.10);
  color: #fff;
  box-shadow: 0 0 18px rgba(157,124,255,0.08);
}

#main-content .button-secondary:hover {
  background: rgba(255,255,255,0.04);
}

#main-content .hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 26px 0 28px;
}

#main-content .hero-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 28px;
}

#main-content .hero-point {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  color: #f2edfb;
  font-size: 0.94rem;
  font-weight: 600;
  box-shadow: 0 0 16px rgba(157,124,255,0.08);
  min-height: 88px;
  display: flex;
  align-items: center;
}

#main-content .signup-shell {
  padding: 18px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(157,124,255,0.24), rgba(157,124,255,0.10));
  box-shadow: 0 24px 60px rgba(0,0,0,0.28), 0 0 22px rgba(157,124,255,0.16), 0 0 42px rgba(157,124,255,0.08);
}

#main-content .signup-card {
  background: linear-gradient(180deg, #faf8fd 0%, #f1edf9 100%);
  border: 1px solid #e6dbfa;
  border-radius: 26px;
  padding: 26px;
  color: var(--dark-text);
}

#main-content .signup-card h2,
#main-content .signup-card h3,
#main-content .signup-card p,
#main-content .signup-card li,
#main-content .signup-card label,
#main-content .signup-card span {
  color: var(--dark-text);
}

#main-content .signup-card p {
  opacity: 0.88;
}

#main-content .hero-mockup {
  display: flex;
  justify-content: center;
  margin: 8px 0 18px;
}

#main-content .hero-mockup img {
  width: 64%;
  max-width: 260px;
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(0,0,0,0.18);
}

#main-content .klicktipp-form-wrap {
  margin: 18px 0 16px;
}

#main-content .form-placeholder {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 16px;
  border: 1px dashed #b9a6ea;
  background: #fff;
  color: #6a5b89;
  padding: 18px;
  font-size: 0.95rem;
}

#main-content .small {
  font-size: 0.9rem;
  color: #5d5277;
  margin-top: 10px;
}

#main-content .legal-note {
  margin-top: 10px;
  margin-bottom: 6px;
  font-size: 0.86rem;
}

#main-content .legal-links {
  margin-bottom: 16px;
  font-size: 0.86rem;
}

#main-content .legal-links a {
  color: #5c3fd6;
  text-decoration: none;
  font-weight: 600;
  margin-right: 12px;
}

#main-content .legal-links a:hover {
  text-decoration: underline;
}

#main-content section {
  padding: 34px 0 82px;
}

#main-content .section-head {
  max-width: 860px;
  margin-bottom: 28px;
}

#main-content .grid-2,
#main-content .faq-grid {
  display: grid;
  gap: 22px;
}

#main-content .grid-2 {
  grid-template-columns: 1fr 1fr;
}

#main-content .panel,
#main-content .faq-item,
#main-content .cta-panel,
#main-content .about-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 28px;
  padding: 30px;
  box-shadow: var(--shadow);
}

#main-content .faq-item p {
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--muted-2);
}

#main-content .about-grid {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  align-items: center;
}

#main-content .about-photo {
  width: 220px;
  height: 220px;
  border-radius: 24px;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: var(--glow);
  background: rgba(255,255,255,0.05);
}

#main-content ul {
  padding-left: 20px;
  margin: 0;
}

#main-content li {
  color: var(--muted);
  margin-bottom: 10px;
}

#main-content .cta-panel {
  text-align: center;
  padding: 42px 30px;
  box-shadow: var(--shadow), 0 0 18px rgba(157,124,255,0.08);
}

.site-footer {
  padding: 24px 0 36px;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.site-footer .footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 0.94rem;
}

.site-footer .footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.site-footer .footer-links a {
  color: var(--muted);
  text-decoration: none;
}

.site-footer .footer-links a:hover {
  color: #f5f2fb;
}

@media (max-width: 1020px) {
  #main-content .hero-grid,
  #main-content .grid-2,
  #main-content .about-grid {
    grid-template-columns: 1fr;
  }

  #main-content .hero-points {
    grid-template-columns: 1fr;
  }

  #main-content h1 {
    max-width: none;
  }

  #main-content .hero-mockup img {
    width: 68%;
    max-width: 320px;
  }

  #main-content .about-photo {
    width: 160px;
    height: 160px;
  }
}

@media (max-width: 760px) {
  #main-content .hero {
    padding-top: 40px;
  }

  #main-content h1 {
    font-size: 2.2rem;
  }

  #main-content .hero-mockup img {
    width: 100%;
    max-width: 300px;
  }

  #main-content .signup-card,
  #main-content .panel,
  #main-content .faq-item,
  #main-content .cta-panel,
  #main-content .about-card {
    padding: 22px;
  }

  .site-footer .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer .footer-links {
    gap: 14px;
  }
}/* End custom CSS */