
        @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

        body { font-family: 'Poppins', sans-serif; background-color: #f4f7f6; overflow-x: hidden; color: #333; }
        
        /* Tema Warna */
        .text-navy { color: #0a2558 !important; }
        .bg-navy { background-color: #0a2558 !important; }
        .text-red-custom { color: #d32f2f !important; }
        .text-gold { color: #fbc531 !important; }
        .bg-gold { background-color: #fbc531 !important; }

        /* Navbar */
        /* .navbar-custom { background-color: #ffffff; padding: 15px 50px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
        .navbar-custom .nav-link { color: #0a2558 !important; font-weight: 600; font-size: 14px; text-transform: uppercase; margin-left: 15px; }
        .navbar-custom .nav-link:hover, .navbar-custom .nav-link.active { color: #fbc531 !important; border-bottom: 2px solid #fbc531; }
        .btn-login-nav { background-color: #0a2558; color: #fff; border-radius: 8px; font-weight: 600; padding: 8px 20px; text-transform: uppercase; display: flex; align-items: center; }
        .btn-login-nav:hover { background-color: #06183b; color: #fff; } */
        
        /* Header Title (Brand) */
        .brand-title { line-height: 1.2; }
        .brand-title strong { font-size: 16px; color: #0a2558; }
        .brand-title small { font-size: 11px; color: #fbc531; font-weight: 600; }

        /* Hero Section */
        .hero-section { position: relative; background: #ffffff; padding: 60px 0 120px 0; overflow: hidden; }
        .hero-title { font-size: 3.5rem; font-weight: 800; line-height: 1.1; color: #0a2558; margin-bottom: 15px; }
        .hero-subtitle { font-size: 1.2rem; font-weight: 600; color: #d32f2f; margin-bottom: 20px; }
        .hero-desc { font-size: 1rem; color: #555; max-width: 90%; }
        
        /* Floating Features Bar */
        .floating-bar { background: #ffffff; border-radius: 12px; padding: 20px 30px; box-shadow: 0 10px 30px rgba(0,0,0,0.08); margin-top: -60px; position: relative; z-index: 10; border-bottom: 4px solid #0a2558; }
        .feature-box { display: flex; align-items: center; }
        .feature-box i { font-size: 2rem; color: #0a2558; margin-right: 15px; }
        .feature-box h6 { font-weight: 700; font-size: 0.9rem; margin-bottom: 2px; color: #0a2558; text-transform: uppercase; }
        .feature-box p { font-size: 0.75rem; color: #666; margin: 0; line-height: 1.3; }

        /* Section Titles */
        .section-header { text-align: center; margin: 60px 0 40px 0; position: relative; }
        .section-header h4 { font-weight: 700; color: #0a2558; display: inline-block; padding: 0 20px; background: #f4f7f6; position: relative; z-index: 2; }
        .section-header::before { content: ""; position: absolute; top: 50%; left: 0; right: 0; border-top: 2px dashed #ccc; z-index: 1; }

        /* Tahapan Cards */
        .tahapan-card { background: #fff; border-radius: 12px; padding: 25px 20px; text-align: left; height: 100%; box-shadow: 0 4px 15px rgba(0,0,0,0.04); position: relative; }
        .tahapan-icon { width: 50px; height: 50px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: #fff; margin-bottom: 15px; float: left; margin-right: 15px; }
        .tahapan-header { overflow: hidden; margin-bottom: 15px; }
        .tahapan-title { font-weight: 700; font-size: 1.1rem; margin-bottom: 5px; color: #333; }
        .tahapan-badge { display: inline-block; padding: 3px 10px; border-radius: 20px; font-size: 0.7rem; font-weight: 600; color: #fff; }
        .tahapan-desc { font-size: 0.85rem; color: #666; line-height: 1.5; clear: both; }

        /* Arrow separator between cards */
        @media (min-width: 992px) {
            .col-tahapan:not(:last-child)::after {
                content: '\f105'; font-family: 'Font Awesome 5 Free'; font-weight: 900; position: absolute; right: -10px; top: 50%; transform: translateY(-50%); font-size: 2rem; color: #ccc; z-index: 10;
            }
        }

        /* Bottom Section (Skema, Kualifikasi, Promo) */
        .skema-box h6 { font-weight: 700; color: #0a2558; margin-bottom: 20px; display: flex; align-items: center; }
        .skema-box h6 i { color: #0a2558; margin-right: 10px; }
        .progress-label { display: flex; justify-content: space-between; font-weight: 600; font-size: 0.9rem; margin-bottom: 5px; color: #333; }
        .progress-custom { height: 10px; border-radius: 10px; margin-bottom: 20px; background-color: #e9ecef; }
        .rumus-box { background-color: #f0f7ff; border: 1px solid #cce5ff; border-radius: 8px; padding: 15px; display: flex; align-items: center; }
        .rumus-box i { font-size: 2rem; color: #007bff; margin-right: 15px; }
        .rumus-box strong { color: #0a2558; display: block; margin-bottom: 3px; }

        /* Table Kualifikasi */
        .table-kualifikasi th { background-color: #f4f7f6; font-size: 0.85rem; text-transform: uppercase; color: #0a2558; }
        .table-kualifikasi td { vertical-align: middle; font-weight: 600; font-size: 0.9rem; }
        .badge-predikat { padding: 6px 15px; border-radius: 6px; font-size: 0.8rem; width: 150px; display: inline-block; }

        /* Promo Card */
        .promo-card { background: #0a2558; border-radius: 20px; padding: 40px 30px; color: #fff; text-align: center; height: 100%; position: relative; overflow: hidden; box-shadow: 0 10px 20px rgba(10,37,88,0.2); }
        .promo-img { width: 180px; margin-bottom: 30px; }
        .promo-card h3 { font-weight: 800; font-size: 1.8rem; line-height: 1.3; margin-bottom: 5px; }
        .promo-card h3 span { color: #fbc531; }
        .promo-card p { font-size: 0.85rem; color: #cbd5e1; margin-top: 15px; }

        /* Footer */
        footer { background-color: #0a2558; color: #fff; padding: 20px 0; font-size: 0.85rem; margin-top: 60px; border-top: 4px solid #fbc531;}
        footer a { color: #fff; text-decoration: none; margin-left: 15px; }
        .footer-info { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }
        .footer-info div { margin: 5px 15px; display: flex; align-items: center; }
        .footer-info i { color: #fbc531; margin-right: 8px; font-size: 1.2rem; }