.elementor-99 .elementor-element.elementor-element-e03f7c6{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4f404a1 */<style>
        :root {
            --primary-blue: #2563eb;
            --dark-blue: #1e40af;
            --light-gray: #f8fafc;
            --medium-gray: #e2e8f0;
            --dark-gray: #334155;
            --text-primary: #1e293b;
            --text-secondary: #64748b;
        }

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

        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
            line-height: 1.7;
            color: var(--text-primary);
            background: var(--light-gray);
        }

        .main-wrapper {
            max-width: 1200px;
            margin: 0 auto;
            background: white;
            box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        }

        /* Header - FIXED: Background gelap = Text putih */
        .hero-header {
            background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
            padding: 80px 40px;
            text-align: center;
            color: #ffffff; /* TEXT PUTIH */
        }

        .hero-header h1 {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 16px;
            letter-spacing: -0.5px;
            color: #ffffff; /* TEXT PUTIH */
        }

        .hero-header p {
            font-size: 1.15rem;
            opacity: 0.95;
            margin-bottom: 24px;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
            color: #ffffff; /* TEXT PUTIH */
        }

        .version-badge {
            background: rgba(255,255,255,0.2);
            backdrop-filter: blur(10px);
            padding: 10px 24px;
            border-radius: 50px;
            font-size: 0.95rem;
            font-weight: 500;
            display: inline-block;
            margin: 4px;
            color: #ffffff; /* TEXT PUTIH */
        }

        /* Navigation - Background terang = Text gelap */
        .nav-bar {
            background: white; /* TERANG */
            border-bottom: 1px solid var(--medium-gray);
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 1px 2px rgba(0,0,0,0.05);
        }

        .nav-bar .container {
            display: flex;
            justify-content: center;
            padding: 0;
            flex-wrap: wrap;
        }

        .nav-bar a {
            color: var(--text-secondary); /* TEXT GELAP */
            text-decoration: none;
            padding: 20px 24px;
            font-weight: 500;
            font-size: 0.95rem;
            transition: all 0.2s ease;
            border-bottom: 3px solid transparent;
        }

        .nav-bar a:hover {
            color: var(--primary-blue); /* TEXT GELAP */
            border-bottom-color: var(--primary-blue);
            background: var(--light-gray);
        }

        /* Content - Background terang = Text gelap */
        .content-area {
            padding: 60px 40px;
            background: white; /* TERANG */
        }

        h2 {
            font-size: 2rem;
            font-weight: 700;
            color: var(--text-primary); /* TEXT GELAP */
            margin: 48px 0 24px;
            padding-bottom: 16px;
            border-bottom: 2px solid var(--medium-gray);
        }

        h3 {
            font-size: 1.5rem;
            font-weight: 600;
            color: var(--text-primary); /* TEXT GELAP */
            margin: 32px 0 16px;
        }

        h4 {
            font-size: 1.25rem;
            font-weight: 600;
            color: var(--dark-gray); /* TEXT GELAP */
            margin: 24px 0 12px;
        }

        p {
            margin: 16px 0;
            color: var(--dark-gray); /* TEXT GELAP */
            line-height: 1.8;
        }

        ul, ol {
            margin: 20px 0;
            padding-left: 28px;
        }

        li {
            margin: 12px 0;
            line-height: 1.8;
            color: var(--dark-gray); /* TEXT GELAP */
        }

        /* Product Card - Background terang = Text gelap */
        .product-card {
            background: white; /* TERANG */
            border: 1px solid var(--medium-gray);
            border-radius: 12px;
            padding: 32px;
            margin: 32px 0;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
            transition: all 0.3s ease;
        }

        .product-card:hover {
            box-shadow: 0 4px 16px rgba(0,0,0,0.1);
            transform: translateY(-2px);
        }

        .product-header {
            display: flex;
            align-items: center;
            gap: 16px;
            margin-bottom: 24px;
            padding-bottom: 16px;
            border-bottom: 2px solid var(--medium-gray);
        }

        .product-icon {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%); /* GELAP */
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.8rem;
            color: #ffffff; /* TEXT PUTIH */
        }

        .product-title h3 {
            margin: 0;
            font-size: 1.75rem;
            color: var(--text-primary); /* TEXT GELAP */
        }

        .product-subtitle {
            color: var(--text-secondary); /* TEXT GELAP */
            font-size: 0.95rem;
            margin: 4px 0 0 0;
        }

        .user-badge {
            display: inline-block;
            padding: 6px 16px;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 600;
            margin: 4px;
        }

        /* FIXED: Background terang = Text gelap */
        .badge-all {
            background: #dbeafe; /* TERANG */
            color: #1e40af; /* TEXT GELAP */
        }

        .badge-it {
            background: #fef3c7; /* TERANG */
            color: #92400e; /* TEXT GELAP */
        }

        /* Alert Boxes - FIXED: Semua background terang dengan text gelap */
        .alert-box {
            border-radius: 12px;
            padding: 32px;
            margin: 32px 0;
            border: 1px solid;
        }

        .alert-info {
            background: linear-gradient(to right, #eff6ff 0%, #dbeafe 100%); /* TERANG */
            border-color: #60a5fa;
            border-left: 4px solid #3b82f6;
        }

        .alert-info h4 {
            color: #1e40af; /* TEXT GELAP */
            margin-bottom: 20px;
            font-weight: 700;
        }

        .alert-info p,
        .alert-info li {
            color: #1e3a8a; /* TEXT GELAP */
        }

        .alert-warning {
            background: linear-gradient(to right, #fffbeb 0%, #fef3c7 100%); /* TERANG */
            border-color: #fbbf24;
            border-left: 4px solid #f59e0b;
        }

        .alert-warning h4 {
            color: #92400e; /* TEXT GELAP */
            margin-bottom: 20px;
            font-weight: 700;
        }

        .alert-warning p,
        .alert-warning li {
            color: #78350f; /* TEXT GELAP */
        }

        .alert-danger {
            background: linear-gradient(to right, #fef2f2 0%, #fee2e2 100%); /* TERANG */
            border-color: #f87171;
            border-left: 4px solid #ef4444;
        }

        .alert-danger h4 {
            color: #991b1b; /* TEXT GELAP */
            margin-bottom: 20px;
            font-weight: 700;
        }

        .alert-danger p,
        .alert-danger li {
            color: #7f1d1d; /* TEXT GELAP */
        }

        .alert-success {
            background: linear-gradient(to right, #f0fdf4 0%, #dcfce7 100%); /* TERANG */
            border-color: #4ade80;
            border-left: 4px solid #22c55e;
        }

        .alert-success h4 {
            color: #166534; /* TEXT GELAP */
            margin-bottom: 20px;
            font-weight: 700;
        }

        .alert-success p,
        .alert-success li {
            color: #14532d; /* TEXT GELAP */
        }

        /* Links Box - Background terang = Text gelap */
        .links-box {
            background: var(--light-gray); /* TERANG */
            border: 1px solid var(--medium-gray);
            border-radius: 8px;
            padding: 24px;
            margin: 24px 0;
        }

        .links-box h4 {
            margin-top: 0;
            color: var(--primary-blue); /* TEXT GELAP */
        }

        .links-box p {
            color: var(--dark-gray); /* TEXT GELAP */
        }

        .links-box a {
            color: var(--primary-blue); /* TEXT GELAP */
            text-decoration: none;
            word-break: break-all;
        }

        .links-box a:hover {
            text-decoration: underline;
        }

        /* FIXED: Contact Box - Background GELAP = Text PUTIH */
        .contact-box {
            background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%); /* GELAP */
            color: #ffffff; /* TEXT PUTIH */
            border-radius: 12px;
            padding: 40px;
            margin: 32px 0;
            text-align: center;
        }

        .contact-box h3 {
            color: #ffffff; /* TEXT PUTIH */
            margin-top: 0;
            margin-bottom: 24px;
        }

        .contact-box p {
            color: #ffffff; /* TEXT PUTIH */
        }

        .contact-box a {
            color: #ffffff; /* TEXT PUTIH */
            text-decoration: none;
            font-weight: 600;
            border-bottom: 2px solid rgba(255,255,255,0.3);
        }

        .contact-box a:hover {
            border-bottom-color: #ffffff;
        }

        /* Tips Section - Background terang = Text gelap */
        .tips-section {
            background: linear-gradient(to right, #f0fdf4 0%, #dcfce7 100%); /* TERANG */
            border: 1px solid #4ade80;
            border-left: 4px solid #22c55e;
            border-radius: 12px;
            padding: 40px;
            margin: 40px 0;
        }

        .tips-section h2 {
            color: #166534; /* TEXT GELAP */
            margin-top: 0;
            border-bottom: none;
        }

        .tips-section > p {
            color: #166534; /* TEXT GELAP */
        }

        .tip-item {
            background: white; /* TERANG */
            border-radius: 8px;
            padding: 20px;
            margin: 16px 0;
            box-shadow: 0 1px 3px rgba(0,0,0,0.05);
        }

        .tip-item p {
            color: var(--dark-gray); /* TEXT GELAP */
        }

        .tip-number {
            display: inline-block;
            width: 32px;
            height: 32px;
            background: #22c55e; /* GELAP */
            color: #ffffff; /* TEXT PUTIH */
            border-radius: 50%;
            text-align: center;
            line-height: 32px;
            font-weight: 700;
            margin-right: 12px;
        }

        /* FIXED: Footer - Background GELAP = Text PUTIH */
        .footer-section {
            background: #1e293b; /* GELAP */
            color: #ffffff; /* TEXT PUTIH */
            padding: 48px 40px;
            text-align: center;
        }

        .footer-section h3 {
            color: #ffffff; /* TEXT PUTIH */
            margin-bottom: 16px;
        }

        .footer-section p {
            color: #ffffff; /* TEXT PUTIH */
        }

        /* Buttons */
        .btn-elegant {
            display: inline-block;
            padding: 14px 32px;
            margin: 8px;
            border-radius: 8px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.2s;
            border: none;
            cursor: pointer;
        }

        .btn-primary {
            background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%); /* GELAP */
            color: #ffffff; /* TEXT PUTIH */
        }

        .btn-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
            color: #ffffff; /* TEXT PUTIH */
        }

        /* FIXED: Back to Top - Background GELAP = Text PUTIH */
        .back-to-top {
            position: fixed;
            bottom: 32px;
            right: 32px;
            width: 56px;
            height: 56px;
            background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%); /* GELAP */
            color: #ffffff; /* TEXT PUTIH */
            border-radius: 50%;
            display: none;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            cursor: pointer;
            box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
            transition: all 0.2s;
            z-index: 1000;
        }

        .back-to-top.visible {
            display: flex;
        }

        .back-to-top:hover {
            transform: translateY(-4px);
            box-shadow: 0 8px 20px rgba(37, 99, 235, 0.4);
        }

        /* Highlight - Background terang = Text gelap */
        .highlight {
            background: #fef3c7; /* TERANG */
            padding: 2px 8px;
            border-radius: 4px;
            font-weight: 600;
            color: #92400e; /* TEXT GELAP */
        }

        /* Responsive */
        @media (max-width: 768px) {
            .hero-header {
                padding: 60px 24px;
            }

            .hero-header h1 {
                font-size: 2rem;
            }

            .content-area {
                padding: 40px 24px;
            }

            .nav-bar a {
                padding: 16px 20px;
                font-size: 0.9rem;
            }

            .product-card,
            .alert-box {
                padding: 24px;
            }

            h2 {
                font-size: 1.75rem;
            }
        }

        @media print {
            .nav-bar,
            .back-to-top,
            .btn-elegant {
                display: none !important;
            }

            .main-wrapper {
                box-shadow: none;
            }
        }

        .section-divider {
            border-top: 3px solid var(--medium-gray);
            margin: 60px 0;
        }
    </style>/* End custom CSS */