html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Segoe UI', sans-serif;
    background-color: #121212;
    color: white;
    text-align: center;
    overflow-x: hidden;
}

h1 {
    font-size: 4rem;
    margin-bottom: 1rem;
}

h2 {
    font-size: 3rem;
    margin-bottom: 0;
    font-weight: 600;
}

p {
    font-size: 1.125rem;
    color: #9ca3af;
    max-width: 700px;
    margin: 0 auto 2rem;
}

.cta-button {
    background-color: #32a852;
    color: white;
    padding: 1rem 2rem;
    border: none;
    border-radius: 8px;
    font-size: 1.125rem;
    text-decoration: none;
    transition: background 0.3s ease;
}

.cta-button:hover {
    background-color: #22823c;
}

.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 85vh;
    padding: 0;

    background:
        linear-gradient(to bottom, rgba(18, 18, 18, 0) 0%, rgba(18, 18, 18, 0.7) 60%, #121212 100%),
        url('assets/vjrodback.jpg') no-repeat center center;
    background-size: cover;
    background-position: center;
}

.hero-txt{
    transform: translateY(30%);
}
 
.hero h1{
    font-weight: 400;
}

#hundred-k,
.hero-free {
    color: #32a852;
    font-weight: bold;
}

.zelle span{
    color: #32a852;
    font-weight: bold;
}

.zelle h2{
    margin-bottom: 1rem;
}

#hero-one-month{
    font-size: 3rem;
    margin-top: 0;
    padding-top: 0;
}

#hundred-k{
    font-size: 5rem;
    text-decoration: underline;
}

#hero-call {
    margin-top: 1.5rem;
}

.perks,
.alerts,
.info,
.alex,
.story,
.includes {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.includes h2 {
    margin-bottom: 1rem;
}

.included-emojis {
    font-size: 1.5em;
    margin-right: 0.4em;
}

.included-icons{
    color: #32a852;
    font-size: 1.5em;
    margin-right: 0.4em;
}

.story h2 {
    margin-bottom: 2rem;
}

.alerts-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.alerts-img img,
.alerts-img video {
    margin-bottom: 1.25rem;
    max-width: 450px;
    width: 100%;
    height: auto;
    border-radius: 25px;
}

.alerts-img video{
    width: 95%;
}

.alex-img {
    position: relative;
    width: 700px;
    height: 500px;
    overflow: hidden;
}

.stack-img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 300px;
    height: 400px;
    transform: translateX(-50%);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.stack-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 20px 0;
}

.carousel-track {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transform-style: preserve-3d;
    width: 100%;
    max-width: 1200px;
    height: 500px;
    margin: 0 auto;
}

.carousel-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

.carousel-controls button {
    pointer-events: auto;
    background: rgba(255, 255, 255, 0.15);
    border: none;
    color: white;
    font-size: 2rem;
    padding: 0.5rem 1rem;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease;
}

.carousel-controls button:hover {
    background: rgba(255, 255, 255, 0.3);
}


.carousel-container {
    position: relative;
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 1200px;
    overflow: hidden;
}

.arrow-left,
.arrow-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    font-size: 1.5rem;
    color: white;
    background: rgba(255, 255, 255, 0.01);
    border: none;
    border-radius: 15px;
    padding: 0.5rem 1rem;
    cursor: pointer;
    transition: background 0.3s ease;
}

.arrow-left {
    left: -40vw;
}

.arrow-right {
    right: -40vw;
}

.arrow-left:hover,
.arrow-right:hover {
    background: rgba(255, 255, 255, 0.3);
}



.card {
    position: absolute;
    width: 280px;
    height: 420px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    transition: transform 0.6s ease, z-index 0.6s ease, opacity 0.4s ease;
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.position0 {
    transform: translate(-50%, -50%) scale(1) translateZ(100px);
    z-index: 7;
}

.position1 {
    transform: translate(calc(-50% - 180px), -50%) scale(0.9) rotateY(25deg);
    z-index: 6;
}

.position2 {
    transform: translate(calc(-50% - 320px), -50%) scale(0.7) rotateY(35deg);
    z-index: 5;
}

.position3 {
    transform: translate(calc(-50% - 440px), -50%) scale(0.5) rotateY(45deg);
    z-index: 4;
}

.position4 {
    transform: translate(calc(-50% + 180px), -50%) scale(0.9) rotateY(-25deg);
    z-index: 6;
}

.position5 {
    transform: translate(calc(-50% + 320px), -50%) scale(0.7) rotateY(-35deg);
    z-index: 5;
}

.position6 {
    transform: translate(calc(-50% + 440px), -50%) scale(0.5) rotateY(-45deg);
    z-index: 4;
}

.testimonials {
    color: white;
    text-align: center;
    padding: 60px 0px;
}

.testimonial-wrapper {
    margin-top: 3rem;
    overflow: hidden;
    width: 100%;
}

.testimonial-track {
    display: flex;
    gap: 30px;
    animation: scroll 60s linear infinite;
}

.testimonial-card {
    background-color: #2a2a2a;
    border-radius: 12px;
    padding: 20px;
    min-width: 300px;
    min-height: 150px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: transform 0.3s ease;
}

.testimonial-card h3 {
    margin-top: 10px;
    font-size: 1rem;
    color: #fff;
}

.testimonial-card p {
    font-style: italic;
    color: #fff;
    font-size: 0.95rem;
}

.cta h2 {
    margin-bottom: 4rem;
}

.cta span {
    color: #32a852;
}

.cta p {
    margin-top: 3rem;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-200%);
    }
}

.cta {
    padding: 0px 20px;
}

.faq {
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 20px;
    text-align: left;
}

.faq h2 {
    text-align: center;
    font-size: 2.75rem;
    margin-bottom: 3rem;
}

.faq-item {
    border-bottom: 1px solid #333;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

.faq-question {
    background: none;
    border: none;
    color: #f5f5f7;
    font-size: 1.25rem;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    text-align: left;
    padding: 0;
    transition: color 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question .icon {
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.faq-item.open .faq-question .icon {
    content: "–";
    transform: rotate(180deg);
}

.faq-question:hover {
    color: #7f9cf5;
}

.faq-answer {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.4s ease;
    will-change: max-height, opacity;
}

.faq-answer p {
    margin: 1.5rem;
    margin-bottom: 1rem;
}

.faq-item.open .faq-answer {
    max-height: 500px;
    opacity: 1;
}


@media (max-width: 600px) {
    h1 {
        font-size: 2.25rem;
    }

    p {
        font-size: 1rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .alerts,
    .info {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .alex-img {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 2rem;
    }

    .stack-img {
        position: static;
        transform: none !important;
        margin-bottom: 1rem;
    }

    .testimonial-track {
        display: flex;
        gap: 30px;
        animation: scroll 20s linear infinite;
    }

    .testimonial-card {
        min-width: 250px;
        max-width: 50%;
        margin: 0 auto;
    }

    .carousel-wrapper {
        overflow: hidden;
        width: 100%;
    }

    .carousel-track {
        display: flex;
        gap: 20px;
        animation: scroll-track 40s linear infinite;
        width: max-content;
    }

    .carousel-card {
        flex: 0 0 auto;
        width: 250px;
        height: 350px;
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    }

    .carousel-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    @keyframes scroll-track {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-100%);
        }
    }

    .carousel-controls,
    .arrow-left,
    .arrow-right {
        display: none !important;
    }

}