/* Grund-Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

hr {
    margin: auto;
    filter: opacity(5%);
    margin: 100px auto;
    max-width: 1300px;
}

body {
    font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
    background: #18181b;
    color: #f5f5f7;
    line-height: 1.7;
}

.legal {
    max-width: 1200px;
    margin: auto;
    text-align: left;
    align-items: center;
}

.header {
    max-width: 1200px;
    margin: 2rem auto 0 auto;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
}

.header-logo {
    height: 40px;
    object-fit: contain;
}

.language-switcher p {
    color: #ffffff;
    font-weight: 700;
}

.language-switcher {
    display: flex;
    gap: 1em;
    align-items: center;
}

.slogan {
    margin-bottom: -45px;
}

/* Container: Weiß, keine Schatten, keine Ränder */
.features, .mockups, .testimonials, .faq, .hero-content {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    border: none;
    position: relative;
    overflow: visible;
}

/* Navbar */
.navbar {
    background: rgb(255, 255, 255);
    margin: 2.5rem auto 0 auto;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
}
.logo {
    width: 150px;
    object-fit: contain;
}

/* Hero */
.hero {
    background: #18181b;
    color: #fff;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.appstore-badge {
    padding-right: 10px;
}

.googleplay-badge {
    filter: opacity(30%);
}

.hero-content {
    padding: 0;
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
}
.hero-text {
    max-width: 600px;
    text-align: left;
    padding: 0;
    box-sizing: border-box;
}
.hero-text h1 {
    font-size: 3.8rem;
    font-weight: 800;
    margin-bottom: 2.5rem;
    line-height: 1.08;
    letter-spacing: -0.04em;
    color: #fff;
    line-height: 0.5;
}
.hero-text p {
    font-size: 1.15rem;
    margin-bottom: 2.5rem;
    color: #bdbdbd;
    font-weight: 400;
    line-height: 1.8;
}

.features, .mockups, .testimonials, .faq {
    margin-top: 4.5rem;
    padding: 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.features h2, .mockups h2, .testimonials h2, .faq h2, .pricing h2 {
    font-size: 2.8rem;
    margin-bottom: 2.8rem;
    color: #fff;
    font-weight: 800;
    letter-spacing: -0.03em;
    text-align: left;
}
.features-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 3.5rem 2.5rem;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 2.5rem;
}
.feature-item {
    background: rgb(44, 44, 44);
    border-radius: 30px;
    border: rgb(48, 48, 48) 1px solid;
    padding: 25px;
    max-width: 100%;
    min-width: 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.1rem;
}
.feature-icon {
    display: none;
    font-size: 1.7rem;
    margin-bottom: 0.2rem;
    color: #fff;
}
.feature-item h3 {
    font-size: 1.10rem;
    margin-bottom: 0.2rem;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.feature-item p {
    font-size: 1.0rem;
    color: #bdbdbd;
    font-weight: 400;
    text-align: center;
}

.availability{
    font-size: 12px;
}

.mockups-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 3.5rem;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 2.5rem;
}
.mockup-img {
    width: 300px;
    max-width: 90vw;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin-bottom: 0;
    background: none;
    display: block;
    transition: opacity 0.14s ease-in-out;
}

.notice {
    text-align: left;
    font-size: 15px;
    padding-top: 30px;
}

.main-mockup {
    width: 320px;
    max-width: 90vw;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin-bottom: 0;
    background: none;
    display: block;
}

.testimonial-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2.5rem;
}
.testimonial-item {
    background: rgb(44, 44, 44);
    border-radius: 30px;
    border: rgb(48, 48, 48) 1px solid;
    padding: 25px;
    max-width: 260px;
    min-width: 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.1rem;
}
.testimonial-avatar {
    display: none;
}
.testimonial-item blockquote {
    font-style: italic;
    color: #fff;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    font-weight: 400;
}
.testimonial-item cite {
    font-size: 0.98rem;
    color: #bdbdbd;
    font-weight: 400;
}

