:root{ --pawpal-accent:#F4B183; --pawpal-text:#4B2E19; }
.pawpal-phone-fab{
  position:fixed; right:18px; bottom:18px; z-index:9999;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.pawpal-phone-toggle{
  display:flex; align-items:center; gap:10px;
  background: var(--pawpal-accent); color: var(--pawpal-text);
  border:none; cursor:pointer; font-weight:800;
  box-shadow:0 10px 28px rgba(0,0,0,.18);
}
.pawpal-pill .pawpal-phone-toggle{ padding:12px 14px; border-radius:999px; }
.pawpal-circle .pawpal-phone-toggle{ width:56px; height:56px; border-radius:999px; justify-content:center; }
.pawpal-circle .pawpal-label{ display:none; }

.pawpal-paw{ font-size:18px; }
.pawpal-label{ font-size:14px; }

.pawpal-phone-panel{
  margin-top:10px;
  background:#fff; border:1px solid #f1d2b3; border-radius:16px;
  padding:10px; box-shadow:0 10px 28px rgba(0,0,0,.14);
  display:flex; flex-direction:column; gap:8px;
}
.pawpal-phone-action{
  display:block; text-decoration:none; text-align:left;
  padding:10px 12px; border-radius:12px;
  border:1px solid #f1d2b3; background:#FFF4E6;
  color:#4B2E19; font-weight:700;
}
.pawpal-phone-action:hover{ filter:brightness(.98); }

.pawpal-callback-modal{
  position:fixed; inset:0; background:rgba(0,0,0,.45);
  display:flex; align-items:center; justify-content:center; z-index:10000;
  padding:18px;
}
.pawpal-callback-card{
  width:min(560px, 100%);
  background:#fff; border-radius:18px; padding:18px 18px 16px;
  border:1px solid #f1d2b3; box-shadow:0 16px 40px rgba(0,0,0,.22);
  position:relative;
}
.pawpal-modal-close{
  position:absolute; right:12px; top:10px;
  border:none; background:transparent; font-size:18px; cursor:pointer;
}
.pawpal-callback-form label{ display:block; font-weight:800; color:#4B2E19; margin:10px 0 6px; }
.pawpal-callback-form input, .pawpal-callback-form textarea{
  width:100%; border:1px solid #e9d4bf; border-radius:14px;
  padding:12px 12px; font-size:14px;
}
.pawpal-callback-form .row{
  display:grid; grid-template-columns:1fr 1fr; gap:10px;
}
@media(max-width:560px){ .pawpal-callback-form .row{ grid-template-columns:1fr; } }

.pawpal-submit{
  margin-top:12px;
  width:100%; border:none; cursor:pointer;
  background: var(--pawpal-accent); color: var(--pawpal-text);
  font-weight:900; padding:12px 14px; border-radius:14px;
}
.pawpal-status{ margin-top:10px; font-weight:700; }

.pawpal-inline-call{
  display:inline-block; padding:10px 12px; border-radius:999px;
  background:var(--pawpal-accent); color:var(--pawpal-text);
  font-weight:900; text-decoration:none; border:1px solid #f1d2b3;
}
.pawpal-inline-callback{
  display:inline-block; padding:10px 12px; border-radius:999px;
  background:#fff; color:var(--pawpal-text);
  font-weight:900; border:1px solid #f1d2b3; cursor:pointer;
}
.pawpal-phone-widget{ display:flex; gap:10px; flex-wrap:wrap; align-items:center; }
.pawpal-inline-form{ background:#FFF4E6; border:1px solid #F4B183; border-radius:18px; padding:16px; }
