/* 
   ZONA LAUNDRY CABANG 17 - STYLE
   Clean, Professional, Modern Blue
*/

:root {
    --primary: #0052cc;      /* Royal Blue */
    --primary-dark: #0747a6;
    --accent: #00c7e4;       /* Bright Cyan */
    --text-dark: #172b4d;
    --text-light: #6b778c;
    --bg-light: #f4f5f7;
    --bg-white: #ffffff;
    --white: #ffffff;
    --shadow: 0 10px 40px rgba(0, 82, 204, 0.08);
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --radius-md: 16px;
    --radius-lg: 24px;
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: var(--text-dark);
    background-color: var(--bg-white);
    line-height: 1.6;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.container-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* BUTTONS */
.btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 100px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    cursor: pointer;
    border: none;
    transition: var(--transition);
}

.btn-primary-lg {
    background-color: var(--primary);
    color: var(--white);
    padding: 16px 36px;
    font-size: 1rem;
    box-shadow: 0 8px 25px rgba(0, 82, 204, 0.2);
}

.btn-primary-lg:hover {
    background-color: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(0, 82, 204, 0.3);
}

.btn-secondary-lg {
    background-color: transparent;
    color: var(--primary);
    border: 2px solid var(--primary);
    padding: 16px 36px;
    font-size: 1rem;
    margin-left: 12px;
}

.btn-secondary-lg:hover {
    background-color: var(--primary);
    color: var(--white);
}

.btn-wa-nav {
    background-color: #25D366;
    color: var(--white);
    font-size: 0.8rem;
}

.btn-wa-large {
    background-color: #25D366;
    color: var(--white);
    padding: 18px 40px;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    gap: 12px;
}

/* TOP BAR */
.top-bar {
    background-color: var(--primary);
    color: var(--white);
    padding: 10px 0;
    font-size: 0.8rem;
    font-weight: 600;
}

.top-contact a {
    color: var(--white);
    text-decoration: none;
    margin-left: 20px;
}

/* NAVBAR */
.navbar {
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 20px rgba(0, 82, 204, 0.05);
}

.nav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-icon {
    font-size: 2rem;
}

.logo-text {
    line-height: 1.1;
}

.logo-main {
    display: block;
    font-weight: 900;
    font-size: 1.3rem;
    color: var(--primary);
    letter-spacing: -0.5px;
}

.logo-sub {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--text-light);
    letter-spacing: 2px;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 32px;
}

.nav-links a {
    text-decoration: none;
    color: var(--text-dark);
    font-weight: 700;
    font-size: 0.85rem;
    transition: var(--transition);
}

.nav-links a:hover {
    color: var(--primary);
}

/* HERO SECTION */
.hero {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8faff 0%, #e8f0fe 100%);
    overflow: hidden;
}

.hero-content {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
}

.hero-badge {
    display: inline-block;
    background: var(--white);
    color: var(--primary);
    padding: 8px 16px;
    border-radius: 100px;
    font-size: 0.8rem;
    font-weight: 800;
    box-shadow: 0 4px 15px rgba(0, 0, 204, 0.05);
    margin-bottom: 24px;
}

.hero-info h1 {
    font-size: clamp(2.5rem, 5vw, 3.8rem);
    line-height: 1.1;
    margin-bottom: 24px;
    font-weight: 800;
}

.text-accent {
    color: var(--primary);
}

.hero-info p {
    font-size: 1.1rem;
    color: var(--text-light);
    margin-bottom: 40px;
    max-width: 550px;
}

.hero-stats {
    display: flex;
    gap: 32px;
    margin-top: 50px;
}

.stat-item {
    text-align: center;
}

.stat-num {
    display: block;
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--primary);
}

.stat-label {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-light);
}

.stat-divider {
    width: 1px;
    height: 40px;
    background-color: rgba(0, 82, 204, 0.1);
}

.image-stack {
    position: relative;
    width: 100%;
    height: 100%;
}

.img-main {
    width: 100%;
    border-radius: var(--radius-lg);
    box-shadow: 0 30px 60px rgba(0, 82, 204, 0.15);
    transform: rotate(-2deg);
}

.img-sub {
    position: absolute;
    width: 50%;
    bottom: -30px;
    left: -30px;
    border: 8px solid var(--white);
    border-radius: var(--radius-md);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: rotate(3deg);
}

/* USP SECTION */
.usp {
    padding: 0;
    margin-top: -60px;
    position: relative;
    z-index: 10;
}

