/* ================================================
   ROHR-FIX HOME PAGE STYLES
   Hero, Leistungen, Über Uns, Bewertungen
   ================================================ */

           HERO SECTION
           ============================ */
        .hero { position: relative; min-height: 100vh; min-height: 100dvh; overflow: hidden; background: #0d1520; display: flex; flex-direction: column; }
        .van-bg { position: absolute; inset: 0; z-index: 1; }
        .van-bg .desktop-img, .van-bg .mobile-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
        .van-bg .desktop-img { object-position: center 40%; display: block; }
        .van-bg .mobile-img { object-position: center center; display: none; }
        .van-overlay { position: absolute; inset: 0; z-index: 2; background: linear-gradient(180deg, rgba(10,15,26,0.6) 0%, rgba(10,15,26,0.1) 25%, rgba(10,15,26,0.05) 50%, rgba(10,15,26,0.3) 75%, rgba(10,15,26,0.95) 100%), linear-gradient(90deg, rgba(10,15,26,0.4) 0%, transparent 20%, transparent 80%, rgba(10,15,26,0.4) 100%); }
        .glow-accent { position: absolute; width: 600px; height: 600px; background: radial-gradient(circle, rgba(6,182,212,0.15) 0%, transparent 70%); top: 10%; left: 50%; transform: translateX(-50%); z-index: 3; animation: glowPulse 4s ease-in-out infinite; pointer-events: none; }
        @keyframes glowPulse { 0%, 100% { opacity: 0.6; transform: translateX(-50%) scale(1); } 50% { opacity: 1; transform: translateX(-50%) scale(1.1); } }
        .hero-content { position: relative; z-index: 10; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; flex: 1; padding: calc(80px + 6vh) 24px 0; text-align: center; }
        .text-container { background: rgba(10,20,35,0.6); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.1); border-radius: 2rem; padding: 2.5rem 3rem 3rem; max-width: 700px; box-shadow: 0 25px 50px -12px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.1); animation: slideDown 0.8s ease-out; }
        .logo-badge { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.75rem 1.5rem; background: rgba(6,182,212,0.15); border: 1px solid rgba(6,182,212,0.3); border-radius: 100px; margin-bottom: 1.5rem; }
        .logo-badge .brand { font-weight: 800; font-size: 1rem; letter-spacing: 0.05em; }
        .logo-badge .brand-rohr { color: #22d3ee; }
        .logo-badge .brand-fix { color: white; }
        .logo-badge .divider { color: #22d3ee; margin: 0 0.5rem; opacity: 0.6; }
        .logo-badge .location { color: rgba(255,255,255,0.7); font-size: 0.8rem; font-weight: 500; }
        .headline { font-size: clamp(2rem, 6vw, 3.5rem); font-weight: 900; color: white; line-height: 1.15; margin-bottom: 1rem; animation: slideUp 0.8s ease-out 0.2s both; }
        .headline-gradient { background: linear-gradient(135deg, #22d3ee 0%, #2dd4bf 50%, #34d399 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
        .subheadline { font-size: clamp(0.95rem, 2vw, 1.125rem); color: rgba(255,255,255,0.75); font-weight: 400; line-height: 1.6; margin-bottom: 2rem; animation: slideUp 0.8s ease-out 0.4s both; }
        .cta-container { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; animation: slideUp 0.8s ease-out 0.6s both; }
        .btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.625rem; padding: 1rem 1.75rem; font-size: 1rem; font-weight: 700; text-decoration: none; border-radius: 0.875rem; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); cursor: pointer; border: none; }
        .btn-primary { background: linear-gradient(135deg, #06b6d4 0%, #14b8a6 100%); color: white; box-shadow: 0 15px 35px -10px rgba(6,182,212,0.5); position: relative; overflow: hidden; }
        .btn-primary::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, #14b8a6 0%, #10b981 100%); opacity: 0; transition: opacity 0.3s ease; }
        .btn-primary:hover { transform: translateY(-2px) scale(1.02); box-shadow: 0 20px 40px -10px rgba(6,182,212,0.6); }
        .btn-primary:hover::before { opacity: 1; }
        .btn-primary span, .btn-primary svg { position: relative; z-index: 1; }
        .btn-secondary { background: rgba(255,255,255,0.1); backdrop-filter: blur(10px); border: 2px solid rgba(255,255,255,0.2); color: white; }
        .btn-secondary:hover { background: rgba(255,255,255,0.18); border-color: rgba(255,255,255,0.35); transform: translateY(-2px) scale(1.02); }

        .bottom-bar { position: absolute; bottom: 0; left: 0; right: 0; z-index: 15; padding: 35px 24px 44px; background: linear-gradient(180deg, transparent 0%, rgba(10,15,26,0.98) 100%); }
        .bottom-content { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; max-width: 1200px; margin: 0 auto; gap: 30px; }
        .services-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px 36px; list-style: none; }
        .service-item { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,0.9); font-size: 0.9375rem; font-weight: 500; }
        .service-item .check { width: 26px; height: 26px; background: linear-gradient(135deg, #06b6d4, #14b8a6); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; flex-shrink: 0; }
        .service-item .check svg { width: 14px; height: 14px; stroke-dasharray: 20; stroke-dashoffset: 20; }
        .service-item:nth-child(1) .check svg { animation: drawCheck 0.4s ease forwards 0.8s; }
        .service-item:nth-child(2) .check svg { animation: drawCheck 0.4s ease forwards 1.0s; }
        .service-item:nth-child(3) .check svg { animation: drawCheck 0.4s ease forwards 1.2s; }
        .service-item:nth-child(4) .check svg { animation: drawCheck 0.4s ease forwards 1.4s; }
        @keyframes drawCheck { to { stroke-dashoffset: 0; } }
        .experience-badge { display: flex; align-items: center; gap: 12px; padding: 14px 24px; background: rgba(6,182,212,0.15); border: 1px solid rgba(6,182,212,0.3); border-radius: 100px; color: white; font-weight: 600; font-size: 0.95rem; white-space: nowrap; }
        .experience-badge .icon { font-size: 1.4rem; line-height: 1; }

        @keyframes slideUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
        @keyframes slideDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }

        body.menu-open { overflow: hidden; }


/* ================================================
   LEISTUNGEN SECTION
   ================================================ */

/* ============================
           LEISTUNGEN SECTION
           ============================ */
        .leistungen {
            padding: 100px 24px 120px;
            background: linear-gradient(180deg, #f8fffe 0%, #f0fdfb 50%, #e8faf7 100%);
            position: relative;
            overflow: hidden;
        }

        /* Subtle background pattern */
        .leistungen::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: 
                radial-gradient(circle at 20% 20%, rgba(6, 182, 212, 0.03) 0%, transparent 50%),
                radial-gradient(circle at 80% 80%, rgba(20, 184, 166, 0.03) 0%, transparent 50%);
            pointer-events: none;
        }

        .leistungen-container {
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

        /* ============================
           SECTION HEADER
           ============================ */
        .section-header {
            text-align: center;
            margin-bottom: 70px;
        }

        .section-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 10px 20px;
            background: rgba(6, 182, 212, 0.1);
            border: 1px solid rgba(6, 182, 212, 0.2);
            border-radius: 100px;
            margin-bottom: 24px;
            font-size: 0.875rem;
            font-weight: 600;
            color: #0891b2;
            letter-spacing: 0.02em;
        }

        .section-badge svg {
            width: 18px;
            height: 18px;
        }

        .section-title {
            font-size: clamp(2.5rem, 5vw, 3.5rem);
            font-weight: 900;
            color: #334155;
            margin-bottom: 20px;
            line-height: 1.1;
        }

        .section-title span {
            background: linear-gradient(135deg, #06b6d4 0%, #0891b2 50%, #0e7490 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            font-style: italic;
            padding-right: 0.1em;
        }

        .section-subtitle {
            font-size: 1.125rem;
            color: #64748b;
            max-width: 700px;
            margin: 0 auto;
            line-height: 1.7;
        }

        /* ============================
           SERVICES GRID
           ============================ */
        .services-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 32px;
        }

        /* ============================
           SERVICE CARD
           ============================ */
        .service-card {
            background: white;
            border-radius: 24px;
            overflow: hidden;
            box-shadow: 
                0 4px 6px -1px rgba(0, 0, 0, 0.05),
                0 10px 15px -3px rgba(0, 0, 0, 0.05);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
        }

        .service-card:hover {
            transform: translateY(-8px);
            box-shadow: 
                0 20px 25px -5px rgba(0, 0, 0, 0.08),
                0 25px 50px -12px rgba(6, 182, 212, 0.15);
        }

        /* Image Container */
        .service-image {
            position: relative;
            height: 220px;
            overflow: hidden;
        }

        .service-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .service-card:hover .service-image img {
            transform: scale(1.08);
        }

        /* Image Overlay */
        .service-image::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(
                180deg,
                transparent 0%,
                transparent 50%,
                rgba(15, 23, 42, 0.6) 100%
            );
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .service-card:hover .service-image::after {
            opacity: 1;
        }

        /* Service Number Badge */
        .service-number {
            position: absolute;
            top: 16px;
            left: 16px;
            width: 40px;
            height: 40px;
            background: white;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.875rem;
            font-weight: 800;
            color: #0891b2;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            z-index: 2;
        }

        /* Quick View Button */
        .quick-view {
            position: absolute;
            bottom: 16px;
            right: 16px;
            width: 44px;
            height: 44px;
            background: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transform: translateY(10px);
            transition: all 0.3s ease;
            z-index: 2;
            cursor: pointer;
            border: none;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }

        .quick-view svg {
            width: 20px;
            height: 20px;
            color: #0891b2;
        }

        .service-card:hover .quick-view {
            opacity: 1;
            transform: translateY(0);
        }

        .quick-view:hover {
            background: #0891b2;
        }

        .quick-view:hover svg {
            color: white;
        }

        /* Service Content */
        .service-content {
            padding: 28px;
        }

        .service-title {
            font-size: 1.25rem;
            font-weight: 700;
            color: #334155;
            margin-bottom: 12px;
            line-height: 1.3;
        }

        .service-description {
            font-size: 0.9375rem;
            color: #64748b;
            line-height: 1.6;
            margin-bottom: 20px;
        }

        /* Service Link */
        .service-link {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: #0891b2;
            font-size: 0.9375rem;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .service-link svg {
            width: 18px;
            height: 18px;
            transition: transform 0.3s ease;
        }

        .service-link:hover {
            color: #0e7490;
        }

        .service-link:hover svg {
            transform: translateX(4px);
        }

        /* ============================
           FEATURED CARD (Larger)
           ============================ */
        .service-card.featured {
            grid-column: span 2;
            display: grid;
            grid-template-columns: 1fr 1fr;
        }

        .service-card.featured .service-image {
            height: 100%;
            min-height: 320px;
        }

        .service-card.featured .service-content {
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 40px;
        }

        .service-card.featured .service-title {
            font-size: 1.5rem;
        }

        .service-card.featured .service-description {
            font-size: 1rem;
        }

        /* Featured Badge */
        .featured-badge {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            padding: 6px 12px;
            background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
            border-radius: 6px;
            font-size: 0.75rem;
            font-weight: 700;
            color: white;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            margin-bottom: 16px;
            width: fit-content;
        }

        .featured-badge svg {
            width: 14px;
            height: 14px;
        }

        /* ============================
           SCROLL ANIMATIONS
           ============================ */
        .service-card {
            opacity: 0;
            transform: translateY(40px);
        }

        .service-card.animate {
            animation: cardFadeIn 0.6s ease forwards;
        }

        .service-card:nth-child(1).animate { animation-delay: 0.1s; }
        .service-card:nth-child(2).animate { animation-delay: 0.2s; }
        .service-card:nth-child(3).animate { animation-delay: 0.3s; }
        .service-card:nth-child(4).animate { animation-delay: 0.4s; }
        .service-card:nth-child(5).animate { animation-delay: 0.5s; }
        .service-card:nth-child(6).animate { animation-delay: 0.6s; }

        @keyframes cardFadeIn {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* ============================
           RESPONSIVE
           ============================ */
        @media (max-width: 1200px) {
            .services-grid {
                gap: 24px;
            }

            .service-card.featured {
                grid-column: span 3;
            }
        }

        @media (max-width: 1024px) {
            .leistungen {
                padding: 80px 20px 100px;
            }

            .services-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .service-card.featured {
                grid-column: span 2;
            }
        }

        @media (max-width: 768px) {
            .leistungen {
                padding: 60px 16px 80px;
            }

            .section-header {
                margin-bottom: 50px;
            }

            .section-title {
                font-size: 2rem;
            }

            .section-subtitle {
                font-size: 1rem;
            }

            .services-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .service-card.featured {
                grid-column: span 1;
                grid-template-columns: 1fr;
            }

            .service-card.featured .service-image {
                min-height: 200px;
            }

            .service-card.featured .service-content {
                padding: 28px;
            }

            .service-image {
                height: 200px;
            }

            .service-content {
                padding: 24px;
            }
        }

        @media (max-width: 400px) {
            .section-badge {
                font-size: 0.8125rem;
                padding: 8px 16px;
            }

            .section-title {
                font-size: 1.75rem;
            }

            .service-title {
                font-size: 1.125rem;
            }

            .service-description {
                font-size: 0.875rem;
            }
        }

        /* ============================
           WASSER-ELEMENTE
           ============================ */
        
        .water-bubbles {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            pointer-events: none;
            z-index: 0;
        }
        
        .bubble {
            position: absolute;
            bottom: -20px;
            background: radial-gradient(circle at 30% 30%, rgba(6, 182, 212, 0.15), rgba(6, 182, 212, 0.05));
            border-radius: 50%;
            animation: floatUp linear infinite;
            opacity: 0;
        }
        
        .bubble::before {
            content: '';
            position: absolute;
            top: 15%;
            left: 20%;
            width: 30%;
            height: 30%;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 50%;
        }
        
        @keyframes floatUp {
            0% { opacity: 0; transform: translateY(0) scale(0.5); }
            10% { opacity: 1; }
            90% { opacity: 1; }
            100% { opacity: 0; transform: translateY(-100vh) scale(1); }
        }
        
        .bubble:nth-child(1) { left: 5%; width: 20px; height: 20px; animation-duration: 12s; animation-delay: 0s; }
        .bubble:nth-child(2) { left: 15%; width: 35px; height: 35px; animation-duration: 15s; animation-delay: 2s; }
        .bubble:nth-child(3) { left: 28%; width: 15px; height: 15px; animation-duration: 10s; animation-delay: 4s; }
        .bubble:nth-child(4) { left: 42%; width: 28px; height: 28px; animation-duration: 14s; animation-delay: 1s; }
        .bubble:nth-child(5) { left: 58%; width: 18px; height: 18px; animation-duration: 11s; animation-delay: 3s; }
        .bubble:nth-child(6) { left: 72%; width: 32px; height: 32px; animation-duration: 16s; animation-delay: 5s; }
        .bubble:nth-child(7) { left: 85%; width: 22px; height: 22px; animation-duration: 13s; animation-delay: 2.5s; }
        .bubble:nth-child(8) { left: 92%; width: 14px; height: 14px; animation-duration: 9s; animation-delay: 6s; }
        
        .water-particles {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            pointer-events: none;
            z-index: 0;
        }
        
        .particle {
            position: absolute;
            width: 6px;
            height: 6px;
            background: rgba(6, 182, 212, 0.6);
            border-radius: 50%;
            box-shadow: 0 0 12px rgba(6, 182, 212, 0.4);
            animation: particleFloat linear infinite;
            opacity: 0;
        }
        
        @keyframes particleFloat {
            0% { opacity: 0; transform: translateY(0) translateX(0); }
            10% { opacity: 1; }
            90% { opacity: 1; }
            100% { opacity: 0; transform: translateY(-100vh) translateX(50px); }
        }
        
        .particle:nth-child(1) { left: 8%; animation-duration: 18s; animation-delay: 0s; bottom: 0; }
        .particle:nth-child(2) { left: 20%; animation-duration: 22s; animation-delay: 2s; width: 4px; height: 4px; bottom: 10%; }
        .particle:nth-child(3) { left: 35%; animation-duration: 20s; animation-delay: 1s; width: 8px; height: 8px; bottom: 5%; }
        .particle:nth-child(4) { left: 50%; animation-duration: 24s; animation-delay: 4s; bottom: 15%; }
        .particle:nth-child(5) { left: 65%; animation-duration: 19s; animation-delay: 3s; width: 5px; height: 5px; bottom: 0; }
        .particle:nth-child(6) { left: 80%; animation-duration: 21s; animation-delay: 2s; width: 7px; height: 7px; bottom: 8%; }
        .particle:nth-child(7) { left: 92%; animation-duration: 17s; animation-delay: 5s; bottom: 3%; }
        
        .wave-divider {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 60px;
            overflow: hidden;
            z-index: 2;
        }
        
        .wave-divider svg {
            position: absolute;
            bottom: 0;
            width: 200%;
            height: 100%;
            animation: waveMove 8s linear infinite;
        }
        
        @keyframes waveMove {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }
        
        .service-card::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 0;
            height: 0;
            background: radial-gradient(circle, rgba(6, 182, 212, 0.08) 0%, transparent 70%);
            border-radius: 50%;
            transform: translate(-50%, -50%);
            transition: width 0.6s ease, height 0.6s ease;
            z-index: 0;
            pointer-events: none;
        }
        
        .service-card:hover::before {
            width: 300%;
            height: 300%;
        }

        /* ============================
           HERO MITARBEITER
           ============================ */
        
        .hero-employee-desktop {
            position: absolute;
            right: 8%;
            bottom: 0;
            width: 340px;
            height: auto;
            z-index: 15;
            filter: drop-shadow(0 20px 50px rgba(0,0,0,0.5));
            animation: employeeSlideIn 1s ease-out 0.5s both;
        }
        
        .hero-employee-mobile {
            display: none;
        }
        
        @keyframes employeeSlideIn {
            from { opacity: 0; transform: translateX(60px); }
            to { opacity: 1; transform: translateX(0); }
        }

        @media (max-width: 1500px) {
            .hero-employee-desktop { width: 300px; right: 5%; }
        }
        
        @media (max-width: 1300px) {
            .hero-employee-desktop { width: 270px; right: 3%; }
        }
        
        @media (max-width: 1100px) {
            .hero-employee-desktop { width: 235px; right: 2%; }
        }
        
        @media (min-width: 993px) {
            .bottom-text-wrapper {
                display: contents;
            }
            .hero-employee-mobile {
                display: none !important;
            }
        }
        
        @media (max-width: 992px) {
            .hero-employee-desktop {
                display: none;
            }

            .hero-content {
                flex: 1;
                padding-bottom: 0;
            }

            .bottom-bar {
                position: relative;
                padding: 24px 16px 28px !important;
                margin-top: auto;
            }

            .bottom-content {
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 15px;
                padding: 0 20px;
                position: relative;
            }

            .bottom-text-wrapper {
                display: flex;
                flex-direction: column;
                align-items: center;
                text-align: center;
                position: relative;
                z-index: 5;
            }

            .services-list {
                display: grid !important;
                grid-template-columns: auto auto !important;
                gap: 10px 25px !important;
                justify-content: center !important;
            }

            .experience-badge {
                margin-top: 12px;
            }

            .hero-employee-mobile {
                display: block;
                width: 180px;
                height: auto;
                filter: drop-shadow(0 10px 30px rgba(0,0,0,0.4));
                opacity: 0.2;
                position: absolute;
                right: -10px;
                bottom: -20px;
                pointer-events: none;
                z-index: 1;
                animation: employeeSlideIn 1s ease-out 0.5s both;
            }
        }

        @media (max-width: 768px) {
            .wave-divider { height: 40px; }
            .bubble:nth-child(n+6) { display: none; }
            .particle:nth-child(n+5) { display: none; }
            .hero-employee-mobile { width: 160px; }
        }

        @media (max-width: 480px) {
            .hero-employee-mobile { width: 140px; right: -15px; }
            .services-list { gap: 8px 18px !important; }
            .service-item { font-size: 0.875rem; }
            .experience-badge { font-size: 0.85rem; padding: 10px 18px; }
        }

        @media (max-width: 380px) {
            .hero-employee-mobile { width: 120px; }
            .services-list { gap: 6px 14px !important; }
        }


/* ================================================
   ÜBER UNS SECTION
   ================================================ */

/* ============================
           ÜBER UNS SECTION
           ============================ */
        .ueber-uns {
            padding: 120px 24px;
            background: linear-gradient(180deg, #0a0f1a 0%, #0f172a 50%, #0a0f1a 100%);
            color: white;
            position: relative;
            overflow: hidden;
        }

        /* Background Effects */
        .ueber-uns::before {
            content: '';
            position: absolute;
            top: 10%;
            left: -10%;
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, rgba(6, 182, 212, 0.08) 0%, transparent 70%);
            pointer-events: none;
        }

        .ueber-uns::after {
            content: '';
            position: absolute;
            bottom: 10%;
            right: -10%;
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, rgba(20, 184, 166, 0.06) 0%, transparent 70%);
            pointer-events: none;
        }

        .ueber-uns-container {
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

        /* ============================
           MAIN HEADER AREA
           ============================ */
        .about-header {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
            align-items: center;
            margin-bottom: 100px;
        }

        .about-headline {
            position: relative;
        }

        .about-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 10px 18px;
            background: rgba(6, 182, 212, 0.15);
            border: 1px solid rgba(6, 182, 212, 0.25);
            border-radius: 100px;
            margin-bottom: 28px;
            font-size: 0.875rem;
            font-weight: 600;
            color: #22d3ee;
            letter-spacing: 0.02em;
        }

        .about-badge svg {
            width: 18px;
            height: 18px;
        }

        .about-title {
            font-size: clamp(2.5rem, 5vw, 3.5rem);
            font-weight: 900;
            line-height: 1.1;
            margin-bottom: 24px;
        }

        .about-title span {
            background: linear-gradient(135deg, #22d3ee 0%, #2dd4bf 50%, #34d399 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .about-intro {
            font-size: 1.125rem;
            color: rgba(255, 255, 255, 0.7);
            line-height: 1.8;
            margin-bottom: 32px;
        }

        /* Quote Highlight */
        .about-quote {
            position: relative;
            padding-left: 24px;
            border-left: 3px solid #06b6d4;
            font-size: 1.25rem;
            font-weight: 600;
            color: white;
            line-height: 1.5;
            font-style: italic;
        }

        /* Stats Grid */
        .about-stats {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 24px;
        }

        .stat-card {
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 20px;
            padding: 32px;
            text-align: center;
            transition: all 0.4s ease;
        }

        .stat-card:hover {
            background: rgba(255, 255, 255, 0.05);
            border-color: rgba(6, 182, 212, 0.3);
            transform: translateY(-4px);
        }

        .stat-number {
            font-size: 3rem;
            font-weight: 900;
            background: linear-gradient(135deg, #22d3ee 0%, #2dd4bf 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            line-height: 1;
            margin-bottom: 8px;
        }

        .stat-label {
            font-size: 0.9375rem;
            color: rgba(255, 255, 255, 0.6);
            font-weight: 500;
        }

        .stat-check svg {
            width: 48px;
            height: 48px;
            stroke: #22d3ee;
        }

        /* ============================
           FEATURES SECTION
           ============================ */
        .features-section {
            margin-bottom: 80px;
        }

        .features-header {
            text-align: center;
            margin-bottom: 40px;
        }

        .features-title {
            font-size: 1.75rem;
            font-weight: 800;
            margin-bottom: 16px;
        }

        .features-subtitle {
            font-size: 1.0625rem;
            color: rgba(255, 255, 255, 0.6);
            max-width: 600px;
            margin: 0 auto;
        }

        .features-layout {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 32px;
            align-items: stretch;
        }

        .features-image {
            position: relative;
            border-radius: 20px;
            overflow: hidden;
        }

        .features-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .features-image-overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 32px;
            background: linear-gradient(180deg, transparent 0%, rgba(10, 15, 26, 0.85) 100%);
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            gap: 20px;
        }

        .features-image-overlay p {
            font-size: 0.9375rem;
            color: rgba(255, 255, 255, 0.85);
            line-height: 1.6;
            max-width: 320px;
        }

        .features-image-cta {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 12px 24px;
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 12px;
            color: white;
            text-decoration: none;
            font-size: 0.9rem;
            font-weight: 600;
            white-space: nowrap;
            transition: all 0.3s ease;
            flex-shrink: 0;
        }

        .features-image-cta:hover {
            background: rgba(6, 182, 212, 0.2);
            border-color: rgba(6, 182, 212, 0.4);
        }

        .features-image-cta svg {
            width: 18px;
            height: 18px;
        }

        .features-cards {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .feature-card {
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 20px;
            padding: 28px 28px;
            position: relative;
            overflow: hidden;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .feature-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, #06b6d4 0%, #14b8a6 100%);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .feature-card:hover {
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
            border-color: rgba(6, 182, 212, 0.3);
            transform: translateY(-4px);
        }

        .feature-card:hover::before {
            opacity: 1;
        }

        .feature-icon {
            width: 44px;
            height: 44px;
            background: linear-gradient(135deg, rgba(6, 182, 212, 0.2) 0%, rgba(20, 184, 166, 0.1) 100%);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 16px;
            color: #22d3ee;
        }

        .feature-icon svg {
            width: 22px;
            height: 22px;
            color: #22d3ee;
            stroke: #22d3ee;
        }

        .feature-title {
            font-size: 1.1rem;
            font-weight: 700;
            margin-bottom: 8px;
        }

        .feature-description {
            font-size: 0.9rem;
            color: rgba(255, 255, 255, 0.6);
            line-height: 1.7;
        }

        /* ============================
           CLIENTS SECTION
           ============================ */
        .clients-section {
            background: rgba(255, 255, 255, 0.02);
            border: 1px solid rgba(255, 255, 255, 0.06);
            border-radius: 24px;
            padding: 50px;
        }

        .clients-header {
            text-align: center;
            margin-bottom: 40px;
        }

        .clients-title {
            font-size: 1.5rem;
            font-weight: 800;
            margin-bottom: 12px;
        }

        .clients-subtitle {
            font-size: 1rem;
            color: rgba(255, 255, 255, 0.6);
        }

        .clients-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
        }

        .client-type {
            display: flex;
            align-items: center;
            gap: 16px;
            padding: 24px;
            background: rgba(255, 255, 255, 0.03);
            border-radius: 16px;
            transition: all 0.3s ease;
        }

        .client-type:hover {
            background: rgba(255, 255, 255, 0.06);
        }

        .client-icon {
            width: 48px;
            height: 48px;
            background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .client-icon svg {
            width: 24px;
            height: 24px;
            color: white;
        }

        .client-info h4 {
            font-size: 1rem;
            font-weight: 700;
            margin-bottom: 4px;
        }

        .client-info p {
            font-size: 0.875rem;
            color: rgba(255, 255, 255, 0.5);
        }

        /* ============================
           ANIMATIONS
           ============================ */
        .fade-up {
            opacity: 0;
            transform: translateY(40px);
        }

        .fade-up.animate {
            animation: fadeUp 0.8s ease forwards;
        }

        .fade-up.delay-1.animate { animation-delay: 0.1s; }
        .fade-up.delay-2.animate { animation-delay: 0.2s; }
        .fade-up.delay-3.animate { animation-delay: 0.3s; }
        .fade-up.delay-4.animate { animation-delay: 0.4s; }

        @keyframes fadeUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Stat counter animation */



        /* ============================
           RESPONSIVE
           ============================ */
        @media (max-width: 1024px) {
            .ueber-uns {
                padding: 80px 20px;
            }

            .about-header {
                grid-template-columns: 1fr;
                gap: 50px;
                margin-bottom: 80px;
            }

            .about-stats {
                max-width: 500px;
                margin: 0 auto;
            }

            .features-layout {
                grid-template-columns: 1fr;
                gap: 24px;
            }

            .features-image {
                min-height: auto;
                max-height: 400px;
            }

            .clients-grid {
                grid-template-columns: 1fr;
            }

            .clients-section {
                padding: 40px 30px;
            }
        }

        @media (max-width: 768px) {
            .ueber-uns {
                padding: 60px 16px;
            }

            .about-header {
                gap: 40px;
                margin-bottom: 60px;
            }

            .about-title {
                font-size: 2rem;
            }

            .about-intro {
                font-size: 1rem;
            }

            .about-quote {
                font-size: 1.0625rem;
            }

            .about-stats {
                gap: 16px;
            }

            .stat-card {
                padding: 24px;
            }

            .stat-number {
                font-size: 2.5rem;
            }

            .features-header {
                margin-bottom: 40px;
            }

            .features-image {
                min-height: auto;
            }

            .features-image-overlay {
                flex-direction: column;
                align-items: flex-start;
                padding: 20px;
                gap: 12px;
            }

            .features-image-overlay p {
                font-size: 0.875rem;
                max-width: 100%;
            }

            .features-image-cta {
                width: 100%;
                justify-content: center;
                padding: 14px 24px;
            }

            .features-title {
                font-size: 1.5rem;
            }

            .feature-card {
                padding: 24px 20px;
            }

            .clients-section {
                padding: 32px 20px;
                border-radius: 20px;
            }

            .clients-title {
                font-size: 1.25rem;
            }

            .client-type {
                padding: 20px;
            }
        }

        @media (max-width: 400px) {
            .about-badge {
                font-size: 0.8125rem;
                padding: 8px 14px;
            }

            .about-title {
                font-size: 1.75rem;
            }

            .stat-number {
                font-size: 2rem;
            }

            .stat-check svg {
                width: 36px;
                height: 36px;
            }

            .stat-label {
                font-size: 0.8125rem;
            }

            .feature-icon {
                width: 48px;
                height: 48px;
            }

            .feature-icon svg {
                width: 24px;
                height: 24px;
            }

            .feature-title {
                font-size: 1.125rem;
            }
        }


/* ================================================
   BEWERTUNGEN SECTION
   ================================================ */

* { margin: 0; padding: 0; box-sizing: border-box; }
        
        body { 
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; 
            background: #f8fffe;
            color: #1a1a2e;
            -webkit-font-smoothing: antialiased;
        }

        /* ============================
           BEWERTUNGEN SECTION
           ============================ */
        .bewertungen {
            padding: 100px 24px 120px;
            background: linear-gradient(180deg, #ffffff 0%, #f8fffe 50%, #f0fdfb 100%);
            position: relative;
            overflow: hidden;
        }

        /* Subtle pattern */
        .bewertungen::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: 
                radial-gradient(circle at 10% 20%, rgba(6, 182, 212, 0.03) 0%, transparent 50%),
                radial-gradient(circle at 90% 80%, rgba(20, 184, 166, 0.03) 0%, transparent 50%);
            pointer-events: none;
        }

        .bewertungen-container {
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

        /* ============================
           SECTION HEADER
           ============================ */
        .bew-section-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .bew-section-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 10px 20px;
            background: rgba(6, 182, 212, 0.1);
            border: 1px solid rgba(6, 182, 212, 0.2);
            border-radius: 100px;
            margin-bottom: 24px;
            font-size: 0.875rem;
            font-weight: 600;
            color: #0891b2;
            letter-spacing: 0.02em;
        }

        .bew-section-badge svg {
            width: 18px;
            height: 18px;
        }

        .bew-section-title {
            font-size: clamp(2.25rem, 4.5vw, 3rem);
            font-weight: 900;
            color: #334155;
            margin-bottom: 20px;
            line-height: 1.15;
        }

        .bew-section-title span {
            background: linear-gradient(135deg, #06b6d4 0%, #0891b2 50%, #0e7490 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        /* ============================
           GOOGLE RATING HEADER
           ============================ */
        .google-rating {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px;
            margin-bottom: 50px;
            flex-wrap: wrap;
        }

        .google-logo {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .google-logo svg {
            width: 28px;
            height: 28px;
        }

        .google-logo span {
            font-size: 1.25rem;
            font-weight: 600;
            color: #5f6368;
        }

        .rating-display {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .rating-score {
            font-size: 3rem;
            font-weight: 900;
            color: #334155;
            line-height: 1;
        }

        .rating-details {
            display: flex;
            flex-direction: column;
            gap: 4px;
        }

        .stars-row {
            display: flex;
            gap: 2px;
        }

        .star {
            width: 24px;
            height: 24px;
            color: #fbbf24;
        }

        .review-count {
            font-size: 0.875rem;
            color: #64748b;
        }

        .review-count a {
            color: #0891b2;
            text-decoration: none;
            font-weight: 600;
        }

        .review-count a:hover {
            text-decoration: underline;
        }

        /* ============================
           REVIEWS GRID
           ============================ */
        .reviews-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 24px;
        }

        /* ============================
           REVIEW CARD
           ============================ */
        .review-card {
            background: white;
            border-radius: 20px;
            padding: 32px;
            box-shadow: 
                0 4px 6px -1px rgba(0, 0, 0, 0.05),
                0 10px 15px -3px rgba(0, 0, 0, 0.05);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
        }

        .review-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, #fbbf24 0%, #f59e0b 100%);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .review-card:hover {
            transform: translateY(-6px);
            box-shadow: 
                0 20px 25px -5px rgba(0, 0, 0, 0.08),
                0 25px 50px -12px rgba(6, 182, 212, 0.1);
        }

        .review-card:hover::before {
            opacity: 1;
        }

        /* Quote Icon */
        .quote-icon {
            position: absolute;
            top: 24px;
            right: 24px;
            width: 40px;
            height: 40px;
            color: rgba(6, 182, 212, 0.15);
        }

        /* Review Header */
        .review-header {
            display: flex;
            align-items: center;
            gap: 14px;
            margin-bottom: 16px;
        }

        .reviewer-avatar {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.125rem;
            font-weight: 700;
            color: white;
            flex-shrink: 0;
        }

        .avatar-d { background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%); }
        .avatar-u { background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%); }
        .avatar-y { background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); }

        .reviewer-info {
            flex: 1;
        }

        .reviewer-name {
            font-size: 1rem;
            font-weight: 700;
            color: #334155;
            margin-bottom: 2px;
        }

        .reviewer-meta {
            font-size: 0.8125rem;
            color: #94a3b8;
        }

        .local-guide-badge {
            display: inline-flex;
            align-items: center;
            gap: 4px;
            font-size: 0.75rem;
            font-weight: 600;
            color: #f59e0b;
            background: rgba(245, 158, 11, 0.1);
            padding: 2px 8px;
            border-radius: 100px;
            margin-left: 8px;
        }

        .local-guide-badge svg {
            width: 12px;
            height: 12px;
        }

        /* Review Stars */
        .review-stars {
            display: flex;
            gap: 2px;
            margin-bottom: 16px;
        }

        .review-stars .star {
            width: 18px;
            height: 18px;
            color: #fbbf24;
        }

        .review-date {
            font-size: 0.75rem;
            color: #94a3b8;
            margin-left: 10px;
        }

        /* Review Text */
        .review-text {
            font-size: 0.9375rem;
            color: #475569;
            line-height: 1.7;
        }

        /* ============================
           BOTTOM CTA
           ============================ */
        .reviews-cta {
            text-align: center;
            margin-top: 50px;
        }

        .btn-google {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            padding: 16px 32px;
            background: white;
            border: 2px solid #e2e8f0;
            border-radius: 14px;
            font-size: 1rem;
            font-weight: 600;
            color: #334155;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .btn-google:hover {
            border-color: #06b6d4;
            box-shadow: 0 10px 30px -8px rgba(6, 182, 212, 0.2);
            transform: translateY(-2px);
        }

        .btn-google svg {
            width: 24px;
            height: 24px;
        }

        /* ============================
           ANIMATIONS
           ============================ */
        .review-card {
            opacity: 0;
            transform: translateY(30px);
        }

        .review-card.animate {
            animation: cardFadeIn 0.6s ease forwards;
        }

        .review-card:nth-child(1).animate { animation-delay: 0.1s; }
        .review-card:nth-child(2).animate { animation-delay: 0.2s; }
        .review-card:nth-child(3).animate { animation-delay: 0.3s; }
        .review-card:nth-child(4).animate { animation-delay: 0.4s; }

        @keyframes cardFadeIn {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .bew-section-header,
        .google-rating,
        .reviews-cta {
            opacity: 0;
            transform: translateY(30px);
        }

        .bew-section-header.animate,
        .google-rating.animate,
        .reviews-cta.animate {
            animation: cardFadeIn 0.6s ease forwards;
        }

        /* ============================
           RESPONSIVE
           ============================ */
        @media (max-width: 900px) {
            .reviews-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
        }

        @media (max-width: 768px) {
            .bewertungen {
                padding: 70px 16px 90px;
            }

            .bew-section-header {
                margin-bottom: 40px;
            }

            .bew-section-title {
                font-size: 2rem;
            }

            .google-rating {
                flex-direction: column;
                gap: 16px;
                margin-bottom: 40px;
            }

            .rating-score {
                font-size: 2.5rem;
            }

            .review-card {
                padding: 24px;
            }

            .reviewer-avatar {
                width: 42px;
                height: 42px;
                font-size: 1rem;
            }

            .reviewer-name {
                font-size: 0.9375rem;
            }

            .review-text {
                font-size: 0.875rem;
            }

            .quote-icon {
                width: 32px;
                height: 32px;
                top: 20px;
                right: 20px;
            }
        }

        @media (max-width: 400px) {
            .bewertungen {
                padding: 50px 14px 70px;
            }

            .bew-section-badge {
                font-size: 0.8125rem;
                padding: 8px 14px;
            }

            .bew-section-title {
                font-size: 1.75rem;
            }

            .review-card {
                padding: 20px;
            }

            .review-header {
                gap: 12px;
            }

            .reviewer-avatar {
                width: 38px;
                height: 38px;
                font-size: 0.9375rem;
            }

            .btn-google {
                padding: 14px 24px;
                font-size: 0.9375rem;
                width: 100%;
                justify-content: center;
            }
        }


