/* ========== HERO SECTION ========== */
.hero {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: radial-gradient(circle at 15% 50%, rgba(124, 58, 237, 0.08), transparent 25%),
        radial-gradient(circle at 85% 30%, rgba(37, 99, 235, 0.08), transparent 25%),
        linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
}

.hero-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.hero-container {
    position: relative;
    z-index: 2;
}

.limited-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #f4f4f5;
    border: 1px solid #e4e4e7;
    padding: 0.5rem 1.2rem;
    border-radius: 100px;
    margin-bottom: 2rem;
}

.limited-text {
    font-size: 0.8rem;
    font-weight: 500;
    color: #52525b;
}

.limited-number {
    font-size: 1.2rem;
    font-weight: 800;
    color: #dc2626;
    background: white;
    padding: 0.1rem 0.5rem;
    border-radius: 30px;
    animation: pulse 1s ease-in-out infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

h1 {
    font-size: 3.5rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #18181b;
}

.highlight {
    background: linear-gradient(135deg, #7c3aed, #2563eb);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.highlight-gradient {
    background: linear-gradient(135deg, #7c3aed, #2563eb);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.hero-subhead {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #3f3f46;
}

.hero-benefits {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.benefit-item {
    font-size: 1rem;
    color: #52525b;
}

.hero-strong-sentence {
    font-size: 1.3rem;
    font-weight: 600;
    color: #18181b;
    background: #f4f4f5;
    padding: 0.8rem 1.5rem;
    border-radius: 60px;
    display: inline-block;
    margin-bottom: 2rem;
}

.quote-mark {
    font-size: 1.8rem;
    color: #7c3aed;
    font-weight: 400;
}

.swipe-text-container {
    min-height: 90px;
    margin-bottom: 0;
}

#heroSwipeText.animate-out {
    animation: swipeOut 0.4s ease forwards;
}

#heroSwipeText.animate-in {
    animation: swipeIn 0.4s ease forwards;
}

@keyframes swipeOut {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(-30px);
    }
}

@keyframes swipeIn {
    0% {
        opacity: 0;
        transform: translateX(30px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.hero-selection {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #e4e4e7;
}

.hero-selection-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #52525b;
    margin-bottom: 1rem;
    display: block;
}

.selection-badges {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.selection-badge {
    background: #f4f4f5;
    border: 1px solid #e4e4e7;
    border-radius: 60px;
    padding: 0.75rem 1.5rem;
    font-size: 0.95rem;
    font-weight: 500;
    color: #18181b;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.selection-badge:hover {
    border-color: #7c3aed;
    background: #f3e8ff;
    transform: translateY(-2px);
}

.selection-badge.active {
    background: #7c3aed;
    border-color: #7c3aed;
    color: white;
}

.selection-badge.active .badge-icon {
    filter: brightness(0) invert(1);
}

.badge-icon {
    font-size: 1.1rem;
}

.hero-primary-btn {
    background: #18181b;
    color: white;
    padding: 1rem 2rem;
    border-radius: 60px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
    margin-top: 1rem;
}

.hero-primary-btn:hover {
    background: #3f3f46;
    transform: scale(0.98);
}

.hero-primary-btn.hidden {
    display: none;
}

.hero-dynamic-text {
    margin-top: 1rem;
    font-size: 0.9rem;
    color: #7c3aed;
    font-weight: 500;
    min-height: 40px;
    transition: all 0.3s ease;
}

/* ========== ZIELGRUPPE ========== */
.audience-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.audience-card {
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 1.5rem;
    padding: 2rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.audience-card:hover {
    transform: translateY(-8px) scale(1.02);
    border-color: rgba(124, 58, 237, 0.3);
    box-shadow: 0 20px 30px -10px rgba(124, 58, 237, 0.15), 0 10px 15px -5px rgba(124, 58, 237, 0.05);
}

.audience-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.audience-card h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #18181b;
}

.audience-card p {
    color: #52525b;
    font-size: 0.9rem;
}

/* ========== TESTIMONIALS ========== */
.testimonials {
    background: #fafafa;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 1.25rem;
    padding: 1.5rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.05);
}

.testimonial-card:hover {
    transform: translateY(-5px);
    border-color: rgba(124, 58, 237, 0.2);
    box-shadow: 0 20px 40px -15px rgba(124, 58, 237, 0.15);
}

.testimonial-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.testimonial-avatar {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #7c3aed, #2563eb);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar-initials {
    color: white;
    font-weight: 600;
    font-size: 1rem;
}

.testimonial-user {
    flex: 1;
}

.user-name {
    font-weight: 700;
    color: #18181b;
    font-size: 0.95rem;
    display: block;
}

.user-verified {
    font-size: 0.7rem;
    color: #10b981;
}

.testimonial-rating {
    font-size: 0.85rem;
    font-weight: 600;
    color: #f59e0b;
}

.testimonial-date {
    font-size: 0.7rem;
    color: #a1a1aa;
    margin-bottom: 1rem;
    padding-left: 3.5rem;
}

.testimonial-text {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #3f3f46;
    margin-bottom: 1rem;
}

.testimonial-footer {
    display: flex;
    gap: 1rem;
    padding-top: 0.75rem;
    border-top: 1px solid #f4f4f5;
}

.testimonial-like,
.testimonial-reply {
    font-size: 0.75rem;
    color: #a1a1aa;
    cursor: pointer;
    transition: color 0.2s ease;
}

.testimonial-reply:hover {
    color: #7c3aed;
}

.comment-disabled {
    background: #f4f4f5;
    border: 1px solid #e4e4e7;
    border-radius: 1.25rem;
    padding: 1.25rem;
    margin-top: 1rem;
    opacity: 0.6;
}

.comment-disabled-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px dashed #d4d4d8;
}

.comment-lock {
    font-size: 0.8rem;
}

.comment-text {
    font-size: 0.75rem;
    color: #71717a;
    font-weight: 500;
}

.comment-disabled-fake {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: #ffffff;
    border-radius: 60px;
    padding: 0.5rem 1rem;
    border: 1px solid #e4e4e7;
    cursor: not-allowed;
}

.fake-avatar {
    width: 28px;
    height: 28px;
    background: #e4e4e7;
    border-radius: 50%;
}

.fake-input {
    flex: 1;
    font-size: 0.85rem;
    color: #cbd5e1;
    font-style: italic;
}

.fake-button {
    font-size: 0.75rem;
    color: #a1a1aa;
    background: #f4f4f5;
    padding: 0.25rem 0.75rem;
    border-radius: 30px;
}

/* ========== FAQ (ACCORDION) ========== */
.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.faq-accordion-item {
    background: #ffffff;
    border: 1px solid #e4e4e7;
    border-radius: 1rem;
    margin-bottom: 0.75rem;
    overflow: hidden;
    transition: all 0.2s ease;
}

.faq-accordion-item:hover {
    border-color: #7c3aed;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem 1.5rem;
    cursor: pointer;
    font-weight: 600;
    color: #18181b;
    background: #ffffff;
    transition: background 0.2s;
}

.faq-question:hover {
    background: #fafafa;
}

.faq-question h4 {
    font-size: 1rem;
    margin: 0;
    font-weight: 600;
}

.faq-icon {
    font-size: 1.2rem;
    color: #7c3aed;
    transition: transform 0.3s ease;
}

.faq-accordion-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    padding: 0 1.5rem;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    color: #52525b;
    font-size: 0.9rem;
    line-height: 1.5;
    border-top: 0px solid #e4e4e7;
}

.faq-accordion-item.active .faq-answer {
    max-height: 300px;
    padding: 0 1.5rem 1.2rem 1.5rem;
    border-top-width: 1px;
    border-color: #e4e4e7;
}

/* ========== MOBILE OPTIMIZATION ========== */
@media (max-width: 768px) {
    /* --- ZIELGRUPPE --- */
    .audience-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 1.5rem !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .audience-card {
        width: 100% !important;
        box-sizing: border-box !important;
        text-align: center;
    }

    /* --- PREISE (PAKETE) --- */
    .pricing-products-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 1.5rem !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .product-card {
        width: 100% !important;
        box-sizing: border-box !important;
        margin: 0 !important;
    }

    /* --- BEWERTUNGEN (SLIDER) --- */
    .testimonial-grid {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 1rem;
        padding-bottom: 1.5rem;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        margin-left: -1.5rem;
        margin-right: -1.5rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .testimonial-grid::-webkit-scrollbar {
        display: none;
    }

    .testimonial-card {
        flex: 0 0 85%;
        scroll-snap-align: center;
        max-width: 320px;
        box-sizing: border-box;
    }
}

.hero-container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6rem;
    width: 100%;
}

.hero-content-left {
    flex: 1;
    text-align: left;
}

.hero-content-right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 1000px;
}

