body{
    margin: 0;
    padding: 0;
    background-color: rgb(0, 0, 0);
    font-family: 'Inter', sans-serif;
    color: lightgray;
}

.container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

header{
    padding-top: env(safe-area-inset-top);
    padding-left: max(30px, env(safe-area-inset-left));
    padding-right: max(30px, env(safe-area-inset-right));
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
    background-color: rgba(14, 12, 21, 0.5);
    backdrop-filter: blur(20px);
    border: 0.5px solid rgba(110, 101, 114, 0.5);
    z-index: 999;
    
}

.head-left{
    display: flex;
    align-items: center;
}

.head-left img{
    height: 45px;
    margin-right: 15px;
}

header ul{
    display: flex;
    justify-content: space-between;
    width: 30%;
}

header ul li{
    list-style: none;
}

header a{
    text-decoration: none;
    color: gray;
    font-weight: 900;
    font-size: 15px;
    transition: 0.3s;
}

header a:hover{
    color: lightgray;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.352);
}

.head-right{
    display: flex;
    align-items: center;
}

/* NEUER CTA-BUTTON CODE HIER */
.cta-button {
    background: #7E00D2;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    transition: transform 0.2s, box-shadow 0.2s;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(126, 0, 210, 0.3);
}

.cta-button i {
    font-size: 1.2em;
}

/* [...] existierender Code nachher [...] */
.button-box{
    position:relative;
    opacity: 0;
    width: 100px;
    height: 45px;
    margin-left: 25px;
}
.hero{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    height: 1200px;
    border: 0.5px solid rgba(107, 88, 116, 0.5);
    border-bottom: none;
}

@media screen and (max-width: 768px) {
    .hero {
      height: 10vh; /* Flexible Höhe */
      min-height: unset; /* Mindesthöhe = Bildschirmhöhe */
      width: 100%; /* Volle Breite */
      border: none; /* Rand entfernen */
      padding: 20px 0; /* Optional: Innenabstand */
    }
  }


.hero-blur-image{
    position: absolute;
    width: 100%;
    top: -10%;
}
@media screen and (max-width: 768px) {
    .hero-blur-image {
      position: absolute;
      top: 50%; /* Vertikale Mitte als Startpunkt */
      left: 50%;
      opacity: 0.8;
      transform: translate(-50%, -50%); /* Zweiten Wert anpassen (z. B. -80% = weiter oben) */
      width: 120%; /* Optional: Bild breiter machen für Zoom-Effekt */
      z-index: 1;
    }
  }

.hero-rings-image{
    position: absolute;
    height: 100%;
    top: 90px;
    opacity: 0.4;
    object-fit: cover; /* Neu für Video */
}

@media screen and (max-width: 768px) {
    .hero-rings-image {
        width: 500px;
        height: 500px; /* 16:9-Format (1080/1920*100) */
        min-height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1.7); /* Video verkleinern */
        object-fit: contain; /* Vollständiges Video ohne Beschnitt */
    }
}

/* Container-Styling */  
.parent-container {
    overflow: hidden;
    height: 80vh;
    width: 100vw;
    position: relative;
}

.hero-icons-image{
    width: 100%;
    position: absolute;
    top: 8%;
}

.hero h1{
    position: absolute;
    top: 8%;
    font-family: 'Inter', sans-serif;
    font-size: 50px;
    max-width: 1000px;
    text-align: center;
    color: white;
}


@media screen and (max-width: 768px) {
    .hero h1 {
      font-size: 18px !important; /* Erzwinge Schriftgröße */
      top: 10% !important; /* Erzwinge Position */
    }
  }

.hero h3{
    position: absolute;
    top: 20%;
    font-size: 20px;
    max-width: 700px;
    font-family:'Inter', sans-serif;
    text-align: center;
    line-height: 30px;
    color: gray;
}

@media screen and (max-width: 768px) {
    .hero h3 {
      font-size: 12px !important; /* Erzwinge Schriftgröße */
      top: 14% !important; /* Erzwinge Position */
    }
  }

.hero button{
    position: absolute;
    top: 30%;
    border: none;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border-radius: 10px;
    width: 140px;
    height:50px;
    clip-path: polygon(0 0, 86% 0, 100% 33%, 100% 80%, 100% 100%, 0 100%, 0% 80%, 0% 20%);
    transition: 0.4s;
    cursor: pointer;
    transition: 0.3s;
    font-weight: bold;
}

.hero button:hover{
    opacity: 0.7;
    color: #7e00d2;
}