.faq {
    box-shadow: none;
    border-radius: 0;
    border: none;
    padding: 0;
}
.faq details {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    border: none;
    padding: 0.7rem 0 0.7rem 0;
    margin-bottom: 0.8rem;
    transition: none;
    text-align: left;
    border-bottom: 1px solid #333;
}
.faq details[open] {
    background: none;
    box-shadow: none;
}
.faq summary {
    font-weight: 600;
    cursor: pointer;
    color: #fff;
    font-size: 1.18rem;
    padding-bottom: 0.2rem;
}
.faq p {
    color: #bdbdbd;
    margin-top: 0.4rem;
    font-size: 1.08rem;
    font-weight: 400;
}

/* Footer: sehr schlicht, kleine Schrift, viel Abstand */
footer {
    background: #18181b;
    color: #bdbdbd;
    padding: 4rem 1rem 2rem 1rem;
    text-align: center;
    margin-top: 6rem;
    border-radius: 0;
    box-shadow: none;
}
.footer-content {
    background: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin-bottom: 0;
}
.footer-logo {
    height: 60px;
}
.footer-links {
    margin: 1.2rem 0 2.2rem 0;
}
.footer-links a {
    color: #bdbdbd;
    text-decoration: none;
    margin: 0 1.1rem;
    font-weight: 400;
    transition: color 0.18s;
    font-size: 1.01rem;
}
.footer-links a:hover {
    color: #fff;
    text-decoration: underline;
}

.cta-group {
    display: flex;
    gap: 5px;
    margin-bottom: 20px;
}

.testflight-button a {
    display:inline-block;
    padding:0.8em 2em;
    background:#fff;
    color:#18181b;
    font-weight:700;
    border-radius:28px;
    text-decoration:none;
    font-size:1.08rem;
    box-shadow:0 2px 8px rgba(0,0,0,0.10);
    max-width: 100%;
    font-size: 16px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .hero {
        max-height: 400px;
    }
    .language-switcher p {
        font-size: 13px;
    }
    .slogan, .slogan2 {
        font-size: 13px !important;
    }
    .hero-content {
        flex-direction: column;
        gap: 2.2rem;
        padding: 0;
    }
    .features-list, .mockups-gallery {
        flex-direction: column;
        gap: 2.2rem;
    }
    .mockup-carousel-row {
        flex-direction: column;
        gap: 1.2rem;
    }
    .mockup-carousel-row {
        justify-content: left !important;
    }
    .mockup-title {
        font-size: 1.2rem !important;
    }
    .mockup-info-col .mockup-desc {
        font-size: 1rem !important;
    }
    h2 {
        font-size: 1.5rem !important;
        text-align: center !important;
    }
    .hero-text h1 {
        font-size: 2.0rem !important;
    }
    .feature-item {
        padding: 15px !important;
        text-align: center;
    }
    .testimonial-item {
        padding: 15px !important;
        text-align: center;
        align-items: center;
    }
    .footer-content img {
        height: 50px;
    }
    .footer-content {
        row-gap: 0px;
    }
    .appstore-badge img {
        max-height: 45px;

    }
    .googleplay-badge img {
        max-height: 45px;
    }
    .hero-mockup img {
        display: none;
    }
    hr {
        display: none;
    }
    .notice, #pricing-subdesc {
        text-align: center !important;
        font-size: 15px;
    }
    .testflight-button a {
        display:inline-block;
        padding:0.8em 2em;
        background:#fff;
        color:#18181b;
        font-weight:700;
        border-radius:28px;
        text-decoration:none;
        font-size:1.08rem;
        box-shadow:0 2px 8px rgba(0,0,0,0.10);
        max-width: 100%;
        font-size: 16px;
    }
}
@media (max-width: 600px) {
    body {
        padding: 0 1.2rem;
    }
    .navbar {
        flex-direction: column;
        gap: 0.5rem;
        padding: 0.5rem 0.2rem 0.2rem 0.2rem;
    }
    .hero-content {
        gap: 1.2rem;
    }
    .hero-text h1 {
        font-size: 1.1rem;
        margin-bottom: 0.7rem;
    }
    .hero-text p {
        font-size: 1rem;
        margin-bottom: 1.1rem;
    }
    .cta-main {
        font-size: 0.9rem;
        padding: 0.5rem 0.7rem;
        border-radius: 20px;
    }
    .main-mockup {
        width: 60vw;
        max-width: 60vw;
    }
    .mockup-img {
        width: 60vw;
        max-width: 60vw;
    }
    .mockup-carousel-row {
        flex-direction: column;
        gap: 0.4rem;
        margin-bottom: 1.2rem !important;
    }
    .mockup-next-btn {
        width: 26px;
        height: 26px;
        font-size: 1rem;
        margin-top: 0.3rem;
    }
    .features, .mockups, .testimonials, .faq {
        padding: 0.7rem 0.1rem;
        margin-top: 2.2rem;
    }
    .features-list, .testimonial-list, .mockups-gallery {
        gap: 1.1rem;
    }
    .feature-item, .testimonial-item {
        min-width: 0;
        max-width: 100vw;
        padding: 0.5rem 0.2rem;
        gap: 0.5rem;
    }
    .features h2, .mockups h2, .testimonials h2, .faq h2 {
        font-size: 1.05rem;
        margin-bottom: 0.5rem;
        letter-spacing: 0;
    }
    .footer-logo {
        height: 20px;
        margin-bottom: 1.1rem;
    }
    .footer-links {
        font-size: 0.8rem;
        margin: 0.5rem 0 1.1rem 0;
    }
    .faq details {
        padding: 0.4rem 0 0.4rem 0;
        margin-bottom: 0.4rem;
    }
    .faq summary {
        font-size: 0.95rem;
    }
    .faq p {
        font-size: 0.92rem;
    }
}

