/* Homepage Water Insights — designed to replace the mid-page service cards */
.aq-insights{
  width:min(1824px,97%);margin:0 auto 30px;direction:rtl;
  border:1px solid rgba(79,199,232,.32);
  border-radius:28px;
  background:linear-gradient(180deg,rgba(8,49,68,.96),rgba(7,42,59,.96));
  box-shadow:0 22px 60px rgba(0,0,0,.18);
  overflow:hidden;color:#fff;
}
.aq-insights-head{display:flex;align-items:end;justify-content:space-between;gap:18px;padding:18px 24px 12px;border-bottom:1px solid rgba(255,255,255,.08)}
.aq-kicker{font-size:12px;color:#52d8e6;font-weight:800}.aq-insights-head h2{margin:3px 0 0;font-size:22px}
.aq-insights-nav{display:flex;gap:6px}.aq-insights-nav button{width:36px;height:36px;border-radius:11px;border:1px solid rgba(107,215,235,.3);background:rgba(255,255,255,.04);color:#54d8e7;font-size:24px;cursor:pointer}
.aq-insights-window{overflow:hidden}.aq-insights-track{display:flex;transition:transform .55s cubic-bezier(.2,.8,.2,1)}
.aq-insight-card{
  flex:0 0 25%;min-width:25%;padding:24px 28px 20px;min-height:305px;
  border-left:1px solid rgba(255,255,255,.12);position:relative;
  display:flex;flex-direction:column;
}
.aq-insight-card:last-child{border-left:0}
.aq-card-top{display:flex;justify-content:space-between;align-items:center;gap:8px}
.aq-icon{width:50px;height:50px;display:grid;place-items:center;border-radius:16px;background:rgba(255,255,255,.08);border:1px solid rgba(103,219,238,.32);font-size:25px}
.aq-badge{font-size:11px;border-radius:999px;padding:6px 9px;background:rgba(255,255,255,.06);color:#a9cbd7}
.aq-value-row{display:flex;align-items:baseline;gap:7px;margin-top:13px;min-height:42px}.aq-value{font-size:34px;line-height:1;color:#fff}.aq-unit{font-size:12px;color:#68d8e4}
.aq-insight-card h3{font-size:18px;margin:8px 0 7px;line-height:1.45}.aq-insight-card p{margin:0;color:#afc9d2;font-size:13px;line-height:1.9}
.aq-insight-card footer{margin-top:auto;padding-top:14px;display:grid;gap:5px}.aq-period{font-size:10px;color:#7ea8b5}.aq-source{font-size:10px;color:#50cedd}
.aq-progress{margin:12px 0 0}.aq-progress-label,.aq-progress-target{display:flex;justify-content:space-between;font-size:10px;color:#89aeb9}.aq-progress-label b,.aq-progress-target b{color:#fff}.aq-progress-bar{height:6px;background:rgba(255,255,255,.1);border-radius:999px;overflow:hidden;margin:5px 0}.aq-progress-bar i{display:block;height:100%;border-radius:999px;background:#48d1df}
.aq-accent-green .aq-value,.aq-accent-green .aq-source{color:#7fe0aa}.aq-accent-green .aq-progress-bar i{background:#54c989}
.aq-accent-amber .aq-value,.aq-accent-amber .aq-source{color:#ffd071}.aq-accent-amber .aq-progress-bar i{background:#efb54a}
.aq-accent-blue .aq-value,.aq-accent-blue .aq-source{color:#74cfff}.aq-accent-blue .aq-progress-bar i{background:#36aee8}
.aq-accent-purple .aq-value,.aq-accent-purple .aq-source{color:#b6a8ff}.aq-accent-purple .aq-progress-bar i{background:#8c79e3}
.aq-accent-red .aq-value,.aq-accent-red .aq-source{color:#ff9cab}.aq-accent-red .aq-progress-bar i{background:#df6b78}
.aq-insights-dots{display:flex;justify-content:center;gap:6px;padding:10px 0 13px}.aq-insights-dots i{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.22)}.aq-insights-dots i.on{width:20px;border-radius:999px;background:#42cedc}
@media(max-width:1100px){.aq-insight-card{flex-basis:50%;min-width:50%}}
@media(max-width:650px){.aq-insights{width:94%;border-radius:22px}.aq-insights-head{padding:14px 15px 9px}.aq-insights-head h2{font-size:18px}.aq-insight-card{flex-basis:100%;min-width:100%;padding:20px;min-height:285px}.aq-value{font-size:30px}}