.hero-image-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-color: black;
    overflow: hidden;
}

/* Sanftes Schweben für mehr Tiefe */
.robot-box {
    position: relative;
    top: 110px;
    width: 1000px;
    height: 550px;
    animation: float 6s ease-in-out infinite;
}

/* Transparenz und sanfte SVG-Darstellung */
.animated-stroke {
    width: 100%;
    height: 100%;
    mix-blend-mode: lighten;
    opacity: 0.7; /* Wieder etwas mehr Sichtbarkeit */
}

/* Ruhigere Animationsbewegung mit optimierter Transparenz */
.animated-stroke path {
    fill: none;
    stroke: #7E00D2;
    stroke-width: 3;
    opacity: 0.55; /* Höher als vorher, aber nicht zu stark */
    stroke-dasharray: 2500;
    stroke-dashoffset: 2500;
    animation: draw 8s ease-in-out infinite alternate, glow 4s ease-in-out infinite alternate;
    filter: drop-shadow(0 0 7px rgba(126, 0, 210, 0.5)); /* Leicht verstärktes Glühen */
}

/* Animation für sanfte Linienbewegung */
@keyframes draw {
    0% { stroke-dashoffset: 2500; }
    100% { stroke-dashoffset: 0; }
}

/* Glühende Linienanimation mit mittlerer Intensität */
@keyframes glow {
    0% { stroke-opacity: 0.45; filter: drop-shadow(0 0 4px rgba(126, 0, 210, 0.3)); }
    50% { stroke-opacity: 0.65; filter: drop-shadow(0 0 10px rgba(126, 0, 210, 0.6)); }
    100% { stroke-opacity: 0.45; filter: drop-shadow(0 0 4px rgba(126, 0, 210, 0.3)); }
}

/* Sanftes Schweben der SVG */
@keyframes float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-7px); } /* Mittelweg zwischen vorherigen 10px und 5px */
    100% { transform: translateY(0); }
}
@media (max-width: 768px) {
    .hero-image-box {
        height: 10vh;
        overflow: visible;
        position: relative;
        background: transparent; /* Schwarzen Hintergrund entfernen */
    }
    .robot-box {
        width: 60%;
        height: auto;
        max-height: 50vh;
        position: absolute;
        top: -35%; /* Korrigierte Positionierung */
        left: 50%;
        transform: translate(-50%, -10%);
        z-index: 999;
        animation: float-mobile 2s ease-in-out infinite;
    }
    
    .animated-stroke path {
        stroke-width: 1.5;
        stroke-dasharray: 800;
        stroke-dashoffset: 800;
        opacity: 0.9;
        stroke-opacity: 0.9;
    }
}

.parallax{
    transition: transform 1s linear;
}

/* Sign In Page */
.signin-page-box{
    position: fixed;
    top: 60%;
    width: 30%;
    height: 60vh;
    scale: 0;
    filter: blur(10px);
    z-index: 2000;
}

.signin-page{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(14 12 21);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.484);
    border-radius: 20px;
}

.signin-page h1{
    font-size: 40px;
    font-weight: bold;
}

.signin-page input{
    padding: 7.5px 30px;
    background-color: lightgray;
    width: 60%;
    height: 35px;
    border: none;
    outline: none;
    clip-path: polygon(0 0, 93% 0, 100% 43%, 100% 80%, 100% 99%, 0 100%, 0% 80%, 0% 20%);
    border-radius: 5px;
    margin-bottom: 5%;
}

.signin-page button{
    width: 50%;
    height: 40px;
    font-size: 20px;
    font-weight: 700;
    background-color: #7e00d2;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    color: white;
}

.signin-page p{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 40px;
    font-size: 20px;
    font-weight: 700;
    background-color: gray;
    border-radius: 5px;
    cursor: pointer;
    color: white;
}

.signin-page div{
    position: absolute;
    top: 3%;
    right: 3%;
    font-size: 40px;
    cursor: pointer;
    transition: 0.3s;
}

.signin-page div:hover{
    opacity: 0.7;
}

/* OPEN SIGNIN PAGE */
.openSignin{
    animation: openSigninAnimation 0.7s forwards;
}

@keyframes openSigninAnimation{
    to{
        filter: blur(0);
        scale: 1;
        top: 25%;
    }
}

/* CLOSE SIGNIN PAGE OPEN */
.closeSignin{
    animation: closeSigninAnimation 0.7s forwards;
}

@keyframes closeSigninAnimation{
    from{
        filter: blur(0);
        scale: 1;
        top: 25%;
    }
    to{
        filter: blur(10px);
        scale: 0;
        top: 60%;
    }
}

