body { font-family: 'Plus Jakarta Sans', sans-serif; scroll-behavior: smooth; }
.glass { background: rgba(255, 255, 255, 0.8); backdrop-filter: blur(10px); }
.gradient-text { background: linear-gradient(135deg, #10b981 0%, #059669 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.card-hover:hover { transform: translateY(-4px); transition: all 0.3s ease; }
.step-number { width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; background: #10b981; color: white; border-radius: 50%; font-weight: bold; margin-right: 12px; flex-shrink: 0; }
[x-cloak] { display: none !important; }

/* Screenshot halaman aplikasi */
.screenshot {
    width: 100%;
    border-radius: 1rem;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    margin-top: 1.25rem;
}
.screenshot-caption {
    font-size: 11px;
    color: #94a3b8;
    text-align: center;
    margin-top: 0.5rem;
}

/* Hero Section Illustration */
.hero-img {
    width: 100%;
    max-width: 800px;
    height: auto;
    border-radius: 2rem;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
    margin: 2rem auto;
    display: block;
}
