/* درخشان‌واش — before/after hero, package comparison table */
body.auto-wash{font-family:"Vazirmatn","Rubik",sans-serif;background:#f0f9ff;color:#0c4a6e}
.aw-nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 4%;background:#fff;border-bottom:1px solid #bae6fd}
.aw-nav .logo{font-weight:800;font-size:1.2rem}.aw-nav .logo span{color:#0284c7}.aw-nav a{margin-right:1rem;font-size:.9rem}
.aw-hero{width:min(1100px,92%);margin:1.5rem auto 2.5rem;display:grid;grid-template-columns:1.2fr .8fr;gap:1.5rem;align-items:center}
@media(max-width:860px){.aw-hero{grid-template-columns:1fr}}
.aw-hero .ba{display:grid;grid-template-columns:1fr 1fr;gap:.6rem}
.aw-hero figure{margin:0;position:relative}.aw-hero img{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:14px}
.aw-hero figcaption{position:absolute;bottom:.6rem;right:.6rem;background:rgba(0,0,0,.65);color:#fff;padding:.25rem .6rem;border-radius:6px;font-size:.75rem}
.aw-hero h1{font-size:clamp(1.7rem,3.5vw,2.4rem);margin-bottom:.8rem;color:#075985}
.aw-hero .cta{display:inline-block;margin-top:1rem;background:#0284c7;color:#fff;padding:.8rem 1.3rem;border-radius:10px;font-weight:800}
.aw-sec{width:min(1000px,92%);margin:0 auto 3rem}.aw-sec h2{margin-bottom:1.2rem}
.aw-table-wrap{overflow-x:auto;background:#fff;border-radius:16px;box-shadow:0 10px 30px rgba(2,132,199,.1)}
.aw-table{width:100%;border-collapse:collapse;min-width:520px}
.aw-table th,.aw-table td{padding:1rem 1.1rem;text-align:right;border-bottom:1px solid #e0f2fe}
.aw-table th{background:#0284c7;color:#fff}.aw-table .hot{background:#e0f2fe;font-weight:700}
.aw-steps{background:#0284c7;color:#fff;padding:2.5rem 4%;margin-bottom:3rem}
.aw-steps h2{text-align:center;margin-bottom:1.5rem}
.aw-steps .row{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;max-width:900px;margin:0 auto;text-align:center}
@media(max-width:700px){.aw-steps .row{grid-template-columns:1fr}}
.aw-steps span{display:inline-grid;place-items:center;width:42px;height:42px;background:#fff;color:#0284c7;border-radius:50%;font-weight:800;margin-bottom:.7rem}
.aw-sec details{background:#fff;border-radius:10px;padding:1rem 1.2rem;margin-bottom:.5rem;border:1px solid #bae6fd}
.aw-sec summary{cursor:pointer;font-weight:700}.aw-sec details p{margin-top:.5rem;color:#0369a1}
.aw-contact{width:min(1000px,92%);margin:0 auto 3rem;display:grid;grid-template-columns:1fr 1.2fr;gap:1.25rem;align-items:center}
@media(max-width:800px){.aw-contact{grid-template-columns:1fr}}
.aw-contact .wa{display:inline-block;margin:1rem 0;background:#25D366;color:#fff;padding:.75rem 1.2rem;border-radius:999px;font-weight:700}
.aw-contact a{color:#0284c7}.aw-contact iframe{width:100%;height:230px;border:0;border-radius:12px}
.aw-foot{text-align:center;padding:1.5rem;color:#64748b;font-size:.85rem}