* { box-sizing: border-box; }

:root {
    --primary: #6c63ff;
    --primary-dark: #473bb9;
    --accent: #48c9b0;
    --bg: #f7f7fa;
    --bg-glass: rgba(255,255,255,0.90);
    --border: #e2e4ee;
    --text: #232348;
    --text-soft: #636386;
    --radius: 28px;
    --shadow: 0 8px 32px 0 rgba(76, 68, 198, 0.10), 0 2px 8px 0 rgba(72, 201, 176, 0.07);
}

html, body {
    overflow-x: hidden;
    background: var(--bg);
    color: var(--text);
    font-family: 'Manrope', 'Montserrat', Arial, sans-serif;
    margin: 0;
    padding: 0;
    min-height: 100vh;
}
/* Animierte Waves, groß */
.bg-waves-big {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}
.bg-waves-big svg {
    width: 100vw;
    min-height: 100dvh;
    height: 100dvh;
    max-width: 100%;
    display: block;
}
@media (max-width: 700px) {
    .bg-waves-big, .bg-waves-big svg {
        min-height: 100dvh;
        height: 100dvh;
    }
}

/* Hauptbereiche immer im Vordergrund */
main,
section,
.testimonials-dark,
.contact-dark,
.faq-dark,
.version-log-dark,
.footer-dark {
    position: relative;
    z-index: 2;
}

/* Kein Cookie-Banner überlagert den BG */
.nocookie-bar {
    width: 100%;
    background: #2ebd77;
    color: #fff;
    font-size: 1.04em;
    padding: 0.75em 0.7em;
    text-align: center;
    letter-spacing: 0.01em;
    font-family: inherit;
    box-shadow: 0 2px 12px rgba(60, 200, 130, 0.12);
    z-index: 99;
    position: relative;
}

/* HEADER */
.main-header {
    background: rgba(255,255,255,0.92);
    box-shadow: 0 2px 22px #6c63ff14;
    padding: 0 2vw;
    position: sticky;
    top: 0;
    z-index: 10;
    backdrop-filter: blur(10px);
    border-bottom: 1.5px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 62px;
}
.header-left {
    display: flex;
    align-items: center;
    gap: 1.1rem;
}
.logo-img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    object-fit: cover;
    box-shadow: 0 2px 12px #dad7fe36;
}
.logo-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--primary-dark);
    letter-spacing: -0.5px;
}
.badge {
    background: var(--accent);
    color: #fff;
    border-radius: 13px;
    padding: 0.2em 1em;
    font-size: .96rem;
    font-weight: 700;
    margin-left: .7rem;
    box-shadow: 0 2px 12px #48c9b022;
}
nav {
    margin-left: auto;
    display: flex;
    gap: 1.8rem;
}
nav a {
    color: var(--text-soft);
    text-decoration: none;
    font-weight: 700;
    font-size: 1.09rem;
    padding: 7px 0;
    border-bottom: 2px solid transparent;
    transition: color .13s, border .13s;
    letter-spacing: .2px;
}
nav a:hover { color: var(--primary); border-bottom: 2px solid var(--primary);}

