:root{--bp-primary:#FD5189;--bp-bg:#FFEAF1;--bp-white:#ffffff;--bp-border:#ffd1e0;--bp-text:#2c2c2c;--bp-muted:#7a7a7a}
.balloonplus-co-wrap.v5{direction:rtl;background:var(--bp-bg);padding:24px;border-radius:28px}
.balloonplus-co-card{background:var(--bp-white);border-radius:28px;padding:22px;border:1px solid var(--bp-border);box-shadow:0 10px 30px rgba(253,81,137,.15)}
.bpco-head{margin-bottom:10px}
.bpco-title{margin:0}
.balloonplus-co-title{margin:0 0 6px 0;color:var(--bp-primary);font-size:1.6rem;font-weight:800}
.bpco-sub{margin:0;color:var(--bp-muted);font-size:.95rem}
.balloonplus-co-form label{display:block;font-weight:700;margin-bottom:8px;color:var(--bp-text)}
.balloonplus-co-form input[type=text],.balloonplus-co-form input[type=date],.balloonplus-co-form input[type=time],.balloonplus-co-form select,.balloonplus-co-form textarea{width:100%;padding:12px 14px;border-radius:18px;border:1px solid var(--bp-border);background:#fff;outline:none}
.balloonplus-co-form textarea{resize:vertical}
.bpco-row{margin-bottom:16px}
.bpco-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}
@media(max-width:680px){.bpco-grid-2{grid-template-columns:1fr}}
.bpco-hint{display:block;color:var(--bp-muted);font-size:.85rem;margin-top:6px}
.bpco-btn{width:100%;margin-top:8px;border:none;border-radius:999px;padding:14px 18px;cursor:pointer;font-weight:800;font-size:1rem}
.bpco-btn-wa{background:#25D366;color:#fff !important}
.bpco-btn-wa:hover{filter:brightness(.95)}
.bpco-alert{margin:0 0 14px 0;background:#fff6f9;border:1px solid var(--bp-border);border-radius:16px;padding:10px;color:#c21b5e}
.bpco-swatches{display:flex;flex-wrap:nowrap !important;overflow-x:auto;overflow-y:hidden;gap:10px;align-items:center;padding:6px 4px 10px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;max-width:100%;white-space:nowrap}
.bpco-swatch{display:inline-flex;align-items:center;justify-content:center;padding:6px;border-radius:50%;position:relative;scroll-snap-align:start;flex:0 0 auto}
.bpco-swatch input{display:none}
.bpco-dot{width:34px;height:34px;border-radius:50%;background:var(--c);border:1px solid rgba(0,0,0,.08);display:inline-block;position:relative}
.bpco-swatch input:checked + .bpco-dot{outline:3px solid rgba(253,81,137,.35);box-shadow:0 0 0 2px #fff inset}
.bpco-swatch input:checked + .bpco-dot::after{content:"✓";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:18px;text-shadow:0 1px 2px rgba(0,0,0,.25)}
.bpco-custom-color{flex:0 0 auto;display:flex;align-items:center;gap:8px;border:1px dashed var(--bp-border);padding:8px 12px;border-radius:16px;background:#fff;margin-top:0 !important;white-space:nowrap}
@media(max-width:680px){.bpco-dot{width:28px;height:28px}}