/* Front styles for PalmoraFix */
:root{
  --pf-blue:#2E90FF;
  --pf-green:#22C55E;
  --pf-gradient: linear-gradient(135deg, var(--pf-blue), var(--pf-green));
  --pf-radius: 16px;
  --pf-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.pf-hero{
  background-image: var(--pf-gradient);
  color:#fff;
  border-radius: var(--pf-radius);
  box-shadow: var(--pf-shadow);
  overflow:hidden;
}

.pf-card{
  background:#fff;
  border-radius: var(--pf-radius);
  box-shadow: var(--pf-shadow);
  padding:1.5rem;
}

.wp-block-button .wp-block-button__link{
  border-radius: 9999px;
  padding:.9rem 1.25rem;
}

.is-style-pf-gradient .wp-block-button__link{
  background-image: var(--pf-gradient);
  color:#fff !important;
}

.pf-badge{
  display:inline-flex;align-items:center;gap:.5rem;
  padding:.25rem .75rem;border-radius:999px;background:rgba(255,255,255,.18);color:#fff;
}

.pf-steps .wp-block-column{ text-align:center; }
.pf-steps .step-num{
  display:inline-flex;width:40px;height:40px;border-radius:999px;background:var(--pf-blue);
  color:#fff;align-items:center;justify-content:center;font-weight:700; margin-bottom:.5rem;
}

.pf-testimonial{
  display:flex; gap:1rem; align-items:flex-start;
}
.pf-avatar{
  width:56px;height:56px;border-radius:999px;flex:0 0 56px; background:var(--pf-blue);
  display:inline-flex;align-items:center;justify-content:center;color:#fff;font-weight:700;
}