.hero-mockup-wrapper {
    position: relative;
    width: 100%;
    max-width: 500px;
    height: 600px;
    transform: rotateY(-15deg) rotateX(5deg);
    transform-style: preserve-3d;
    box-shadow: -20px 20px 40px rgba(0, 0, 0, 0.15), 0 0 20px rgba(168, 85, 247, 0.4);
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.5s ease;
    border: 8px solid #18181b;
    background: #18181b;
}

.hero-mockup-wrapper:hover {
    transform: rotateY(-5deg) rotateX(2deg);
}

.hero-mockup-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
    animation: scrollMockup 15s ease-in-out infinite alternate;
}

@keyframes scrollMockup {
    0% {
        object-position: top;
    }

    100% {
        object-position: bottom;
    }
}

@media (max-width: 992px) {
    .hero-container {
        flex-direction: column;
        gap: 2rem;
    }

    .hero-mockup-wrapper {
        height: 400px;
        transform: rotateY(0) rotateX(0);
    }

    @keyframes scrollMockup {
        0% {
            object-position: top;
        }

        100% {
            object-position: bottom;
        }
    }


}



/* OVERRIDE MOBILE HERO MOCKUP */
@media (max-width: 992px) {
    .hero-container {
        flex-direction: column;
        gap: 1.5rem;
    }

    .hero-mockup-wrapper {
        height: 420px !important;
        transform: perspective(1000px) rotateY(-6deg) rotateX(8deg) !important;
        margin-top: -0.5rem;
        margin-bottom: 2rem !important;
        box-shadow: -10px 15px 30px rgba(0, 0, 0, 0.2), 0 0 25px rgba(124, 58, 237, 0.3) !important;
    }
}
/* APPENED FIXES FOR MOBILE LAYOUT */
@media (max-width: 768px) {
    .hero {
        padding: 4rem 1.5rem 2rem 1.5rem !important;
        min-height: auto !important;
    }
    .hero h1 {
        font-size: 2.2rem !important;
        line-height: 1.15 !important;
        margin-bottom: 0.5rem !important;
    }
    .hero-subhead {
        font-size: 1.1rem !important;
        margin-bottom: 1.2rem !important;
        line-height: 1.4 !important;
    }
    .swipe-text-container {
        min-height: 80px !important;
        margin-bottom: 1rem !important;
    }
    .limited-badge {
        margin-bottom: 1.2rem !important;
        padding: 0.35rem 0.8rem !important;
        gap: 0.35rem !important;
    }
    .limited-badge .limited-text {
        font-size: 0.65rem !important;
    }
    .limited-badge .limited-number {
        font-size: 0.95rem !important;
        padding: 0.1rem 0.4rem !important;
    }
    .hero-strong-sentence {
        margin-bottom: 1rem !important;
        font-size: 1.1rem !important;
        padding: 0.6rem 1.2rem !important;
    }
    .hero-benefits {
        margin-bottom: 1.2rem !important;
    }
    .hero-container {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        width: 100% !important;
        margin-top: 0 !important;
    }
    section, .section {
        padding: 3.5rem 0 !important;
    }
    .audience-card {
        padding: 1.5rem !important;
    }
    .audience-icon {
        font-size: 2rem !important;
        margin-bottom: 0.5rem !important;
    }
    .product-card {
        padding: 1.5rem !important;
    }
    .faq-question {
        padding: 1rem 1.2rem !important;
    }
}
@media (max-width: 992px) {
    .hero-container {
        flex-direction: column !important;
        gap: 1.5rem !important;
    }
    .hero-mockup-wrapper {
        height: 420px !important;
        transform: perspective(1000px) rotateY(-6deg) rotateX(8deg) !important;
        margin-top: -0.5rem !important;
        margin-bottom: 2rem !important;
        box-shadow: -10px 15px 30px rgba(0,0,0,0.2), 0 0 25px rgba(124, 58, 237, 0.3) !important;
        -webkit-mask-image: none !important;
        mask-image: none !important;
        border-bottom: 8px solid #18181b !important;
    }
}

