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

        /* Ensure no horizontal scroll */
        html, body {
            overflow-x: hidden;
            width: 100%;
            max-width: 100vw;
        }

        /* Make flex containers responsive */
        .hero-container,
        .logos-grid,
        .features-grid,
        .pricing-grid,
        .blog-grid,
        .footer-content {
            max-width: 100%;
            box-sizing: border-box;
        }

        /* Make phone mockup scale within container */
        .phone-mockup {
            max-width: 100%;
            width: 100%;
        }

        /* Images responsive */
        .logo-item img,
        .app-badge {
            max-width: 100%;
            height: auto;
        }

        /* Adjust padding for very small screens */
        @media (max-width: 480px) {
            .hero {
                padding-left: 10px;
                padding-right: 10px;
            }
            .features-grid {
                gap: 15px;
            }
        }

        html {
            overflow-x: hidden;
            width: 100%;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
            color: #333;
            overflow-x: hidden;
            width: 100%;
            max-width: 100vw;
            position: relative;
        }

        .header {
            background: #FFD000;
            padding: 0 clamp(20px, 5vw, 60px);
            display: flex;
            justify-content: center;
            align-items: center;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            width: 100%;
            max-width: 100vw;
            z-index: 1000;
            height: clamp(60px, 10vh, 70px);
            box-sizing: border-box;
        }

        .header-container {
            display: grid;
            grid-template-columns: auto 1fr auto;
            align-items: center;
            width: 100%;
            max-width: 1400px;
            position: relative;
        }

        .logo {
            display: flex;
            align-items: center;
            gap: clamp(8px, 2vw, 12px);
            white-space: nowrap;
            flex-shrink: 0;
        }

        .logo-icon {
            width: clamp(40px, 6vw, 60px);
            height: clamp(40px, 6vw, 60px);
            background-image: url('icons/logo.png');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            border-radius: 8px;
            flex-shrink: 0;
        }

        .logo-text {
            color: #fff;
            font-weight: 700;
            font-size: clamp(16px, 2.5vw, 20px);
        }

        nav {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: clamp(15px, 3vw, 40px);
            width: 100%;
        }

        .nav-links {
            display: flex;
            align-items: center;
            gap: clamp(20px, 3vw, 40px);
            white-space: nowrap;
            justify-content: center;
            flex: 1;
        }

        nav button {
            color: #fff;
            background: none;
            border: none;
            text-decoration: none;
            font-weight: 600;
            font-size: clamp(14px, 1.8vw, 16px);
            cursor: pointer;
            transition: opacity 0.2s;
            padding: 0;
            white-space: nowrap;
        }

        nav button:hover {
            opacity: 0.85;
        }

        .btn-primary {
            background: #000;
            color: #FFD000;
            padding: clamp(10px, 1.5vh, 12px) clamp(20px, 3vw, 28px);
            border-radius: 8px;
            border: none;
            font-weight: 700;
            cursor: pointer;
            transition: transform 0.2s;
            font-size: clamp(14px, 1.8vw, 16px);
            white-space: nowrap;
            margin-left: clamp(15px, 3vw, 40px);
            text-decoration: none;
        }

        .btn-primary:hover {
            transform: scale(1.02);
        }

        .hero {
            background: #FFD000;
            padding: clamp(100px, 15vh, 140px) clamp(20px, 5vw, 80px) clamp(40px, 8vh, 60px);
            display: flex;
            align-items: center;
            min-height: 100vh;
            position: relative;
            overflow: hidden;
            width: 100%;
            max-width: 100vw;
            box-sizing: border-box;
        }


 .hero-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* vorher: space-between */
    align-items: center;
    gap: clamp(30px, 5vw, 60px);
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

        .hero-content {
            flex: 1;
            min-width: 280px;
        }

        .hero-content h1 {
            font-size: clamp(32px, 6vw, 64px);
            line-height: 1.15;
            margin-bottom: clamp(15px, 2vh, 20px);
            color: #000;
            font-weight: 900;
        }

        .hero-word {
            display: inline-block;
            min-width: clamp(150px, 25vw, 300px);
            transition: all 0.5s ease-in-out;
        }

        .hero-content p {
            font-size: clamp(18px, 3vw, 24px);
            margin-bottom: clamp(20px, 3vh, 30px);
            color: #000;
            font-weight: 600;
        }

        .hero-content .btn-secondary {
            background: #000;
            color: #FFD000;
            padding: clamp(12px, 2vh, 16px) clamp(30px, 4vw, 40px);
            border-radius: 10px;
            border: none;
            font-size: clamp(16px, 2.2vw, 18px);
            font-weight: 700;
            cursor: pointer;
            margin-bottom: clamp(15px, 2vh, 20px);
            display: inline-block;
            text-decoration: none;
        }

        .app-badges {
            display: flex;
            gap: clamp(10px, 2vw, 15px);
            /* Abstand oben und unten; top wurde vorher per inline-style gesetzt */
            margin-top: clamp(20px, 3vh, 30px);
            margin-bottom: clamp(20px, 3vh, 30px);
            /* Standard: linksbündig auf Desktop/Tablet */
            justify-content: flex-start;
            /* Damit App-Badges (insb. Google-Badge) über dem großen orangen Gradient liegen */
            position: relative;
            z-index: 3;
            flex-wrap: wrap;
        }

        .app-badge {
            height: clamp(44px, 6vw, 50px);
            width: auto;
            cursor: pointer;
            transition: transform 0.2s;
        }

        .app-badge:hover {
            transform: scale(1.05);
        }

        .company-logos {
            margin-top: clamp(20px, 3vh, 30px);
        }

        .company-logos p {
            font-size: clamp(14px, 2vw, 16px);
            font-weight: 700;
            margin-bottom: clamp(10px, 2vh, 15px);
            color: #000;
        }

        .logos-grid {
            display: flex;
            gap: clamp(15px, 3vw, 30px);
            flex-wrap: wrap;
            align-items: center;
        }

        .logo-item {
            padding: clamp(8px, 1.5vw, 12px) clamp(16px, 3vw, 24px);
            height: clamp(60px, 10vw, 80px);
            width: clamp(140px, 20vw, 180px);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .logo-item img {
            max-height: 100%;
            max-width: 100%;
            object-fit: contain;
        }

.hero-phone-container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-width: 280px;
    z-index: 1; /* reduziert Stacking-Konflikte mit dem Hintergrund-Gradienten */
}

        .hero-phone-container::before {
            content: '';
            position: absolute;
            right: 50%;
            top: 50%;
            transform: translate(50%, -50%);
            width: 150vw; 
            height: 150vw;
            background: linear-gradient(135deg, #FF8C00 0%, #FFD000 60%, transparent 100%);
            opacity: 0.25;
            border-radius: 50%;
            filter: blur(400px);
            /* Das Gradient-Element soll hinter allen Inhalten liegen */
            z-index: -1;
            pointer-events: none;
        }

        .hero-phone {
            position: relative;
            z-index: 1;
        }

        .phone-mockup {
            width: clamp(260px, 40vw, 320px);
            height: clamp(530px, 80vw, 650px);
            background: #000;
            border-radius: clamp(35px, 6vw, 50px);
            padding: clamp(8px, 1.5vw, 12px);
            box-shadow: 0 40px 80px rgba(0,0,0,0.4);
            position: relative;
            transform: perspective(1000px) rotateY(-10deg);
            transition: transform 0.5s;
        }

        .phone-mockup:hover {
            transform: perspective(1000px) rotateY(-5deg);
        }

        .phone-notch {
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: clamp(100px, 15vw, 150px);
            height: clamp(20px, 3vw, 30px);
            background: #000;
            border-radius: 0 0 20px 20px;
            z-index: 10;
        }

        .phone-screen {
            background: #2a2a2a;
            height: 100%;
            border-radius: clamp(30px, 5vw, 42px);
            padding: clamp(12px, 2vw, 15px) clamp(15px, 2.5vw, 20px) clamp(15px, 2.5vw, 20px);
            color: #fff;
            overflow: hidden;
            position: relative;
        }

        .chat-top-bar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: clamp(10px, 2vh, 15px);
            padding: 5px 0;
        }

        .menu-btn {
            width: clamp(25px, 4vw, 30px);
            height: clamp(25px, 4vw, 30px);
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 3px;
            cursor: pointer;
        }

        .menu-btn span {
            width: clamp(15px, 3vw, 20px);
            height: 2px;
            background: #fff;
            border-radius: 2px;
        }

        .chat-header {
            text-align: center;
            font-weight: 600;
            color: #fff;
            font-size: clamp(12px, 1.8vw, 14px);
            flex: 1;
        }

        .chat-bubble {
            background: #FFD000;
            color: #000;
            padding: clamp(12px, 2vw, 15px) clamp(14px, 2.5vw, 18px);
            border-radius: clamp(14px, 2.5vw, 18px);
            margin-bottom: clamp(8px, 1.5vh, 10px);
            font-size: clamp(11px, 1.5vw, 12px);
            max-width: 85%;
            line-height: 1.5;
            animation: slideIn 0.5s ease-out;
            font-weight: 500;
        }

        .chat-bubble.user {
            background: #fff;
            color: #000;
            margin-left: auto;
        }

        .chat-input {
            position: absolute;
            bottom: clamp(15px, 2.5vw, 20px);
            left: clamp(15px, 2.5vw, 20px);
            right: clamp(15px, 2.5vw, 20px);
            background: #3a3a3a;
            border-radius: clamp(20px, 3vw, 25px);
            padding: clamp(10px, 1.5vw, 12px) clamp(15px, 2.5vw, 20px);
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .chat-input span {
            color: #888;
            font-size: clamp(11px, 1.8vw, 13px);
        }

        .send-btn {
            width: clamp(24px, 3.5vw, 28px);
            height: clamp(24px, 3.5vw, 28px);
            background: #FFD000;
            border-radius: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            color: #000;
            font-size: clamp(10px, 1.5vw, 12px);
        }

        @keyframes slideIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .section {
            padding: clamp(40px, 8vh, 80px) clamp(20px, 5vw, 80px);
            background: #2a2a2a;
            color: #fff;
            width: 100%;
            max-width: 100vw;
            box-sizing: border-box;
            overflow: hidden;
        }

        .section h2 {
            font-size: clamp(32px, 5vw, 48px);
            text-align: center;
            margin-bottom: clamp(40px, 6vh, 60px);
            color: #FFD000;
        }

        .video-container {
            max-width: 900px;
            margin: 0 auto clamp(30px, 4vh, 40px);
            background: #d4d4d8;
            border-radius: clamp(15px, 2vw, 20px);
            aspect-ratio: 16/9;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: clamp(18px, 3vw, 24px);
            color: #555;
        }

        .video-tabs {
            display: flex;
            justify-content: center;
            gap: clamp(10px, 2vw, 20px);
            margin-bottom: clamp(40px, 6vh, 60px);
            flex-wrap: wrap;
        }

        .video-tab {
            padding: clamp(10px, 1.5vh, 12px) clamp(24px, 4vw, 32px);
            border-radius: clamp(20px, 3vw, 25px);
            border: 2px solid #FFD000;
            background: transparent;
            color: #FFD000;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            font-size: clamp(14px, 2vw, 16px);
        }

        .video-tab.active {
            background: #FFD000;
            color: #000;
        }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: clamp(30px, 5vw, 60px);
            max-width: 1200px;
            margin: 0 auto;
        }

        .feature {
            margin-bottom: clamp(20px, 3vh, 30px);
        }

        .feature h3 {
            font-size: clamp(24px, 4vw, 32px);
            margin-bottom: clamp(20px, 3vh, 30px);
            color: #FFD000;
        }

        .feature-step {
            display: flex;
            align-items: flex-start;
            gap: clamp(12px, 2vw, 15px);
            margin-bottom: clamp(15px, 2vh, 20px);
        }

        .step-number {
            background: #FFD000;
            color: #000;
            width: clamp(32px, 5vw, 36px);
            height: clamp(32px, 5vw, 36px);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            flex-shrink: 0;
            font-size: clamp(14px, 2vw, 16px);
        }

        .pricing {
            background: #000;
            padding: clamp(40px, 8vh, 80px) clamp(20px, 5vw, 80px);
            width: 100%;
            max-width: 100vw;
            box-sizing: border-box;
            overflow: hidden;
        }

        .pricing h2 {
            color: #FFD000;
            font-size: clamp(32px, 5vw, 48px);
            font-weight: 900;
            text-align: center;
            margin-bottom: clamp(40px, 6vh, 60px);
        }

        .pricing-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: clamp(30px, 5vw, 40px);
            max-width: 1200px;
            margin: 0 auto;
        }

        .pricing-card {
            border-radius: clamp(15px, 2vw, 20px);
            padding: clamp(30px, 5vw, 50px);
        }

        .pricing-card.free {
            background: #fff;
            color: #000;
        }

        .pricing-card.paid {
            background: #2a2a2a;
            color: #fff;
            box-shadow: 0 20px 60px rgba(0,0,0,0.4);
        }

        .pricing-header {
            text-align: center;
            margin-bottom: clamp(30px, 4vh, 40px);
        }

        .price {
            font-size: clamp(48px, 8vw, 64px);
            font-weight: 900;
            margin-bottom: clamp(10px, 2vh, 15px);
        }

        .pricing-card.paid .price {
            color: #FFD000;
        }

        .price-period {
            font-size: clamp(18px, 3vw, 24px);
            font-weight: 600;
        }

        .price-label {
            font-size: clamp(16px, 2.5vw, 18px);
            font-weight: 500;
            opacity: 0.9;
        }

        .feature-list {
            list-style: none;
            margin-bottom: clamp(30px, 4vh, 40px);
        }

        .feature-list li {
            padding: clamp(12px, 2vh, 15px) 0;
            display: flex;
            align-items: flex-start;
            gap: clamp(10px, 2vw, 12px);
            font-weight: 500;
            font-size: clamp(14px, 2vw, 16px);
        }

        .feature-list li::before {
            content: "✓";
            font-weight: bold;
            font-size: clamp(18px, 3vw, 20px);
            flex-shrink: 0;
            margin-top: 2px;
        }

        .pricing-card.free .feature-list li::before {
            color: #000;
        }

        .pricing-card.paid .feature-list li::before {
            color: #FFD000;
        }

        .pricing-btn {
            width: 100%;
            padding: clamp(14px, 2vh, 18px);
            border-radius: 10px;
            border: none;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s;
            font-size: clamp(14px, 2vw, 16px);
        }

        .pricing-card.free .pricing-btn {
            border: 2px solid #000;
            background: transparent;
            color: #000;
        }

        .pricing-card.free .pricing-btn:hover {
            background: #000;
            color: #fff;
        }

        .pricing-card.paid .pricing-btn {
            background: #FFD000;
            color: #000;
            border: none;
        }

        .pricing-card.paid .pricing-btn:hover {
            background: #ffd000e6;
            transform: scale(1.02);
        }

        .faq {
            background: #1a1a1a;
            padding: clamp(40px, 8vh, 80px) clamp(20px, 5vw, 80px);
            width: 100%;
            max-width: 100vw;
            box-sizing: border-box;
            overflow: hidden;
        }

        .faq-container {
            max-width: 1100px;
            margin: 0 auto;
        }

        .faq-header {
            display: flex;
            align-items: center;
            gap: clamp(15px, 3vw, 20px);
            margin-bottom: clamp(35px, 5vh, 50px);
            flex-wrap: wrap;
        }

        .faq-header h2 {
            font-size: clamp(32px, 5vw, 48px);
            font-weight: 900;
            color: #fff;
            text-align: left;
            margin: 0;
        }

        .faq-header span {
            font-size: clamp(16px, 2.5vw, 20px);
            color: #fff;
        }

        .faq-tabs {
            display: flex;
            gap: clamp(10px, 2vw, 15px);
            flex-wrap: wrap;
        }

        .faq-content {
            margin-top: clamp(30px, 4vh, 40px);
        }

        .faq-item {
            background: transparent;
            border-bottom: 1px solid rgba(255,255,255,0.1);
            padding: clamp(18px, 3vh, 24px) 0;
            cursor: pointer;
            transition: all 0.3s;
        }

        .faq-item:hover {
            border-bottom-color: rgba(255,208,0,0.5);
        }

        .faq-question {
            font-size: clamp(16px, 2.5vw, 18px);
            font-weight: 600;
            display: flex;
            justify-content: space-between;
            align-items: center;
            color: #fff;
        }

        .faq-arrow {
            color: #FFD000;
            font-size: clamp(18px, 3vw, 20px);
            transition: transform 0.3s;
            flex-shrink: 0;
            margin-left: clamp(15px, 3vw, 20px);
        }

        .faq-item.open .faq-arrow {
            transform: rotate(180deg);
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease-out, padding 0.3s ease-out;
            color: rgba(255,255,255,0.8);
            line-height: 1.6;
            font-size: clamp(14px, 2vw, 16px);
        }

        .faq-item.open .faq-answer {
            max-height: 500px;
            padding-top: clamp(12px, 2vh, 16px);
            padding-bottom: clamp(6px, 1vh, 8px);
        }

        .faq-cta {
            text-align: center;
            margin-top: clamp(40px, 6vh, 60px);
        }

        .faq-cta .btn-secondary {
            background: #FFD000;
            color: #000;
            padding: clamp(12px, 2vh, 16px) clamp(36px, 6vw, 48px);
            border-radius: 10px;
            border: none;
            font-size: clamp(16px, 2.5vw, 18px);
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s;
        }

        .faq-cta .btn-secondary:hover {
            background: #ffd000e6;
            transform: scale(1.02);
        }

        .blog {
            background: #1a1a1a;
            padding: clamp(40px, 8vh, 80px) clamp(20px, 5vw, 80px);
            width: 100%;
            max-width: 100vw;
            box-sizing: border-box;
            overflow: hidden;
        }

        .blog h2 {
            font-size: clamp(32px, 5vw, 48px);
            font-weight: 900;
            color: #FFD000;
            margin-bottom: clamp(35px, 5vh, 50px);
            text-align: left;
        }

        .blog-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: clamp(30px, 5vw, 40px);
            max-width: 1400px;
            margin: 0 auto;
        }

        .blog-card {
            background: #000;
            border-radius: clamp(15px, 2vw, 20px);
            overflow: hidden;
            transition: transform 0.3s;
        }

        .blog-card:hover {
            transform: translateY(-10px);
        }

        .blog-image {
            background: #e5e5e5;
            height: clamp(200px, 30vw, 300px);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #000;
            font-size: clamp(18px, 3vw, 24px);
            font-weight: 500;
        }

        .blog-content {
            padding: clamp(20px, 4vw, 30px);
        }

        .blog-meta {
            color: #FFD000;
            font-size: clamp(12px, 1.8vw, 14px);
            margin-bottom: clamp(10px, 2vh, 15px);
        }

        .blog-title {
            font-size: clamp(20px, 3vw, 24px);
            font-weight: 700;
            margin-bottom: clamp(10px, 2vh, 15px);
            color: #FFD000;
        }

        .blog-excerpt {
            color: #fff;
            line-height: 1.6;
            font-size: clamp(14px, 2vw, 16px);
        }

        .footer {
            background: #FFD000;
            padding: clamp(40px, 6vh, 60px) clamp(20px, 5vw, 80px) clamp(20px, 3vh, 30px);
            color: #000;
            position: relative;
            overflow: hidden;
            width: 100%;
            max-width: 100vw;
            box-sizing: border-box;
        }

        .footer::before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translate(-33%, -50%);
            width: clamp(400px, 60vw, 600px);
            height: clamp(400px, 60vw, 600px);
            background: #ffb800;
            opacity: 0.3;
            border-radius: 50%;
            z-index: 0;
        }

        .footer-links {
            display: flex;
            gap: clamp(15px, 3vw, 30px);
            flex-wrap: wrap;
            margin-bottom: clamp(35px, 5vh, 50px);
            justify-content: center;
            position: relative;
            z-index: 1;
        }

        .footer-links a {
            color: #000;
            text-decoration: none;
            font-weight: 500;
            font-size: clamp(14px, 2vw, 16px);
        }

        .footer-divider {
            color: rgba(0,0,0,0.25);
            font-size: clamp(14px, 2vw, 16px);
            user-select: none;
        }

        .footer-partner-link {
            font-weight: 700 !important;
            color: #000 !important;
        }

        .footer-partner-link:hover {
            text-decoration: underline !important;
        }

        /* ----- Legal Modal Styling passend zum Website-Stil ----- */
