:root {
            --navy: #071426;
            --cyan: #00D4FF;
            --blue: #1E88E5;
            --amber: #F59E0B;
            --white: #F8FAFC;
            --gray: #020617;
            --dark: #E5E7EB;
            --muted: #94A3B8;
            --surface-0: #020617;
            --surface-1: #07111F;
            --surface-2: #0F172A;
            --surface-3: #162238;
            --line: rgba(148, 163, 184, 0.16);
            --line-strong: rgba(0, 212, 255, 0.42);
            --text-strong: #F8FAFC;
            --text-soft: #CBD5E1;
            --text-muted: #94A3B8;
            
            --border-radius-sm: 12px;
            --border-radius-md: 18px;
            --border-radius-lg: 24px;
            
            --shadow-sm: 0 4px 6px rgba(7, 20, 38, 0.05);
            --shadow-md: 0 10px 30px rgba(7, 20, 38, 0.08);
            --shadow-lg: 0 20px 40px rgba(0, 217, 255, 0.15);
            
            --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        }

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

        html {
            scroll-behavior: smooth;
        }

        body {
            font-family: 'DM Sans', sans-serif;
            background-color: var(--gray);
            color: var(--dark);
            line-height: 1.6;
            overflow-x: hidden;
        }

        h1, h2, h3, h4, h5, h6 {
            font-family: 'Syne', sans-serif;
            color: var(--navy);
            line-height: 1.3;
        }

        a {
            text-decoration: none;
            color: inherit;
            transition: var(--transition);
        }

        ul {
            list-style: none;
        }

        .container {
            width: 90%;
            max-width: 1280px;
            margin: 0 auto;
        }

        .section-padding {
            padding: 100px 0;
        }

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

        .text-gradient {
            background: linear-gradient(135deg, var(--blue), var(--cyan));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .hero-highlight {
            display: inline-block;
            background: linear-gradient(110deg, var(--cyan) 0%, #F8FAFC 38%, var(--cyan) 58%, var(--amber) 100%);
            background-size: 220% 100%;
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            filter: drop-shadow(0 0 14px rgba(0, 212, 255, 0.22));
            animation: heroHighlightShimmer 4s ease-in-out infinite;
        }

        @keyframes heroHighlightShimmer {
            0%, 100% { background-position: 100% 50%; }
            50% { background-position: 0% 50%; }
        }

        .btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 14px 28px;
            border-radius: var(--border-radius-sm);
            font-weight: 600;
            font-family: 'DM Sans', sans-serif;
            cursor: pointer;
            transition: var(--transition);
            border: none;
            gap: 10px;
            font-size: 1rem;
        }

        .btn-nav {
            padding: 10px 20px;
            font-size: 0.9rem;
        }

        .hero-panel-title {
            margin-bottom: 10px;
        }

        .trust-title {
            margin-bottom: 10px;
            font-size: 1.5rem;
        }

        .trust-description {
            color: var(--muted);
            max-width: 600px;
            margin: 0 auto 40px;
        }

        .academy-title {
            font-size: 2.2rem;
            margin-bottom: 15px;
        }

        .academy-description {
            color: var(--muted);
            margin-bottom: 20px;
        }

        .why-card-description {
            color: var(--muted);
            font-size: 0.9rem;
            margin-top: 5px;
        }

        .footer-founder {
            font-weight: 700;
            color: var(--white);
            margin-top: 20px;
        }

        .footer-role {
            color: var(--cyan);
            font-size: 0.85rem;
        }

        .contact-icon {
            width: 20px;
        }

        .footer-disclaimer {
            color: rgba(255, 255, 255, 0.4);
            font-size: 0.8rem;
            margin-top: 15px;
        }

        .modal-status {
            margin-top: 5px;
        }

        .modal-description {
            color: var(--muted);
            font-size: 1.05rem;
            margin-bottom: 20px;
        }

        .modal-solutions-wrap {
            margin-top: 20px;
        }

        .modal-solutions-label {
            display: block;
            color: var(--muted);
            font-size: 0.85rem;
            margin-bottom: 5px;
        }

        .empty-state-description {
            color: var(--muted);
            margin: 10px 0 20px;
        }

        .product-detail-btn {
            width: 100%;
            padding: 10px;
        }

        .package-items {
            list-style: none;
            padding: 0;
        }

        .btn:hover {
            transform: translateY(-2px);
        }

        .btn-primary {
            background: linear-gradient(135deg, var(--blue), var(--cyan));
            color: var(--white);
            box-shadow: 0 4px 15px rgba(0, 217, 255, 0.3);
        }

        .btn-primary:hover {
            box-shadow: var(--shadow-lg);
            color: var(--white);
        }

        .btn-secondary {
            background: var(--white);
            color: var(--navy);
            border: 2px solid rgba(7, 20, 38, 0.1);
        }

        .btn-secondary:hover {
            border-color: var(--cyan);
            color: var(--blue);
        }

        .badge {
            padding: 6px 14px;
            border-radius: 20px;
            font-size: 0.75rem;
            font-weight: 700;
            letter-spacing: 0.5px;
            text-transform: uppercase;
            display: inline-block;
        }

        .badge-brand {
            background: rgba(30, 136, 229, 0.1);
            color: var(--blue);
        }

        .badge-saas { background: rgba(156, 39, 176, 0.1); color: #9C27B0; }
        .badge-digital { background: rgba(0, 217, 255, 0.1); color: #0097A7; }
        .badge-jasa { background: rgba(255, 152, 0, 0.1); color: #F57C00; }
        .badge-pelatihan { background: rgba(76, 175, 80, 0.1); color: #388E3C; }

        .status-available { color: #10B981; font-weight: 600; font-size: 0.85rem; }
        .status-coming { color: #F59E0B; font-weight: 600; font-size: 0.85rem; }

        .section-header {
            margin-bottom: 50px;
        }
        
        .section-header h2 {
            font-size: 2.5rem;
            margin-bottom: 15px;
        }

        .section-header p {
            font-size: 1.1rem;
            color: var(--muted);
            max-width: 600px;
            margin: 0 auto;
        }

        /* Animations */
        .reveal {
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.8s ease;
        }
        .reveal.active {
            opacity: 1;
            transform: translateY(0);
        }

        header {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1000;
            transition: var(--transition);
            background: rgba(255, 255, 255, 0.8);
            backdrop-filter: blur(20px);
            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        }

        header.scrolled {
            box-shadow: var(--shadow-sm);
            background: rgba(255, 255, 255, 0.95);
            padding: 5px 0;
        }

        .navbar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 80px;
            transition: var(--transition);
        }

        header.scrolled .navbar {
            height: 70px;
        }

        .logo {
            font-family: 'Syne', sans-serif;
            font-size: 1.5rem;
            font-weight: 800;
            color: var(--navy);
            letter-spacing: -0.5px;
        }
        
        .logo span { color: var(--cyan); }

        .nav-links {
            display: flex;
            gap: 30px;
            align-items: center;
        }

        .nav-links a.nav-item {
            font-weight: 500;
            font-size: 0.95rem;
            color: var(--muted);
            position: relative;
            padding: 5px 0;
        }

        .nav-links a.nav-item::after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            bottom: 0;
            left: 0;
            background: var(--cyan);
            transition: var(--transition);
        }

        .nav-links a.nav-item:hover, .nav-links a.nav-item.active {
            color: var(--navy);
        }

        .nav-links a.nav-item:hover::after, .nav-links a.nav-item.active::after {
            width: 100%;
        }

        .hamburger {
            display: none;
            font-size: 1.5rem;
            cursor: pointer;
            color: var(--navy);
            border: none;
            background: none;
        }

        #beranda {
            padding-top: 160px;
            padding-bottom: 100px;
            background: radial-gradient(circle at top right, #eef2f6 0%, var(--gray) 100%);
            position: relative;
            overflow: hidden;
        }

        .hero-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
        }

        .hero-content h1 {
            font-size: 3.8rem;
            line-height: 1.15;
            margin-top: 20px;
            margin-bottom: 25px;
            letter-spacing: -1px;
        }

        .hero-content p {
            font-size: 1.15rem;
            color: var(--muted);
            margin-bottom: 40px;
            max-width: 90%;
        }

        .hero-buttons {
            display: flex;
            gap: 15px;
            flex-wrap: wrap;
        }

        /* Futuristic Composition */
        .hero-visual {
            position: relative;
            height: 500px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .hero-abstract-bg {
            position: absolute;
            width: 400px;
            height: 400px;
            background: linear-gradient(135deg, rgba(30, 136, 229, 0.2), rgba(0, 217, 255, 0.2));
            border-radius: 50%;
            filter: blur(60px);
            z-index: 0;
        }

        .glass-panel {
            background: rgba(255, 255, 255, 0.4);
            backdrop-filter: blur(25px);
            border: 1px solid rgba(255, 255, 255, 0.6);
            border-radius: var(--border-radius-lg);
            box-shadow: var(--shadow-md);
            padding: 30px;
            position: relative;
            z-index: 1;
            width: 100%;
            max-width: 450px;
            animation: float 6s ease-in-out infinite;
        }

        .floating-card {
            position: absolute;
            background: var(--white);
            padding: 12px 20px;
            border-radius: var(--border-radius-sm);
            box-shadow: var(--shadow-md);
            font-weight: 600;
            font-size: 0.9rem;
            display: flex;
            align-items: center;
            gap: 10px;
            z-index: 2;
            border: 1px solid rgba(0,0,0,0.03);
        }

        .fc-1 { top: 10%; right: -20px; animation: float 5s ease-in-out infinite 1s; }
        .fc-2 { bottom: 20%; left: -40px; animation: float 7s ease-in-out infinite 0.5s; }
        .fc-3 { bottom: 5%; right: 20px; animation: float 6s ease-in-out infinite 1.5s; }

        @keyframes float {
            0% { transform: translateY(0px); }
            50% { transform: translateY(-15px); }
            100% { transform: translateY(0px); }
        }

        #trust {
            background: var(--white);
            padding: 60px 0;
            border-bottom: 1px solid rgba(0,0,0,0.05);
        }
        
        .trust-grid {
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
            gap: 30px;
            text-align: center;
        }

        .stat-item h3 {
            font-size: 2rem;
            color: var(--blue);
            margin-bottom: 5px;
        }
        .stat-item p {
            color: var(--muted);
            font-weight: 500;
            font-size: 0.95rem;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        #solusi {
            background: var(--gray);
        }

        .solution-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 25px;
        }

        .solution-card {
            background: var(--white);
            border-radius: var(--border-radius-lg);
            padding: 30px;
            box-shadow: var(--shadow-sm);
            transition: var(--transition);
            border: 2px solid transparent;
            cursor: pointer;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }

        .solution-card:hover {
            transform: translateY(-5px);
            border-color: var(--cyan);
            box-shadow: var(--shadow-lg);
        }

        .solution-icon {
            width: 60px;
            height: 60px;
            border-radius: 16px;
            background: rgba(30, 136, 229, 0.1);
            color: var(--blue);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            margin-bottom: 20px;
            transition: var(--transition);
        }

        .solution-card:hover .solution-icon {
            background: var(--blue);
            color: var(--white);
        }

        .solution-card h3 {
            font-size: 1.2rem;
            margin-bottom: 10px;
        }
        
        .solution-card p {
            color: var(--muted);
            font-size: 0.95rem;
            margin-bottom: 20px;
            flex-grow: 1;
        }

        .solution-action {
            color: var(--blue);
            font-weight: 600;
            font-size: 0.9rem;
            display: flex;
            align-items: center;
            gap: 5px;
        }
        
        .solution-card:hover .solution-action i {
            transform: translateX(5px);
        }
        .solution-action i {
            transition: transform 0.3s ease;
        }

        #pilar {
            background: var(--white);
        }

        .pillars-wrapper {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }

        .pillar-box {
            background: var(--navy);
            border-radius: var(--border-radius-lg);
            padding: 40px;
            color: var(--white);
            position: relative;
            overflow: hidden;
            box-shadow: var(--shadow-md);
        }

        .pillar-box h3 {
            color: var(--white);
            font-size: 1.5rem;
            margin-bottom: 15px;
            position: relative;
            z-index: 2;
        }

        .pillar-box p {
            color: rgba(255,255,255,0.7);
            font-size: 0.95rem;
            margin-bottom: 25px;
            position: relative;
            z-index: 2;
        }

        .pillar-box ul {
            position: relative;
            z-index: 2;
        }

        .pillar-box li {
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 0.95rem;
        }

        .pillar-box li::before {
            content: '\f058';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            color: var(--cyan);
        }

        .pillar-bg-icon {
            position: absolute;
            right: -20px;
            bottom: -20px;
            font-size: 10rem;
            color: rgba(255,255,255,0.03);
            z-index: 1;
        }

        #katalog {
            background: var(--gray);
            min-height: 800px;
        }

        .catalog-controls {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
            margin-bottom: 40px;
        }

        .search-box {
            width: 100%;
            max-width: 500px;
            position: relative;
        }

        .search-box input {
            width: 100%;
            padding: 15px 20px 15px 50px;
            border-radius: 30px;
            border: 1px solid rgba(0,0,0,0.1);
            font-family: 'DM Sans', sans-serif;
            font-size: 1rem;
            outline: none;
            box-shadow: var(--shadow-sm);
            transition: var(--transition);
        }

        .search-box input:focus {
            border-color: var(--blue);
            box-shadow: var(--shadow-md);
        }

        .search-box i {
            position: absolute;
            left: 20px;
            top: 50%;
            transform: translateY(-50%);
            color: var(--muted);
        }

        .filter-tabs {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            justify-content: center;
        }

        .filter-btn {
            padding: 10px 20px;
            border-radius: 20px;
            background: var(--white);
            border: 1px solid rgba(0,0,0,0.1);
            color: var(--muted);
            font-weight: 600;
            cursor: pointer;
            transition: var(--transition);
        }

        .filter-btn:hover {
            border-color: var(--cyan);
            color: var(--navy);
        }

        .filter-btn.active {
            background: var(--navy);
            color: var(--white);
            border-color: var(--navy);
        }
        
        .active-solution-indicator {
            background: rgba(0, 217, 255, 0.1);
            color: var(--blue);
            padding: 10px 20px;
            border-radius: 20px;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 10px;
            margin-top: 10px;
        }
        
        .clear-solution {
            cursor: pointer;
            color: #ef4444;
        }

        .catalog-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
            gap: 30px;
        }

        .product-card {
            background: var(--white);
            border-radius: var(--border-radius-lg);
            padding: 30px;
            box-shadow: var(--shadow-sm);
            transition: var(--transition);
            border: 1px solid rgba(0,0,0,0.03);
            display: flex;
            flex-direction: column;
            height: 100%;
        }

        .product-card:hover {
            transform: translateY(-8px);
            box-shadow: var(--shadow-lg);
        }

        .card-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 15px;
        }

        .product-title {
            font-size: 1.25rem;
            margin-bottom: 10px;
        }

        .product-desc {
            color: var(--muted);
            font-size: 0.95rem;
            margin-bottom: 20px;
            flex-grow: 1;
        }
        
        .product-solutions {
            display: flex;
            gap: 5px;
            flex-wrap: wrap;
            margin-bottom: 20px;
        }
        
        .sol-tag {
            font-size: 0.7rem;
            background: var(--gray);
            padding: 3px 8px;
            border-radius: 4px;
            color: var(--muted);
        }

        .card-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-top: 1px solid rgba(0,0,0,0.05);
            padding-top: 20px;
        }

        .empty-state {
            grid-column: 1 / -1;
            text-align: center;
            padding: 60px 0;
            background: var(--white);
            border-radius: var(--border-radius-lg);
        }
        
        .empty-state i {
            font-size: 3rem;
            color: var(--muted);
            margin-bottom: 20px;
            opacity: 0.5;
        }

        #perjalanan {
            background: var(--white);
        }

        .timeline {
            display: flex;
            flex-direction: column;
            gap: 20px;
            max-width: 800px;
            margin: 0 auto;
            position: relative;
        }

        .timeline::before {
            content: '';
            position: absolute;
            top: 0;
            left: 30px;
            height: 100%;
            width: 2px;
            background: rgba(30, 136, 229, 0.2);
        }

        .timeline-item {
            display: flex;
            gap: 30px;
            background: var(--gray);
            border-radius: var(--border-radius-md);
            padding: 25px;
            position: relative;
            z-index: 2;
            transition: var(--transition);
        }

        .timeline-item:hover {
            transform: translateX(10px);
            background: var(--white);
            box-shadow: var(--shadow-md);
            border: 1px solid rgba(0, 217, 255, 0.2);
        }

        .timeline-num {
            flex-shrink: 0;
            width: 60px;
            height: 60px;
            background: var(--white);
            border: 2px solid var(--blue);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 800;
            font-size: 1.2rem;
            color: var(--blue);
            box-shadow: var(--shadow-sm);
        }

        .timeline-content h4 {
            font-size: 1.2rem;
            margin-bottom: 5px;
            margin-top: 5px;
        }

        .timeline-content p {
            color: var(--muted);
            font-size: 0.95rem;
        }

        #ekosistem {
            background: var(--navy);
            color: var(--white);
        }
        
        #ekosistem h2 { color: var(--white); }
        #ekosistem p { color: rgba(255,255,255,0.7); }

        .eco-container {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-top: 60px;
        }

        .eco-center {
            background: linear-gradient(135deg, var(--blue), var(--cyan));
            padding: 20px 40px;
            border-radius: 40px;
            font-family: 'Syne', sans-serif;
            font-size: 1.5rem;
            font-weight: 800;
            box-shadow: 0 10px 30px rgba(0, 217, 255, 0.3);
            z-index: 10;
            position: relative;
            margin-bottom: 50px;
        }

        .eco-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
            width: 100%;
        }

        .eco-node {
            background: rgba(255,255,255,0.05);
            border: 1px solid rgba(255,255,255,0.1);
            backdrop-filter: blur(10px);
            padding: 20px;
            border-radius: var(--border-radius-md);
            text-align: center;
            transition: var(--transition);
            position: relative;
        }

        .eco-node::before {
            content: '';
            position: absolute;
            top: -50px;
            left: 50%;
            width: 1px;
            height: 50px;
            background: rgba(255,255,255,0.2);
            z-index: 1;
        }

        .eco-node:hover {
            background: rgba(0, 217, 255, 0.1);
            border-color: var(--cyan);
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 217, 255, 0.1);
        }

        .eco-node i {
            font-size: 2rem;
            color: var(--cyan);
            margin-bottom: 15px;
        }

        .eco-node h4 {
            color: var(--white);
            font-size: 1rem;
            font-weight: 600;
        }

        #academy {
            background: linear-gradient(135deg, rgba(30, 136, 229, 0.05), rgba(0, 217, 255, 0.05));
        }

        .academy-box {
            background: var(--white);
            border-radius: var(--border-radius-lg);
            padding: 50px;
            box-shadow: var(--shadow-md);
            display: flex;
            align-items: center;
            gap: 50px;
        }

        .academy-img {
            flex: 1;
            background: var(--navy);
            border-radius: var(--border-radius-md);
            height: 300px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
        }

        .academy-img i {
            font-size: 8rem;
            color: rgba(255,255,255,0.1);
        }
        .academy-img h3 {
            position: absolute;
            color: var(--white);
            font-size: 2rem;
        }

        .academy-content {
            flex: 1;
        }

        .academy-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 20px 0 30px;
        }

        .academy-tags span {
            background: var(--gray);
            padding: 8px 15px;
            border-radius: 8px;
            font-size: 0.9rem;
            font-weight: 500;
        }

        #tentang {
            background: var(--white);
        }

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

        .why-card {
            display: flex;
            gap: 20px;
            padding: 30px;
            background: var(--gray);
            border-radius: var(--border-radius-md);
            transition: var(--transition);
        }
        .why-card:hover {
            background: var(--navy);
            color: var(--white);
        }
        .why-card:hover h4 { color: var(--white); }
        .why-card:hover p { color: rgba(255,255,255,0.7); }
        .why-card i {
            font-size: 2rem;
            color: var(--blue);
        }
        .why-card:hover i { color: var(--cyan); }

        #kontak {
            padding: 80px 0;
            background: var(--white);
        }

        .cta-box {
            background: var(--navy);
            border-radius: var(--border-radius-lg);
            padding: 60px 40px;
            text-align: center;
            color: var(--white);
            box-shadow: var(--shadow-lg);
            background-image: radial-gradient(circle at top right, rgba(0, 217, 255, 0.15), transparent 50%);
        }

        .cta-box h2 {
            color: var(--white);
            font-size: 2.5rem;
            margin-bottom: 20px;
        }
        .cta-box p {
            font-size: 1.1rem;
            color: rgba(255,255,255,0.8);
            margin-bottom: 40px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }

        footer {
            background: #040d1a; /* Darker navy */
            color: var(--white);
            padding: 80px 0 30px;
        }

        .footer-grid {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr 1.5fr;
            gap: 40px;
            margin-bottom: 50px;
        }

        .footer-brand .logo {
            color: var(--white);
            margin-bottom: 20px;
            display: inline-block;
        }

        .footer-brand p {
            color: rgba(255,255,255,0.6);
            font-size: 0.95rem;
            margin-bottom: 20px;
        }

        .footer-title {
            color: var(--white);
            font-size: 1.1rem;
            margin-bottom: 20px;
            position: relative;
            padding-bottom: 10px;
        }

        .footer-title::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 30px;
            height: 2px;
            background: var(--cyan);
        }

        .footer-links li {
            margin-bottom: 12px;
        }

        .footer-links a {
            color: rgba(255,255,255,0.6);
            font-size: 0.95rem;
        }

        .footer-links a:hover {
            color: var(--cyan);
            padding-left: 5px;
        }

        .footer-bottom {
            text-align: center;
            padding-top: 30px;
            border-top: 1px solid rgba(255,255,255,0.1);
            color: rgba(255,255,255,0.5);
            font-size: 0.85rem;
        }

        /* MODAL */
        .modal-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(7, 20, 38, 0.7);
            backdrop-filter: blur(5px);
            z-index: 2000;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            visibility: hidden;
            transition: var(--transition);
        }

        .modal-overlay.active {
            opacity: 1;
            visibility: visible;
        }

        .modal-container {
            background: var(--white);
            width: 90%;
            max-width: 650px;
            max-height: 90vh;
            border-radius: var(--border-radius-lg);
            position: relative;
            transform: scale(0.95);
            transition: var(--transition);
            box-shadow: 0 25px 50px rgba(0,0,0,0.25);
            display: flex;
            flex-direction: column;
        }

        .modal-overlay.active .modal-container {
            transform: scale(1);
        }

        .modal-header {
            padding: 25px 30px;
            border-bottom: 1px solid rgba(0,0,0,0.05);
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
        }
        
        .modal-header-content h3 {
            font-size: 1.5rem;
            margin-top: 10px;
            margin-bottom: 5px;
        }

        .btn-close {
            background: var(--gray);
            border: none;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            color: var(--muted);
            transition: var(--transition);
        }

        .btn-close:hover {
            background: #fef2f2;
            color: #ef4444;
            transform: rotate(90deg);
        }

        .modal-body {
            padding: 30px;
            overflow-y: auto;
        }

        .modal-features {
            background: var(--gray);
            padding: 20px;
            border-radius: var(--border-radius-sm);
            margin: 20px 0;
        }

        .modal-features h4 {
            font-size: 1rem;
            margin-bottom: 15px;
        }

        .modal-features li {
            margin-bottom: 8px;
            display: flex;
            align-items: flex-start;
            gap: 10px;
            font-size: 0.95rem;
        }
        .modal-features li::before {
            content: '\f00c';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            color: var(--cyan);
            margin-top: 3px;
        }
        
        /* Workflow / Packages Styling in Modal */
        .modal-workflow {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            gap: 10px;
            margin: 20px 0;
            padding: 20px;
            background: rgba(30, 136, 229, 0.05);
            border-radius: var(--border-radius-sm);
        }
        .workflow-step {
            background: var(--white);
            padding: 8px 12px;
            border-radius: 6px;
            font-size: 0.85rem;
            font-weight: 600;
            border: 1px solid rgba(0,0,0,0.05);
        }
        .workflow-arrow { color: var(--blue); }
        
        .modal-packages {
            display: grid;
            grid-template-columns: 1fr;
            gap: 15px;
            margin: 20px 0;
        }
        .pkg-box {
            border: 1px solid rgba(0,0,0,0.1);
            padding: 15px;
            border-radius: var(--border-radius-sm);
        }
        .pkg-name { font-weight: 700; color: var(--navy); margin-bottom: 10px;}
        .pkg-box li { font-size: 0.85rem; margin-bottom: 5px; display: flex; gap:8px;}
        .pkg-box li::before { content: '-'; color: var(--muted); }

        .modal-footer {
            padding: 20px 30px;
            border-top: 1px solid rgba(0,0,0,0.05);
            display: flex;
            gap: 15px;
            justify-content: flex-end;
            background: var(--gray);
            border-radius: 0 0 var(--border-radius-lg) var(--border-radius-lg);
        }
        
        @media (max-width: 600px) {
            .modal-footer { flex-direction: column; }
            .modal-footer .btn { width: 100%; justify-content: center; }
        }

        #backToTop {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: var(--navy);
            color: var(--white);
            border: none;
            font-size: 1.2rem;
            cursor: pointer;
            box-shadow: var(--shadow-md);
            z-index: 999;
            opacity: 0;
            visibility: hidden;
            transition: var(--transition);
            display: flex;
            align-items: center;
            justify-content: center;
        }
        #backToTop.show { opacity: 1; visibility: visible; }
        #backToTop:hover { background: var(--cyan); transform: translateY(-5px); }

        @media (max-width: 1024px) {
            .hero-grid { gap: 30px; }
            .hero-content h1 { font-size: 3rem; }
            .pillars-wrapper { grid-template-columns: repeat(2, 1fr); }
            .why-grid { grid-template-columns: repeat(2, 1fr); }
            .footer-grid { grid-template-columns: 1fr 1fr; }
        }

        @media (max-width: 768px) {
            .section-padding { padding: 60px 0; }
            .section-header h2 { font-size: 2rem; }
            
            .hamburger { display: block; }
            .nav-links {
                position: fixed;
                top: 70px;
                left: -100%;
                width: 100%;
                height: calc(100vh - 70px);
                background: var(--white);
                flex-direction: column;
                padding: 40px 20px;
                gap: 25px;
                transition: var(--transition);
                overflow-y: auto;
            }
            .nav-links.active { left: 0; }
            .nav-links .btn { width: 100%; }

            .hero-grid { grid-template-columns: 1fr; text-align: center; }
            .hero-content p { margin: 0 auto 30px auto; }
            .hero-buttons { justify-content: center; }
            .hero-visual { height: 400px; margin-top: 30px; }
            
            .pillars-wrapper { grid-template-columns: 1fr; }
            
            .timeline::before { left: 30px; }
            
            .academy-box { flex-direction: column; padding: 30px; }
            .academy-img { width: 100%; height: 200px; }
            
            .why-grid { grid-template-columns: 1fr; }
            .why-card { flex-direction: column; text-align: center; }
            .why-card i { margin: 0 auto; }
            
            .footer-grid { grid-template-columns: 1fr; text-align: center; }
            .footer-title::after { left: 50%; transform: translateX(-50%); }
            
            .eco-node::before { display: none; } /* Hide diagram lines on mobile */
        }

        /* Shared dark visual treatment for the catalog. */

        body {
            background: #020617;
            color: var(--dark);
        }

        h1, h2, h3, h4, h5, h6,
        .logo,
        .nav-links a.nav-item:hover,
        .nav-links a.nav-item.active {
            color: var(--dark);
        }

        .text-gradient {
            background: linear-gradient(135deg, #86efac, #22c55e);
        }

        .btn {
            border-radius: 999px;
        }

        .btn-primary {
            background: linear-gradient(135deg, #16a34a, #22c55e);
            color: #020617;
            box-shadow: 0 0 30px rgba(34, 197, 94, 0.3);
        }

        .btn-primary:hover {
            color: #020617;
            box-shadow: 0 0 36px rgba(34, 197, 94, 0.42);
        }

        .btn-secondary {
            background: transparent;
            color: var(--dark);
            border: 1px solid #334155;
        }

        .btn-secondary:hover {
            border-color: var(--cyan);
            color: #86efac;
        }

        .badge-brand,
        .active-solution-indicator {
            background: rgba(34, 197, 94, 0.12);
            color: #86efac;
        }

        .badge-saas { background: rgba(168, 85, 247, 0.16); color: #d8b4fe; }
        .badge-digital { background: rgba(34, 211, 238, 0.14); color: #67e8f9; }
        .badge-jasa { background: rgba(251, 146, 60, 0.15); color: #fdba74; }
        .badge-pelatihan { background: rgba(34, 197, 94, 0.14); color: #86efac; }

        header {
            background: rgba(2, 6, 23, 0.78);
            border-bottom-color: rgba(148, 163, 184, 0.12);
        }

        header.scrolled {
            background: rgba(2, 6, 23, 0.95);
        }

        .logo span,
        .nav-links a.nav-item::after,
        .solution-action,
        .stat-item h3 {
            color: var(--cyan);
        }

        .hamburger {
            color: var(--dark);
        }

        #beranda {
            background:
                radial-gradient(circle at top right, rgba(34, 197, 94, 0.16), transparent 42%),
                linear-gradient(180deg, #020617, #07111f);
        }

        .hero-content p,
        .section-header p,
        .solution-card p,
        .product-desc,
        .timeline-content p {
            color: var(--muted);
        }

        .hero-abstract-bg {
            background: linear-gradient(135deg, rgba(34, 197, 94, 0.22), rgba(6, 78, 59, 0.18));
            animation: ambientPulse 8s ease-in-out infinite;
        }

        .glass-panel,
        .solution-card,
        .product-card,
        .academy-box,
        .why-card,
        .empty-state,
        .floating-card {
            background: rgba(15, 23, 42, 0.78);
            border-color: rgba(148, 163, 184, 0.14);
            color: var(--dark);
        }

        .glass-panel i {
            color: var(--cyan);
        }

        .hero-visual .glass-panel h3,
        .hero-visual .glass-panel p {
            color: var(--text-strong);
        }

        .hero-visual .glass-panel p {
            color: var(--text-muted);
        }


        .glass-panel {
            box-shadow: 0 0 0 1px rgba(148, 163, 184, 0.08), 0 20px 60px rgba(0, 0, 0, 0.3);
            animation: panelFloat 6s ease-in-out infinite;
        }

        .floating-card {
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
            animation: cardFloat 5s ease-in-out infinite;
        }

        #trust,
        #pilar,
        #perjalanan,
        #tentang,
        #kontak,
        #academy {
            background: #07111f;
        }

        #solusi,
        #katalog {
            background: #020617;
        }

        .solution-card:hover,
        .product-card:hover {
            border-color: rgba(34, 197, 94, 0.55);
            box-shadow: var(--shadow-lg);
        }

        .solution-card,
        .product-card {
            position: relative;
            overflow: hidden;
            isolation: isolate;
            transform: translateZ(0);
        }

        .solution-card::before,
        .product-card::before {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(120deg, transparent 25%, rgba(134, 239, 172, 0.08), transparent 75%);
            transform: translateX(-120%);
            transition: transform 0.7s ease;
            pointer-events: none;
            z-index: -1;
        }

        .solution-card:hover::before,
        .product-card:hover::before {
            transform: translateX(120%);
        }

        .solution-card:hover {
            transform: translateY(-8px) scale(1.01);
        }

        .product-card:hover {
            transform: translateY(-10px) scale(1.01);
        }

        .product-card .product-title,
        .solution-card h3 {
            transition: color 0.25s ease;
        }

        .product-card:hover .product-title,
        .solution-card:hover h3 {
            color: #86efac;
        }

        .solution-icon {
            background: rgba(34, 197, 94, 0.12);
            color: #86efac;
        }

        .solution-card:hover .solution-icon {
            background: var(--cyan);
            color: #020617;
        }

        .search-box input,
        .filter-btn,
        .timeline-item,
        .academy-tags span {
            background: #0f172a;
            border-color: #334155;
            color: var(--dark);
        }

        .search-box input::placeholder {
            color: #64748b;
        }

        .search-box input:focus {
            border-color: var(--cyan);
            box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.12);
        }

        .filter-btn:hover {
            border-color: var(--cyan);
            color: #86efac;
        }

        .filter-btn.active,
        #backToTop {
            background: var(--cyan);
            color: #020617;
            border-color: var(--cyan);
        }

        .sol-tag {
            background: #1e293b;
            color: #cbd5e1;
        }

        .card-footer {
            border-top-color: rgba(148, 163, 184, 0.14);
        }

        .timeline-item:hover {
            background: #0f172a;
            border-color: rgba(34, 197, 94, 0.35);
        }

        .timeline-num {
            background: #0f172a;
            border-color: var(--cyan);
            color: #86efac;
        }

        .why-card:hover {
            background: #0f172a;
        }

        .why-card i,
        .eco-node i {
            color: #86efac;
        }

        .cta-box {
            background: #0f172a;
            background-image: radial-gradient(circle at top right, rgba(34, 197, 94, 0.18), transparent 50%);
        }

        .modal-container {
            background: #0f172a;
            color: var(--dark);
        }

        .modal-header-content h3,
        .modal-body h4,
        .modal-body h3,
        .modal-body p,
        .modal-body li {
            color: var(--dark);
        }

        .modal-body #modalDesc {
            color: var(--muted);
        }

        .modal-header,
        .modal-footer {
            border-color: rgba(148, 163, 184, 0.14);
        }

        .modal-footer,
        .modal-features,
        .btn-close {
            background: #07111f;
        }

        .modal-workflow {
            background: rgba(34, 197, 94, 0.08);
        }

        .workflow-step,
        .pkg-box {
            background: #0f172a;
            border-color: #334155;
        }

        .pkg-name {
            color: #86efac;
        }

        .cta-box .wa-cta {
            background: linear-gradient(135deg, var(--blue), var(--cyan));
            color: #020617;
        }

        @keyframes ambientPulse {
            0%, 100% { transform: scale(1); opacity: 0.75; }
            50% { transform: scale(1.08); opacity: 1; }
        }

        @keyframes panelFloat {
            0%, 100% { transform: translateY(0) rotate(0deg); }
            50% { transform: translateY(-8px) rotate(0.4deg); }
        }

        @keyframes cardFloat {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-4px); }
        }

        @media (prefers-reduced-motion: reduce) {
            *,
            *::before,
            *::after {
                animation-duration: 0.01ms !important;
                animation-iteration-count: 1 !important;
                scroll-behavior: auto !important;
                transition-duration: 0.01ms !important;
            }
        }

        .catalog-assistant {
            position: fixed;
            left: 24px;
            bottom: 24px;
            z-index: 1500;
        }

        .catalog-assistant-panel {
            width: min(390px, calc(100vw - 32px));
            margin-bottom: 12px;
            padding: 18px;
            border: 1px solid rgba(134, 239, 172, 0.25);
            border-radius: 22px;
            background: rgba(15, 23, 42, 0.96);
            box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45), 0 0 35px rgba(34, 197, 94, 0.12);
            backdrop-filter: blur(18px);
            animation: assistantIn 0.25s ease both;
            transform: translateZ(0);
            backface-visibility: hidden;
        }

        .catalog-assistant-header {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 12px;
            margin-bottom: 14px;
        }

        .catalog-assistant-mascot {
            flex: 0 0 auto;
            width: 58px;
            height: 58px;
            object-fit: contain;
            filter: drop-shadow(0 8px 14px rgba(34, 197, 94, 0.22));
        }

        .catalog-assistant-header h3 {
            margin: 3px 0 0;
            color: #f8fafc;
            font-size: 1.05rem;
        }

        .catalog-assistant-close {
            width: 32px;
            height: 32px;
            border: 1px solid #334155;
            border-radius: 50%;
            background: transparent;
            color: #94a3b8;
            cursor: pointer;
        }

        .catalog-assistant-close:hover {
            color: #86efac;
            border-color: #22c55e;
        }

        .catalog-assistant-messages {
            display: grid;
            gap: 9px;
            max-height: 250px;
            overflow-y: auto;
            padding: 2px 2px 10px;
        }

        .catalog-assistant-message {
            max-width: 90%;
            padding: 10px 12px;
            border-radius: 14px;
            font-size: 0.86rem;
            line-height: 1.55;
            white-space: pre-wrap;
        }

        .catalog-assistant-message.assistant {
            justify-self: start;
            background: #1e293b;
            color: #e2e8f0;
            border-bottom-left-radius: 4px;
        }

        .catalog-assistant-message.user {
            justify-self: end;
            background: rgba(34, 197, 94, 0.18);
            color: #dcfce7;
            border-bottom-right-radius: 4px;
        }

        .catalog-assistant-suggestions {
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
            margin-bottom: 10px;
        }

        .catalog-assistant-suggestions button {
            padding: 6px 9px;
            border: 1px solid #334155;
            border-radius: 999px;
            background: transparent;
            color: #a7f3d0;
            font-size: 0.72rem;
            cursor: pointer;
        }

        .catalog-assistant-suggestions button:hover {
            border-color: #22c55e;
            background: rgba(34, 197, 94, 0.1);
        }

        .catalog-assistant-form {
            display: flex;
            gap: 8px;
            align-items: flex-end;
        }

        .catalog-assistant-form textarea {
            min-width: 0;
            flex: 1;
            resize: vertical;
            padding: 10px 12px;
            border: 1px solid #334155;
            border-radius: 14px;
            outline: none;
            background: #07111f;
            color: #f8fafc;
            font-size: 0.86rem;
        }

        .catalog-assistant-form textarea:focus {
            border-color: #22c55e;
            box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.12);
        }

        .catalog-assistant-form .btn {
            padding: 10px 13px;
            font-size: 0.8rem;
        }

        .catalog-assistant-note {
            display: block;
            margin-top: 12px;
            color: #94a3b8;
            font-size: 0.74rem;
        }

        .catalog-assistant-toggle {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 13px 18px;
            border: 1px solid rgba(134, 239, 172, 0.35);
            border-radius: 999px;
            background: linear-gradient(135deg, #16a34a, #22c55e);
            color: #020617;
            font-weight: 800;
            cursor: pointer;
            box-shadow: 0 12px 32px rgba(34, 197, 94, 0.25);
            transition: transform 0.2s ease, box-shadow 0.2s ease;
            transform: translateZ(0);
            backface-visibility: hidden;
            will-change: transform;
            animation: none;
        }

        .catalog-assistant-toggle img {
            display: block;
            width: 42px;
            height: 42px;
            object-fit: contain;
            pointer-events: none;
        }

        .catalog-assistant-toggle:hover {
            transform: translateY(-3px) scale(1.02);
            box-shadow: 0 16px 38px rgba(34, 197, 94, 0.38);
        }

        @keyframes assistantIn {
            from { opacity: 0; transform: translateY(10px) scale(0.98); }
            to { opacity: 1; transform: translateY(0) scale(1); }
        }

        .catalog-assistant-toggle:focus-visible,
        .catalog-assistant-close:focus-visible,
        .catalog-assistant-suggestions button:focus-visible,
        .catalog-assistant-form textarea:focus-visible {
            outline: 3px solid rgba(134, 239, 172, 0.65);
            outline-offset: 3px;
        }

        @media (max-width: 768px) {
            .nav-links {
                background: #020617;
            }

            .catalog-assistant {
                left: 16px;
                bottom: 16px;
            }

            .catalog-assistant-form {
                align-items: stretch;
            }

            .catalog-assistant-form .btn span {
                display: none;
            }
        }

        /* Canonical catalog theme: keep the landing page surfaces on one visual system. */
        .catalog-page {
            background: var(--surface-0);
            color: var(--text-soft);
        }

        .catalog-page main > section,
        .catalog-page footer {
            position: relative;
        }

        .catalog-page h1,
        .catalog-page h2,
        .catalog-page h3,
        .catalog-page h4,
        .catalog-page h5,
        .catalog-page h6,
        .catalog-page .logo,
        .catalog-page .footer-title {
            color: var(--text-strong);
        }

        .catalog-page p,
        .catalog-page li,
        .catalog-page .section-header p,
        .catalog-page .hero-content p,
        .catalog-page .product-desc,
        .catalog-page .timeline-content p {
            color: var(--text-muted);
        }

        .catalog-page header {
            background: rgba(2, 6, 23, 0.84);
            border-bottom: 1px solid var(--line);
        }

        .catalog-page header.scrolled {
            background: rgba(2, 6, 23, 0.97);
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
        }

        .catalog-page #beranda {
            min-height: 720px;
            background:
                radial-gradient(circle at 85% 12%, rgba(0, 212, 255, 0.17), transparent 34%),
                radial-gradient(circle at 15% 80%, rgba(14, 116, 144, 0.12), transparent 30%),
                var(--surface-0);
        }

        .catalog-page #trust,
        .catalog-page #pilar,
        .catalog-page #perjalanan,
        .catalog-page #tentang,
        .catalog-page #kontak,
        .catalog-page #academy,
        .catalog-page footer {
            background: var(--surface-1);
        }

        .catalog-page #solusi,
        .catalog-page #katalog,
        .catalog-page #ekosistem {
            background: var(--surface-0);
        }

        .catalog-page .glass-panel,
        .catalog-page .solution-card,
        .catalog-page .product-card,
        .catalog-page .why-card,
        .catalog-page .academy-box,
        .catalog-page .timeline-item,
        .catalog-page .floating-card,
        .catalog-page .eco-node,
        .catalog-page .cta-box {
            background: linear-gradient(145deg, rgba(22, 34, 56, 0.92), rgba(15, 23, 42, 0.88));
            border: 1px solid var(--line);
            box-shadow: 0 16px 38px rgba(0, 0, 0, 0.22);
        }

        .catalog-page .solution-card,
        .catalog-page .product-card,
        .catalog-page .why-card,
        .catalog-page .eco-node {
            transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
        }

        .catalog-page .solution-card:hover,
        .catalog-page .product-card:hover,
        .catalog-page .why-card:hover,
        .catalog-page .eco-node:hover {
            border-color: var(--line-strong);
            box-shadow: 0 22px 48px rgba(0, 0, 0, 0.34), 0 0 26px rgba(0, 212, 255, 0.1);
        }

        .catalog-page .hero-panel-icon {
            display: block;
            margin-bottom: 20px;
            color: var(--cyan);
            font-size: 4rem;
        }

        .catalog-page .hero-panel-meta {
            color: var(--text-muted);
            font-size: 0.9rem;
        }

        .catalog-page .hero-progress {
            width: 100%;
            height: 6px;
            margin-top: 20px;
            overflow: hidden;
            border-radius: 999px;
            background: rgba(148, 163, 184, 0.16);
        }

        .catalog-page .hero-progress > div {
            width: 75%;
            height: 100%;
            border-radius: inherit;
            background: linear-gradient(90deg, var(--blue), var(--cyan));
        }

        .catalog-page .pillar-box-accent {
            background: linear-gradient(145deg, #92400e, #78350f);
        }

        .catalog-page .pillar-box-deep {
            background: linear-gradient(145deg, #162238, #0f172a);
        }

        .catalog-page .pillar-box p,
        .catalog-page .pillar-box li {
            color: rgba(248, 250, 252, 0.78);
        }

        .catalog-page .search-box input,
        .catalog-page .filter-btn,
        .catalog-page .academy-tags span {
            background: var(--surface-2);
            border-color: var(--line);
            color: var(--text-soft);
        }

        .catalog-page .filter-btn.active,
        .catalog-page .btn-primary {
            background: linear-gradient(135deg, var(--blue), var(--cyan));
            border-color: transparent;
            color: #020617;
        }

        .catalog-page .btn-secondary {
            background: transparent;
            border-color: var(--line);
            color: var(--text-soft);
        }

        .catalog-page .btn-secondary:hover {
            border-color: var(--cyan);
            color: var(--cyan);
        }

        .catalog-page .cta-box {
            border-color: rgba(0, 212, 255, 0.28);
        }

        .catalog-page .cta-box p {
            color: var(--text-soft);
        }

        .catalog-page .catalog-assistant-toggle {
            min-height: 68px;
            border: 1px solid rgba(0, 212, 255, 0.48);
            box-shadow: 0 14px 34px rgba(0, 0, 0, 0.34), 0 0 26px rgba(0, 212, 255, 0.16);
        }

        .catalog-page .catalog-assistant-toggle:active {
            transform: translateZ(0) scale(0.98);
        }

        .catalog-page .wa-cta {
            cursor: pointer;
        }

        .catalog-page [hidden] {
            display: none !important;
        }

        @media (max-width: 768px) {
            .catalog-page #beranda {
                min-height: auto;
            }

            .catalog-page .nav-links {
                background: var(--surface-0);
                border-top: 1px solid var(--line);
            }
        }