/* COMPANIES SECTION */
.hero h4{
    position: absolute;
    bottom: 20%;
    color: gray;
    font-size: 22px;
}

.companies-list{
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 3%;
    width: 90%;
}

.companies-list .company{
    display: flex;
    align-items: center;
}

.companies-list .company img{
    height: 50px;
    margin-right: 10px;
}

.companies-list .company p{
    font-size: 30px;
    font-weight: bold;
}



/* FOOTER  */

footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 95%;
    border: 0.5px solid rgba(107, 88, 116, 0.5);
    height: 450px;
}

footer h1{
    margin-left: 5%;
    color: gray;
}

footer .box-icons{
    margin-right: 5%;
    display: flex;
    gap: 20px;
}

footer .box-icons a{
    color: gray;
    border: 0.5px solid rgba(107, 88, 116, 0.5);
    border-radius: 50%;
    font-size: 40px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    transition: 0.5s;
}

footer .box-icons a:hover{
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.217);
}


/* AUTO DISPLAY ANIMATION */
.autoDisplay{
    animation: autoDisplayAnimation;
    animation-timeline: view();
}

@keyframes autoDisplayAnimation{
    from{
        filter: blur(10px);
        transform: translateY(-200px) scale(0.5);
    }50%{
        filter: blur(0px);
        transform: translateY(0) scale(1);
    }
}


/* FADEIN-LEFT */
.fadeInLeft{
    animation: fadeInLeftAnimation;
    animation-timeline: view();
}

@keyframes fadeInLeftAnimation{
    0%{
        opacity: 0;
        transform: translateX(-500px) scale(0.2);
    } 35%, 50%{
        opacity: 1;
        transform: translateX(0px) scale(1);
    }
}

/* FADEIN-RIGHT */
.fadeInRight{
    animation: fadeInRightAnimation;
    animation-timeline: view();
}

@keyframes fadeInRightAnimation{
    0%{
        opacity: 0;
        transform: translateX(500px) scale(0.2);
    } 35%, 50%{
        opacity: 1;
        transform: translateX(0px) scale(1);
    }
}


/* AUTOBLUR ANIMATION */
/* .autoBlur{
    animation: autoBlurAnimation linear both;
    animation-timeline: view();
}

@keyframes autoBlurAnimation{
    0%{
        filter: blur(40px);
    }
    30%, 70%{
        filter: blur(0);
        opacity: 1;
    }
    100%{
        filter: blur(40px);
        opacity: 0;
    }
} */


/* TABLET RESPONSIVE */
@media screen and (max-width: 1200px){
    header{
        padding: 10px 10px;
    }

    header ul{
        min-width: 300px;
    }

    .head-right a{
        margin-right: 20px;
    }

    .hero h1{
        font-size: 35px;
    }

    .hero h3{
        font-size: 20px;
        max-width: 500px;
    }

    
     
    .companies-list .company img{
        height: 45px;
    }

    .companies-list .company p{
        font-size: 20px;
    }

    .signin-page-box {
        width: 70%;
    }

    .chatApp-section{
        flex-direction: column;
    }

    .chatApp-section .right-container h2{
        max-width: 1000px;
        margin-left: 10%;
    }

    .generative-section .grid-box{
        display: flex;
        flex-direction: column;
    }

    .generative-section .grid-box .grid-card .grid1-robot-img{
        height: 80%;
        bottom: 15%;
    }

    .generative-section .grid-box .grid-card .info{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        inset: 0 0 0 0;
        background-color: #15131dbd;
        backdrop-filter: blur(10px);
        border-radius: 30px;
    }

    .generative-section .grid-box .grid3 .info{
        background-color: transparent;
        margin-top: -70%;
        margin-left: 5%;
    }

    .generative-section .grid-box .grid4 .grid4-robot-img{
        height: 70%;
        bottom: 15%;
    }

    .pricing-section .pricing-img-box img:nth-child(1){
        width: 120%;
        top: 30%;
    }

    .pricing-section .pricing-img-box img:nth-child(2){
        height: 250px;
        margin-top: 110px;
    }

    .pricing-container{
        flex-direction: column;
    }

    .pricing-section .price-box{
        width: 80%;
        margin-left: 6%;
    }

    .pricing-section{
        height: 4000px;
    }

    .roadmap-cards-box{
        flex-direction: column;
    }

    .roadmap-cards-box .roadmap-card{
        width: 90%;
    }

    .roadmap-cards-box .roadmap-card:nth-child(2){
        margin-top: 0;
    }

    .roadmap-cards-box .roadmap-card:nth-child(3){
        margin-top: 0;
    }

    footer h1{
        font-size: 18px;
    }

    
    .hero{
        overflow: hidden;
    }

}
/* IMPRESSUM-INTEGRATION */
.impressum-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1.5rem 0;
    border-top: 0.5px solid rgba(107, 88, 116, 0.5);
    margin-top: 2rem;
}