.modal {
    display: none;
    position: fixed;
    z-index: 3000;
    inset: 0;
    background: rgba(0,0,0,0.6);
    overflow-y: auto;
}

.modal[aria-hidden="false"] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 6vh;
    padding-bottom: 6vh;
}

.modal-content {
    background: #1a1a1a; /* dark background to match website */
    color: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    width: min(90%, 850px);
    padding: clamp(20px, 4vw, 40px);
    position: relative;
    animation: fadeInUp 0.3s ease;
}

.modal-close {
    position: absolute;
    top: 14px;
    right: 18px;
    font-size: 28px;
    font-weight: bold;
    color: #FFD000; /* yellow color */
    background: transparent;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.modal-close:hover {
    transform: scale(1.1);
}

.legal-support {
    margin-top: 30px;
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    text-align: center;
}

.legal-support img {
    width: auto;
    max-width: 200px;
    height: auto;
    margin-top: 8px;
    border-radius: 4px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

        .footer-content {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: clamp(40px, 6vw, 80px);
            margin-bottom: clamp(30px, 4vh, 40px);
            position: relative;
            z-index: 1;
        }

        .footer h3 {
            font-size: clamp(32px, 5vw, 48px);
            margin-bottom: clamp(20px, 3vh, 25px);
            color: #000;
            font-weight: 700;
            position: relative;
        }

        .contact-info {
            position: relative;
        }

        .contact-info p {
            margin-bottom: clamp(10px, 2vh, 12px);
            color: #000;
            font-size: clamp(14px, 2vw, 16px);
        }

        .contact-info strong {
            font-weight: 700;
        }

        .contact-info a {
            color: #000;
            text-decoration: none;
        }

        .newsletter input {
            width: 100%;
            padding: clamp(12px, 2vh, 15px) clamp(16px, 2.5vw, 20px);
            border: 3px solid #000;
            border-radius: 12px;
            margin-bottom: clamp(12px, 2vh, 15px);
            background: transparent;
            color: #000;
            font-size: clamp(14px, 2vw, 16px);
        }

        .newsletter input::placeholder {
            color: #000;
            opacity: 0.6;
        }

        .newsletter button {
            width: 100%;
            padding: clamp(12px, 2vh, 15px);
            background: #000;
            color: #FFD000;
            border: none;
            border-radius: 12px;
            font-weight: 700;
            cursor: pointer;
            font-size: clamp(14px, 2vw, 16px);
        }

        .qr-section {
            text-align: center;
        }

        .qr-section p {
            font-weight: 600;
            margin-bottom: clamp(12px, 2vh, 15px);
            color: #000;
            font-size: clamp(14px, 2vw, 16px);
        }

        .qr-placeholder {
            background: #fff;
            height: clamp(140px, 22vw, 180px);
            width: clamp(140px, 22vw, 180px);
            margin: 0 auto clamp(15px, 2vh, 20px);
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 12px;
            color: #999;
        }

        .footer-logo {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: clamp(8px, 1.5vw, 10px);
            font-weight: 700;
            color: #fff;
            font-size: clamp(20px, 3vw, 28px);
        }

        .footer-logo-icon {
            width: clamp(40px, 6vw, 48px);
            height: clamp(40px, 6vw, 48px);
            background-image: url('icons/logo.png');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            border-radius: 4px;
        }

        .copyright {
            text-align: center;
            padding-top: clamp(20px, 3vh, 30px);
            border-top: 0;
            color: #000;
            font-size: clamp(12px, 1.8vw, 14px);
        }

        .qr-card {
    width: clamp(140px, 22vw, 180px);
    height: clamp(140px, 22vw, 180px);
    margin: 0 auto clamp(15px, 2vh, 20px);
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    transition: transform 0.3s ease;
}

.qr-card .qr-code {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

        /* Tablet-spezifische Anpassungen */
        @media (max-width: 1024px) {
            .header-container {
                display: flex !important;
                justify-content: space-between !important;
                align-items: center !important;
            }
            nav {
                display: none !important;
            }
            .nav-links {
                display: none;
            }
            .hero-container {
                justify-content: center;
            }
            .hero-phone-container {
                justify-content: center;
            }
        }

        /* Mobile-spezifische Anpassungen */
        @media (max-width: 768px) {
            .header-container {
                display: flex !important;
                justify-content: space-between !important;
                align-items: center !important;
            }
            nav {
                display: none !important;
            }
            .hero-container {
                flex-direction: column;
                align-items: center;
                text-align: center;
            }
            .hero-content {
                max-width: 100%;
            }
            .hero-content .btn-secondary,
            .app-badges {
                justify-content: center;
            }
            .company-logos p {
                text-align: center;
            }
            .logos-grid {
                justify-content: center;
            }
            .phone-mockup {
                transform: perspective(1000px) rotateY(0deg);
            }
            .phone-mockup:hover {
                transform: perspective(1000px) rotateY(0deg);
            }
            .features-grid {
                grid-template-columns: 1fr;
            }
            .pricing-grid {
                grid-template-columns: 1fr;
            }
            .blog-grid {
                grid-template-columns: 1fr;
            }
            .footer-content {
                grid-template-columns: 1fr;
                text-align: center;
            }
            .contact-info {
                text-align: center;
            }
            .faq-header {
                flex-direction: column;
                align-items: flex-start;
            }
            .blog h2 {
                text-align: center;
            }
        }

        /* Extra kleine Geräte */
        @media (max-width: 480px) {
            .hero-content h1 {
                font-size: 28px;
            }

            .hero-word {
                min-width: 120px;
            }

            .logo-item {
                width: 120px;
                height: 50px;
            }

            .feature-step {
                flex-direction: row;
                align-items: flex-start;
            }
        }

        /* Große Bildschirme */
        @media (min-width: 1400px) {
            .hero-container,
            .features-grid,
            .pricing-grid,
            .faq-container,
            .blog-grid,
            .footer-content {
                max-width: 1400px;
            }
        }

        /* ═══════════════════════════════════════════
           VERTRIEBSPARTNER PAGE STYLES
           ═══════════════════════════════════════════ */

        .partner-hero {
            background: #FFD000;
            padding: clamp(120px,18vh,160px) clamp(20px,5vw,80px) clamp(60px,10vh,80px);
            text-align: center;
        }

        .partner-hero-container {
            max-width: 800px;
            margin: 0 auto;
        }

        .partner-hero h1 {
            font-size: clamp(32px,5vw,56px);
            font-weight: 900;
            color: #000;
            margin-bottom: 16px;
        }

        .partner-subtitle {
            font-size: clamp(18px,2.5vw,24px);
            color: rgba(0,0,0,0.7);
            font-weight: 500;
        }

        .partner-section {
            padding: clamp(50px,8vh,80px) clamp(20px,5vw,80px);
            background: #fff;
        }

        .partner-section.gray {
            background: #f4f4f4;
        }

        .partner-container {
            max-width: 1200px;
            margin: 0 auto;
        }

        .partner-container > h2 {
            font-size: clamp(26px,4vw,40px);
            font-weight: 900;
            color: #000;
            margin-bottom: clamp(32px,5vh,50px);
        }

        /* Benefits grid */
        .partner-benefits {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: clamp(20px,3vw,40px);
        }

        @media (max-width: 768px) {
            .partner-benefits { grid-template-columns: 1fr; }
        }

        .partner-benefit {
            background: #fff;
            border: 1px solid rgba(0,0,0,0.08);
            border-radius: 20px;
            padding: clamp(28px,4vw,44px);
        }

        .partner-section.gray .partner-benefit {
            background: #fff;
        }

        .benefit-number {
            font-size: clamp(36px,5vw,52px);
            font-weight: 900;
            color: #FFD000;
            margin-bottom: 12px;
            line-height: 1;
        }

        .partner-benefit h3 {
            font-size: clamp(17px,2.2vw,20px);
            font-weight: 800;
            color: #000;
            margin-bottom: 10px;
        }

        .partner-benefit p {
            font-size: clamp(14px,1.8vw,16px);
            color: #555;
            line-height: 1.65;
        }

        /* Steps */
        .partner-steps {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: clamp(20px,3vw,40px);
        }

        @media (max-width: 768px) {
            .partner-steps { grid-template-columns: 1fr; }
        }

        .partner-step {
            text-align: left;
        }

        .step-circle {
            width: clamp(48px,6vw,60px);
            height: clamp(48px,6vw,60px);
            background: #FFD000;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: clamp(20px,2.8vw,26px);
            font-weight: 900;
            color: #000;
            margin-bottom: clamp(16px,2.5vh,22px);
        }

        .partner-step h3 {
            font-size: clamp(17px,2.2vw,20px);
            font-weight: 800;
            color: #000;
            margin-bottom: 10px;
        }

        .partner-step p {
            font-size: clamp(14px,1.8vw,16px);
            color: #555;
            line-height: 1.65;
        }

        /* Targets */
        .partner-targets {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: clamp(16px,2.5vw,30px);
        }

        @media (max-width: 1024px) {
            .partner-targets { grid-template-columns: repeat(2, 1fr); }
        }

        @media (max-width: 600px) {
            .partner-targets { grid-template-columns: 1fr; }
        }

        .partner-target {
            background: #fff;
            border: 1px solid rgba(0,0,0,0.08);
            border-radius: 16px;
            padding: clamp(22px,3vw,34px);
        }

        .partner-section.gray .partner-target {
            background: #fff;
        }

        .partner-target h3 {
            font-size: clamp(16px,2vw,19px);
            font-weight: 800;
            color: #000;
            margin-bottom: 8px;
        }

        .partner-target p {
            font-size: clamp(13px,1.7vw,15px);
            color: #555;
            line-height: 1.6;
        }

        /* FAQ */
        .partner-faq {
            max-width: 800px;
        }

        .partner-faq .faq-item {
            border-bottom: 1px solid rgba(0,0,0,0.1);
            padding: clamp(16px,2.5vh,22px) 0;
            cursor: pointer;
        }

        .partner-faq .faq-question {
            font-size: clamp(15px,2vw,17px);
            font-weight: 600;
            color: #000;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 20px;
            list-style: none;
        }

        .partner-faq .faq-arrow {
            color: #FFD000;
            font-size: 14px;
            transition: transform 0.3s;
            flex-shrink: 0;
        }

        .partner-faq .faq-item.open .faq-arrow {
            transform: rotate(180deg);
        }

        .partner-faq .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.35s ease-out, padding 0.3s;
            font-size: clamp(14px,1.8vw,15px);
            color: #555;
            line-height: 1.65;
        }

        .partner-faq .faq-item.open .faq-answer {
            max-height: 300px;
            padding-top: 12px;
        }

        /* Generator */
        .partner-generator {
            background: #000;
            padding: clamp(50px,8vh,80px) clamp(20px,5vw,80px);
        }

        .partner-generator h2 {
            font-size: clamp(26px,4vw,40px);
            font-weight: 900;
            color: #FFD000;
            margin-bottom: 12px;
        }

        .generator-description {
            font-size: clamp(15px,1.9vw,17px);
            color: rgba(255,255,255,0.6);
            margin-bottom: clamp(30px,5vh,48px);
        }

        .generator-form {
            max-width: 560px;
            display: flex;
            flex-direction: column;
            gap: 18px;
        }

        .form-group {
            display: flex;
            flex-direction: column;
            gap: 7px;
        }

        .form-group label {
            font-size: clamp(13px,1.7vw,15px);
            font-weight: 600;
            color: rgba(255,255,255,0.75);
        }

        .form-group input {
            background: #1a1a1a;
            border: 1px solid rgba(255,255,255,0.15);
            border-radius: 10px;
            padding: clamp(12px,2vh,15px) clamp(14px,2vw,18px);
            color: #fff;
            font-size: clamp(14px,1.8vw,16px);
            outline: none;
            transition: border-color 0.2s;
            font-family: inherit;
        }

        .form-group input:focus {
            border-color: #FFD000;
        }

        .form-group input::placeholder {
            color: rgba(255,255,255,0.3);
        }

        .generator-btn {
            background: #FFD000;
            color: #000;
            border: none;
            border-radius: 10px;
            padding: clamp(14px,2.5vh,18px) clamp(28px,4vw,40px);
            font-size: clamp(15px,2vw,17px);
            font-weight: 800;
            cursor: pointer;
            transition: transform 0.2s;
            align-self: flex-start;
            font-family: inherit;
        }

        .generator-btn:hover {
            transform: scale(1.03);
        }

        .generated-link {
            background: #1a1a1a;
            border: 1px solid rgba(255,255,255,0.1);
            border-radius: 14px;
            padding: clamp(20px,3vw,30px);
        }

        .generated-link h3 {
            font-size: clamp(15px,2vw,17px);
            font-weight: 700;
            color: #FFD000;
            margin-bottom: 14px;
        }

        .link-box {
            display: flex;
            gap: 10px;
            align-items: center;
        }

        .link-box input {
            flex: 1;
            background: #000;
            border: 1px solid rgba(255,255,255,0.15);
            border-radius: 8px;
            padding: 12px 14px;
            color: #fff;
            font-size: clamp(13px,1.6vw,14px);
            outline: none;
            font-family: monospace;
        }

        .copy-btn {
            background: #FFD000;
            color: #000;
            border: none;
            border-radius: 8px;
            padding: 12px 18px;
            font-size: clamp(13px,1.6vw,14px);
            font-weight: 700;
            cursor: pointer;
            white-space: nowrap;
            transition: transform 0.2s;
            font-family: inherit;
        }

        .copy-btn:hover { transform: scale(1.03); }

        .link-info {
            font-size: clamp(12px,1.5vw,13px);
            color: rgba(255,255,255,0.4);
            margin-top: 12px;
        }

        /* nav-partner-link */
        .nav-partner-link {
            color: rgba(255,255,255,0.85) !important;
            text-decoration: none;
            font-weight: 600;
            font-size: clamp(14px,1.8vw,16px);
            transition: color 0.2s;
        }

        .nav-partner-link:hover { color: #fff !important; }