/* HERO + PREISE */
.hero-pricing-waves {
    width: 100%;
    min-height: 600px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    z-index: 2;
    padding: 3rem 0 4.5rem 0;
}
.hero-pricing-inner {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 3.2rem;
    width: 100%;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    min-height: 480px;
}
.hero-lead-text.left {
    flex: 1 1 420px;
    min-width: 280px;
    max-width: 520px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero-lead-text.left h1 {
    font-size: 2.5rem;
    font-weight: 900;
    margin: 0 0 .38em 0;
    letter-spacing: -1.2px;
    line-height: 1.13;
    color: #473bb9;
}
.hero-accent { color: #6c63ff;}
.hero-lead {
    font-size: 1.15rem;
    color: #575785;
    margin-bottom: 2em;
    font-weight: 400;
    line-height: 1.5;
}
.cta-main-btn {
    display: inline-flex;
    align-items: center;
    padding: 1.12em 2.2em 1.12em 1.2em;
    font-size: 1.14em;
    font-weight: 800;
    border-radius: 44px;
    border: none;
    background: linear-gradient(90deg, #6c63ff 0%, #48c9b0 100%);
    color: #fff;
    box-shadow: 0 4px 18px 0 #6c63ff30;
    text-decoration: none;
    gap: 1.07rem;
    cursor: pointer;
    margin-bottom: 1.4em;
    letter-spacing: .06em;
    transition: box-shadow .13s, background .17s;
}
.cta-main-btn .cta-icon { font-size: 1.3em; }
.cta-main-btn:hover {
    box-shadow: 0 8px 30px #6c63ff45;
    background: linear-gradient(90deg, #48c9b0 0%, #6c63ff 100%);
}
.pricing-cards-row.right {
    display: flex;
    gap: 2.2rem;
    justify-content: flex-end;
    align-items: stretch;   /* <--- DAS ist entscheidend */
}
.card-plan {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    height: 100%;
    min-width: 240px;
    max-width: 320px;
    background: rgba(255,255,255,0.92);
    border-radius: 28px;
    box-shadow: var(--shadow);
    border: 1.4px solid #e2e4ee;
    padding: 2.1em 1.6em 1.2em 1.6em;
    position: relative;
    backdrop-filter: blur(7px);
}
.card-premium {
    border: 2px solid #6c63ff;
    background: rgba(247,246,255,0.89);
    box-shadow: 0 8px 30px #6c63ff13;
}
.plan-head {
    display: flex;
    align-items: center;
    gap: .7em;
    font-weight: 800;
    font-size: 1.22rem;
    margin-bottom: .7rem;
    color: #473bb9;
    letter-spacing: .3px;
}
.plan-icon { font-size: 1.28em; }
.plan-price {
    font-size: 1.4rem;
    font-weight: 900;
    color: #6c63ff;
    margin-bottom: 0.5rem;
    min-height: 32px;
}
.plan-trial {
    font-size: 1.1rem;
    font-weight: 700;
    color: #48c9b0;
    margin-bottom: 1.1rem;
    text-align: center;
    background: linear-gradient(90deg, #48c9b022 0%, #6c63ff22 100%);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    border: 1px solid #48c9b033;
}
.plan-list {
    margin: 0 0 1.1em 0;
    padding-left: 1.2em;
    font-size: 1.03em;
    flex: 1 1 auto;
}
.plan-list li {
    margin-bottom: .28em;
    color: #636386;
    font-weight: 500;
}
.plan-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 180px;
    max-width: 300px;
    height: 54px;           /* <--- Feste Höhe für beide Buttons! */
    padding: 0;
    font-size: 1.07em;
    border-radius: 36px;
    font-weight: 800;
    gap: 1em;
    text-decoration: none;
    box-shadow: 0 2px 9px #6c63ff13;
    border: none;
    cursor: pointer;
    transition: background .13s, color .13s, box-shadow .13s;
    background: linear-gradient(90deg, #48c9b0 0%, #6c63ff 100%);
    color: #fff;
    margin: 0 auto 1em auto;
    line-height: 1;         /* Kein extra Zeilenabstand */
}
.plan-btn-premium {
    background: linear-gradient(90deg, #6c63ff 0%, #48c9b0 100%);
    color: #fff;
}

.plan-btn:hover, .plan-btn-premium:hover {
    background: linear-gradient(90deg, #48c9b0 0%, #6c63ff 100%);
    color: #fff;
}
.plan-note {
    font-size: .98em;
    color: #6c63ff;
    opacity: 0.82;
    text-align: left;
    margin-bottom: 0;
    margin-top: 0.2em;
}
.telegram-logo { width: 28px; height: 28px; margin-right: 0.7em;}
.pwa-icon { font-size: 1.3em; margin-right: 0.7em;}

/* PWA INSTALLATION SECTION */
.pwa-install-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 4rem 2rem;
    margin: 2rem 0;
}

.pwa-install-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.pwa-install-item {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 2rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.pwa-step-number {
    background: var(--accent);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.pwa-step-content h3 {
    margin: 0 0 0.5rem 0;
    font-size: 1.2rem;
    color: white;
}

.pwa-step-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
}

.pwa-step-content a {
    color: var(--accent);
    text-decoration: none;
    font-weight: bold;
}

.pwa-step-content a:hover {
    text-decoration: underline;
}

.pwa-benefits {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 2rem;
    margin-top: 2rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.pwa-benefits h3 {
    margin: 0 0 1rem 0;
    color: white;
    font-size: 1.3rem;
}

.pwa-benefits ul {
    margin: 0;
    padding-left: 1.5rem;
    color: rgba(255, 255, 255, 0.9);
}

.pwa-benefits li {
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

@media (max-width: 1050px) {
    .hero-pricing-inner { flex-direction: column; gap: 2.2rem;}
    .hero-lead-text.left, .pricing-cards-row.right {
        max-width: 100%;
        min-width: 0;
        width: 100%;
    }
    .pricing-cards-row.right { justify-content: center; flex-direction: column; gap: 1.3rem;}
    .hero-lead-text.left { text-align: center; align-items: center; }
    .bg-waves-big, .bg-waves-big svg { height: 520px; }
}

/* MODERNES FEATURE-GRID */
.feature-grid {
    background: transparent;
    padding: 5.2rem 2rem 3rem 2rem;
    position: relative;
    z-index: 3;
}
.section-headline {
    text-align: center;
    font-size: 2.1rem;
    font-weight: 900;
    color: #473bb9;
    letter-spacing: -0.7px;
    margin-bottom: 2.2rem;
}
.feature-grid-row {
    display: flex;
    gap: 2.5rem;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 2.4rem;
}
.feature-grid-item {
    background: rgba(255,255,255,0.88);
    border-radius: 22px;
    box-shadow: 0 4px 28px #6c63ff0b;
    border: 1.3px solid #e2e4ee;
    padding: 2.2em 1.6em 1.5em 1.6em;
    min-width: 190px;
    max-width: 240px;
    flex: 1 1 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: box-shadow .16s, transform .14s;
    cursor: default;
    backdrop-filter: blur(6px);
}
.feature-grid-item:hover {
    box-shadow: 0 8px 38px #48c9b021;
    transform: translateY(-8px) scale(1.025);
}
.icon-circle {
    background: linear-gradient(120deg, #6c63ff22, #48c9b055);
    border-radius: 50%;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.0em;
    color: #6c63ff;
    margin-bottom: .9em;
    box-shadow: 0 2px 12px #6c63ff18;
}
.feature-title {
    font-weight: 800;
    font-size: 1.16rem;
    margin-bottom: .32em;
    color: #473bb9;
    letter-spacing: 0.01em;
    text-align: center;
}
.feature-desc {
    color: #636386;
    font-size: 1.01rem;
    text-align: center;
    font-weight: 500;
}
@media (max-width: 950px) {
    .feature-grid-row { flex-direction: column; gap: 1.7rem;}
    .feature-grid-item { max-width: 100%; min-width: 0; }
}

/* TESTIMONIALS */
.testimonials-dark {
    max-width: 900px;
    margin: 3rem auto 2.1rem auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2.1rem;
    justify-content: center;
    background: rgba(255,255,255,0.94);
    border-radius: 17px;
    box-shadow: 0 2px 14px #6c63ff10;
    padding: 2.1em 2rem;
    backdrop-filter: blur(6px);
}
.testi-card {
    background: rgba(255,255,255,0.86);
    color: #473bb9;
    border-radius: 17px;
    padding: 1.5rem 1.2rem;
    flex: 1 1 210px;
    min-width: 170px;
    font-size: 1.03rem;
    box-shadow: 0 2px 12px #6c63ff10;
    border: 1.1px solid #e2e4ee;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.testi-msg {
    font-style: italic;
    margin-bottom: .8rem;
    color: #6c63ff;
}
.testi-author {
    color: #48c9b0;
    font-weight: 700;
    font-size: .98em;
}

/* KONTAKT */
.contact-dark {
    background: rgba(255,255,255,0.91);
    border-radius: 17px;
    margin: 2.5rem auto 2.2rem auto;
    max-width: 730px;
    padding: 2.1rem 2rem 1.2rem 2rem;
    color: #232348;
    box-shadow: 0 1.5px 9px #009ee015;
    border: 1.1px solid #43e97b19;
    backdrop-filter: blur(6px);
}
.contact-dark h2 {
    margin-top: 0;
    color: #43e97b;
    font-weight: 800;
    font-size: 1.16rem;
}
.contact-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.4rem;
    margin-top: 1rem;
}
.contact-item {
    background: rgba(255,255,255,0.87);
    border-radius: 13px;
    padding: .78em 1.3em;
    color: #229ed9;
    font-weight: 700;
    font-size: 1.05em;
    margin-bottom: .2em;
    box-shadow: 0 1.2px 7px #48c9b013;
    border: 1.1px solid #43e97b23;
    backdrop-filter: blur(3px);
}
.contact-item a {
    color: #6c63ff;
    text-decoration: none;
    margin-left: .5em;
}
.contact-item a:hover { color: #43e97b; text-decoration: underline;}

/* FAQ (modern, ein/ausklappbar) */
.faq-dark {
    background: rgba(255,255,255,0.96);
    color: #222;
    padding: 2.3em 2rem 2em 2rem;
    margin: 0 auto 1.4em auto;
    max-width: 800px;
    border-radius: 18px;
    box-shadow: 0 2px 14px 0 rgba(76, 68, 198, 0.07);
    backdrop-filter: blur(5px);
}
.faq-dark h2 {
    font-size: 1.38rem;
    font-weight: 700;
    margin-bottom: 1.3em;
    letter-spacing: 0.01em;
    color: #473bb9;
}
.faq-list-modern {
    max-width: 650px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.18em;
}
.faq-list-modern details {
    background: rgba(255,255,255,0.86);
    border-radius: 13px;
    border: 1.2px solid #b5b9e0;
    box-shadow: 0 2px 9px #6c63ff10;
    padding: 1.1em 1.23em;
    font-size: 1.08em;
    cursor: pointer;
    transition: box-shadow .13s, border .13s, background .15s;
    margin-bottom: 0.1em;
    position: relative;
    backdrop-filter: blur(3px);
}
.faq-list-modern summary {
    font-weight: 700;
    color: #473bb9;
    font-size: 1.09em;
    outline: none;
    cursor: pointer;
    user-select: none;
    transition: color .13s;
    list-style: none;
    padding-right: 1.5em;
    position: relative;
}
.faq-list-modern summary::-webkit-details-marker,
.faq-list-modern summary::marker {
    display: none;
}
.faq-list-modern details[open] {
    box-shadow: 0 4px 18px #48c9b018;
    border-color: #6c63ff;
    background: rgba(238,243,255,0.93);
}
.faq-list-modern details[open] summary {
    color: #6c63ff;
}
.faq-list-modern details div {
    margin-top: .8em;
    color: #636386;
    font-size: 1em;
    padding-left: 0.15em;
    animation: faqfadein .4s;
}
@keyframes faqfadein {
    from { opacity: 0; transform: translateY(-10px);}
    to   { opacity: 1; transform: translateY(0);}
}
.faq-list-modern summary::after {
    content: '+';
    position: absolute;
    right: 0.3em;
    top: 50%;
    transform: translateY(-50%) scale(1.5);
    color: #6c63ff;
    font-weight: 700;
    font-size: 1em;
    transition: transform .23s;
}
.faq-list-modern details[open] summary::after {
    content: '–';
    transform: translateY(-50%) scale(1.5) rotate(180deg);
    color: #48c9b0;
}

/* VERSION-LOG */
.version-log-dark {
    background: rgba(255,255,255,0.96);
    color: #473bb9;
    padding: 80px 2rem;
    font-family: 'Manrope', sans-serif;
    border-radius: 18px;
    box-shadow: 0 2px 14px 0 rgba(76, 68, 198, 0.07);
    max-width: 850px;
    margin: 0 auto 2.4em auto;
    backdrop-filter: blur(5px);
}
.version-log-dark h2 {
    text-align: center;
    font-size: 2.1em;
    margin-bottom: 10px;
    color: #473bb9;
}
.version-subtext {
    text-align: center;
    font-size: 1.07em;
    color: #636386;
    margin-bottom: 30px;
}
.version-timeline {
    max-width: 800px;
    margin: 0 auto;
}
.version-entry {
    margin-bottom: 30px;
    padding: 20px;
    background: rgba(255,255,255,0.87);
    border-left: 5px solid #48c9b0;
    border-radius: 6px;
    box-shadow: 0 2px 8px #6c63ff08;
}
.version-date {
    font-weight: bold;
    color: #43e97b;
    font-size: 0.93em;
    margin-bottom: 5px;
}
.version-title {
    font-size: 1.09em;
    margin-bottom: 8px;
    color: #232348;
}
.version-desc {
    font-size: 1em;
    color: #59599e;
}
.version-status {
    text-align: center;
    margin-top: 34px;
    font-size: 1.08em;
    color: #ffdb5e;
}

/* FOOTER */
.footer-dark {
    background: rgba(255,255,255,0.93);
    border-top: 1px solid #43e97b2a;
    padding: 0.5rem 1.2rem 0.5rem 1.2rem;
    font-size: 1.07rem;
    color: #7cfbde;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    min-height: 0;
    line-height: 1.2;
    backdrop-filter: blur(4px);
}
.footer-dark > span {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    display: flex;
    gap: 1.2em;
    align-items: center;
    flex-wrap: wrap;
}
.footer-dark a { color: #43e97b; text-decoration: none; margin-left: 1rem;}
.footer-dark a:hover { text-decoration: underline; color: #6c63ff;}
.api-hint {
    font-size: 0.97em;
    opacity: 0.82;
    margin-left: .4rem;
}
@media (max-width: 700px) {
    html, body {
        padding: 0;
        margin: 0;
        width: 100vw;
        overflow-x: hidden;
    }
    .nocookie-bar {
        font-size: 0.98em;
        padding: 0.5em 0.4em;
        max-width: 100vw;
        white-space: normal;
        line-height: 1.3;
        box-sizing: border-box;
    }
    .main-header {
        flex-direction: column;
        gap: 0.5em;
        padding: 0.7em 0.2em 0.7em 0.2em;
        align-items: center;
        width: 100vw;
        box-sizing: border-box;
    }
    .header-left {
        gap: .4em;
        justify-content: center;
        width: 100%;
    }
    nav {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 0.7em;
        margin-top: 0.2em;
        text-align: center;
        font-size: 1em;
    }
    nav a {
        display: inline-block;
        margin: 0 0.2em;
        font-size: 1em;
        padding: 0.3em 0.2em;
    }
    .container {
        max-width: 100vw;
        padding: 0 1rem;
        box-sizing: border-box;
    }
    .feature-grid {
        padding: 2.4em 1rem 1.5em 1rem;
        max-width: 100vw;
        box-sizing: border-box;
    }
    .testimonials-dark,
    .contact-dark,
    .faq-dark,
    .version-log-dark {
        max-width: 100vw;
        padding-left: 1rem;
        padding-right: 1rem;
        box-sizing: border-box;
    }
    .card-plan {
        max-width: 100vw;
        min-width: unset;
        margin: 0 auto 1.2em auto;
        padding: 1em 0.5em 1em 0.5em;
        border-radius: 22px;
        box-shadow: 0 2px 12px #6c63ff18;
        font-size: 0.97em;
    }
    .plan-price {
        font-size: 2em;
        margin-bottom: 0.3em;
    }
    .plan-trial {
        font-size: 1.2em;
        margin-bottom: 0.7em;
        padding: 0.4rem 0.8rem;
    }
    .plan-list {
        font-size: 0.98em;
        margin-bottom: 1.2em;
    }
    .plan-btn {
        width: 100%;
        font-size: 1.05em;
        padding: 0.8em 0;
        margin-bottom: 0.7em;
    }
    .plan-note {
        font-size: 0.95em;
        margin-top: 0.5em;
    }
    h1, .section-headline {
        font-size: 1.4em !important;
        line-height: 1.15;
    }
    .hero-lead {
        font-size: 1em;
        line-height: 1.4;
    }
}

/* Container für zentrierte Inhalte */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* PWA INSTALLATION GUIDE PAGE */
.pwa-installation-guide {
    padding: 2rem 2rem;
    background: var(--bg);
}

.pwa-installation-guide h1 {
    text-align: center;
    font-size: 2.5rem;
    color: var(--primary-dark);
    margin-bottom: 1rem;
}

.guide-intro {
    text-align: center;
    font-size: 1.2rem;
    color: var(--text-soft);
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.device-tabs {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
}

.device-tab {
    padding: 1rem 2rem;
    border: 2px solid var(--primary);
    background: transparent;
    color: var(--primary);
    border-radius: 50px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease;
}

.device-tab.active,
.device-tab:hover {
    background: var(--primary);
    color: white;
}

.device-guide {
    display: none;
    max-width: 800px;
    margin: 0 auto;
}

.device-guide.active {
    display: block;
}

.guide-step {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    margin-bottom: 3rem;
    padding: 2rem;
    background: white;
    border-radius: 16px;
    box-shadow: var(--shadow);
}

.step-number {
    background: var(--accent);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.step-content h3 {
    margin: 0 0 1rem 0;
    color: var(--primary-dark);
    font-size: 1.3rem;
}

.step-content p {
    margin: 0;
    color: var(--text-soft);
    line-height: 1.6;
}

.step-content a {
    color: var(--primary);
    text-decoration: none;
    font-weight: bold;
}

.step-content a:hover {
    text-decoration: underline;
}

.step-image {
    margin-top: 1rem;
}

.mockup-phone {
    width: 200px;
    height: 120px;
    background: #333;
    border-radius: 20px;
    padding: 10px;
    margin: 0 auto;
}

.mockup-screen {
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
}

.mockup-address-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    padding: 8px 12px;
    background: #f5f5f5;
    border-radius: 8px;
}

.mockup-url {
    color: #666;
}

.mockup-install-btn {
    background: var(--primary);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: bold;
}

.mockup-toolbar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    padding: 8px;
    background: #f5f5f5;
    border-radius: 8px;
}

.mockup-share-btn {
    font-size: 1.2rem;
}

.pwa-benefits-detailed {
    margin-top: 4rem;
    padding: 3rem 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 20px;
}

.pwa-benefits-detailed h2 {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 2rem;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.benefit-item {
    text-align: center;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.benefit-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.benefit-item h3 {
    margin: 0 0 1rem 0;
    font-size: 1.2rem;
}

.benefit-item p {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
}

.cta-section {
    text-align: center;
    margin-top: 4rem;
    padding: 3rem;
    background: white;
    border-radius: 20px;
    box-shadow: var(--shadow);
}

.cta-section h2 {
    color: var(--primary-dark);
    margin-bottom: 1rem;
    font-size: 2rem;
}

.cta-section p {
    color: var(--text-soft);
    margin-bottom: 2rem;
    font-size: 1.1rem;
}

/* Mobile Styles für PWA Installation Guide */
@media (max-width: 700px) {
    .pwa-installation-guide h1 {
        font-size: 1.8rem;
    }
    
    .guide-intro {
        font-size: 1rem;
        padding: 0 1rem;
    }
    
    .device-tabs {
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }
    
    .device-tab {
        width: 200px;
    }
    
    .guide-step {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem;
        margin-bottom: 2rem;
    }
    
    .step-number {
        align-self: center;
        margin-bottom: 1rem;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 0 1rem;
    }
    
    .benefit-item {
        padding: 1.5rem;
    }
    
    .cta-section {
        margin-top: 2rem;
        padding: 2rem 1rem;
    }
    
    .cta-section h2 {
        font-size: 1.5rem;
    }
}

/* FEATURES PAGE */
.features-page {
    padding: 2rem 2rem;
    background: var(--bg);
}

.features-page h1 {
    text-align: center;
    font-size: 2.5rem;
    color: var(--primary-dark);
    margin-bottom: 1rem;
}

.features-intro {
    text-align: center;
    font-size: 1.2rem;
    color: var(--text-soft);
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.features-section {
    margin-bottom: 4rem;
}

.features-section h2 {
    text-align: center;
    font-size: 2rem;
    color: var(--primary-dark);
    margin-bottom: 1rem;
}

.section-desc {
    text-align: center;
    color: var(--text-soft);
    margin-bottom: 3rem;
    font-size: 1.1rem;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.feature-card {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: var(--shadow);
    border: 1px solid var(--border);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(76, 68, 198, 0.15);
}

.feature-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.feature-card h3 {
    color: var(--primary-dark);
    margin: 0 0 1rem 0;
    font-size: 1.3rem;
}

.feature-card p {
    color: var(--text-soft);
    margin: 0 0 1.5rem 0;
    line-height: 1.6;
}

.feature-list {
    margin: 0;
    padding-left: 1.5rem;
    color: var(--text-soft);
}

.feature-list li {
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

/* Premium Features */
.features-section.premium {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 3rem 0;
    border-radius: 20px;
    margin: 3rem 0;
}

.features-section.premium h2,
.features-section.premium .section-desc {
    color: white;
}

.premium-card {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.premium-card h3,
.premium-card p,
.premium-card .feature-list {
    color: white;
}

/* PWA Specific Features */
.features-section.pwa-specific {
    background: linear-gradient(135deg, #48c9b0 0%, #6c63ff 100%);
    color: white;
    padding: 3rem 0;
    border-radius: 20px;
    margin: 3rem 0;
}

.features-section.pwa-specific h2,
.features-section.pwa-specific .section-desc {
    color: white;
}

.pwa-card {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.pwa-card h3,
.pwa-card p {
    color: white;
}

/* Premium CTA */
.premium-cta {
    text-align: center;
    background: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: var(--shadow);
    margin-top: 3rem;
}

.premium-cta h2 {
    color: var(--primary-dark);
    margin-bottom: 1rem;
    font-size: 2rem;
}

.premium-cta p {
    color: var(--text-soft);
    margin-bottom: 2rem;
    font-size: 1.1rem;
}

.premium-benefits {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.benefit-highlight {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--bg);
    padding: 0.8rem 1.5rem;
    border-radius: 50px;
    font-weight: bold;
    color: var(--primary-dark);
}

.benefit-highlight .benefit-icon {
    font-size: 1.2rem;
}

/* Mobile Styles für Features Page */
@media (max-width: 700px) {
    .features-page h1 {
        font-size: 1.8rem;
    }
    
    .features-intro {
        font-size: 1rem;
        padding: 0;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 0 1rem;
    }
    
    .feature-card {
        padding: 1.5rem;
    }
    
    .premium-benefits {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    
    .benefit-highlight {
        width: 200px;
        justify-content: center;
    }
    
    .premium-cta {
        margin-top: 2rem;
        padding: 2rem 1rem;
    }
    
    .premium-cta h2 {
        font-size: 1.5rem;
    }
}

/* --- HERO-BEREICH BEREINIGT & MODERN --- */
.hero-lead-text-simple {
    text-align: center;
    margin: 0 auto 2.5rem auto;
    max-width: 600px;
}
.cards-row {
    display: block;
}
@media (min-width: 900px) {
    .cards-row {
        display: flex;
        gap: 2.5rem;
        justify-content: center;
        align-items: stretch;
    }
    .card-plan {
        max-width: 500px;
        width: 100%;
        margin: 2.5em 0;
    }
}
.hero-flex-row {
    display: flex;
    gap: 2.5rem;
    align-items: flex-start;
    justify-content: center;
}
.hero-lead-text-simple {
    flex: 1 1 320px;
    max-width: 600px;
}
.cards-row {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    flex: 1 1 340px;
    max-width: 500px;
}
@media (max-width: 900px) {
    .hero-flex-row {
        flex-direction: column;
        align-items: center;
    }
    .cards-row {
        max-width: 100%;
        width: 100%;
    }
    .hero-lead-text-simple {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
}

/* --- ENDE HERO-BEREICH --- */

.hero-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto !important;
    left: 0;
    right: 0;
    padding: 0 2rem;
    box-sizing: border-box;
}

.hero-3col-row {
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: center;
}
.hero-3col-row > * {
    flex: 1 1 0;
    min-width: 0;
    max-width: 500px;
}
.hero-lead-text-simple, .card-plan {
    max-width: 500px;
    width: 100%;
}
@media (max-width: 900px) {
    .hero-3col-row {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }
    .hero-3col-row > * {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
    .hero-lead-text-simple {
        text-align: center;
        max-width: 100%;
    }
}

/* Feature-Grid: 6 Spalten (Desktop), 3 Spalten (Tablet), 1 Spalte (Handy) */
.feature-grid-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2rem;
}
@media (max-width: 1200px) {
  .feature-grid-row {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 700px) {
  .feature-grid-row {
    grid-template-columns: 1fr;
  }
}
