/* CSS RESET & UTILITIES */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: #f8fafc;
    color: #334155;
    line-height: 1.6;
}
.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}
.container-small {
    max-width: 800px;
}
.text-right { text-align: right; }

/* FLOATING WA BUTTON */
.floating-wa {
    position: fixed;
    bottom: 24px;
    right: 24px;
    background-color: #22c55e;
    color: #ffffff;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 10px 25px rgba(34, 197, 94, 0.4);
    z-index: 100;
    text-decoration: none;
    transition: transform 0.3s;
}
.floating-wa:hover {
    transform: scale(1.1);
}

/* TOP BAR */
.top-bar {
    background-color: #0f172a;
    color: #94a3b8;
    font-size: 12px;
    padding: 8px 0;
    border-b: 1px solid #1e293b;
}
.top-bar-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-bar-left span, .top-bar-right span {
    margin-right: 16px;
}
.top-bar i { color: #eab308; }

/* NAVBAR */
.navbar {
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(4px);
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    position: sticky;
    top: 0;
    z-index: 90;
    padding: 16px 0;
}
.nav-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    display: flex;
    align-items: center;
    gap: 8px;
}
.logo-icon {
    background-color: #eab308;
    color: #0f172a;
    padding: 6px 10px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
}
.logo-text {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
}
.logo-text span { color: #eab308; }
.nav-menu a {
    color: #475569;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    margin: 0 16px;
    transition: color 0.2s;
}
.nav-menu a:hover { color: #ca8a04; }
.btn-nav {
    background-color: #0f172a;
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}

/* HERO SECTION */
.hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #ffffff;
    padding: 80px 0;
}
.hero-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 48px;
    align-items: center;
}
.badge-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #1e293b;
    border: 1px solid #334155;
    padding: 6px 12px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    color: #cbd5e1;
    margin-bottom: 24px;
}
.dot-green {
    width: 8px;
    height: 8px;
    background-color: #4ade80;
    border-radius: 50%;
}
.hero-text h1 {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 24px;
}
.hero-text h1 span {
    background: linear-gradient(to right, #facc15, #f59e0b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero-text p {
    color: #94a3b8;
    font-size: 16px;
    margin-bottom: 32px;
}
.trust-stats {
    display: flex;
    gap: 24px;
    border-top: 1px solid #1e293b;
    border-bottom: 1px solid #1e293b;
    padding: 16px 0;
    margin-bottom: 32px;
}
.stat-item h3 { color: #facc15; font-size: 20px; font-weight: 700; }
.stat-item p { font-size: 12px; color: #64748b; margin: 0; text-transform: uppercase; }
.btn-hero-wa {
    background-color: #eab308;
    color: #0f172a;
    padding: 16px 32px;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 20px rgba(234, 179, 8, 0.15);
}
/* Pembungkus area gambar */
.visual-placeholder {
    width: 100%;
    max-width: 500px; /* Batas maksimal lebar gambar agar tidak terlalu besar */
    height: 400px;    /* Tentukan tinggi konstan yang kamu mau */
    margin: 0 auto;
    border-radius: 12px; /* Membuat sudut gambar sedikit melengkung agar modern */
    overflow: hidden; /* Memastikan gambar tidak keluar dari radius sudut */
    box-shadow: 0 10px 30px rgba(0,0,0,0.1); /* Efek bayangan halus */
    position: relative;
}

/* Mengatur gambar di dalamnya agar pas */
.visual-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Kunci utama: gambar pas, proporsional, tidak gepeng */
    object-position: center; /* Fokus gambar tetap di tengah */
    display: block;
}

/* Menyembunyikan text/icon bawaan jika gambar sudah ada */
.visual-placeholder i,
.visual-placeholder p {
    display: none; 
}
/* LAYANAN (SERVICES) */
.services { padding: 80px 0; }
.section-header { text-align: center; margin-bottom: 64px; }
.sub-title { font-size: 12px; font-weight: 700; color: #b45309; text-transform: uppercase; letter-spacing: 2px; display: block; margin-bottom: 8px; }
.section-header h2 { font-size: 32px; font-weight: 800; color: #0f172a; }
.section-header p { color: #64748b; margin-top: 8px; }

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
}
.card {
    background-color: white;
    padding: 32px;
    border-radius: 24px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.02);
    transition: transform 0.3s, box-shadow 0.3s;
}
.card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.05);
}
.card-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 24px;
}
.card-yellow .card-icon { background-color: #fef9c3; color: #a16207; }
.card-red .card-icon { background-color: #fee2e2; color: #b91c1c; }
.card-blue .card-icon { background-color: #dbeafe; color: #1d4ed8; }
.card h3 { font-size: 20px; font-weight: 700; margin-bottom: 12px; color: #0f172a; }
.card p { font-size: 14px; color: #64748b; }

/* KEUNGGULAN (FEATURES) */
.features { background-color: #0f172a; color: white; padding: 80px 0; }
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 64px;
    align-items: center;
}
.features-intro h2 { font-size: 32px; font-weight: 800; margin-bottom: 16px; }
.features-intro p { color: #94a3b8; margin-bottom: 32px; }
.list-check { display: flex; flex-direction: column; gap: 20px; }
.check-item { display: flex; gap: 16px; }
.check-item i { color: #eab308; font-size: 20px; margin-top: 4px; }
.check-item h4 { font-size: 18px; font-weight: 700; }
.check-item p { color: #94a3b8; font-size: 14px; }

.features-grid-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.f-box {
    background-color: rgba(30, 41, 59, 0.5);
    border: 1px solid #1e293b;
    padding: 24px;
    border-radius: 24px;
    text-align: center;
}
.f-box i { font-size: 28px; color: #eab308; margin-bottom: 12px; }
.f-box h4 { font-size: 16px; font-weight: 700; margin-bottom: 4px; }
.f-box p { font-size: 12px; color: #64748b; }

/* PRICING TABLE */
.pricing { padding: 80px 0; }
.table-wrapper {
    background-color: white;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.02);
}
table { width: 100%; border-collapse: collapse; }
th { background-color: #f8fafc; padding: 20px; font-weight: 700; border-bottom: 1px solid #e2e8f0; text-align: left; }
td { padding: 20px; border-bottom: 1px solid #f1f5f9; }
.price { color: #ea580c; font-weight: 700; }
.price span { font-size: 12px; color: #94a3b8; font-weight: 400; }
.table-note { background-color: #fffbeb; padding: 16px; font-size: 13px; color: #b45309; display: flex; gap: 8px; align-items: center; }

/* FORM SECTION */
.cta-form {
    background: linear-gradient(to right, #f59e0b, #d97706);
    padding: 64px 0;
}
.container-form {
    background-color: white;
    padding: 40px;
    border-radius: 32px;
    max-width: 500px;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.2);
}
.container-form h3 { text-align: center; font-size: 24px; font-weight: 800; }
.container-form p { text-align: center; font-size: 14px; color: #64748b; margin-bottom: 24px; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: 12px; font-weight: 700; text-transform: uppercase; margin-bottom: 6px; color: #475569; }
.form-group input, .form-group textarea, .form-group select {
    width: 100%;
    padding: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    font-family: inherit;
    font-size: 14px;
}
.form-group input:focus, .form-group textarea:focus { outline: 2px solid #f59e0b; }
.btn-submit {
    width: 100%;
    background-color: #0f172a;
    color: white;
    padding: 16px;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

/* FOOTER */
footer { background-color: #020617; color: #64748b; padding: 48px 0; text-align: center; font-size: 14px; }
.footer-logo { display: flex; align-items: center; justify-content: center; gap: 8px; color: white; font-weight: 800; font-size: 18px; margin-bottom: 12px; }
.footer-logo i { color: #eab308; }

/* RESPONSIVE DESIGN (HP) */
@media (max-width: 768px) {
    .top-bar-flex, .nav-flex { flex-direction: column; gap: 12px; text-align: center; }
    .nav-menu { margin: 12px 0; }
    .features-grid-boxes { grid-template-columns: 1fr; }
    .hero-text h1 { font-size: 32px; }
}
