/* SWAT ACADEMY 1.2.0l — Tarif forces de l'ordre & secours */
.service-discount{
  position:relative;
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  align-items:center;
  gap:22px;
  margin-top:18px;
  padding:24px;
  overflow:hidden;
  border:1px solid rgba(20,169,255,.32);
  border-radius:18px;
  background:
    radial-gradient(circle at 92% 20%,rgba(20,169,255,.12),transparent 32%),
    linear-gradient(145deg,#08131a,#05090c 70%);
  box-shadow:0 18px 48px rgba(0,0,0,.22);
}
.service-discount::after{
  content:"";
  position:absolute;inset:0;
  pointer-events:none;
  background:linear-gradient(115deg,transparent 0 70%,rgba(255,255,255,.025) 70.2% 70.5%,transparent 70.7%);
}
.service-discount-badge{
  position:relative;z-index:1;
  display:grid;place-items:center;
  width:112px;height:112px;
  border:2px solid #14a9ff;
  border-radius:50%;
  background:#07131b;
  color:#fff;
  font-size:32px;
  font-weight:950;
  letter-spacing:-.04em;
  box-shadow:0 0 0 8px rgba(20,169,255,.055),0 0 34px rgba(20,169,255,.12);
}
.service-discount-copy{position:relative;z-index:1}
.service-discount-copy .meta{color:#54c5ff}
.service-discount-copy h2{margin:5px 0 10px;font-size:clamp(1.25rem,2.7vw,2rem)}
.service-discount-copy p{margin:5px 0;color:#a4b5bf;line-height:1.55}
.service-discount-copy p strong{color:#eefaff}
.service-discount-condition{font-size:.92rem}
.service-discount-examples{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.service-discount-examples span{padding:8px 10px;border:1px solid #173b4a;border-radius:999px;background:#061017;color:#7e9aa7;font-size:.82rem;font-weight:750}
.service-discount-examples b{color:#66d0ff}
@media(max-width:680px){
  .service-discount{grid-template-columns:1fr;text-align:center;padding:20px 16px}
  .service-discount-badge{width:90px;height:90px;margin:auto;font-size:27px}
  .service-discount-examples{justify-content:center}
}
