/* ==== GLOBAL FOR MAIN CONTENT ==== */
.main-content {
  background-color: #000;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
}

/* ---- Hero ---- */
.hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 100px 20px 80px;
  max-width: 100%;
  text-align: left;
}

.hero-text {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero-image {
  flex: 1 1 300px;
  text-align: center;
  padding: 10px;
  border-radius: 32px;
  background: linear-gradient(145deg, #1a1a1a, #000000);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3), 0 0 20px rgba(255, 255, 255, 0.05);
}

.hero-screenshot {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 24px;
}

@media (max-width: 600px) {
  .hero {
    text-align: center;
  }
}

.hero-logo-image {
  width: clamp(64px, 12vw, 100px);
  height: auto;
  display: block;
  margin: 0 auto 30px;
}


.hero-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 16px;
}

.hero-subtitle {
  font-size: 18px;
  color: #999;
  max-width: 600px;
  margin: 0 auto 40px;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.btn {
  padding: 14px 30px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.btn-primary {
  background-color: #77DB89;
  color: #000;
}

.btn-primary:hover {
  background-color: #66c67a;
}

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

.btn-outline:hover {
  border-color: #fff;
}

/* ---- How It Works ---- */
.how-it-works {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 100px 20px 80px;
  max-width: 100%;
  text-align: left;
  border-radius: 32px;
  background: linear-gradient(145deg, #1a1a1a, #000000);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3), 0 0 20px rgba(255, 255, 255, 0.05);
}

.how-it-works-text {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}


.how-it-works-video-container {
  flex: 1 1 300px;
  text-align: center;
  padding: 10px;
}

.how-it-works-video {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.4);
}

@media (max-width: 600px) {
  .how-it-works {
    text-align: center;
  }
}



.how-it-works-text h2 {
  font-size: 32px;
  margin-bottom: 16px;
  color: #fff;
}

.how-it-works-text p {
  color: #ccc;
  margin-bottom: 24px;
}

.steps-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.steps-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.steps-list li div {
  text-align: left;
}

.step-num {
  background-color: #77DB89;
  color: #000;
  font-weight: 700;
  width: 28px; height: 28px;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.steps-list h4 {
  margin: 0 0 4px;
  font-size: 16px;
  color: #fff;
}

.steps-list p {
  margin: 0;
  font-size: 14px;
  color: #ccc;
}



/* ---- Statement Section ---- */
.screentime-statement {
  background-color: #000;
  color: #ffffff;
  text-align: center;
  padding: 8rem 2rem;
}

.statement-container {
  max-width: 1000px;
  margin: 0 auto;
}

.screentime-statement h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.screentime-statement .highlight {
  color: #77DB89;
  font-weight: bold;
}

.screentime-statement p {
  font-size: 1.25rem;
  color: #999999;
  line-height: 1.6;
}





/* ---- Testimonials ---- */
.testimonials {
  padding: 80px 20px;
  text-align: center;
}

.testimonials h2 {
  font-size: 36px;
  margin-bottom: 12px;
}

.testimonials .section-subtitle {
  font-size: 18px;
  color: #999;
  margin-bottom: 40px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px,1fr));
  gap: 20px;
}

.testimonial-card {
  background-color: #121212;
  padding: 24px 20px;
  border-radius: 12px;
  text-align: left;
}

.stars {
  color: #FFD700;
  font-size: 18px;
  margin-bottom: 12px;
}

.testimonial-card blockquote {
  font-size: 15px;
  color: #fff;
  margin: 0 0 16px;
}

.author {
  font-weight: 700;
  color: #fff;
}

.author span {
  display: block;
  font-weight: 400;
  color: #999;
  margin-top: 4px;
}

/* ---- Download CTA ---- */
/* ==== Finaler Download-Bereich  ==== */

.download-cta-modern {
  background-color: #000;
  text-align: center;
  padding: 100px 20px;
}

.download-box {
  background: linear-gradient(145deg, #1a1a1a, #000000); /* Farbverlauf hellgrau → schwarz */
  border: 1px solid rgba(255, 255, 255, 0.08); /* hauchdünne Border */
  padding: 80px 40px;
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
  max-width: 900px;
  margin: 0 auto;
}

.download-title {
  font-size: clamp(36px, 6vw, 64px); /* etwas kleiner als vorher */
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}

.download-subtitle {
  font-size: 18px;
  color: #999999;
  margin-bottom: 40px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.btn-download-ios {
  background-color: #ffffff;
  color: #000000;
  padding: 18px 36px;
  border-radius: 999px;
  font-size: 17px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-download-ios img {
  height: 22px;
}

.btn-download-ios:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
}
