/* ============================================================
   AA Laundry & Home Cleaning Service — Design System
   Palet: Biru Laundry + Emas/Kuning
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&family=IBM+Plex+Mono:wght@400;500&display=swap');

:root{
  --blue-900:#0A2A5E;
  --blue-800:#0E3A7A;
  --blue-700:#134A96;
  --blue-600:#1B5FBF;
  --blue-500:#2E7DE0;
  --blue-300:#7FB3F0;

  --gold-700:#B8860B;
  --gold-500:#F0C020;
  --gold-300:#FFD966;
  --gold-100:#FFF0C2;

  --ink:#0C1B2A;
  --ink-soft:#3E5568;
  --ink-faint:#7E93A5;
  --surface:#F4F8FD;
  --surface-alt:#E9F1FB;
  --surface-card:#FFFFFF;
  --line:rgba(10,42,94,0.10);
  --line-gold:rgba(240,192,32,0.5);

  --radius:18px;
  --radius-sm:12px;
  --shadow-soft:0 2px 6px rgba(10,42,94,.08), 0 16px 40px rgba(10,42,94,.10);
  --shadow-lg:0 12px 32px rgba(10,42,94,.18), 0 32px 80px rgba(10,42,94,.22);

  --font-display:'Poppins', sans-serif;
  --font-body:'Poppins', sans-serif;
  --font-mono:'IBM Plex Mono', monospace;

  --gold-gradient: linear-gradient(120deg, var(--gold-700) 0%, var(--gold-500) 25%, var(--gold-300) 50%, var(--gold-100) 60%, var(--gold-300) 70%, var(--gold-500) 85%, var(--gold-700) 100%);
  --blue-gradient: linear-gradient(160deg, var(--blue-900) 0%, var(--blue-800) 40%, var(--blue-700) 70%, var(--blue-600) 100%);
}

*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
body{font-family:var(--font-body); background:var(--surface); color:var(--ink); overflow-x:hidden; -webkit-font-smoothing:antialiased; line-height:1.5;}
::selection{background:var(--gold-100); color:var(--blue-900);}
a{color:inherit; text-decoration:none;}
img{max-width:100%; width:100%; height:auto; display:block;}
button{font-family:inherit; cursor:pointer;}
ul{list-style:none;}
.container{max-width:1200px; margin:0 auto; padding:0 32px;}
@media(max-width:768px){.container{padding:0 20px;}}

h1,h2,h3,h4{font-family:var(--font-display); color:var(--blue-900); letter-spacing:-.01em; font-weight:800;}

/* ============ TOPBAR ============ */
.topbar{background:var(--blue-900); color:rgba(245,248,251,0.85); font-size:12.5px; position:fixed; top:0; left:0; right:0; z-index:1001; max-height:60px; overflow:hidden; transition:max-height .3s ease, opacity .25s ease;}
.topbar.hide{max-height:0; opacity:0; pointer-events:none;}
.topbar-inner{display:flex; gap:26px; padding:8px 32px; align-items:center; flex-wrap:wrap; justify-content:space-between;}
.topbar-left{display:flex; gap:22px; flex-wrap:wrap; overflow:hidden; white-space:nowrap;}
.topbar-item{display:flex; align-items:center; gap:6px;}
.topbar-item a:hover{color:var(--gold-300);}
.topbar-social a{color:rgba(245,248,251,0.75); margin-left:14px; transition:color .2s;}
.topbar-social a:hover{color:var(--gold-300);}
@media(max-width:760px){.topbar-inner{gap:10px; padding:7px 16px; flex-wrap:nowrap;} .topbar-left{flex:0 1 auto; min-width:0;}}
@media(max-width:560px){.topbar-left{display:none;} .topbar-inner{justify-content:flex-end;}}

/* ============ NAV ============ */
.nav{position:fixed; top:34px; left:0; right:0; z-index:1000; display:flex; align-items:center; justify-content:space-between; padding:16px 32px; background:linear-gradient(180deg, rgba(10,42,94,.6) 0%, rgba(10,42,94,.15) 80%, transparent 100%); transition:all .3s ease;}
.nav.scrolled{background:rgba(10,42,94,0.94); backdrop-filter:blur(14px); box-shadow:0 4px 24px rgba(10,20,45,.25); top:0; padding:12px 32px;}
.nav-brand{display:flex; align-items:center; gap:12px; background:rgba(255,255,255,0.95); padding:7px 16px 7px 8px; border-radius:12px; box-shadow:0 4px 16px rgba(10,20,45,.25);}
.nav-brand img{height:42px; width:auto;}
.nav-brand-text .t1{font-family:var(--font-display); font-weight:800; font-size:15px; color:var(--blue-900);}
.nav-brand-text .t2{font-family:var(--font-mono); font-size:8.5px; letter-spacing:.08em; color:var(--gold-700); text-transform:uppercase; margin-top:1px;}

