.psg-analytics-box{
    margin:30px 0;
    padding:25px;
    background:#f8fafc;
    border:1px solid #dde7ef;
    border-radius:12px;
}

.psg-analytics-box h3{
    margin:0 0 20px;
    color:#003b5c;
}

.psg-stat-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
    gap:18px;
    margin-bottom:30px;
}

.psg-stat{
    background:#fff;
    border-radius:12px;
    padding:10px;
    text-align:center;
    box-shadow:0 2px 8px rgba(0,0,0,.08);
    transition:.2s;
    line-height: 18px;
}

.psg-stat:hover{
    transform:translateY(-2px);
    box-shadow:0 6px 18px rgba(0,0,0,.12);
}

.psg-stat .icon{
    font-size:30px;
    margin-bottom:10px;
}

.psg-stat strong{
    display:block;
    font-size:32px;
    color:#005a87;
    line-height:1;
    margin-bottom:8px;
}

.psg-stat span{
    display:block;
    font-size:14px;
    color:#666;
}

.psg-analytics-help{
    margin-top:30px;
    font-size:15px;
    line-height:1.7;
}

.psg-analytics-help h4,
.psg-analytics-help h5{
    color:#003b5c;
}

.psg-stat-performance {
    background: #04365c;
    border-radius: 12px;
    padding: 10px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
    transition: .2s;
    color: #fff;
}
.psg-stat-performance strong{
    display:block;
    font-size:32px;
    color:#9acddd;
    line-height:1;
    margin-bottom:8px;
}
.psg-stat-performance .icon {
  font-size: 30px;
  margin-bottom: 10px;
}
.psg-ranking-badge {
  display: inline-block;
  margin-top: 8px;
  padding: 5px 12px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 1.1rem;
  background: #9acddd;
  color: #04365c;
  line-height: 18px;
}
.trend-up{
    color:#6dffaa;
    font-weight:bold;
    font-size: 18px;
}

.trend-down{
    color:#d63031;
    font-weight:bold;
}

.trend-flat{
    color:#04365c;
    font-weight:bold;
}

.psg-stat-hits {
    background: #80b9d4;
    border-radius: 12px;
    padding: 10px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
    transition: .2s;
    color: #fff;
}
.psg-stat-hits strong{
    display:block;
    font-size:32px;
    color:#04365c;
    line-height:1;
    margin-bottom:8px;
}
.psg-stat-hits .icon {
  font-size: 30px;
  margin-bottom: 10px;
}
