 /* CSS Reset */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        /* Variables */
        :root {
            --primary: #1e3464;
            --primary-dark: #1d4ed8;
            --secondary: #7c3aed;
            --accent: #f59e0b;
            --light: #fcfbf8;
            --dark: #1e293b;
            --gray: #64748b;
            --success: #10b981;
            --border-radius: 8px;
            --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            --transition: all 0.3s ease;
        }

        /* Base Styles */
        body {
            font-family: "DM Sans", sans-serif;
            line-height: 1.6;
            color: var(--dark);
            background-color: #fafafa;
            overflow-x: hidden;
        }

        h1, h2, h3, h4, h5, h6 {
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 1rem;
        }

h1 {
    font-size: clamp(2rem, 0.5vw + 2.5rem, 3rem);
}


        h2 {
            font-size: 2.5rem;
        }

        h3 {
            font-size: 1.8rem;
        }

        p {
            margin-bottom: 1rem;
            color: var(--gray);
        }

        a {
            text-decoration: none;
            color: var(--primary);
            transition: var(--transition);
        }

        a:hover {
            color: var(--primary-dark);
        }

        img {
            max-width: 100%;
            height: auto;
        }

        .container {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.5rem;
        }

        .btn {
            display: inline-block;
            padding: 0.75rem 1.5rem;
            border-radius: 28px;
            font-weight: 600;
            text-align: center;
            cursor: pointer;
            transition: var(--transition);
            border: none;
            font-size: 1rem;
        }

        .btn-primary {
            background-color: var(--primary);
            color: white;
        }

        .btn-primary:hover {
            background-color: var(--primary-dark);
            color: white;
        }

        .btn-secondary {
            background-color: transparent;
            color: var(--primary);
            border: 2px solid var(--primary);
        }

        .btn-secondary:hover {
            background-color: var(--primary);
            color: white;
        }

        .btn-large {
            padding: clamp(0.8rem, 1vw + 0.5rem, 0.95rem);
            font-size: clamp(0.8rem, 1vw + 0.5rem, 0.95rem);
        }

        .service-content p {
            color: #64748b;
            text-align: center;
            font-size: 0.8rem;
        }

        .service-content a {
            margin-top: 1rem;
        }

        .service-content {
            text-align: left;
        }

.lihat {
        background-color: white;
    border: 1px solid #132e66;
                  /* putih */
    padding: 0.2rem 1rem;
    display: inline-flex;         /* agar icon dan teks rapi */
    align-items: center;
    gap: 0.4rem;                  /* jarak icon & teks */
    text-decoration: none;
    border-radius: 10px;           /* opsional biar lebih bagus */
    font-weight: 600;   
/* memastikan posisinya kiri */
    margin-left: 0;           
    text-align: left;          /* opsional */
}
.lihat:hover {
    background: #214696;         /* biru */
    color: #fff;
}

.lihat i {
    font-size: 0.9rem;
}


        .section {
            padding: 5rem 0;
        }
        

        .section-header {
            text-align: center;
            margin-bottom: 3rem;
        }
        .section-header p {
            color: #064b83;
        }

        .section-title {
            color: #064b83;
            position: relative;
            display: inline-block;
            margin-bottom: 1rem;
        }

        h2.layanan {
            color: white;
        }
        
        p.layanan {
            color: white;
        }

        .section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 4px;
            background-color: ;
            border-radius: 2px;
        }

        .text-center {
            text-align: center;
        }

        .text-primary {
            color: #e6b000;
        }

        .bg-light {
            background: linear-gradient(
    to top,
    #ffffff 0%,      /* Hitam di paling bawah */
    #def7ff 40%,     /* Masih hitam sampai 40% tinggi */
    #a9e8ff 70%,     /* Mulai abu-abu dari 40% hingga 70% */
    #ffffff 100%     /* Putih di bagian paling atas */
);
        }