.impressum-content {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.legal-line {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 0.9rem;
}

.legal-line i {
    color: #7e00d2;
    font-size: 1.2rem;
}

.legal-line a {
    color: lightgray;
    text-decoration: none;
    transition: 0.3s;
}

.legal-line a:hover {
    color: #7e00d2;
    text-shadow: 0 0 15px rgba(126,0,210,0.3);
}

.disclaimer {
    text-align: center;
    font-size: 0.85rem;
    color: #6b5874;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 0.5px solid rgba(107, 88, 116, 0.3);
}

/* Responsive */
@media (max-width: 768px) {
    .impressum-wrapper {
        flex-direction: column-reverse;
        gap: 1.5rem;
    }
    
    .impressum-content {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* MOBILE RESPONSIVE */
@Media screen and (max-width: 700px){
    .head-left img{
        height: 40px;
        margin-left: 15px;
    }

    .head-left h1{
        font-size: 25px;
    }

    header ul{
        display: none;
    }

    .hero h1{
        top: 6%;
    }

    .hero h3{
        font-size: 15px;
        max-width: 350px;
        line-height: 22px;
    }

    .hero button{
        top: 32%;
    }

        
    .hero h4{
        bottom: 18%;
    }
    
    .hero{
        height: 790px;
    }
    
    .companies-list{
        flex-wrap: wrap;
        max-width: 400px;
    }
    
    .signin-page input{
        height: 20px;
    }
    
    .features-card{
        min-width: 350px;
    }

    .features-section .roadmap-gradient{
        left: 40%;
    }
    
    .features-section h1{
        font-size: 30px;
        max-width: 350px;
    }
    
    .chatApp-section .left-container h1{
        font-size: 40px;
        margin-top: 100px;
    }
    
    .generative-section h1{
        font-size: 40px;
        margin-top: 100px;
        max-width: 380px;
    }
    
    .generative-section p{
        font-size: 18px;
        max-width: 380px;
    }
    
    .generative-section .grid-box .grid-card{
        height: 800px;
    }
    
    .generative-section .grid-box .grid-card .info h2{
        font-size: 40px;
    }
    
    .generative-section .grid-box .grid-card .info h4{
        font-size: 20px;
    }
    
    .grid1-robot-img, .grid4-robot-img{
    
        display: none;
    }
    
    .generative-section .grid-box .grid2 h1{
        bottom: 30%;
        font-size: 45px;
    }
    
    .generative-section .grid2{
        overflow: hidden;
    }
    
    .generative-section .grid-box .grid3 .info h4{
        font-size: 17px;
    }
    
    .generative-section .grid-box .grid3 .info .info-icons div{
        margin-bottom: 20px;
        font-size: 30px;
    }
    
    .pricing-section .pricing-img-box img:nth-child(2){
        height: 150px;
        margin-top: 50px;
    }
    
    .pricing-section .title{
        font-size: 40px;
    }
    
    .pricing-section .price-box{
        margin-left: 2%;
    }
    
    .roadmap-section h1{
        font-size: 40px;
        margin-bottom: 20%;
    }
    
    .roadmap-cards-box .roadmap-card{
        height: 800px;
    }
    
    .roadmap-cards-box .roadmap-card h2{
        bottom: 35%;
        font-size: 40px;
    }
    
    footer{
        flex-direction: column;
    }
    
    footer h1{
        font-size: 18px;
        margin-left: 5%;
        color: gray;
        margin-top: 10%;
    }
    
    footer .box-icons a{
        font-size: 20px;
        margin-bottom: 10%;
    }
    
     
    .hero{
        overflow: hidden;
    }

    .hero h4{
        font-size: 15px;
        text-align: center;
    }

    .roadmap-section .button-box{
        width: 40%;
        height: 55px;
    }

    .roadmap-section .button-box button{
        font-size: 15px;
    }
}




























/* 
.hero h1{
    top: 6%;

}

.hero h3{
    font-size: 15px;
    max-width: 350px;
    line-height: 22px;
}

.hero button{
    top: 32%;
}


} */