/* =========================================
   STYLE AMIQA CELL & SERVICE MAULANA (MODERN)
   ========================================= */

:root {
    --primary-blue: #0093E9;
    --dark-blue: #0e1b2b;
    --accent-cyan: #00D2FF;
    --white: #ffffff;
    --light-gray: #f4f7f9;
    --text-dark: #2c3e50;
    --shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}

body {
    background: var(--light-gray);
    color: var(--text-dark);
    line-height: 1.6;
}

/* HERO SECTION */
.hero-section {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(135deg, var(--dark-blue) 0%, var(--primary-blue) 100%);
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 100px 10%;
    color: var(--white);
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}

.hero-content { z-index: 2; max-width: 600px; }

.badge-hemat {
    background: rgba(255, 255, 255, 0.15);
    display: inline-block;
    padding: 5px 20px;
    font-size: 0.9rem;
    font-weight: 700;
    border-radius: 50px;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.hero-content h1 {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 10px;
}

.highlight { color: var(--accent-cyan); text-shadow: 0 0 15px rgba(0, 210, 255, 0.4); }

.jam-buka { font-size: 0.95rem; margin-bottom: 15px; font-weight: 600; color: #f1f1f1; }

/* LOCATION BUTTON & ADDRESS */
.location-wrapper { margin-bottom: 30px; }
.btn-map {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ea4335; 
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 10px;
    transition: 0.3s;
}
.btn-map:hover { background: #c53227; transform: translateY(-3px); }
.alamat-text { font-size: 0.9rem; opacity: 0.8; }

.btn-primary {
    display: inline-block;
    padding: 15px 40px;
    background: var(--white);
    color: var(--primary-blue);
    text-decoration: none;
    font-weight: 700;
    border-radius: 50px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    transition: 0.3s;
}

.btn-primary:hover { transform: translateY(-5px); background: var(--accent-cyan); color: white; }

/* GALLERY STYLING */
.gallery-container {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
}
.gallery-img {
    width: 250px;
    height: 180px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: var(--shadow);
    transition: 0.4s;
}
.gallery-img:hover { transform: scale(1.05); }

/* MODERN SECTION TITLES */
.section-header {
    text-align: center;
    margin-bottom: 50px;
}
.section-header h2 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--dark-blue);
    margin-bottom: 10px;
}
.modern-title-dark h2 { color: var(--white); }
.title-line {
    width: 80px;
    height: 4px;
    background: var(--accent-cyan);
    margin: 0 auto;
    border-radius: 10px;
}

/* SERVICES GRID */
.services-section { padding: 80px 10%; background: #fff; }
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}
.service-item {
    background: var(--light-gray);
    padding: 20px;
    border-radius: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    transition: 0.3s;
}
.service-item i { color: var(--primary-blue); font-size: 1.4rem; margin-right: 15px; }
.service-item:hover { background: white; box-shadow: var(--shadow); transform: translateX(10px); }

/* LOGO PARTNERS */
.partners-section { padding: 50px 10%; text-align: center; background: #fff; }
.partners-container {
    display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
    gap: 20px 30px; background: #fff; padding: 30px; border-radius: 20px;
    max-width: 1000px; margin: 0 auto; box-shadow: var(--shadow);
}
.partners-container img {
    height: 35px !important; max-height: 35px !important;
    width: auto !important; max-width: 110px !important;
    object-fit: contain !important; filter: drop-shadow(0 2px 4px rgba(0,0,0,0.05));
}

/* REPAIR SECTION (MAULANA) */
.repair-section { padding: 80px 10%; background: #0a111a; color: white; }

.guarantee-box {
    display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; margin-bottom: 40px;
}
.badge {
    background: rgba(0, 210, 255, 0.1);
    border: 1px solid var(--accent-cyan);
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--accent-cyan);
}

.repair-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
    margin-bottom: 50px;
}
.repair-item {
    background: rgba(255,255,255,0.05);
    padding: 30px 15px;
    border-radius: 20px;
    transition: 0.4s;
    border: 1px solid rgba(255,255,255,0.05);
}
.repair-item i { font-size: 2.8rem; color: var(--accent-cyan); margin-bottom: 15px; }
.repair-item p { font-weight: 600; }
.repair-item:hover { background: var(--primary-blue); transform: translateY(-10px); }

.on-call-box {
    background: rgba(0, 210, 255, 0.05);
    border: 1px solid var(--accent-cyan);
    padding: 40px;
    border-radius: 20px;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 25px;
    text-align: left;
}
.on-call-box i { font-size: 3rem; color: var(--accent-cyan); }

/* FOOTER */
footer { background: var(--dark-blue); color: white; padding: 50px 10%; text-align: center; }

/* FLOATING WA BUTTON (DIPERBAIKI) */
.wa-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #25d366;
    color: white;
    padding: 12px 25px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    z-index: 1000;
    transition: 0.3s;
}

.wa-float i {
    font-size: 1.5rem;
    margin-right: 10px;
}

.wa-float:hover {
    transform: scale(1.1);
    background: #128c7e;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .hero-section { flex-direction: column; text-align: center; padding: 120px 5% 80px; }
    .hero-content h1 { font-size: 2.2rem; }
    .hero-image { margin-top: 40px; }
    .gallery-container { flex-direction: column; align-items: center; }
    .gallery-img { width: 100%; max-width: 350px; }
    .on-call-box { flex-direction: column; text-align: center; }
    
    /* Sesuaikan ukuran tombol WA di HP biar gak kebesaran */
    .wa-float {
        bottom: 20px;
        right: 20px;
        padding: 10px 20px;
        font-size: 0.9rem;
    }
}
