/* RESET & BASE */
* { 
    margin: 0; 
    padding: 0; 
    box-sizing: border-box; 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
}

body { 
    color: #333; 
    line-height: 1.6; 
    scroll-behavior: smooth; 
}

.container { 
    max-width: 1200px; 
    margin: auto; 
    padding: 0 20px; 
}

.sp-80 { padding: 80px 0; }
.bg-dark { background: #002e4d; }
.main-title { 
    text-align: center; 
    color: #004a7c; 
    font-size: 2.2rem; 
    margin-bottom: 40px; 
    font-weight: 800; 
    text-transform: uppercase; 
}
.main-title.white { color: #fff; }
.mt-50 { margin-top: 50px; }

/* HERO SECTION */
.hero { 
    position: relative;
    background: url('1.png') no-repeat center center; 
    background-size: cover; 
    padding: 120px 0; 
    border-bottom: 6px solid #d32f2f;
    min-height: 550px;
    display: flex;
    align-items: center;
}

.hero-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(90deg, 
        rgba(255, 255, 255, 0.95) 0%, 
        rgba(255, 255, 255, 0.6) 45%, 
        rgba(255, 255, 255, 0) 100%); 
    z-index: 1;
}

.hero-flex { position: relative; z-index: 2; width: 100%; }
.brand-logo img { display: block; height: 70px; width: auto; filter: drop-shadow(0 2px 5px rgba(0,0,0,0.1)); }
.hero-text h1 { font-size: 48px; line-height: 1.1; margin-bottom: 25px; color: #111; font-weight: 800; }
.hero-list { list-style: none; margin-bottom: 30px; font-weight: 700; }
.hero-list li { margin-bottom: 10px; display: flex; align-items: center; gap: 12px; font-size: 1.1rem; }
.hero-list i { color: #2ecc71; font-size: 1.3rem; }
.btn-primary { background: #d32f2f; color: #fff; text-decoration: none; padding: 15px 40px; border-radius: 5px; font-weight: 800; display: inline-block; transition: 0.3s; }

/* ABOUT & FACILITIES */
.about-box { max-width: 900px; margin: 0 auto 50px; text-align: justify; color: #555; }
.feat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.feat-item i { font-size: 40px; color: #004a7c; margin-bottom: 15px; }
.fac-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; max-width: 1000px; margin: auto; }
.fac-item { background: rgba(255,255,255,0.05); color: #fff; padding: 20px; border-radius: 8px; font-weight: 700; display: flex; align-items: center; gap: 15px; border: 1px solid rgba(255,255,255,0.1); }
.red { color: #ff4d4d; } .blue { color: #00a2ff; } .purple { color: #bd80ff; } .cyan { color: #00d9ff; } .smoke { color: #ccc; } .green { color: #2ecc71; }

/* PRICING & TESTIMONI */
.cat-label { color: #d32f2f; font-size: 1.3rem; margin-bottom: 20px; border-left: 5px solid #004a7c; padding-left: 15px; text-transform: uppercase; font-weight: 800; }
.price-wrapper { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; }
.p-card { background: #fff; border: 1px solid #ddd; padding: 40px 25px; text-align: center; border-radius: 12px; position: relative; transition: all 0.4s ease; display: flex; flex-direction: column; }
.wobble:hover { transform: translateY(-10px); box-shadow: 0 15px 35px rgba(0,0,0,0.1); border-color: #007bff; }
.highlight { border: 2px solid #f1c40f; background: #fffdf2; }
.badge { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); background: #f1c40f; padding: 5px 20px; border-radius: 20px; font-weight: 900; font-size: 11px; }
.p-price { font-size: 22px; font-weight: 900; color: #d32f2f; margin-bottom: 20px; }
.p-list { list-style: none; text-align: left; border-top: 1px solid #eee; padding-top: 20px; margin-bottom: 25px; font-size: 13px; color: #666; flex-grow: 1; }
.btn-wa { display: block; background: #007bff; color: #fff; text-decoration: none; padding: 12px; border-radius: 30px; font-weight: 800; transition: 0.3s; }
.testi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
.t-card { background: #fff; padding: 40px; border-radius: 15px; text-align: center; box-shadow: 0 4px 15px rgba(0,0,0,0.05); }

/* TOMBOL SOP (DI TENGAH, MERAH, LEBIH KECIL) */
.sop-container { text-align: center; width: 100%; margin-top: 40px; }
.btn-sop { 
    display: inline-block; 
    background: #d32f2f; 
    color: white !important; 
    text-decoration: none; 
    padding: 10px 25px; 
    border-radius: 5px; 
    font-weight: 700; 
    font-size: 0.9rem; 
    transition: 0.3s; 
    border: none;
}
.btn-sop:hover { background: #b71c1c; transform: translateY(-2px); }

/* FOOTER MAIN */
.main-footer { background-color: #1a1a4b; color: #ffffff; padding-top: 60px; position: relative; width: 100%; }
.footer-container { max-width: 1300px; margin: 0 auto; padding: 0 40px 50px; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 40px; }
.footer-col h3 { font-size: 1.2rem; margin-bottom: 10px; font-weight: 700; }
.footer-line { width: 40px; height: 3px; background: linear-gradient(90deg, #00d9ff, #8e2de2); margin-bottom: 20px; }
.footer-contact-info { list-style: none; font-size: 0.9rem; color: #ccc; }
.footer-links { list-style: none; }
.footer-links a { color: #ccc; text-decoration: none; font-size: 0.9rem; transition: 0.3s; }
.footer-links a:hover { color: #00d9ff; }

/* SUBSCRIBE FORM */
.subscribe-form { margin-top: 15px; }
.subscribe-form input { width: 100%; padding: 12px; border: none; border-radius: 6px; margin-bottom: 10px; }
.subscribe-form button { 
    width: 100%; padding: 12px; 
    background-color: #34b7f1; 
    color: white; border: none; border-radius: 6px; font-weight: 700; cursor: pointer; transition: 0.3s;
}
.subscribe-form button:hover { background-color: #29a3d8; }

/* BOTTOM BAR */
.footer-bottom { background-color: #12123d; padding: 30px 40px; border-top: 1px solid rgba(255,255,255,0.05); width: 100%; }
.bottom-flex { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; width: 100%; }
.bottom-logo-left img { height: 60px; }
.copyright-text { color: #f1c40f; font-weight: 600; font-size: 0.9rem; text-align: center; flex: 1; }

.bottom-logo-right { display: flex; flex-direction: column; align-items: flex-end; gap: 15px; }
.iso-images { display: flex; gap: 10px; }
.iso-images img { height: 48px; background: white; padding: 2px; border-radius: 4px; }
.social-footer-group { display: flex; gap: 20px; }
.social-footer-group a { color: white; font-size: 1.5rem; transition: 0.3s; }
.social-footer-group a:hover { color: #34b7f1; transform: translateY(-3px); }

/* ANIMASI & RESPONSIVE */
.privacy-link { color: #00d9ff; text-decoration: none; display: inline-block; margin-top: 10px; font-weight: 600; }
@keyframes wobble {
  0% { transform: translateX(0%); }
  15% { transform: translateX(-5%) rotate(-2deg); }
  30% { transform: translateX(4%) rotate(2deg); }
  100% { transform: translateX(0%); }
}
.privacy-link.wobble-hover:hover { animation: wobble 0.6s ease-in-out; }

@media (max-width: 900px) {
    .feat-grid { grid-template-columns: repeat(2, 1fr); }
    .fac-grid, .testi-grid { grid-template-columns: 1fr; }
    .bottom-flex { flex-direction: column; text-align: center; }
    .bottom-logo-right { align-items: center; margin-top: 15px; }
}