.testimonial-stars {
    color: #facc15; /* kuning */
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    box-shadow: ;
}




                .layanan-kami {
                                        border-radius: 35% 35% 0% 0%;
            background: linear-gradient(#6C63FF, #36D1DC);
            padding: 2rem 0;
            text-align: center;
            box-shadow: var(--shadow);
            position: relative;
            overflow: hidden;
        }

       .layanan-kami::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            z-index: 0;
        }

        .section-header {
            position: relative;
            z-index: 1;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 2rem;
        }

        .bg-white {
            background: linear-gradient(
    to top,
    #ffffff 0%,      /* Hitam di paling bawah */
    #def7ff 40%,     /* Masih hitam sampai 40% tinggi */
    #a9e8ff 70%,     /* Mulai abu-abu dari 40% hingga 70% */
    #ffffff 100%     /* Putih di bagian paling atas */
);
        }

        /* Header Styles */
        header {
            background-color: white;
            position: sticky;
            top: 0;
            z-index: 1000;
        }

        .navbar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1rem 0;
            position: relative;
        }

        .logo img {
            width: 100%;
            height: 35px;
        }



        .nav-links {
            display: flex;
            list-style: none;
            transition: all 0.4s ease-in-out;
        }

        .nav-links li {
            margin-left: 2rem;
        }

        .nav-links a {
            color: var(--dark);
            font-weight: 500;
            padding: 0.5rem 0;
            position: relative;
        }

        .nav-links a::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 2px;
            background-color: var(--primary);
            transition: width 0.3s ease;
        }

        .nav-links a:hover::after {
            width: 100%;
        }

        .nav-links a:hover {
            color: var(--primary);
        }

        .mobile-menu-btn {
            display: none;
            background: none;
            border: none;
            font-size: 1rem;
            color: var(--dark);
            cursor: pointer;
            z-index: 1001;
            transition: var(--transition);
        }

        .mobile-menu-btn.active {
            transform: rotate(90deg);
        }

        /* Hero Section */
        .hero {
            padding: 6rem 0;
            background: white;
            position: relative;
            overflow: hidden;
        }

        .hero::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -10%;
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, rgba(37, 99, 235, 0.1) 0%, rgba(37, 99, 235, 0) 70%);
            border-radius: 50%;
        }

        .hero-content {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .hero-text {
            flex: 1;
            padding-right: 2rem;
        }
        .hero-text p {
            color: black;
        }

        .hero-image {
            flex: 1;
            text-align: center;
        }

        .hero-buttons {
            display: flex;
            gap: 1rem;
            margin-top: 2rem;
        }
        

        /* Features Section */
        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
        }

.feature-card {
    background: linear-gradient(135deg, #1f2244 0%, #2d325a 50%, #3a4175 100%);
    padding: 2.5rem 2rem;
    border: none;
    border-radius: var(--border-radius);
    text-align: center;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    
}

/* Efek kilap dengan pseudo-element */
.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
    );
    transition: left 0.6s ease;
}

.feature-card:hover::before {
    left: 100%;
}

.feature-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 
        0 15px 35px rgba(74, 107, 255, 0.2),
        0 8px 25px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        inset 0 -1px 0 rgba(0, 0, 0, 0.5);
    background: linear-gradient(135deg, #2a2f5a 0%, #353b6b 50%, #424a82 100%);
}

