@media (max-width: 1000px) {

    /* =========================================
       GLOBAL
    ========================================= */

    .navbar-container,
    .topper-container,
    .phone-container,
    .tablet-container,
    .vorteile-container,
    .pricing-container,
    .kontakt-container {
        width: 90%;
    }

    .tablet-section,
    .phone-section {
        padding-top: 40px;
    }

    .vorteile-section {
        padding: 5px;
    }

    hr {
        width: 90%;
    }

    .hero {
        height: auto;
        overflow: visible;
    }

    /* =========================================
       NAVBAR
    ========================================= */

    .navbar-section {
        height: auto;
        margin-bottom: 100px;
        padding: 20px 0;
    }

    .navbar-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        padding: 0;
    }

    .navbar-right {
        word-spacing: 10px;
    }

    /* =========================================
       HERO / TOPPER
    ========================================= */

    .topper-container {
        display: grid;
        flex-direction: column;
        gap: 40px;
    }

    .topper-left,
    .topper-right {
        width: 100%;
    }

    .topper-left {
        padding: 0;
    }

    .topper-h1 {
        margin-bottom: 15px;
    }

    .topper-h2 {
        margin-bottom: 10px;
    }

    .topper-section {
        height: 100%;
    }

    .topper-section-img {
        width: 100%;
        height: auto;
        object-fit: initial;
    }

    .topper-kontakt-btn {
        margin-top: 20px;
    }

    /* =========================================
       PHONE SECTION
    ========================================= */

    .phone-header,
    .tablet-header {
        text-align: center;
        margin-bottom: 20px;
    }

    .phone-container {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .phone-section-left,
    .phone-section-right {
        width: 100%;
    }

    .phone-section-left {
        order: 2;
        display: flex;
        justify-content: center;
    }

    .phone-section-right {
        order: 1;
    }

    .phone-section-img {
        max-width: 100%;
        margin: 0 0 10px 0;
    }

    .phone-section-right {
        gap: 15px;
    }

    .phone-feature {
        padding: 15px;
        border-radius: 15px;
        background: rgba(0, 0, 0, 0.04);
    }

    /* =========================================
       TABLET SECTION
    ========================================= */

    .tablet-container {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .tablet-section-left,
    .tablet-section-right {
        width: 100%;
    }

    .tablet-section-right {
        display: flex;
        justify-content: center;
    }

    .tablet-section-img {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 0 20px 0;
    }

    .tablet-section-left {
        gap: 15px;
    }

    .tablet-feature {
        padding: 15px;
        border-radius: 15px;
        background: rgba(0, 0, 0, 0.04);
    }

    /* =========================================
       VORTEILE
    ========================================= */

    .vorteile-container {
        margin: 40px auto;
    }

    .vorteile-header {
        margin-bottom: 30px;
    }

    .vorteile-sections {
        flex-direction: column;
        gap: 30px;
    }

    .vorteile-section-left,
    .vorteile-section-right {
        gap: 25px;
    }

    .vorteile-section-mid {
        order: 3;
    }

    .vorteile-section-mid img {
        max-width: 100%;
        margin-top: 10px;
    }

    .vorteile-feature {
        width: 100%;
    }

    .vorteile-feature-icon {
        min-width: 50px;
        min-height: 50px;
    }

    /* =========================================
       PRICING
    ========================================= */

    #pricing {
        padding: 40px 0;
    }

    .pricing-header {
        margin-bottom: 30px;
    }

    .pricing-box {
        width: 90%;
        padding: 30px 20px;
        box-sizing: border-box;
    }

    .pricing-main-price h1,
    .pricing-usage h1 {
        font-size: 42px;
    }

    .pricing-plus {
        font-size: 28px;
        margin: 15px 0;
    }

    .pricing-box ul {
        margin-top: 20px;
    }

    .pricing-box li {
        text-align: left;
    }

    .pricing-note {
        margin-top: 20px;
    }

    /* =========================================
       KONTAKT
    ========================================= */

    .kontakt-section {
        margin-top: 0;
    }

    .kontakt-container {
        padding: 40px 0;
    }

    .kontakt-header-global {
        margin-bottom: 30px;
    }

    .kontakt-form {
        width: 90%;
        padding: 30px 20px;
        box-sizing: border-box;
        border-radius: 20px;
    }

    .kontakt-row {
        flex-direction: column;
        gap: 15px;
    }

    .kontakt-form button {
        width: 100%;
        justify-content: center;
    }

    /* =========================================
       FOOTER
    ========================================= */

    .footer-section {
        height: auto;
        padding: 40px 0 0 0;
    }

    .footer-container {
        gap: 15px;
        text-align: center;
    }

    .footer-links {
        display: flex;
        flex-direction: column;
        gap: 10px;
        word-spacing: 0;
    }
}