.shopier-rank-boost {
  margin-top: 30px;
  display: grid;
  gap: 22px;
}

.shopier-rank-card {
  border: 1px solid rgba(148, 163, 184, .24);
  border-radius: 28px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 20px 60px rgba(15,23,42,.07);
  padding: 30px;
}

.shopier-rank-card h2 {
  margin: 0 0 14px;
  color: #020617;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -.04em;
}

.shopier-rank-card h3 {
  margin: 26px 0 12px;
  color: #0f172a;
  font-size: 23px;
  letter-spacing: -.03em;
}

.shopier-rank-card p,
.shopier-rank-card li {
  color: #475569;
  font-size: 16px;
  line-height: 1.8;
}

.shopier-rank-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 14px;
  margin: 20px 0;
}

.shopier-rank-mini {
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 18px;
  background: #f8fafc;
}

.shopier-rank-mini strong {
  display: block;
  color: #020617;
  font-size: 18px;
  margin-bottom: 6px;
}

.shopier-example {
  border-radius: 24px;
  padding: 22px;
  background: linear-gradient(135deg,#eff6ff,#f5f3ff);
  border: 1px solid #bfdbfe;
  margin-top: 18px;
}

.shopier-example-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid rgba(148,163,184,.32);
  padding: 10px 0;
  color: #334155;
  font-weight: 700;
}

.shopier-example-row:last-child {
  border-bottom: 0;
}

.shopier-example-row strong {
  color: #020617;
}

.shopier-warning {
  margin-top: 18px;
  border: 1px solid #fed7aa;
  background: #fff7ed;
  color: #9a3412;
  padding: 16px;
  border-radius: 20px;
  line-height: 1.7;
  font-weight: 700;
}

.shopier-rank-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.shopier-rank-links a {
  text-decoration: none;
  display: inline-flex;
  padding: 12px 15px;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  border: 1px solid #bfdbfe;
  font-weight: 950;
  font-size: 14px;
}

@media(max-width: 760px) {
  .shopier-rank-grid {
    grid-template-columns: 1fr;
  }

  .shopier-rank-card {
    padding: 22px;
    border-radius: 24px;
  }

  .shopier-rank-card h2 {
    font-size: 27px;
  }

  .shopier-example-row {
    flex-direction: column;
    gap: 4px;
  }
}