/* Alternatif warna yang lebih cerah dan mengkilap */
.feature-card.glossy-blue {
    background: linear-gradient(135deg, #2563eb 0%, #3b82f6 50%, #60a5fa 100%);
    box-shadow: 
        0 8px 25px rgba(37, 99, 235, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        inset 0 -1px 0 rgba(0, 0, 0, 0.3);
}

.feature-card.glossy-purple {
    background: linear-gradient(135deg, #7c3aed 0%, #8b5cf6 50%, #a78bfa 100%);
    box-shadow: 
        0 8px 25px rgba(124, 58, 237, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        inset 0 -1px 0 rgba(0, 0, 0, 0.3);
}

.feature-card.glossy-teal {
    background: linear-gradient(135deg, #0d9488 0%, #14b8a6 50%, #2dd4bf 100%);
    box-shadow: 
        0 8px 25px rgba(13, 148, 136, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        inset 0 -1px 0 rgba(0, 0, 0, 0.3);
}

.feature-card.glossy-blue:hover,
.feature-card.glossy-purple:hover,
.feature-card.glossy-teal:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.4),
        0 12px 30px var(--glow-color, rgba(37, 99, 235, 0.4)),
        inset 0 1px 0 rgba(255, 255, 255, 0.4),
        inset 0 -1px 0 rgba(0, 0, 0, 0.4);
}


        .feature-card p {
            color: white;
        }
                .feature-card h3{
            color: #fffae9;
        }

        .feature-icon {
            width: 70px;
            height: 70px;
            background-color:#eaf5f6;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1.5rem;
            color: var(--primary);
            font-size: 1.8rem;
        }

        .alasan {
            background: linear-gradient(
    to top,
    #ffffff 0%,      /* Hitam di paling bawah */
    #def7ff 40%,     /* Masih hitam sampai 40% tinggi */
    #a9e8ff 70%,     /* Mulai abu-abu dari 40% hingga 70% */
    #ffffff 100%     /* Putih di bagian paling atas */
);

            padding: 2rem 0.5rem 2rem;
        }
        .section-header span {
            font-size: 2rem;
            color: #e6b000;
        }

                    .section-title.memilih span {
                font-size: 3rem;
            }

        /* Services Section */
        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
        }

        .service-card {
            background: white;
            border-radius: var(--border-radius);
            overflow: hidden;
            box-shadow: var(--shadow);
            transition: var(--transition);
        }

        .service-card:hover {
            transform: translateY(-5px);
        }

        .service-image {
            padding: 0px;
            margin: 0px;
            height: 200px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--primary);
        }
        .service-image img {
            height: 170px;
        }

        .service-content {
            padding: 0rem 1.5rem 1.5rem;
        }

        .service-content h3 {
            text-align: center;
            margin-bottom: 0.5rem;
        }
.testimoni {
    color: ;
}
 .service-content ul {
    list-style: none;
    padding-left: 0;
}

.service-content li {
    text-align: left;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: flex-start;
}

.service-content li i {
    color: var(--primary);
    margin-right: 10px;
    margin-top: 3px;
    flex-shrink: 0;
}

        /* Process Section */
        .process-steps {
            display: flex;
            justify-content: space-between;
            position: relative;
            margin-top: 3rem;
        }

        .process-steps::before {
            content: '';
            position: absolute;
            top: 40px;
            left: 0;
            right: 0;
            height: 2px;
            background-color: #224d85;
            z-index: 1;
        }

        .step {
            text-align: center;
            position: relative;
            z-index: 2;
            flex: 1;
        }
        p.step {
            color: #393c3d;
        }
        .step h3 {
            color: rgb(0, 0, 0);
        }

        .step-number {
            flex-shrink: 0;
            width: 80px;
            height: 80px;
            background-color: white;
            border: 2px solid var(--primary);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1rem;
            font-size: 4rem;
            font-weight: 700;
            color: #e2a600;
        }

        /* Testimonials Section */
        .testimonials-container {
            max-width: 800px;
            margin: 0 auto;
        }

        .testimonial-card {
            background: white;
            padding: 2rem;
            border-radius: var(--border-radius);
            box-shadow: var(--shadow);
            margin-bottom: 2rem;
        }

        .testimonial-content {
            font-style: italic;
            margin-bottom: 1.5rem;
        }
        .ceo h4, .ceo p {
            margin: 0;
        }
        .testimonial-author p {
            color: #4d5b66;
        }

        .testimonial-content p {
            color: #374151;
        }

        .testimonial-content p {
            font-size: 0.8rem;
            border-left: 1px solid #eb6e25;
            padding-left: 10px;
        }

        .testimonial-author {
            display: flex;
            align-items: center;
        }

        .author-avatar {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background-color: #e2e8f0;
            margin-right: 1rem;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--primary);
        }

        /* CTA Section */
        .cta {
            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
            color: white;
            text-align: center;
            padding: 5rem 0;
        }

        .cta h2, .cta p {
            color: white;
        }

        .cta-buttons {
            display: flex;
            justify-content: center;
            gap: 1rem;
            margin-top: 2rem;
        }

        .btn-light {
            background-color: white;
            color: var(--primary);
        }

        .btn-light:hover {
            background-color: rgba(255, 255, 255, 0.9);
        }

        .btn-outline-light {
            background-color: transparent;
            color: white;
            border: 2px solid white;
        }

        .btn-outline-light:hover {
            background-color: white;
            color: var(--primary);
        }

        /* Footer */
        footer {
            background-color: var(--dark);
            color: white;
            padding: 4rem 0 2rem;
        }

        .footer-content {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
            margin-bottom: 3rem;
        }

        .footer-column h3 {
            color: white;
            margin-bottom: 1.5rem;
            font-size: 1.3rem;
        }

        .footer-links {
            list-style: none;
        }

        .footer-links li {
            margin-bottom: 0.8rem;
        }

        .footer-links a {
            color: #cbd5e1;
            transition: var(--transition);
        }

        .footer-links a:hover {
            color: white;
        }

        .social-links {
            display: flex;
            gap: 1rem;
            margin-top: 1.5rem;
        }

        .social-link {
            width: 40px;
            height: 40px;
            background-color: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            transition: var(--transition);
        }

        .social-link:hover {
            background-color: var(--primary);
            transform: translateY(-3px);
        }

        .footer-bottom {
            text-align: center;
            padding-top: 2rem;
            border-top: 1px solid #374151;
            color: #9ca3af;
        }

        /* Animasi Scroll */
        .fade-in {
            opacity: 0;
            transform: translateY(30px);
            transition: opacity 0.6s ease, transform 0.6s ease;
        }

        .fade-in.visible {
            opacity: 1;
            transform: translateY(0);
        }

        .slide-in-left {
            opacity: 0;
            transform: translateX(-50px);
            transition: opacity 0.8s ease, transform 0.8s ease;
        }

        .slide-in-left.visible {
            opacity: 1;
            transform: translateX(0);
        }

        .slide-in-right {
            opacity: 0;
            transform: translateX(50px);
            transition: opacity 0.8s ease, transform 0.8s ease;
        }

        .slide-in-right.visible {
            opacity: 1;
            transform: translateX(0);
        }

        .zoom-in {
            opacity: 0;
            transform: scale(0.9);
            transition: opacity 0.6s ease, transform 0.6s ease;
        }

        .zoom-in.visible {
            opacity: 1;
            transform: scale(1);
        }

        .stagger-animation > * {
            opacity: 0;
            transform: translateY(30px);
            transition: opacity 0.6s ease, transform 0.6s ease;
        }

        .stagger-animation.visible > * {
            opacity: 1;
            transform: translateY(0);
        }

        .stagger-animation.visible > *:nth-child(1) { transition-delay: 0.1s; }
        .stagger-animation.visible > *:nth-child(2) { transition-delay: 0.2s; }
        .stagger-animation.visible > *:nth-child(3) { transition-delay: 0.3s; }
        .stagger-animation.visible > *:nth-child(4) { transition-delay: 0.4s; }
        .stagger-animation.visible > *:nth-child(5) { transition-delay: 0.5s; }
        .stagger-animation.visible > *:nth-child(6) { transition-delay: 0.6s; }

        /* Responsive Styles */
        @media (max-width: 992px) {
                .layanan-kami {
                                        border-radius: 5rem 5rem 0rem 0rem; }
 
            h2, h1 {
                font-size: 2rem;
            }
            
            .hero-content {
                flex-direction: column;
            }
            
            .hero-text {
                padding-right: 0;
                margin-bottom: 3rem;
                text-align: center;
            }
            
            .hero-buttons {
                justify-content: center;
            }
            
            .process-steps {
                flex-direction: column;
                gap: 2rem;
            }
            
            .process-steps::before {
                display: none;
            }
        }

        @media (max-width: 768px) {
            .cta {
                padding: 50px 20px;
            }
         .ceo p {
            line-height: 1;
            font-size: 0.8rem;
        }
            .step {
                display: flex;
                justify-content: flex-start;
            }
            .step-number {
                margin-left: 10px;
                height: : 90px;
                width: 90x;
                margin-right: 20px;
            }
            .ca {
                text-align: left;
            }
            p.step {
                font-size: 1rem;
                text-align: left;
                line-height: 1;
            }
            .step h3 {
                font-size: 1.4rem;
            }
            .proses {
                font-size: 1.7rem;
            }
            .hero {
                padding: 1.5rem 0.5rem 0rem;
            }
             .layanan-kami {
                                        border-radius: 0;
             }
                     .alasan {
            padding: 1rem 0.5rem 1rem;
        }
            
            .footer-content p {
                color: #fafffe;
            }

            .section-header {
                margin-bottom: 0.2rem;
            }

            .section-title {
                font-size: 1.6rem;
            }
                    .section-title.memilih span {
                font-size: 2rem;
            }
            .section.section.bg-white {
                padding: 2rem 0.2rem;
            }
                        .section.section.bg-light {
                padding: 2rem 0.2rem;
            }


            .navbar img {
            align-content: center;
            }
            .logo img {
            width: 100%;
            height: 20px;

        }

            h1 {font-size: 2rem;}
            header .container {
        padding: 0;
        max-width: 100%;
    }
    
    .navbar {
        z-index: 50;
        position: relative;
        padding: 1rem 1.5rem;
        width: 100%;
    }
    
/* MENU: muncul dari atas, turun pelan */
.nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0.25rem 0;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.08);
    border-radius: 8px;

    /* STATE TERSEMBUNYI — berada di atas sedikit */
    transform: translateY(-25px) scale(0.98);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    /* TRANSISI SUPER SMOOTH */
    transition:
        transform 380ms cubic-bezier(.18,.89,.32,1),
        opacity 350ms ease,
        visibility 0ms linear 380ms;

    z-index: 40;
}

/* STATE AKTIF — turun ke posisi final */
.nav-links.active {
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition:
        transform 380ms cubic-bezier(.18,.89,.32,1),
        opacity 350ms ease;
}


  .nav-links li {
    margin: 0;
    width: 100%;
    text-align: center;
    list-style: none;
  }

  .nav-links a {
    margin: 0;

    display: block;
    padding: 14px 18px;
    width: 100%;
    color: #111;
    text-decoration: none;
  }

  .nav-links a:active,
  .nav-links a:focus,
  .nav-links a:hover {
    background: #f7f9fc;
  }

  .mobile-menu-btn {
    display: block;
    background: transparent;
    border: none;
    font-size: 1.2rem;
    line-height: 1;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .btn {
    width: 100%;
    max-width: 300px;
  }
}