/* salonpoles.com — style.css
   Palet & tipografi diambil dari situs WordPress lama. */

:root{
  --red:#ec1c24;
  --red-soft:#f2373f;
  --red-btn:#cf5c5c;
  --pink:#e0578a;
  --green:#5cb85c;
  --green-wa:#25d366;
  --navy:#16264a;
  --navy-dk:#101c37;
  --black:#000;
  --coal:#111;
  --nav-bg:#2b2b2b;
  --grey:#f2f2f2;
  --grey-line:#e2e2e2;
  --ink:#1a1a1a;
  --muted:#8a8a8a;
  --yellow:#ffe400;
  --wrap:1140px;
  --r:8px;
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}
  *{animation-duration:.01ms!important;transition-duration:.01ms!important}}

body{
  margin:0;
  font-family:"Poppins","Segoe UI",Roboto,-apple-system,Helvetica,Arial,sans-serif;
  color:var(--ink);
  background:#fff;
  line-height:1.65;
  overflow-x:hidden;
}
img{max-width:100%;height:auto;display:block}
a{color:inherit}

.wrap{width:100%;max-width:var(--wrap);margin:0 auto;padding:0 20px}
.narrow{max-width:820px}
.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.skip{position:absolute;left:-9999px}
.skip:focus{left:12px;top:12px;z-index:999;background:#fff;padding:10px 16px;border-radius:6px}
:focus-visible{outline:3px solid var(--red);outline-offset:2px}

section{padding:64px 0}

.sec-title{
  font-size:clamp(30px,6vw,44px);
  font-weight:800;line-height:1.15;
  text-align:center;margin:0 0 14px;letter-spacing:-.5px;
}
.sec-sub{text-align:center;color:#555;max-width:680px;margin:0 auto 44px;font-size:17px}

/* ---------- NAV ---------- */
.nav{position:sticky;top:0;z-index:90;background:var(--nav-bg)}
.nav-in{display:flex;align-items:center;justify-content:space-between;min-height:78px;gap:16px}
.brand img{width:auto;height:52px}
.burger{
  width:52px;height:44px;border:0;border-radius:6px;background:#3d3d3d;
  display:flex;flex-direction:column;justify-content:center;gap:5px;align-items:center;cursor:pointer;
}
.burger span{display:block;width:24px;height:3px;background:#fff;border-radius:2px;transition:.25s}
.burger[aria-expanded="true"] span:nth-child(1){transform:translateY(8px) rotate(45deg)}
.burger[aria-expanded="true"] span:nth-child(2){opacity:0}
.burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}

.menu{display:none;flex-direction:column;width:100%;padding:10px 0 18px}
.menu.open{display:flex}
.menu a{
  display:block;padding:13px 4px;color:#fff;text-decoration:none;
  font-weight:600;font-size:16px;border-bottom:1px solid #444;
}
.menu a:hover{color:var(--red)}
.menu-wa{color:var(--red)!important}

@media(min-width:992px){
  .burger{display:none}
  .menu{display:flex;flex-direction:row;align-items:center;gap:26px;width:auto;padding:0}
  .menu a{border:0;padding:6px 0;font-size:15px}
}

/* ---------- HERO ---------- */
.hero{padding:0;background:#000}
.hero-img{width:100%;object-fit:cover;max-height:620px}

/* ---------- CEK HARGA ---------- */
.cek{padding-top:56px}
.cek-title{
  text-align:center;color:var(--pink);
  font-size:clamp(38px,9vw,58px);font-weight:800;margin:0 0 34px;
}
.card-form{
  max-width:640px;margin:0 auto;padding:34px 26px;
  border:3px dotted #333;border-radius:4px;background:#fff;
}
.card-form select,.card-form input[type=tel]{
  width:100%;padding:14px 15px;margin-bottom:18px;
  border:1px solid #c9c9c9;border-radius:2px;background:#fff;
  font-size:16px;font-family:inherit;color:var(--ink);
}
.card-form select:invalid{color:var(--muted)}
.card-form select:focus,.card-form input:focus{border-color:var(--red);outline:none}
.btn-cek{
  padding:13px 30px;border:1px solid #c9c9c9;border-radius:3px;
  background:var(--grey);color:#333;font-size:17px;font-family:inherit;
  cursor:pointer;transition:.2s;
}
.btn-cek:hover{background:var(--red);border-color:var(--red);color:#fff}
.form-note{font-size:13px;color:var(--muted);margin:14px 0 0}

.alert{max-width:640px;margin:0 auto 20px;padding:14px 18px;border-radius:var(--r);font-size:15px}
.alert.ok{background:#e6f7ea;border:1px solid var(--green);color:#1c6b2c}
.alert.bad{background:#fdeaea;border:1px solid var(--red);color:#a01018}

/* ---------- LEAD-IN ---------- */
.leadin{text-align:center;padding-bottom:20px}
.leadin h2{font-size:clamp(30px,6.5vw,44px);font-weight:800;margin:0 0 10px;line-height:1.15}
.leadin h3{font-size:clamp(20px,4vw,26px);font-weight:700;margin:0 0 20px}
.leadin p{color:#444;font-size:17px;margin:0}

/* ---------- KELEBIHAN ---------- */
.k-grid{display:grid;gap:26px;grid-template-columns:1fr}
@media(min-width:640px){.k-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.k-grid{grid-template-columns:repeat(4,1fr)}}
.k-card{background:var(--black);color:#fff;padding:38px 26px;text-align:center}
.k-card h3{color:var(--red);font-size:26px;font-weight:700;margin:22px 0 14px}
.k-card p{color:#eaeaea;font-size:15.5px;margin:0}
.k-ico{
  display:inline-flex;width:86px;height:86px;border:4px solid var(--red);border-radius:50%;
  align-items:center;justify-content:center;font-size:36px;
}
.k-ico::before{color:var(--red)}
.k-user::before{content:"👤"}
.k-money::before{content:"💵"}
.k-home::before{content:"🏠"}
.k-rocket::before{content:"🚀"}

/* ---------- HARGA / ACCORDION ---------- */
.acc{margin-bottom:6px}
.acc-head{
  width:100%;display:flex;align-items:flex-start;gap:12px;text-align:left;
  padding:18px 20px;border:0;background:var(--black);color:#fff;
  font-family:inherit;font-size:17px;font-weight:700;cursor:pointer;line-height:1.4;
}
.acc-head:hover{background:#1d1d1d}
.acc-arrow{
  flex:0 0 auto;margin-top:7px;width:0;height:0;
  border-left:7px solid #fff;border-top:5px solid transparent;border-bottom:5px solid transparent;
  transition:transform .22s;
}
.acc-head[aria-expanded="true"] .acc-arrow{transform:rotate(90deg)}
.acc-head[aria-expanded="true"]{color:#f0c040}
.acc-body{border:1px solid var(--grey-line);border-top:0;background:#fff}
.acc-body table{width:100%;border-collapse:collapse}
.acc-body th,.acc-body td{
  padding:20px 22px;border-bottom:1px solid var(--grey-line);
  font-size:17px;color:#666;
}
.acc-body th{background:#fafafa;font-weight:600;text-align:left;color:#555}
.acc-body td:first-child{border-right:1px solid var(--grey-line);width:50%}
.acc-body tr:nth-child(odd) td{background:#fafafa}
.acc-body tr:last-child td{border-bottom:0}

/* ---------- CTA PAIR ---------- */
.cta-pair{display:flex;flex-direction:column;align-items:center;gap:16px;margin-top:44px}
.btn{
  display:inline-block;min-width:280px;text-align:center;
  padding:15px 30px;border-radius:4px;text-decoration:none;
  font-weight:600;font-size:17px;color:#fff;transition:.2s;
}
.btn-wa{background:var(--green)}
.btn-wa:hover{background:#4ca64c}
.btn-tel{background:var(--red-btn)}
.btn-tel:hover{background:#bd4a4a}

/* ---------- PROMO ---------- */
.promo{
  background:var(--black) url("../img/detailing-car-1.webp") center/cover no-repeat;
  background-blend-mode:overlay;
  color:#fff;text-align:center;position:relative;
}
.promo::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.55)}
.promo .wrap{position:relative;z-index:1}
.promo h2{font-size:clamp(32px,7vw,50px);font-weight:800;margin:0 0 8px;line-height:1.15}
.promo-sub{color:#c9c9c9;font-size:20px;margin:0 0 30px}
.promo-list{list-style:none;padding:0;margin:0 0 46px;display:inline-block;text-align:left}
.promo-list li{
  display:flex;align-items:center;gap:14px;
  font-size:clamp(24px,5vw,34px);font-weight:800;margin-bottom:16px;
}
.coat-name{font-size:clamp(24px,5vw,36px);font-weight:700;margin:0 0 12px;line-height:1.25}
.coat-price{
  font-size:clamp(34px,8vw,52px);font-weight:800;color:var(--red);margin:0 0 40px;
}
.coat-price .plus{margin-right:6px}
.coat-price u{
  text-decoration:none;
  border-bottom:4px solid var(--yellow);
  box-shadow:0 8px 0 -3px var(--yellow);
  padding-bottom:2px;
}

/* ---------- ISI PAKET ---------- */
.isipaket{background:var(--red-soft);color:#fff}
.isipaket h2{font-size:clamp(30px,6.5vw,44px);font-weight:800;margin:0 0 20px;line-height:1.2}
.isipaket h3{font-size:clamp(19px,3.6vw,24px);font-weight:600;margin:0 0 28px}
.check{list-style:none;padding:0;margin:0}
.check li{position:relative;padding-left:40px;margin-bottom:18px;font-size:17px}
.check li::before{
  content:"✔";position:absolute;left:0;top:2px;
  width:24px;height:24px;border-radius:50%;background:#fff;color:var(--red-soft);
  display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;
}

/* ---------- BIGLINE ---------- */
.bigline{text-align:center;padding:70px 0}
.bigline h2{font-size:clamp(30px,6.5vw,46px);font-weight:800;margin:0;line-height:1.2}

/* ---------- TESTIMONI ---------- */
.testi{background:var(--grey)}
.testi-grid{display:grid;gap:24px;grid-template-columns:1fr}
@media(min-width:768px){.testi-grid{grid-template-columns:repeat(3,1fr)}}
.testi-item{margin:0;border:3px solid var(--red);background:#fff}
.testi-item img{width:100%}

/* ---------- HASIL KERJA ---------- */
.hasil-grid{display:grid;gap:20px;grid-template-columns:1fr}
@media(min-width:640px){.hasil-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.hasil-grid{grid-template-columns:repeat(3,1fr)}}
.hasil-item{margin:0;border-radius:var(--r);overflow:hidden;background:#eee}
.hasil-item img{width:100%;aspect-ratio:3/2;object-fit:cover;transition:transform .3s}
.hasil-item:hover img{transform:scale(1.04)}

/* ---------- FOOTER ---------- */
.foot{background:var(--navy);color:#dfe4ee;padding:64px 0 0;font-size:15.5px}
.foot-grid{display:grid;gap:38px;grid-template-columns:1fr}
@media(min-width:768px){.foot-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.foot-grid{grid-template-columns:1.4fr 1fr 1fr 1.3fr}}
.foot h3{color:#fff;font-size:23px;font-weight:700;margin:0 0 20px}
.foot-logo{height:52px;width:auto;margin-bottom:18px}
.foot-about p{margin:0 0 20px;color:#c3cbdb}
.pinlist{list-style:none;padding:0;margin:0}
.pinlist li{display:flex;gap:12px;align-items:flex-start;margin-bottom:13px;color:#dfe4ee}
.pinlist a{text-decoration:none}
.pinlist a:hover{color:#fff;text-decoration:underline}
.pin{flex:0 0 auto;line-height:1.6}
.social{display:flex;gap:12px}
.social a{
  width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  color:#fff;text-decoration:none;font-weight:700;font-size:18px;
}
.s-fb{background:#3b5998}.s-tw{background:#1da1f2}.s-yt{background:#ff0000}
.mapbox{margin-top:18px;border-radius:var(--r);overflow:hidden;line-height:0}

.foot-bar{margin-top:52px;border-top:1px solid rgba(255,255,255,.14);background:var(--navy-dk)}
.foot-bar-in{
  display:flex;flex-direction:column;gap:12px;align-items:center;
  padding-top:20px;padding-bottom:20px;text-align:center;
}
.foot-bar p{margin:0;font-size:14px;color:#aab3c6}
.legal{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}
.legal a{color:#aab3c6;text-decoration:none;font-size:14px}
.legal a:hover{color:#fff;text-decoration:underline}
@media(min-width:768px){.foot-bar-in{flex-direction:row;justify-content:space-between;text-align:left}}

/* ---------- FLOATING WA + STICKY BAR ---------- */
.fab-wa{
  position:fixed;right:16px;bottom:84px;z-index:80;
  width:64px;height:64px;border-radius:50%;background:var(--green-wa);
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 6px 18px rgba(0,0,0,.28);text-decoration:none;
}
.fab-bubble{
  position:absolute;right:74px;top:50%;transform:translateY(-50%);
  background:#fff;color:#333;font-size:13.5px;line-height:1.35;
  padding:11px 15px;border-radius:6px;width:190px;
  box-shadow:0 4px 14px rgba(0,0,0,.18);
}
.fab-bubble b{color:#111}
@media(max-width:420px){.fab-bubble{width:150px;font-size:12.5px}}

.sticky-bar{
  position:fixed;left:0;right:0;bottom:0;z-index:79;
  display:flex;background:var(--navy-dk);
}
.sb{
  flex:1;text-align:center;padding:16px 8px;color:#fff;text-decoration:none;
  font-weight:600;font-size:15px;
}
.sb-wa{background:var(--green)}
.sb-tel{background:var(--red-btn)}
@media(min-width:992px){.sticky-bar{display:none}.fab-wa{bottom:24px}}
body{padding-bottom:56px}
@media(min-width:992px){body{padding-bottom:0}}

/* ---------- HALAMAN LEGAL ---------- */
.legalpage{padding:56px 0}
.legalpage h1{font-size:clamp(28px,6vw,40px);font-weight:800;margin:0 0 10px;line-height:1.2}
.legalpage .updated{color:var(--muted);font-size:14px;margin:0 0 34px}
.legalpage h2{font-size:22px;font-weight:700;margin:36px 0 12px;color:var(--ink)}
.legalpage p,.legalpage li{color:#444;font-size:16.5px}
.legalpage ul{padding-left:22px}
.legalpage li{margin-bottom:9px}