.usp-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.usp-card {
    background: var(--white);
    padding: 40px;
    border-radius: var(--radius-md);
    box-shadow: 0 20px 50px rgba(0, 82, 204, 0.1);
    text-align: center;
    transition: var(--transition);
}

.usp-card:hover {
    transform: translateY(-10px);
}

.usp-card.active {
    background-color: var(--primary);
    color: var(--white);
}

.usp-card.active p {
    color: rgba(255, 255, 255, 0.8);
}

.usp-icon {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.usp-card h3 {
    margin-bottom: 12px;
}

/* SERVICES */
.services {
    padding: 120px 0;
}

.section-tag {
    color: var(--primary);
    font-weight: 800;
    letter-spacing: 2px;
    font-size: 0.8rem;
    display: block;
    margin-bottom: 12px;
}

.section-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 60px;
}

.section-header h2 {
    font-size: 2.8rem;
    margin-bottom: 20px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.service-item {
    background-color: var(--bg-light);
    border-radius: var(--radius-md);
    overflow: hidden;
    transition: var(--transition);
}

.service-item:hover {
    background-color: var(--white);
    box-shadow: var(--shadow);
}

.service-img {
    height: 200px;
    overflow: hidden;
}

.service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.service-item:hover .service-img img {
    transform: scale(1.05);
}

.service-text {
    padding: 30px;
}

.service-text h3 {
    margin-bottom: 12px;
    font-size: 1.4rem;
}

.service-text p {
    color: var(--text-light);
    font-size: 0.95rem;
    margin-bottom: 20px;
}

.service-link {
    color: var(--primary);
    text-decoration: none;
    font-weight: 800;
    font-size: 0.9rem;
}

/* GALLERY */
.gallery {
    padding-bottom: 120px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 250px 250px;
    gap: 20px;
}

.gallery-item {
    border-radius: var(--radius-md);
    overflow: hidden;
}

.gallery-item.large {
    grid-column: span 2;
    grid-row: span 2;
}

.gallery-item.wide {
    grid-column: span 2;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.gallery-item:hover img {
    transform: scale(1.05) rotate(1deg);
}

/* CTA BOX */
.cta {
    padding-bottom: 120px;
}

.cta-box {
    background-color: var(--primary);
    border-radius: var(--radius-lg);
    padding: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--white);
}

.cta-text h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.cta-text p {
    opacity: 0.8;
}

/* FOOTER */
.footer {
    background-color: var(--text-dark);
    color: var(--white);
    padding: 100px 0 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
    gap: 80px;
    margin-bottom: 80px;
}

.footer-desc {
    opacity: 0.6;
    margin: 24px 0 32px;
}

.contact-details p {
    margin-bottom: 12px;
    font-weight: 500;
}

.footer-links h4, .footer-map h4 {
    margin-bottom: 32px;
    font-size: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.footer-links a {
    display: block;
    color: var(--white);
    text-decoration: none;
    opacity: 0.6;
    margin-bottom: 15px;
    transition: var(--transition);
}

.footer-links a:hover {
    opacity: 1;
    padding-left: 8px;
}

.map-container {
    height: 200px;
    border-radius: var(--radius-md);
    overflow: hidden;
    position: relative;
}

.map-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
}

.map-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 82, 204, 0.6);
    color: var(--white);
    text-decoration: none;
    font-weight: 800;
    transition: var(--transition);
}

.map-overlay:hover {
    background: rgba(0, 82, 204, 0.8);
}

.footer-bottom {
    text-align: center;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 0.8rem;
    opacity: 0.4;
}

.logo-main.white { color: var(--white); }

/* FLOATING WA */
.float-wa {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #25D366;
    padding: 12px 24px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--white);
    font-weight: 800;
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.3);
    z-index: 999;
}

.float-wa img {
    width: 25px;
    height: 25px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .hero-info p { margin: 0 auto 40px; }
    .hero-stats { justify-content: center; }
    .hero-visual { display: none; }
    .usp-grid { grid-template-columns: 1fr; }
    .services-grid { grid-template-columns: 1fr; }
    .cta-box { flex-direction: column; text-align: center; gap: 40px; padding: 40px; }
    .footer-content { grid-template-columns: 1fr; gap: 60px; }
    .gallery-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
}

@media (max-width: 768px) {
    .nav-links { display: none; }
    .btn-secondary-lg { margin-left: 0; margin-top: 12px; display: block; }
}