/* Mockup Karussell Next-Button */
.mockup-next-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #23232a;
    color: #fff;
    border: none;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    transition: background 0.18s, box-shadow 0.18s, color 0.18s;
    outline: none;
}
.mockup-next-btn:hover {
    background: #fff;
    color: #23232a;
    box-shadow: 0 0 0 4px #fff2, 0 2px 8px rgba(0,0,0,0.18);
}

.footer-dropdowns {
    margin: 2.2rem 0 2.2rem 0;
    display: flex;
    flex-direction: column;
    gap: 0rem;
    align-items: center;
}
.footer-dropdowns details {
    width: 100%;
    max-width: 400px;
    background: transparent;
    border: none;
    color: #fff;
    padding: 0.2rem 0 0.2rem 0;
    font-size: 1.01rem;
    transition: border 0.18s;
}
.footer-dropdowns summary {
    font-weight: 600;
    cursor: pointer;
    color: #fff;
    font-size: 1.08rem;
    padding: 0.5rem 0;
    outline: none;
}

.footer-dropdowns p {
    color: #bdbdbd;
    font-size: 0.98rem;
    margin: 0.5rem 0 0.7rem 0;
    line-height: 1.5;
}

.footer-dropdown-links {
    display: flex;
    flex-direction: column;
    text-align: center;
    line-height: 20px;
}
.footer-dropdown-links a {
    color: #fff;
    text-decoration: none;
    font-size: 1.01rem;
    transition: color 0.18s;
}
.footer-dropdown-links a:hover {
    color: #bdbdbd;
    text-decoration: underline;
}

.mockup-indicator {
    text-align: center;
    color: #bdbdbd;
    font-size: 1.01rem;
    margin: 0.5rem 0 0.2rem 0;
    font-weight: 400;
    letter-spacing: 0.01em;
}

.mockup-carousel-row {
    position: relative;
    justify-self: left;
}
.mockup-desc {
    max-width: 260px;
    margin-left: 2.2rem;
    color: #bdbdbd;
    font-size: 1.08rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    align-self: flex-start;
}
@media (max-width: 900px) {
    .mockup-desc {
        margin-left: 0;
        margin-top: 0.7rem;
        max-width: 100vw;
        text-align: center;
        align-self: center;
    }
}

