*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    background:white;
    font-family:-apple-system,BlinkMacSystemFont,sans-serif;
    overflow-x:hidden;
}

/* HERO */

.hero {
  position: relative;

}

.hero-image {
  width: 100%;
  height: 100%;
  margin-top:-20px;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.hero-image-wrap {
  width: 100%;
  height: 670px;
  overflow: hidden;
  
}


/* INTRO */

.intro{
    text-align:center;
    margin-top:5px;
}

.subtitle{
    color:#8c8c8c;
    font-size:22px;
    font-weight:700;
    margin-bottom:8px;
}

.headline{
    color:#661FA3;
    font-size:34px;
    font-weight:800;
}

/* PHONE */

.phone-section {
  margin-top: 45px;
  display: flex;
  justify-content: center;
}

.phone-container {
  position: relative;
  width: 600px;
  min-width: 600px; /* <-- das fixt es */
  margin-left: 13px; /* nach rechts schieben, Wert anpassen */
}

.phone-frame{
    width:100%;
    position:relative;
    z-index:10;
}

.screen-slider{
    position:absolute;

    top:18px;
    left:167px;

    width:250px;
    height:570px;

    overflow:hidden;

    z-index:1;

}

/* SLIDES */

.slide{
    position:absolute;

    width:100%;
    height:100%;

    object-fit:contain;

    opacity:0;

    transition:opacity 1s ease;

}

.slide.active{
    opacity:1;
}

/* BADGE */

.beta-badge {
  width: fit-content;
  margin: 25px auto;
  padding: 12px 22px;
  border-radius: 50px;
  background: #eef2ff;
  color: #5684ff;
  font-weight: 700;
  border: 1px solid #007AFF;
  box-shadow: 0 0 20px rgba(99,91,255,.15);
}

/* Titel */

.image-section{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}

.center-image{
    max-width: 350px;   /* Größe anpassen */
    width: 100%;
    height: auto;
}

/* TEXT */

.description{
    width:90%;
    max-width:400px;

    margin:23px auto;

    text-align:center;

    line-height:1.6;

    color:#666;

    font-size:17px;
}

/* BUTTON */

.waitlist-btn{

    display:block;

    width:50%;

    max-width:400px;

    margin:20px auto 40px auto;

    border:none;

    border-radius:999px;

    padding:17px;

    font-size:18px;

    font-weight:600;

    color:white;

    cursor:pointer;

    background:
    linear-gradient(
        90deg,
        #6d5dfc,
        #661FA3
    );

    box-shadow:
    0 10px 25px rgba(109,93,252,.35);
}

/* infos */

.stats-wrap {
  background: #661FA3;
  padding: 90px 25px; /* <-- erhöhen */
  border-top-left-radius: 50% 40px;
  border-top-right-radius: 50% 40px;
  border-bottom-left-radius: 50% 40px;
  border-bottom-right-radius: 50% 40px;
  margin-top: 70px !important;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 16px;
}
.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}
.stat-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #fff;
}
.stat-number {
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
.stat-label {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.stat-sublabel {
  font-size: 13px;
  color: rgba(255,255,255,0.65);
  margin: 0;
}

/* video */

.video-section{
    width:100%;
    text-align:center;
    margin:0px 0;
    margin-top: 90px !important;
}

.video-title{
    font-size:25px;
    font-weight:700;
    margin-bottom:20px;
    color:#661FA3;
}

.feature-video{
    width: 135%;
    position: relative;
    left: 54%;
    transform: translateX(-50%);
}

.full-width-image-section{
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.full-width-image{
    width: 100%;
    display: block;
}

.purple-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  background: #6a0dad;
  color: white;

  padding: 40px 0;

  border-radius: 300px / 50px;

  overflow: visible;
}


.container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

/* Headlines getrennt bearbeitbar */
.font-a {
  font-family: Arial, sans-serif;
color: white;
font-size: 30px;
  font-weight: 500;
}

.font-b {
  font-family: Great Vibes, serif;
color: white;
font-size: 50px;
  font-weight: 400;
}

.intro-text {
  margin: 20px 0 50px;
  font-size: 17px;
  line-height: 1.6;
}

/* Bilder */
.block {
  margin: 40px 0;
}

.block img {
  width: 100%;
  max-width: 600px;
  border-radius: 12px;
}

.img-small {
  max-width: 300px;
  width: 100%;
    display: block;
  margin: 0 auto;
}

.img-medium {
  max-width: 300px;
  width: 100%;
    display: block;
  margin: 0 auto;
}

.img-large {
  max-width: 300px;
  width: 100%;
    display: block;
  margin: 0 auto;
    margin-top: 30px;
}

/* Titel unter Bild */
.block-title {
  margin-top: 15px;
  font-size: 20px;
}

/* weiße Trennlinie */
.divider {
  width: 150px;
  height: 2px;
  background: white;
  margin: 40px auto;
  opacity: 0.8;
}

/* Responsive */
@media (max-width: 768px) {
  .headline-main {
    font-size: 32px;
  }

  .headline-sub {
    font-size: 18px;
  }
}

.text {
  text-align: center; /* falls mittig sein soll */
  font-size: 16px;
  color: #333;
  margin-top: 50px !important;
}

.text .first-word {
  font-weight: 700;
  font-size: 1.6em; /* leicht größer als Rest */
  color: #6a0dad;   /* andere Farbe */

}

/* Phone 2 */

.phone-section-2 {
  margin-top: 45px;
  display: flex;
  justify-content: center;
}

.phone-container-2 {
  position: relative;
  width: 600px;
  min-width: 600px;
  margin-left: 13px; /* nach rechts schieben, Wert anpassen */
}

.phone-frame-2 {
  width: 100%;
  position: relative;
  z-index: 10;
}

.screen-slider-2 {
  position: absolute;
  top: 25px;
  left: 167px;
  width: 251px;
  height: 570px;
  overflow: hidden;
  z-index: 1;
}

.slide-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 97%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.slide-2.active {
  opacity: 1;
}

.waitlist-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  gap: 24px;
}

.waitlist-card-wrap {
  width: 450px; /* hier ändern */
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.waitlist-card-wrap.visible {
  opacity: 1;
  transform: scale(1);
}

.waitlist-card-img {
  width: 450px; /* hier ändern */
  max-width: 100%;
  border-radius: 24px;
  display: block;
  margin: 0 auto; /* hält es mittig */
}

.waitlist-form {
  width: 320px;
  display: flex;
  flex-direction: column;
  gap: 2px; /* war 12px */
}

.waitlist-input {
  width: 100%;
  max-width: 320px;
  padding: 16px 20px;
  border-radius: 50px;
  border: 2.5px solid #661FA3;
  font-size: 15px;
  outline: none;
  box-sizing: border-box;
  color: #333;
}

.waitlist-input:focus {
  border-color: #661FA3;
}

.waitlist-btn {
  width: 100%;
  max-width: 320px;
  padding: 16px;
  border-radius: 50px;
  background: #661FA3;
  color: white;
  font-size: 16px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease;
}

.waitlist-btn:hover {
  background: #661FA3;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 20px 60px;
  gap: 32px;
  border-top: none;
}

.footer-tagline {
  text-align: center;
  color: #aaa;
  font-size: 18px;
  line-height: 1.8;
}

.footer-icons {
  display: flex;
  gap: 32px;
  align-items: center;
}

.footer-icon {
  color: #333;
  text-decoration: none;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}

.footer-icon svg {
  width: 28px;
  height: 28px;
}

.footer-copy {
  color: #aaa;
  font-size: 15px;
  margin: 0;
}

/* DESKTOP SPERREN */

@media (min-width:768px){

    body{
        display:flex;
        justify-content:center;
        background:#f5f5f5;
    }

    body::before{
        content:"Bitte auf dem Smartphone öffnen";

        position:fixed;

        top:50%;
        left:50%;

        transform:translate(-50%,-50%);

        font-size:32px;
        font-weight:700;
    }

    .hero,
    .intro,
    .phone-section,
    .image-section,
    .beta-badge,
    .description,
    .stats-wrap,
    .waitlist-btn{
        display:none;
    }
}

* {
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
  max-width: 100%;
}