.stickers-section{
  background:#f9f9fb;
  padding:4.5rem 0;
}

.stickers-title{
  font-weight:700;
  color:#333;
  letter-spacing:.4px;
  margin-bottom:.5rem;
}
.stickers-lead{
  color:#100273;
}

.sticker-card{
  background:#fff;
  border:1px solid rgba(16,2,115,.10);
  border-radius:16px;
  box-shadow:0 4px 12px rgba(0,0,0,.06);
  padding:1.25rem 1.25rem 1rem;
  transition:transform .35s ease, box-shadow .35s ease;
}
.sticker-card:hover{
  transform:translateY(-6px);
  box-shadow:0 16px 40px rgba(0,0,0,.12);
}
.icon-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:48px; height:48px;
  border-radius:999px;
  background:rgba(16,2,115,.08);
  color:#100273;
  margin-bottom:.5rem;
  font-size:1.25rem;
}
.sticker-card h5{
  font-weight:700; color:#333;
}
.sticker-list li{
  display:flex; align-items:flex-start; gap:.5rem;
  margin:.4rem 0;
  color:#555;
}
.sticker-list i{
  color:#2aa84a; margin-top:.2rem;
}

.spec-chips{
  display:flex; flex-wrap:wrap; gap:.5rem;
}
.spec-chip{
  display:inline-flex; align-items:center; justify-content:center;
  padding:.5rem .75rem;
  background:#fff;
  border:1px solid rgba(16,2,115,.18);
  border-radius:999px;
  font-size:.95rem;
  color:#333;
  box-shadow:0 2px 6px rgba(0,0,0,.05);
}
.spec-chip-outline{
  background:transparent;
  border-style:dashed;
  color:#100273;
}

.flow-steps{
  display:grid; grid-template-columns:repeat(4,1fr);
  gap:16px;
}
@media (max-width: 992px){
  .flow-steps{ grid-template-columns:repeat(2,1fr); }
}
@media (max-width: 576px){
  .flow-steps{ grid-template-columns:1fr; }
}
.flow-step{
  background:#fff;
  border:1px solid rgba(16,2,115,.10);
  border-radius:14px;
  padding:16px 14px;
  text-align:center;
  height:100%;
}
.flow-icon{
  width:42px; height:42px; border-radius:999px;
  margin:0 auto 8px;
  display:flex; align-items:center; justify-content:center;
  background:rgba(16,2,115,.08); color:#100273; font-size:1rem;
}
.flow-step h6{ font-weight:700; color:#333; margin-bottom:6px; }
.flow-step p{ color:#555; margin:0; }

.sticker-accordeon .card-header{
  background:#fff; border-bottom:none;
}
.sticker-accordeon .btn-link{
  color:#333; font-weight:600; text-decoration:none;
}
.sticker-accordeon .btn-link:hover{
  color:#100273; text-decoration:none;
}
.contact-card{
  background:#fff; border:1px solid rgba(16,2,115,.10);
  border-radius:14px; padding:16px;
  box-shadow:0 6px 18px rgba(0,0,0,.07);
}
.contact-card i{ color:#100273; font-size:1.2rem; }
.contact-btn{
  display:inline-block;
  background:#100273; color:#fff;
  padding:.65rem 1.25rem; border-radius:6px;
  font-weight:600; border:0;
  box-shadow:0 4px 10px rgba(16,2,115,.25);
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.contact-btn:hover{
  background:#08014c; color:#fff; text-decoration:none;
  transform:translateY(-2px);
}

.eyebrow{
  display:inline-block;
  font-size:12px; font-weight:800; letter-spacing:.6px;
  text-transform:uppercase; color:#8a93ad;
  margin-bottom:6px;
}
.dot{ color:#100273; }