.mockup-info-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.7rem;
    min-width: 210px;
    max-width: 340px;
}
.mockup-info-col .mockup-desc {
    text-align: left;
    margin: 0 0 0.1rem 0;
    font-size: 1.08rem;
}
.mockup-info-col .mockup-indicator {
    text-align: left;
    margin: 0 0 0.2rem 0;
}
.mockup-info-col .mockup-next-btn {
    align-self: flex-start;
    margin-top: 0.5rem;
}
@media (max-width: 900px) {
    .mockup-carousel-row {
        flex-direction: column;
        gap: 1.2rem;
    }
    .mockup-info-col {
        align-items: center;
        text-align: center;
        max-width: 100vw;
    }
    .mockup-info-col .mockup-desc,
    .mockup-info-col .mockup-indicator {
        text-align: center;
    }
    .mockup-info-col .mockup-next-btn {
        align-self: center;
    }
}

.mockup-title {
    font-size: 1.80rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
    letter-spacing: -0.01em;
}

/* Preise & Pakete */
.pricing {
    margin-top: 4.5rem;
    padding: 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.pricing-table {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    justify-content: space-between;
    align-items: stretch;
}
.pricing-option {
    background: rgb(44, 44, 44);
    border-radius: 30px;
    border: rgb(48, 48, 48) 1px solid;
    padding: 2.5rem 2rem 2rem 2rem;
    min-width: 260px;
    max-width: 320px;
    flex: 1 1 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: none;
    margin-bottom: 1rem;
    position: relative;
    transition: transform 0.18s, box-shadow 0.18s;
    border: 2px solid #fff;
    box-shadow: 0 0 0 4px #fff2;
    z-index: 1;
}

.pricing-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
}
.pricing-price {
    font-size: 2.2rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 1.2rem;
}
.pricing-price span {
    font-size: 1.1rem;
    font-weight: 400;
    color: #bdbdbd;
    margin-left: 0.2rem;
}
.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
    color: #bdbdbd;
    font-size: 1.05rem;
    text-align: left;
}
.pricing-features li {
    margin-bottom: 0.5rem;
    padding-left: 1.2rem;
    position: relative;
}
.pricing-features li:before {
    content: "✔";
    color: #fff;
    position: absolute;
    left: 0;
    font-size: 1rem;
}
.pricing-btn {
    background: #23232a;
    color: #fff;
    padding: 0.9rem 2.2rem;
    border-radius: 32px;
    font-weight: 600;
    font-size: 1.08rem;
    text-decoration: none;
    border: 1.5px solid #333;
    box-shadow: none;
    transition: border 0.18s, color 0.18s, background 0.18s;
    margin-top: auto;
    display: inline-block;
}
.pricing-btn:hover {
    border: 1.5px solid #fff;
    color: #18181b;
    background: #fff;
}
#pricing-subdesc {
    padding-bottom: 30px;
    text-align: left;
}

@media (max-width: 900px) {
    .pricing-table {
        flex-direction: column;
        gap: 1.2rem;
    }
    .pricing-option {
        max-width: 100vw;
        min-width: 0;
    }
}

.pricing-badge {
    display: inline-block;
    background: #fff;
    color: #18181b;
    font-weight: 700;
    font-size: 1.01rem;
    border-radius: 18px;
    padding: 0.25em 1em;
    margin-bottom: 0.7rem;
    margin-top: -0.5rem;
    letter-spacing: 0.01em;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}
.lang-btn {
    background: none;
    border: white 1px solid;
    color: #ffffff;
    font-weight: 700;
    font-size: 1.08rem;
    padding: 0.45em 1.1em;
    border-radius: 18px;
    cursor: pointer;
    transition: background 0.18s, color 0.18s;
}
.lang-btn.active, .lang-btn:hover {
    background: #ffffff;
    color: #000000;
}
@media (max-width: 600px) {
    .language-switcher {
        padding: 0.5;
        gap: 0.5em;
        justify-self: left !important;
    }
    .lang-btn {
        font-size: 0.90rem;
        padding: 0.3em 0.7em;
    }
    .hero-text h1 {
        line-height: 0.8;
    }
}