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

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

/* LOADING SCREEN - FIXED */
.loader {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100vh;
    background: linear-gradient(135deg, #ff8c42 0%, #1e40af 100%);
    display: flex; justify-content: center; align-items: center;
    z-index: 9999;
    animation: loaderFade 3s 1s forwards;
}

@keyframes loaderFade {
    0% { opacity: 1; visibility: visible; }
    33% { opacity: 1; visibility: visible; }
    66% { opacity: 0; }
    100% { opacity: 0; visibility: hidden; }
}

.loader-content { text-align: center; }
.loader-icon {
    font-size: 4rem; color: white;
    animation: pulse 1.5s infinite;
    margin-bottom: 1rem;
}
.loader p { color: white; font-size: 1.2rem; font-weight: 500; }

/* HERO */
.hero {
    min-height: 100vh; display: flex; align-items: center;
    max-width: 1200px; margin: 0 auto;
    padding: 120px 2rem 4rem; position: relative;
}
.hero-content { flex: 1; z-index: 2; }
.hero-title {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 700; line-height: 1.1;
    margin-bottom: 1.5rem; color: #1e293b;
}
.gradient-text {
    background: linear-gradient(135deg, #ff8c42 0%, #1e40af 50%, #3b82f6 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    display: inline-block; position: relative;
    
}
.gradient-text {
    font-size: 4rem;
    font-weight: bold;
    background: linear-gradient(90deg, #1e3c72, #2a5298, #4facfe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}
.gradient-text::before {
    display: none;
}
.hero-subtitle {
    font-size: 1.3rem; color: #64748b;
    margin-bottom: 2.5rem; max-width: 600px;
}
.hero-buttons { display: flex; gap: 1.5rem; flex-wrap: wrap; margin-bottom: 4rem; }
.btn {
    display: inline-flex; align-items: center; gap: 0.75rem;
    padding: 1.25rem 2.75rem; border-radius: 50px;
    font-weight: 600; text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
    font-size: 1.1rem; position: relative; overflow: hidden;
}
.btn-primary {
    background: linear-gradient(135deg, #ff8c42, #f97316);
    color: white; box-shadow: 0 10px 30px rgba(255,140,66,0.4);
}
.btn-primary:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 20px 40px rgba(255,140,66,0.6);
}
.btn-secondary {
    background: transparent; color: #1e40af; border: 2px solid #1e40af;
}
.btn-secondary:hover {
    background: #1e40af; color: white;
    transform: translateY(-5px) scale(1.05); border-color: transparent;
}
.hero-stats { display: flex; gap: 3rem; flex-wrap: wrap; }
.stat-item {
    display: flex; flex-direction: column; align-items: center;
    gap: 0.5rem; padding: 1.5rem;
    background: rgba(255,255,255,0.7); border-radius: 20px;
    backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.3);
    transition: all 0.3s ease;
}
.stat-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}
.stat-number {
    font-size: 2.5rem; font-weight: 700;
    background: linear-gradient(135deg, #ff8c42, #1e40af);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.stat-label {
    color: #64748b; font-weight: 500; font-size: 0.95rem;
}
.hero-floating { position: absolute; top: 20%; right: 5%; z-index: 1; }
.floating-paw {
    font-size: 3.5rem; color: #ff8c42;
    animation: float 6s ease-in-out infinite;
    opacity: 0.8;
}

/* SCROLL BAR */
.scroll-indicator {
    position: fixed; top: 0; left: 0; width: 100%; height: 4px;
    background: rgba(255,255,255,0.2); z-index: 1001;
}
.scroll-progress {
    height: 100%; background: linear-gradient(90deg, #ff8c42, #1e40af);
    width: 0%; transition: width 0.3s ease;
}



/* STAGGER */
.hero-title { animation: slideInUp 0.8s ease forwards 0.2s both; }
.hero-subtitle { animation: slideInUp 0.8s ease forwards 0.4s both; }
.hero-buttons { animation: slideInUp 0.8s ease forwards 0.6s both; }
.hero-stats { animation: slideInUp 0.8s ease forwards 0.8s both; }

/* RESPONSIVE */
@media (max-width: 768px) {
    .hamburger { display: flex; }
    .nav-menu {
        position: fixed; left: -100%; top: 70px;
        flex-direction: column; background: rgba(255,255,255,0.98);
        width: 100%; text-align: center; transition: left 0.3s ease;
        padding: 2rem 0; backdrop-filter: blur(20px);
    }
    .hero { text-align: center; padding: 100px 1rem 2rem; }
    .hero-buttons { flex-direction: column; align-items: center; }
    .hero-stats { justify-content: center; gap: 2rem; }
}




/* Misal class pembungkus kotak angka adalah .stat-card */
.stat-card {
  transition: all 0.3s ease;
  cursor: pointer;
}

.stat-card:hover {
  background-color: #6c5ce7; /* Warna biru/ungu seperti di gambar */
  color: white;
  transform: translateY(-10px);
}

.stat-card:hover h1, .stat-card:hover p {
  color: white;
}




.tb-section { padding: 60px 20px; font-family: 'Poppins', sans-serif; }
    .tb-container { max-width: 1100px; margin: 0 auto; text-align: center; }
    .gradient-text { background: linear-gradient(90deg, #ff8c42, #1e40af); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: bold; }

    /* WHY CHOOSE US */
    .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 40px; }
    .feature-card { background: white; padding: 30px; border-radius: 20px; box-shadow: 0 10px 25px rgba(0,0,0,0.05); transition: 0.3s; border: 1px solid #f0f0f0; }
    .feature-card:hover { transform: translateY(-10px); border-color: #ff8c42; }
    .feature-icon { font-size: 40px; color: #ff8c42; margin-bottom: 15px; display: block; }

    /* TESTIMONIAL */
    .testi-section { background: #f8f9ff; border-radius: 50px 50px 0 0; }
    .testi-card { background: white; padding: 40px; border-radius: 30px; max-width: 700px; margin: 30px auto; box-shadow: 0 15px 35px rgba(30,64,175,0.05); }
    .stars { color: #facc15; margin-bottom: 15px; font-size: 18px; }

    /* FOOTER & NEWSLETTER */
    .main-footer { background: #1e293b; color: white; padding: 80px 20px 30px; margin-top: 100px; border-radius: 50px 50px 0 0; position: relative; }
    .newsletter-box { 
        background: linear-gradient(135deg, #ff8c42, #f97316); padding: 40px; 
        border-radius: 30px; max-width: 800px; margin: -140px auto 50px; 
        box-shadow: 0 20px 40px rgba(255,140,66,0.3); text-align: center;
    }
    .newsletter-form { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-top: 20px; }
    .newsletter-form input { padding: 12px 20px; border-radius: 25px; border: none; width: 280px; outline: none; }
    .newsletter-form button { padding: 12px 30px; border-radius: 25px; border: none; background: #1e40af; color: white; font-weight: 600; cursor: pointer; }
    
    .footer-logo { font-size: 24px; font-weight: bold; margin-bottom: 10px; }
    .socials-links { display: flex; gap: 20px; justify-content: center; margin: 20px 0; }
    .socials-links a { color: white; font-size: 20px; transition: 0.3s; }
    .socials-links a:hover { color: #ff8c42; }