        :root {
            --primary-blue: #1e40af;
            --secondary-blue: #3b82f6;
            --accent-orange: #f97316;
            --dark-gray: #1f2937;        .team-member:hover {
        }         --light-        .service-card:hover {
        } #f8fafc;
            --text-dark: #111827;
            --text-light: #6b7280;
            --gradient-primary: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
            --gradient-accent: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Inter', sans-serif;
            line-height: 1.4;
            color: var(--text-dark);
            overflow-x: hidden;
            scroll-behavior: smooth;
            background: var(--light-gray);
        }

        .slide {
            width: 100svw;
            min-height: 100svh;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            scroll-snap-align: start;
            padding: 3vh 3vw;
            box-sizing: border-box;
            overflow: hidden;
        }

        .container {
            max-width: 92vw;
            margin: 0 auto;
            padding: 0 1.5vw;
            width: 92vw;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        /* Slide 1: Title Slide */
        .slide-1 {
            background: var(--gradient-primary);
            color: white;
            text-align: center;
        }

        .title-content h1 {
            font-size: clamp(2.5rem, 5vw, 5rem);
            font-weight: 800;
            margin-bottom: 1.2rem;
            text-shadow: 0 4px 20px rgba(0,0,0,0.3);
            letter-spacing: -0.01em;
            line-height: 1.1;
        }

        .title-content .subtitle {
            font-size: clamp(1.2rem, 2.5vw, 2.2rem);
            font-weight: 400;
            margin-bottom: 1.8rem;
            opacity: 0.95;
            line-height: 1.2;
        }

        /* Service Images Section */
        .service-images {
            display: flex;
            justify-content: space-around;
            align-items: center;
            gap: 1.5rem;
            margin-top: 4rem;
            flex-wrap: wrap;
        }

        .service-image {
            width: clamp(120px, 18vw, 200px);
            height: clamp(120px, 18vw, 200px);
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 25px rgba(0,0,0,0.15);
            position: relative;
            zoom: 1.5;
        }

        .service-image:hover {
        }

        .service-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .service-image:hover img {
        }

        .service-image::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(249, 115, 22, 0.1));
            opacity: 0;
            z-index: 1;
        }

        .service-image:hover::before {
            opacity: 1;
        }

        .service-image:hover::before {
            opacity: 1;
        }

        /* Slide 2: Team Introduction */
        .slide-2 {
            background: var(--light-gray);
            padding: 4rem 0;
        }

        .team-header {
            text-align: center;
            margin-bottom: 2rem;
        }

        .team-header h2 {
            font-size: clamp(2.2rem, 3.5vw, 3.5rem);
            color: var(--primary-blue);
            margin-bottom: 1.8rem;
        }

        .team-header .tagline {
            font-size: clamp(1.1rem, 1.8vw, 1.8rem);
            color: var(--text-light);
            font-weight: 400;
        }

        .team-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
            gap: 2rem;
            align-items: start;
            justify-content: center;
            padding: 0 10%;
        }

        .team-member {
            background: white;
            padding: 2rem;
            border-radius: 25px;
            text-align: center;
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
            border: 2px solid transparent;
        }

        .team-member:hover {
            transform: translateY(-10px);
            box-shadow: 0 30px 60px rgba(0,0,0,0.15);
            border-color: var(--secondary-blue);
        }

        .team-member img {
            width: 12svh;
            height: 12svh;
            border-radius: 50%;
            object-fit: cover;
            border: none;
            box-shadow: 0 15px 30px rgba(0,0,0,0.2);
            margin-bottom: 1.5rem;
        }

        .team-member h3 {
            font-size: clamp(1.5rem, 2.2vw, 2.3rem);
            margin-bottom: 1.2rem;
            color: var(--primary-blue);
        }

        .team-member .role {
            font-size: 1.2rem;
            color: var(--accent-orange);
            font-weight: 500;
            margin-bottom: 2.2rem;
        }

        .experience-highlights {
            list-style: none;
            text-align: left;
            padding-left:1rem ;
        }

        .experience-highlights li {
            display: flex;
            align-items: center;
            margin-bottom: 1.2rem;
            font-size: 1rem;
            line-height: 1.3;
        }

        .experience-highlights li i {
            color: var(--secondary-blue);
            margin-right: 1rem;
            font-size: 1.3rem;
            min-width: 20px;
        }

        /* Slide 3: Company Overview */
        .slide-3 {
            background: white;
        }

        .company-header {
            text-align: center;
            margin-bottom: 4rem;
        }

        .company-header h2 {
            font-size: clamp(2.2rem, 4.5vw, 4.5rem);
            color: var(--primary-blue);
            margin-bottom: 1.8rem;
        }

        .company-header .tagline {
            font-size: clamp(1.1rem, 1.8vw, 1.8rem);
            color: var(--text-light);
            font-weight: 400;
        }

        .services-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 3rem;
            min-height: 400px;
        }

        .service-card {
            background: white;
            padding: 3rem 2rem;
            border-radius: 25px;
            text-align: center;
            box-shadow: 0 15px 35px rgba(0,0,0,0.1);
            border: 2px solid transparent;
            position: relative;
            overflow: hidden;
        }

        .service-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.1), transparent);
        }

        .service-card:hover::before {
        }

        .service-card:hover {
            transform: translateY(-15px) scale(1.02);
            box-shadow: 0 25px 50px rgba(0,0,0,0.2);
            border-color: var(--secondary-blue);
        }

        .service-card i {
            font-size: clamp(3rem, 4.5vw, 4.5rem);
            color: var(--accent-orange);
            margin-bottom: 1.5rem;
            display: block;
        }

        .service-card h3 {
            font-size: 1.5rem;
            margin-bottom: 1.8rem;
            color: var(--primary-blue);
        }

        .service-card p {
            font-size: 1.2;
            line-height: 1.4;
            color: var(--text-light);
        }

        /* Slide 4: Unique Framework */
        .slide-4 {
            background: var(--gradient-accent);
            color: white;
        }

        .framework-content {
            text-align: center;
        }

        .framework-content h2 {
            font-size: clamp(2.2rem, 3.5vw, 3.5rem);
            margin-bottom: 1.5rem;
            text-shadow: 0 4px 20px rgba(0,0,0,0.3);
        }

        .framework-tagline {
            font-size: clamp(1.4rem, 2.2vw, 2.3rem);
            margin-bottom: 1.5rem;
            font-weight: 500;
            font-style: italic;
        }

        .framework-description {
            font-size: clamp(1.1rem, 1.5vw, 1.5rem);
            opacity: 0.95;
            line-height: 1.4;
            max-width: 90svw;
            margin: 0 auto 3rem;
        }

        .framework-features {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
            margin-top: 3rem;
            max-width: 80svw;
            margin-left: auto;
            margin-right: auto;
        }

        .feature-card {
            background: rgba(255,255,255,0.1);
            backdrop-filter: blur(10px);
            padding: 3rem 2rem;
            border-radius: 25px;
            text-align: center;
            border: 2px solid rgba(255,255,255,0.2);
            position: relative;
            overflow: hidden;
        }

        .feature-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
        }

        .feature-card:hover::before {
        }

        .feature-card:hover {
            transform: translateY(-10px) scale(1.02);
            border-color: rgba(255,255,255,0.4);
            box-shadow: 0 20px 40px rgba(0,0,0,0.3);
        }

        .feature-card i {
            font-size: clamp(3.5rem, 5vw, 5rem);
            color: var(--accent-orange);
            margin-bottom: 2rem;
            display: block;
            filter: drop-shadow(0 4px 8px rgba(0,0,0,0.2));
        }

        .feature-card h4 {
            font-size: clamp(1.3rem, 2.2vw, 2.2rem);
            margin-bottom: 1.2rem;
            color: white;
        }

        .feature-card p {
            font-size: clamp(0.9rem, 1.4vw, 1.4rem);
            opacity: 0.95;
            line-height: 1.4;
        }

        /* Slide 5: Products Portfolio */
        .slide-5 {
            background: var(--light-gray);
        }

        .products-header {
            text-align: center;
            margin-bottom: 4rem;
        }

        .products-header h2 {
            font-size: clamp(2.2rem, 3.5vw, 3.5rem);
            color: var(--primary-blue);
            margin-bottom: 1.8rem;
        }

        .products-header .tagline {
            font-size: clamp(1rem, 1.2vw, 1.3rem);
            color: var(--text-light);
            font-weight: 400;
        }

        .products-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
        }

        .product-card {
            background: white;
            border-radius: 25px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
            border: 2px solid transparent;
        }

        .product-card:hover {
        }

        .product-image {
            height: 180px;
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: clamp(3rem, 4.5vw, 4.5rem);
            position: relative;
            overflow: hidden;
        }

        .product-image::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: var(--gradient-primary);
            opacity: 0.9;
        }

        .product-image i {
            position: relative;
            z-index: 2;
        }

        .product-content {
            padding: 2.5rem;
        }

        .product-content h3 {
            font-size: clamp(1.5rem, 2.3vw, 2.3rem);
            margin-bottom: 1.8rem;
            color: var(--primary-blue);
        }

        .product-content p {
            font-size: 1rem;
            line-height: 1.4;
            color: var(--text-light);
        }

        /* Slide 6: Value Proposition */
        .slide-6 {
            background: white;
        }

        .value-content {
            text-align: center;
        }

        .value-content h2 {
            font-size: clamp(2.2rem, 4.5vw, 4.5rem);
            color: var(--primary-blue);
            margin-bottom: 3rem;
        }

        .value-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 2rem;
        }

        .value-item {
            padding: 3rem 2rem;
            background: var(--light-gray);
            border-radius: 25px;
            text-align: center;
            border: 2px solid transparent;
            position: relative;
            overflow: hidden;
        }

        .value-item::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(249, 115, 22, 0.1), transparent);
        }

        .value-item:hover::before {
        }

        .value-item:hover {
            transform: translateY(-10px) scale(1.02);
            border-color: var(--accent-orange);
            box-shadow: 0 20px 40px rgba(249, 115, 22, 0.2);
        }

        .value-item i {
            font-size: clamp(3rem, 4.5vw, 4.5rem);
            color: var(--accent-orange);
            margin-bottom: 1.5rem;
        }

        .value-item h4 {
            font-size: clamp(1.5rem, 2.8vw, 2.8rem);
            margin-bottom: 1.8rem;
            color: var(--primary-blue);
        }

        .value-item p {
            font-size: 1rem;
            line-height: 1.4;
            color: var(--text-light);
        }

        .value-item .highlight {
            font-size: clamp(2.5rem, 4vw, 4rem);
            font-weight: 800;
            color: var(--accent-orange);
            display: block;
        }

        /* Slide 7: Target Market & Pricing */
        .slide-7 {
            background: var(--gradient-primary);
            color: white;
        }

        .market-content {
            text-align: center;
        }

        .market-content h2 {
            font-size: clamp(2.2rem, 4.5vw, 4.5rem);
            margin-bottom: 3rem;
            text-shadow: 0 8px 32px rgba(0,0,0,0.4);
        }

        .market-segments {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 2rem;
            margin-bottom: 3rem;
        }

        .segment-card {
            background: rgba(255,255,255,0.1);
            backdrop-filter: blur(15px);
            padding: 2.5rem 2rem;
            border-radius: 25px;
            border: 1px solid rgba(255,255,255,0.2);
            text-align: center;
        }

        .segment-card:hover {
            transform: translateY(-10px) scale(1.05);
            background: rgba(255,255,255,0.15);
        }

        .segment-card i {
            font-size: clamp(2rem, 3vw, 3rem);
            margin-bottom: 1.5rem;
            color: var(--accent-orange);
        }

        .segment-card h4 {
            font-size: clamp(1.5rem, 2.2vw, 2.3rem);
            margin-bottom: 1.5rem;
        }

        .segment-card p {
            font-size: 1rem;
            opacity: 0.95;
        }

        .pricing-highlight {
            background: var(--accent-orange);
            padding: 2rem;
            border-radius: 25px;
            margin-top: 2rem;
            box-shadow: 0 20px 40px rgba(249, 115, 22, 0.3);
        }

        .pricing-highlight h3 {
            font-size: clamp(1.8rem, 3vw, 3rem);
            margin-bottom: 1.8rem;
        }

        .pricing-highlight p {
            font-size: clamp(1rem, 1.3vw, 1.3rem);
            line-height: 1.4;
        }

        /* Slide 8: Contact & Links */
        .slide-8 {
            background: var(--dark-gray);
            color: white;
        }

        .contact-content {
            text-align: center;
        }

        .contact-content h2 {
            font-size: clamp(2.2rem, 4.5vw, 4.5rem);
            margin-bottom: 3rem;
            color: var(--accent-orange);
        }

        .contact-intro {
            font-size: clamp(1.1rem, 1.8vw, 1.8rem);
            margin-bottom: 3.5rem;
            opacity: 0.95;
        }

        .contact-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
            margin-bottom: 4rem;
        }

        .contact-card {
            background: rgba(255,255,255,0.05);
            padding: 2.5rem 2rem;
            border-radius: 25px;
            border: 1px solid rgba(255,255,255,0.1);
            text-align: center;
        }

        .contact-card:hover {
            background: rgba(255,255,255,0.1);
            transform: translateY(-10px);
            border-color: var(--accent-orange);
        }

        .contact-card i {
            font-size: clamp(1.8rem, 2.5vw, 2.5rem);
            color: var(--accent-orange);
            margin-bottom: 1.5rem;
        }

        .contact-card h4 {
            font-size: clamp(1.5rem, 2.8vw, 2.8rem);
            margin-bottom: 1.5rem;
        }

        .contact-card a {
            color: var(--secondary-blue);
            text-decoration: none;
            font-weight: 600;
            font-size: clamp(1rem, 1.6vw, 1.6rem);
        }

        .contact-card a:hover {
            color: var(--accent-orange);
        }

        .social-links {
            display: flex;
            justify-content: center;
            gap: 2rem;
            margin-top: 2rem;
        }

        .social-links a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 60px;
            height: 60px;
            background: var(--secondary-blue);
            color: white;
            border-radius: 50%;
            font-size: 1.5rem;
            text-decoration: none;
        }

        .social-links a:hover {
        }

        /* Navigation */
        .nav-dots {
            position: fixed;
            right: 1.5rem;
            top: 50%;
            transform: translateY(-50%);
            z-index: 1000;
            display: flex;
            flex-direction: column;
            gap: 0.8rem;
        }

        .nav-dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: rgba(255,255,255,0.4);
            cursor: pointer;
            border: 2px solid transparent;
        }

        .nav-dot.active {
            background: var(--accent-orange);
            transform: scale(1.3);
            border-color: rgba(255,255,255,0.3);
        }

        .nav-dot:hover {
            background: var(--secondary-blue);
            transform: scale(1.1);
        }

        /* Slide Progress Indicator */
        .slide-progress {
            position: fixed;
            top: 1.5rem;
            right: 1.5rem;
            z-index: 1000;
            display: flex;
            align-items: center;
            gap: 0.8rem;
            background: rgba(0,0,0,0.8);
            backdrop-filter: blur(10px);
            padding: 0.8rem 1.2rem;
            border-radius: 20px;
            border: 1px solid rgba(255,255,255,0.15);
        }

        .progress-bar {
            width: 100px;
            height: 3px;
            background: rgba(255,255,255,0.2);
            border-radius: 1.5px;
            overflow: hidden;
        }

        .progress-fill {
            height: 100%;
            background: linear-gradient(90deg, var(--secondary-blue), var(--accent-orange));
            border-radius: 1.5px;
            width: 12.5%;
        }

        .slide-counter {
            color: white;
            font-size: 0.85rem;
            font-weight: 600;
            min-width: 40px;
            text-align: center;
        }

        /* Responsive Design */
        @media (max-width: 1600px) {
            .container {
                max-width: 98vw;
                width: 98vw;
                padding: 0 1vw;
            }
            .services-grid,
            .products-grid,
            .value-grid,
            .market-segments,
            .contact-grid {
                gap: 2rem;
            }
        }

        @media (max-width: 768px) {
            .team-grid {
                grid-template-columns: 1fr;
                text-align: center;
            }
            
            .services-grid,
            .products-grid,
            .value-grid,
            .market-segments,
            .contact-grid,
            .framework-features {
                grid-template-columns: 1fr;
                gap: 2rem;
            }
            
            .team-member img {
                width: 150px;
                height: 150px;
            }
            
            .container {
                padding: 0 1rem;
            }
            
            .nav-dots {
                right: 1rem;
            }
            
            .social-links {
                flex-wrap: wrap;
            }
        }

        @media (max-width: 480px) {
            .slide {
                padding: 2rem 0;
            }
            
            .bni-info,
            .pricing-highlight {
                padding: 2rem;
            }
            
            .service-card,
            .product-card,
            .value-item,
            .segment-card,
            .contact-card {
                padding: 2rem 1.5rem;
            }
        }

        /* Scroll Snap */
        html {
            scroll-snap-type: y mandatory;
        }

        .slide {
            scroll-snap-align: start;
        }

        /* Presentation Navigation Styles */
        .slide-indicator {
            position: fixed;
            top: 2rem;
            left: 2rem;
            z-index: 1000;
            background: rgba(0, 0, 0, 0.8);
            backdrop-filter: blur(10px);
            color: white;
            padding: 0.8rem 1.5rem;
            border-radius: 25px;
            font-family: 'Inter', sans-serif;
            font-weight: 600;
            font-size: 1.1rem;
            border: 1px solid rgba(255, 255, 255, 0.2);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
            transition: all 0.3s ease;
        }

        .slide-indicator:hover {
            background: rgba(0, 0, 0, 0.9);
            transform: scale(1.05);
        }

        .current-slide {
            color: var(--accent-orange);
            font-size: 1.2em;
        }

        .slide-separator {
            opacity: 0.6;
            margin: 0 0.5rem;
        }

        .total-slides {
            opacity: 0.8;
        }

        .navigation-instructions {
            position: fixed;
            bottom: 2rem;
            left: 50%;
            transform: translateX(-50%) translateY(100px);
            z-index: 1000;
            background: rgba(0, 0, 0, 0.9);
            backdrop-filter: blur(15px);
            color: white;
            padding: 1.5rem 2rem;
            border-radius: 20px;
            text-align: center;
            border: 1px solid rgba(255, 255, 255, 0.2);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
            opacity: 0;
            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
            max-width: 500px;
        }

        .navigation-instructions.visible {
            opacity: 1;
            transform: translateX(-50%) translateY(0);
        }

        .instruction-content i {
            font-size: 2rem;
            color: var(--accent-orange);
            margin-bottom: 1rem;
        }

        .instruction-content p {
            margin: 0.5rem 0;
            font-size: 0.95rem;
            line-height: 1.4;
        }

        .instruction-content strong {
            color: var(--secondary-blue);
            font-weight: 600;
        }

        /* Active slide highlighting */
        .slide.active {
            position: relative;
        }

        .slide.active::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, var(--secondary-blue), var(--accent-orange));
            z-index: 10;
        }

        /* Smooth scroll enhancement */
        html {
            scroll-behavior: smooth;
        }

        /* Responsive navigation */
        @media (max-width: 768px) {
            .slide-indicator {
                top: 1rem;
                left: 1rem;
                padding: 0.6rem 1.2rem;
                font-size: 1rem;
            }

            .navigation-instructions {
                bottom: 1rem;
                left: 1rem;
                right: 1rem;
                transform: translateY(100px);
                padding: 1.2rem 1.5rem;
                max-width: none;
            }

            .navigation-instructions.visible {
                transform: translateY(0);
            }

            .instruction-content i {
                font-size: 1.5rem;
            }

            .instruction-content p {
                font-size: 0.85rem;
            }
        }

        @media (max-width: 480px) {
            .slide-indicator {
                top: 0.8rem;
                left: 0.8rem;
                padding: 0.5rem 1rem;
                font-size: 0.9rem;
            }

            .navigation-instructions {
                bottom: 0.8rem;
                left: 0.8rem;
                right: 0.8rem;
                padding: 1rem;
            }
        }

        /* Focus states for accessibility */
        .slide-indicator:focus-visible,
        .navigation-instructions:focus-visible {
            outline: 2px solid var(--accent-orange);
            outline-offset: 2px;
        }

        /* Animation for slide transitions */
        .slide {
            transition: opacity 0.3s ease;
        }

        .slide:not(.active) {
            opacity: 0.95;
        }

        .slide.active {
            opacity: 1;
        }