.nav-links{display:flex; align-items:center; gap:2px;}
.nav-link{font-size:13.2px; font-weight:700; color:rgba(245,248,251,0.92); padding:10px 16px; border-radius:999px; transition:all .2s; white-space:nowrap;}
.nav-link:hover{color:#fff; background:rgba(255,255,255,0.1);}
.nav-burger{display:none; flex-direction:column; gap:5px; background:none; border:none; padding:8px; z-index:1002; position:relative;}
.nav-burger span{width:22px; height:2px; background:#fff; border-radius:2px; transition:transform .25s ease, opacity .2s ease;}
.nav-burger.active span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.nav-burger.active span:nth-child(2){opacity:0;}
.nav-burger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}
@media(max-width:560px){.nav{padding:12px 16px;} .nav.scrolled{padding:10px 16px;} .nav-brand img{height:34px;} .nav-brand-text{display:none;}}

.nav-overlay{position:fixed; inset:0; background:rgba(4,14,30,.55); backdrop-filter:blur(2px); opacity:0; visibility:hidden; transition:opacity .3s ease, visibility .3s ease; z-index:1001;}
.nav-overlay.open{opacity:1; visibility:visible;}
@media(max-width:900px){
  .nav-links{position:fixed !important; top:0 !important; right:0 !important; height:100vh; width:82vw; max-width:320px; background:var(--blue-900); flex-direction:column; align-items:stretch; padding:100px 18px 24px; box-shadow:-8px 0 40px rgba(0,0,0,.35); transform:translateX(100%) !important; transition:transform .35s cubic-bezier(.4,0,.2,1); gap:2px; overflow-y:auto; z-index:1002;}
  .nav-links.open{transform:translateX(0) !important;}
  .nav-link{width:100%;}
  .nav-burger{display:flex;}
}

/* ============ BUTTONS ============ */
.btn{font-weight:700; font-size:14px; padding:14px 28px; border-radius:999px; border:none; display:inline-flex; align-items:center; gap:9px; transition:all .22s cubic-bezier(.4,0,.2,1); letter-spacing:.01em; position:relative;}
.btn-primary{background:var(--blue-gradient); color:#fff; box-shadow:0 6px 20px rgba(10,42,94,.35); border:1px solid var(--gold-500);}
.btn-primary:hover{transform:translateY(-2px); box-shadow:0 10px 28px rgba(10,42,94,.45);}
.btn-gold{background:var(--gold-gradient); background-size:200% 200%; color:var(--blue-900); box-shadow:0 6px 20px rgba(184,134,11,.35);}
.btn-gold:hover{transform:translateY(-2px);}
.btn-outline{background:transparent; color:#fff; border:1.5px solid var(--gold-500);}
.btn-outline:hover{background:rgba(240,192,32,.12);}
.btn-wa{background:#25D366; color:#fff; box-shadow:0 6px 18px rgba(37,211,102,.4);}
.btn-wa:hover{transform:translateY(-2px);}

/* ============ HERO ============ */
.hero{position:relative; min-height:92vh; display:flex; align-items:center; overflow:hidden; padding:170px 0 90px; background:var(--blue-gradient);}
.hero::before{content:'';position:absolute; inset:0; background:radial-gradient(ellipse 70% 60% at 85% 15%, rgba(240,192,32,.15), transparent 60%), radial-gradient(ellipse 55% 45% at 8% 95%, rgba(46,125,224,.3), transparent 60%);}
.hero-grid{position:relative; z-index:2; display:grid; grid-template-columns:1.1fr .9fr; gap:60px; align-items:center;}
@media(max-width:980px){.hero-grid{grid-template-columns:1fr; text-align:center;}}
.eyebrow{display:inline-flex; align-items:center; gap:9px; font-family:var(--font-mono); font-size:11.5px; letter-spacing:.1em; text-transform:uppercase; color:var(--gold-300); background:rgba(255,255,255,0.08); border:1px solid var(--line-gold); padding:8px 16px; border-radius:999px; margin-bottom:24px;}
.eyebrow .dot{width:7px; height:7px; border-radius:50%; background:var(--gold-500); box-shadow:0 0 0 4px rgba(240,192,32,.2);}
.hero h1{font-size:clamp(32px,4.6vw,52px); line-height:1.12; font-weight:900; color:#fff; margin-bottom:20px;}
.hero h1 .glow{color:var(--gold-300); text-shadow:0 0 24px rgba(240,192,32,.5);}
.hero p.lede{font-size:17px; line-height:1.7; color:rgba(245,248,251,.85); max-width:520px; margin-bottom:34px; font-weight:500;}
@media(max-width:980px){.hero p.lede{margin-left:auto;margin-right:auto;}}
.hero-ctas{display:flex; gap:14px; flex-wrap:wrap; margin-bottom:16px;}
@media(max-width:980px){.hero-ctas{justify-content:center;}}

.hero-visual{position:relative;}
.float-card{background:rgba(255,255,255,0.08); backdrop-filter:blur(20px); border:1px solid rgba(255,255,255,0.18); border-radius:22px; padding:30px; box-shadow:var(--shadow-lg);}
.float-stats{display:grid; grid-template-columns:1fr 1fr; gap:16px;}
.float-stat{background:rgba(255,255,255,0.06); border:1px solid rgba(255,255,255,0.15); border-radius:14px; padding:18px 16px; text-align:center;}
.float-stat .num{font-family:var(--font-display); font-size:28px; font-weight:900; color:var(--gold-300); line-height:1;}
.float-stat .lbl{font-size:11px; color:rgba(245,248,251,.75); margin-top:6px; font-weight:600;}

/* ============ SECTIONS ============ */
.section{padding:90px 0;}
.section-alt{background:var(--surface-alt);}
.section-dark{background:var(--blue-gradient); color:#fff;}
.section-dark h2, .section-dark h3{color:#fff;}
.section-head{max-width:640px; margin-bottom:52px;}
.section-head.center{margin-left:auto; margin-right:auto; text-align:center;}
.section-eyebrow{font-family:var(--font-mono); font-size:11.5px; letter-spacing:.12em; text-transform:uppercase; color:var(--blue-600); font-weight:700; margin-bottom:14px; display:block;}
.section-head h2{font-size:clamp(26px,3.2vw,38px); font-weight:900; margin-bottom:16px;}
.section-head p{color:var(--ink-soft); font-size:16px; line-height:1.7;}

/* ============ CARDS ============ */
.card{background:var(--surface-card); border-radius:var(--radius); padding:28px; border:1px solid var(--line); box-shadow:var(--shadow-soft); transition:all .25s ease;}
.card:hover{box-shadow:var(--shadow-lg); transform:translateY(-4px);}
.icon-badge{width:52px; height:52px; border-radius:14px; background:var(--gold-gradient); background-size:200% 200%; display:flex; align-items:center; justify-content:center; font-size:24px; margin-bottom:18px; box-shadow:0 6px 16px rgba(184,134,11,.3);}
.grid{display:grid; gap:24px;}
.grid-2{grid-template-columns:repeat(2,1fr);}
.grid-3{grid-template-columns:repeat(3,1fr);}
.grid-4{grid-template-columns:repeat(4,1fr);}
@media(max-width:980px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr);}}
@media(max-width:640px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr;}}

/* ============ PAGE HERO (halaman dalam) ============ */
.page-hero{position:relative; padding:150px 0 60px; background:var(--blue-gradient); color:#fff; overflow:hidden;}
.page-hero::before{content:'';position:absolute; inset:0; background:radial-gradient(ellipse 60% 60% at 90% 10%, rgba(240,192,32,.14), transparent 60%);}
.page-hero .crumb{position:relative; z-index:2; font-family:var(--font-mono); font-size:12px; color:var(--gold-300); text-transform:uppercase; letter-spacing:.1em; margin-bottom:14px;}
.page-hero h1{position:relative; z-index:2; color:#fff; font-size:clamp(28px,3.6vw,42px); font-weight:900;}
.page-hero p{position:relative; z-index:2; color:rgba(245,248,251,.85); margin-top:14px; max-width:600px; font-size:15.5px; line-height:1.7;}
.page-body{padding:70px 0;}
.page-body h2{font-size:24px; margin:36px 0 14px;}
.page-body h3{font-size:19px; margin:26px 0 10px; color:var(--blue-700);}
.page-body p{color:var(--ink-soft); line-height:1.8; margin-bottom:14px; font-size:15.5px;}
.page-body ul li{color:var(--ink-soft); line-height:1.8; padding-left:22px; position:relative; margin-bottom:8px;}
.page-body ul li::before{content:'◆'; color:var(--gold-500); font-size:9px; position:absolute; left:0; top:7px;}

.info-table{width:100%; border-collapse:collapse; margin:20px 0;}
.info-table th, .info-table td{padding:12px 16px; border:1px solid var(--line); text-align:left; font-size:14.5px;}
.info-table th{background:var(--surface-alt); color:var(--blue-800); font-weight:700;}
.table-scroll{overflow-x:auto; margin:20px 0; border-radius:8px;}
.table-scroll .info-table{margin:0;}

/* ============ TESTIMONI ============ */
.testi-card{background:var(--surface-card); border-radius:var(--radius); padding:26px; border:1px solid var(--line); box-shadow:var(--shadow-soft); height:100%; display:flex; flex-direction:column;}
.testi-quote{font-size:26px; color:var(--gold-500); line-height:1; margin-bottom:10px;}
.testi-text{color:var(--ink-soft); font-size:14px; line-height:1.65; flex:1; margin-bottom:16px;}
.testi-text b{color:var(--blue-700);}
.testi-name{font-weight:800; color:var(--blue-900); font-size:13.5px; border-top:1px solid var(--line); padding-top:12px;}

/* ============ FOOTER ============ */
.footer{background:var(--blue-900); color:rgba(245,248,251,.75); padding:64px 0 0;}
.footer-grid{display:grid; grid-template-columns:1.4fr 1fr 1fr 1.2fr; gap:44px; padding-bottom:44px; border-bottom:1px solid rgba(255,255,255,0.08);}
@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr; gap:32px;}}
@media(max-width:560px){.footer-grid{grid-template-columns:1fr;}}
.footer h4{color:#fff; font-family:var(--font-body); font-size:14px; font-weight:800; text-transform:uppercase; letter-spacing:.05em; margin-bottom:18px;}
.footer ul li{margin-bottom:11px;}
.footer ul li a{color:rgba(245,248,251,.72); font-size:14px; transition:color .2s;}
.footer ul li a:hover{color:var(--gold-300);}
.footer-social{display:flex; gap:12px; margin-top:18px;}
.footer-social a{width:38px; height:38px; border-radius:50%; background:rgba(255,255,255,.08); display:flex; align-items:center; justify-content:center; border:1px solid rgba(240,192,32,.3); transition:all .2s; font-size:12px; font-weight:700;}
.footer-social a:hover{background:var(--gold-gradient); color:var(--blue-900);}
.footer-bottom{display:flex; justify-content:space-between; align-items:center; padding:22px 0; flex-wrap:wrap; gap:10px; font-size:13px; color:rgba(245,248,251,.55);}
.footer-map{border-radius:14px; overflow:hidden; border:1px solid rgba(240,192,32,.3); margin-top:14px;}

/* ============ WA FLOAT ============ */
.wa-float{position:fixed; bottom:26px; right:26px; z-index:900; width:60px; height:60px; border-radius:50%; background:#25D366; display:flex; align-items:center; justify-content:center; box-shadow:0 8px 24px rgba(37,211,102,.45); border:2px solid var(--gold-500); animation:wa-pulse 2.4s ease-in-out infinite;}
@keyframes wa-pulse{0%,100%{box-shadow:0 8px 24px rgba(37,211,102,.45);}50%{box-shadow:0 8px 34px rgba(37,211,102,.7), 0 0 0 8px rgba(37,211,102,.12);}}
@media(max-width:640px){.wa-float{width:44px; height:44px; bottom:16px; right:16px;} .wa-float svg{width:20px; height:20px;}}

/* ============ MISC ============ */
.reveal{opacity:0; transform:translateY(24px); transition:all .7s cubic-bezier(.2,.6,.2,1);}
.reveal.in{opacity:1; transform:translateY(0);}
.scroll-progress{position:fixed; top:0; left:0; height:3px; width:0%; background:linear-gradient(90deg, var(--blue-600), var(--gold-500), var(--blue-600)); z-index:2000; transition:width .1s linear;}
