.elementor-5764 .elementor-element.elementor-element-76729d8{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ec0b262 *//* General Page Reset & Fonts */
.landing-page-wrapper {
    font-family: system-ui, -apple-system, sans-serif;
    color: #e6ebf5;
    background-color: #0b0b0c;
    line-height: 1.6;
    overflow-x: hidden;
}

.landing-page-wrapper h1, 
.landing-page-wrapper h2, 
.landing-page-wrapper h3 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 1rem;
}

.highlight {
    color: #f5bf00; /* Gold/Yellow Accent */
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.text-center { text-align: center; }

/* --- BUTTON FIX: The "Anti-Grey" Style --- */
/* Wir nutzen eine sehr spezifische Klasse .lp-cta-btn und !important, um alles andere zu überschreiben */
a.lp-cta-btn {
    display: inline-block !important;
    background-image: linear-gradient(135deg, #e11d2e 0%, #ff4d4d 100%) !important; /* Strahlendes Rot */
    background-color: #e11d2e !important;
    color: #ffffff !important;
    padding: 18px 36px !important;
    font-size: 1.3rem !important;
    font-weight: 800 !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    border: 2px solid #e11d2e !important;
    box-shadow: 0 5px 20px rgba(225, 29, 46, 0.4) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
    cursor: pointer !important;
    margin-top: 15px;
}

a.lp-cta-btn:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 25px rgba(225, 29, 46, 0.6) !important;
    background-image: linear-gradient(135deg, #ff3333 0%, #e11d2e 100%) !important;
    color: #ffffff !important;
}

/* Hero Price Display */
.price-display {
    margin: 20px 0;
    font-size: 1.5rem;
}
.old-price {
    text-decoration: line-through;
    color: #888;
    margin-right: 10px;
    font-size: 1.3rem;
}
.new-price {
    color: #ffffff;
    font-weight: bold;
    font-size: 2rem;
}
.discount-badge {
    background: #f5bf00;
    color: #000;
    font-size: 0.8rem;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 4px;
    vertical-align: middle;
    margin-left: 10px;
}

/* Hero Section */
.hero-section {
    padding: 80px 0 60px;
    background: radial-gradient(circle at top right, rgba(20,20,25,1) 0%, rgba(11,11,12,1) 100%);
}

.hero-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    line-height: 1.1;
}

.hero-subline {
    font-size: 1.2rem;
    color: #b8c2d6;
    margin-bottom: 20px;
    max-width: 600px;
}

.hero-img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
    border: 1px solid #333;
    margin-top: 40px;
}

.hero-note {
    font-size: 0.95rem;
    color: #aaa;
    margin-top: 15px;
}

/* Scarcity Banner */
.scarcity-banner {
    background: #f5bf00;
    color: #0b0b0c;
    text-align: center;
    padding: 12px;
    font-weight: bold;
    font-size: 1.1rem;
    border-top: 1px solid #d4a500;
    border-bottom: 1px solid #d4a500;
}

.code-box {
    background: #0b0b0c;
    color: #f5bf00;
    padding: 2px 8px;
    border-radius: 4px;
    font-family: monospace;
    border: 1px solid #000;
}

/* Free Demo Section */
.section-demo {
    background: #111216;
    padding: 60px 0;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}

.demo-intro p {
    color: #b8c2d6;
    margin-bottom: 20px;
}

/* Features Grid */
.section-features, .section-faq, .section-about {
    padding: 60px 0;
    border-bottom: 1px solid #1a1b21;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.feature-card {
    background: #14161c;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #222;
}

.feature-card .icon {
    font-size: 3rem;
    margin-bottom: 15px;
}

/* Guarantee Section */
.section-guarantee {
    padding: 60px 0;
    text-align: center;
}

.guarantee-box {
    border: 2px dashed #333;
    padding: 40px;
    border-radius: 12px;
    background: #0e0e10;
}

/* FAQ Grid */
.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.faq-item h4 {
    color: #f5bf00;
    margin-bottom: 10px;
}

/* Final CTA */
.section-cta {
    padding: 80px 0 120px;
    background: linear-gradient(180deg, #0b0b0c 0%, #1a1b21 100%);
}

.small-note {
    color: #666;
    margin-top: 15px;
}

/* Sticky Mobile Button (auch rot erzwingen) */
.sticky-mobile-cta {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #14161c;
    padding: 15px;
    border-top: 1px solid #333;
    z-index: 9999;
    text-align: center;
}

a.btn-sticky { /* Mobile Button spezifisch */
    display: block !important;
    width: 100% !important;
    background: #e11d2e !important;
    color: white !important;
    padding: 14px !important;
    font-weight: bold !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    font-size: 1.1rem !important;
}

@media (max-width: 768px) {
    .sticky-mobile-cta {
        display: block;
    }
}/* End custom CSS */