.pobw-card{background:#fff;border-radius:24px;padding:clamp(24px,3.5vw,36px);box-shadow:0 24px 56px rgba(20,39,29,.10);font-family:'Hanken Grotesk',system-ui,-apple-system,sans-serif;color:#2a271f;line-height:1.5}
.pobw-card *,.pobw-card *::before,.pobw-card *::after{box-sizing:border-box}
.pobw-title{margin:0;color:#1d3a2a;font-family:'Cormorant Garamond',Georgia,serif;font-size:30px;font-weight:600;line-height:1.1}
.pobw-sub{margin:6px 0 20px;color:#6f6757;font-size:14px}
.pobw-lbl{display:block;color:#4a463b;font-size:13px;font-weight:600;margin:0 0 7px}
.pobw-grid2{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.pobw-card input[type=text],
.pobw-card input[type=tel],
.pobw-card input[type=email],
.pobw-card input[type=date],
.pobw-card input[type=number],
.pobw-card select,
.pobw-card textarea{width:100%;font-size:14px;font-family:inherit;padding:10px 12px;border:1px solid rgba(181,138,77,.35);border-radius:10px;background:#fff;color:#2a271f;margin:0}
.pobw-card textarea{resize:vertical}
.pobw-card input:focus,.pobw-card select:focus,.pobw-card textarea:focus{outline:none;border-color:#1d3a2a;box-shadow:0 0 0 3px rgba(29,58,42,.14)}
.pobw-days{color:#9a9382;font-size:12.5px;margin:8px 0 0;display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:space-between}
.pobw-kn{display:inline-flex;align-items:center;gap:7px;white-space:nowrap}
.pobw-kn input[type=number]{width:62px;padding:5px 8px}
.pobw-sec{margin-top:18px}
.pobw-sechead{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;gap:10px}
.pobw-dog{border-bottom:1px solid rgba(181,138,77,.2);padding-bottom:12px;margin-bottom:12px}
.pobw-dog:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.pobw-dogrow{display:flex;gap:8px;flex-wrap:wrap;align-items:center}
.pobw-dogrow input[type=text]{flex:1;min-width:100px}
.pobw-dogrow select{flex:1.6;min-width:150px}
.pobw-dogrow2{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-top:8px}
.pobw-chk{display:flex;align-items:center;gap:7px;font-size:13px;color:#5a5546;white-space:nowrap;cursor:pointer}
.pobw-chk input[type=checkbox]{width:15px;height:15px;margin:0;accent-color:#1d3a2a}
.pobw-groomrow{display:none;margin-top:8px}
.pobw-card button{font-family:inherit;font-size:13.5px;font-weight:600;border-radius:999px;border:1px solid rgba(181,138,77,.35);background:#fff;color:#1d3a2a;padding:8px 16px;cursor:pointer;transition:background .2s}
.pobw-card button:hover{background:#eee5d3}
.pobw-x{width:30px;height:30px;padding:0;border-radius:50%;color:#a13a2f;border-color:#e7cfc9;flex:none;line-height:1}
.pobw-sum{background:#eef3ec;border-radius:16px;padding:16px 18px;margin-top:18px}
.pobw-line{display:flex;justify-content:space-between;gap:14px;font-size:13.5px;color:#5a5546;padding:3px 0}
.pobw-total{display:flex;justify-content:space-between;align-items:baseline;gap:14px;font-family:'Cormorant Garamond',Georgia,serif;font-size:30px;font-weight:600;color:#1d3a2a;padding-top:10px;margin-top:6px;border-top:1px solid rgba(29,58,42,.15)}
.pobw-total-lbl{font-size:14px;font-family:'Hanken Grotesk',system-ui,sans-serif;font-weight:600;color:#6f6757}
.pobw-send{width:100%;background:#1d3a2a;color:#f6f1e7;border-color:#1d3a2a;padding:13px 16px;font-size:15px;margin-top:16px;box-shadow:0 10px 26px rgba(20,39,29,.18)}
.pobw-card .pobw-send:hover{background:#14271d;color:#f6f1e7}
.pobw-card .pobw-send[disabled]{opacity:.6;cursor:default}
.pobw-note{font-size:11.5px;color:#9a9382;margin:10px 0 0}
.pobw-msgbox{margin-top:12px;padding:12px 14px;border-radius:12px;font-size:14px;line-height:1.5}
.pobw-msgbox.ok{background:#eef3ec;color:#1d3a2a;border:1px solid rgba(29,58,42,.2)}
.pobw-msgbox.err{background:#fbeeec;color:#8d2f22;border:1px solid rgba(141,47,34,.2)}
.pobw-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.pobw-warn{color:#8d2f22;font-size:12.5px;margin:8px 0 0}
@media (max-width:520px){
  .pobw-card{padding:20px}
  .pobw-grid2{grid-template-columns:1fr}
  .pobw-title{font-size:26px}
  .pobw-total{font-size:26px}
}
