/* TECHFIX — open status bar, counter hero, repair price list */
body.electronics-repair{font-family:"Vazirmatn",sans-serif;background:#0f172a;color:#e2e8f0}
.er-status{background:#22c55e;color:#052e16;text-align:center;padding:.5rem;font-weight:800;font-size:.85rem;display:flex;justify-content:center;align-items:center;gap:.5rem}
.er-status .dot{width:8px;height:8px;background:#052e16;border-radius:50%;animation:pulse 1.2s infinite}
@keyframes pulse{50%{opacity:.4}}
.er-nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 4%;background:#020617;border-bottom:1px solid #1e293b}
.er-nav .logo{font-family:"JetBrains Mono",monospace;font-weight:700}.er-nav .logo span{color:#38bdf8}
.er-nav a{margin-right:1rem;font-size:.9rem;color:#94a3b8}
.er-hero{width:min(1100px,92%);margin:1.75rem auto 2.5rem;display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:center}
@media(max-width:860px){.er-hero{grid-template-columns:1fr}}
.er-hero h1{font-size:clamp(1.8rem,4vw,2.6rem);margin-bottom:.8rem}
.er-hero p{color:#94a3b8;margin-bottom:1rem}
.er-hero .chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.2rem}
.er-hero .chips span{font-family:"JetBrains Mono",monospace;font-size:.75rem;background:#1e293b;border:1px solid #334155;padding:.4rem .7rem;border-radius:6px;color:#7dd3fc}
.er-hero .cta{display:inline-block;background:#38bdf8;color:#0f172a;padding:.8rem 1.3rem;border-radius:8px;font-weight:800}
.er-hero img{width:100%;border-radius:12px;aspect-ratio:4/3;object-fit:cover;border:1px solid #334155}
.er-sec{width:min(720px,92%);margin:0 auto 3rem}.er-sec h2{margin-bottom:1.2rem}
.er-list{background:#1e293b;border-radius:12px;padding:1rem 1.25rem;border:1px solid #334155}
.er-list li{display:flex;justify-content:space-between;gap:1rem;padding:.9rem 0;border-bottom:1px dashed #334155;font-size:.95rem}
.er-list li:last-child{border:0}.er-list b{color:#38bdf8;font-family:"JetBrains Mono",monospace;white-space:nowrap}
.er-how{padding:2.5rem 4%;background:#020617;margin-bottom:2.5rem}
.er-how h2{text-align:center;margin-bottom:1.5rem}
.er-how .steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;max-width:1000px;margin:0 auto;text-align:center}
@media(max-width:800px){.er-how .steps{grid-template-columns:1fr 1fr}}
.er-how span{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:8px;background:#38bdf8;color:#0f172a;font-weight:800;margin-bottom:.6rem;font-family:"JetBrains Mono",monospace}
.er-how p{color:#94a3b8;font-size:.9rem}
.er-quotes{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
@media(max-width:700px){.er-quotes{grid-template-columns:1fr}}
.er-quotes blockquote{background:#1e293b;padding:1.2rem;border-radius:10px;border-right:3px solid #38bdf8}
.er-quotes cite{display:block;margin-top:.5rem;color:#64748b;font-style:normal;font-size:.85rem}
.er-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){.er-contact{grid-template-columns:1fr}}
.er-contact .wa{display:inline-block;margin:1rem 0;background:#25D366;color:#fff;padding:.75rem 1.2rem;border-radius:999px;font-weight:700}
.er-contact a{color:#7dd3fc}.er-contact iframe{width:100%;height:230px;border:0;border-radius:10px;filter:invert(.9) hue-rotate(180deg)}
.er-foot{text-align:center;padding:1.5rem;color:#64748b;font-size:.85rem;border-top:1px solid #1e293b}