html, body {margin:0; padding:0; width:100vw; overflow-x:hidden;}
* {margin:0; padding:0; box-sizing:border-box;}
body { font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif; line-height:1.6; color:#000; background:#fff;}
.header {background: #fff; box-shadow: 0 2px 10px rgba(0,0,0,0.08); position:fixed; top:0; left:0; right:0; z-index:1000; width:100vw;}
.header-container { width:100%; padding:0 40px; display:flex; align-items:center; justify-content:space-between; height:80px;}
.logo-img { height:50px; width:auto; border-radius:10px; }
.nav-menu { display:flex; list-style:none; gap:30px; align-items:center;}
.nav-menu a { text-decoration:none; color:#000; font-weight:500; transition:color 0.3s;}
.nav-menu a:hover { color:#888; }
.cta-buttons { display:flex; gap:15px; align-items:center;}
.btn-login, .btn-trial { color:#000; text-decoration:none; font-weight:500; padding:8px 18px; border-radius:6px; border:1px solid #000; background:#fff; transition:background 0.3s, color 0.3s;}
.btn-login:hover, .btn-trial:hover { background:#000; color:#fff; }
.btn-trial { font-weight:700;}
.mobile-menu-btn { display:none; background:none; border:none; font-size:24px; cursor:pointer;}
.main-content { margin-top:80px; width:100vw;}
.hero {background: #fff; color:#000; padding:100px 0 60px 0; text-align:center; width:100vw;}
.hero-container { width:100%; padding:0 40px;}
.hero h1 { font-size:3rem; font-weight:700; margin-bottom:18px; }
.hero p { font-size:1.25rem; margin-bottom:35px; opacity:0.85; max-width:600px; margin-left:auto; margin-right:auto;}
.hero-cta { display:inline-block; background:#000; color:#fff; padding:16px 32px; border-radius:10px; text-decoration:none; font-weight:600; font-size:1.1rem; transition:transform 0.3s, box-shadow 0.3s;}
.hero-cta:hover {transform:translateY(-2px); box-shadow:0 10px 25px rgba(0,0,0,0.09);}
.features-section {padding:80px 0; background:#f7f7f7; width:100vw;}
.container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}
.workflow-timeline {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    box-sizing: border-box;
}
.workflow-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.07);
    padding: 38px 32px 28px 32px;
    max-width: 340px;
    min-width: 260px;
    flex: 1 1 260px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    position: relative;
    transition: transform 0.25s cubic-bezier(.22,1,.36,1), box-shadow 0.25s;
    z-index: 1;
    margin-bottom: 0;
    min-width: 0; /* Safari-Fix für Flexbox */
    box-sizing: border-box;
}
.section-title { text-align:center; font-size:2.5rem; font-weight:700; margin-bottom:20px; color:#000;}
.section-subtitle { text-align:center; font-size:1.2rem; color:#444; margin-bottom:48px; max-width:600px; margin-left:auto; margin-right:auto;}
.features-grid { display:grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap:30px; margin-top:50px;}
.feature-card { background:#fff; padding:36px; border-radius:16px; box-shadow:0 4px 20px rgba(0,0,0,0.07); transition:transform 0.3s, box-shadow 0.3s;}
.feature-card:hover {transform:translateY(-5px); box-shadow:0 8px 30px rgba(0,0,0,0.12);}
.feature-icon { width:60px; height:60px; background:#000; border-radius:12px; display:flex; align-items:center; justify-content:center; margin-bottom:20px; font-size:24px; color:#fff;}
.feature-card h3 { font-size:1.4rem; font-weight:600; margin-bottom:14px; color:#111;}
.feature-card p { color:#444; line-height:1.7;}
.workflow-section { background:#fff; padding:70px 0;}
.workflow-steps { display:flex; flex-wrap:wrap; gap:32px; justify-content:center; margin-top:44px;}
.workflow-step { flex:1 1 200px; min-width:200px; max-width:260px; background:#f7f7f7; border-radius:10px; padding:30px; text-align:center; box-shadow:0 2px 10px rgba(0,0,0,0.05);}
.workflow-step h4 { font-size:1.15rem; font-weight:700; margin-bottom:9px;}
.workflow-step span {font-size:2.1rem; display:block; margin-bottom:10px;}
.preise-section { background:#fff; padding:60px 0;}
.preis-toggle { font-size:1rem; font-weight:600; border-radius:8px; border:1.5px solid #000; padding:8px 22px; background:#fff; color:#000; cursor:pointer; transition:.2s; margin-bottom:10px;}
.preis-toggle-active, .preis-toggle:hover { background:#000; color:#fff; }
.preisbox { background:#f7f7f7; border-radius:16px; padding:36px 28px 28px 28px; max-width:430px; margin:0 auto 0 auto; box-shadow:0 3px 16px rgba(0,0,0,0.07);}
.preis-header { font-size:2.1rem; font-weight:700; margin-bottom:6px;}
.preis-amount { font-size:2.2rem; }
.preis-zeit { font-size:1.08rem; color:#444; font-weight:400;}
.preis-hinweis { color:#222; font-size:1.05rem; margin-bottom:18px;}
.leistungen-list { margin:0; padding:0 0 0 18px; color:#222;}
.leistungen-list li { margin-bottom:9px; list-style:'✓ '; font-size:1.08rem; line-height:1.5;}
.addon-row { display:flex; align-items:center; justify-content:center; gap:10px; margin:25px 0 10px 0;}
.addon-switch { appearance:none; width:42px; height:22px; background:#ccc; border-radius:12px; position:relative; outline:none; cursor:pointer; transition:.2s;}
.addon-switch:checked { background:#2196F3;}
.addon-switch::before { content:''; position:absolute; left:3px; top:3px; width:16px; height:16px; background:#fff; border-radius:50%; transition:.2s;}
.addon-switch:checked::before { left:23px;}
.addon-label { font-size:1rem; font-weight:500;}
.rabatt-hinweis { color:#0b870b; font-size:1rem; margin-top:10px;}
.footer {background:#111; color:#fff; padding:70px 0 36px; width:100vw;}
.footer-container { width:100%; padding:0 40px;}
.footer-content {display:grid; grid-template-columns: 2fr 1fr 1fr 1fr 1fr; gap:40px; margin-bottom:50px;}
.footer-brand { max-width:400px;}
.footer-logo img { height:36px; margin-bottom:20px; border-radius:6px;}
.footer-description { color:#e5e5e5; margin-bottom:18px; line-height:1.7;}
.footer-column h3 {color:#fff; font-size:16px; font-weight:600; margin-bottom:16px;}
.footer-links { list-style:none;}
.footer-links li {margin-bottom:12px;}
.footer-links a {color:#e5e5e5; text-decoration:none; transition:color 0.3s;}
.footer-links a:hover {color:#fff;}
.footer-bottom { border-top:1px solid #333; padding-top:22px; display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:14px;}
.footer-copyright { color:#ccc; font-size:14px;}
.footer-legal { display:flex; gap:18px; list-style:none;}
.footer-legal a { color:#ccc; text-decoration:none; font-size:14px; transition:color 0.3s;}
.footer-legal a:hover { color:#fff;}
.kundenbewertungen-section {
    background: #fff;
    padding: 80px 0;
    width: 100vw;
}
.kundenbewertungen-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 36px;
    margin-top: 48px;
}
.kunden-video-card {
    position: absolute;
    top: 0;
    left: 50%;
    width: 420px;
    max-width: 95vw;
    background: #f7f7f7;
    border-radius: 18px;
    padding: 36px 28px 28px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    opacity: 0;
    transform: translateX(-50%) scale(0.85);
    z-index: 1;
    transition: 
        opacity 0.3s, 
        transform 0.3s, 
        box-shadow 0.3s, 
        filter 0.3s;
    box-shadow: 0 2px 16px rgba(0,0,0,0.07);
    filter: blur(2px) grayscale(30%);
    pointer-events: none;
    max-height: 480px;
    overflow-y: auto;
}
.kunden-video-card.active {
    opacity: 1;
    transform: translateX(-50%) scale(1);
    z-index: 3;
    box-shadow: 0 8px 32px rgba(0,0,0,0.13);
    filter: none;
    pointer-events: auto;
}
.kunden-video-card.left {
    opacity: 0.6;
    transform: translateX(-170%) scale(0.85) rotateY(8deg);
    z-index: 2;
    filter: blur(1.5px) grayscale(40%);
}
.kunden-video-card.right {
    opacity: 0.6;
    transform: translateX(70%) scale(0.85) rotateY(-8deg);
    z-index: 2;
    filter: blur(1.5px) grayscale(40%);
}
.kunden-video-card.hidden {
    opacity: 0;
    pointer-events: none;
    z-index: 1;
}
.kunden-video {
    width: 100%;
    max-width: 370px;
    max-height: 210px;
    aspect-ratio: 16/9;
    border-radius: 12px;
    margin-bottom: 28px;
    background: #000;
    object-fit: cover;
    box-shadow: 0 2px 12px rgba(0,0,0,0.10);
}
.kunden-name {
    font-weight: 700;
    font-size: 1.3rem;
    margin-bottom: 12px;
    color: #111;
    letter-spacing: 0.5px;
}
.kunden-feedback {
    color: #444;
    font-size: 1.08rem;
    margin-bottom: 0;
    font-style: italic;
    line-height: 1.7;
    margin-top: 0;
    max-width: 340px;
}
.kunden-slider {
    width: 100%;
    max-width: 700px;
    min-height: 420px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    position: relative;
    overflow: visible;
}
.kunden-slider-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-top: 48px;
    position: relative;
}
.kunden-slider-btn {
    background: #000;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    font-size: 1.7rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    z-index: 10;
}
.kunden-slider-btn:hover {
    background: #222;
}
.workflow-timeline {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    box-sizing: border-box;
}
.workflow-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.07);
    padding: 38px 32px 28px 32px;
    max-width: 340px;
    min-width: 260px;
    flex: 1 1 260px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    position: relative;
    transition: transform 0.25s cubic-bezier(.22,1,.36,1), box-shadow 0.25s;
    z-index: 1;
    margin-bottom: 0;
    min-width: 0; /* Safari-Fix für Flexbox */
    box-sizing: border-box;
}
/* Button im Workflow-Card-Block */
.workflow-card .hero-cta {
    display: block;
    margin-top: 22px;
    margin-bottom: 0;
    align-self: flex-start;
    min-width: 180px;
    text-align: center;
    /* Safari-Fix für Button-Rendering */
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
}
.workflow-card:hover {
    transform: translateY(-10px) scale(1.04);
    box-shadow: 0 12px 36px rgba(0,0,0,0.13);
    z-index: 2;
}
.workflow-icon {
    font-size: 2.2rem;
    margin-bottom: 18px;
    background: #f7f7f7;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.workflow-step-title {
    font-size: 1.18rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: #111;
    text-align: center;
}
.workflow-step-desc {
    color: #333;
    font-size: 1.04rem;
    margin-bottom: 14px;
    line-height: 1.6;
}
.workflow-step-desc ul {
    margin: 10px 0 0 18px;
    padding: 0;
    color: #222;
    font-size: 1.01rem;
}
.workflow-step-desc li {
    margin-bottom: 6px;
    list-style: disc;
}
.workflow-step-goal {
    margin-top: 8px;
    color: #0b870b;
    font-size: 1.01rem;
    font-weight: 500;
    text-align: center;
}
@media (max-width: 1100px) {
    .workflow-timeline {
        flex-wrap: wrap;
        gap: 24px;
    }
    .workflow-card {
        max-width: 98vw;
        min-width: 220px;
        padding: 28px 10px 18px 10px;
    }
}
@media (max-width: 768px) {
    .workflow-timeline {
        flex-direction: column;
        gap: 18px;
        margin-top: 30px;
    }
    .workflow-card {
        max-width: 98vw;
        min-width: 0;
        padding: 22px 4vw 14px 4vw;
    }
    .kunden-slider-wrapper { gap: 8px; }
    .kunden-slider { max-width: 98vw; min-height: 0; }
    .kunden-slider-btn { width: 36px; height: 36px; font-size: 1.2rem; }
    .kunden-video-card, .kunden-video-card.active, .kunden-video-card.left, .kunden-video-card.right {
        width: 98vw;
        max-width: 98vw;
        padding: 12px 2vw 12px 2vw;
        max-height: 70vw;
        overflow-y: auto;
    }
    .kunden-video { max-width: 96vw; max-height: 38vw; }
    .kunden-feedback { max-width: 96vw; }
}
@media (max-width:1020px){
    .footer-content{ grid-template-columns: 1fr 1fr 1fr;}
}