.bvr-form-card{background:var(--bvr-white);border-radius:var(--bvr-radius);padding:44px 40px;box-shadow:0 20px 60px rgba(0,0,0,.08);max-width:680px;margin:0 auto;position:relative}.bvr-form-wrap .bvr-form-card{padding:0;overflow:hidden}.bvr-form-wrap .bvr-submit{margin-top:24px}.bvr-mb-10{margin-bottom:10px}.bvr-input.bvr-input-error{border-color:#e74c3c;box-shadow:0 0 0 4px rgba(231,76,60,.1)}.bvr-input.bvr-input-error+.bvr-field-error{display:block}.bvr-product-opt.selected{border-color:var(--bvr-teal);background:rgba(21,144,124,.06);box-shadow:0 0 0 4px rgba(21,144,124,.1)}.bvr-product-opt.bvr-prod-error{border-color:#e74c3c!important}.bvr-product-opt.selected .bvr-check-mark{opacity:1;transform:scale(1)}.bvr-product-opt.selected .bvr-product-qty{display:block}.bvr-product-qty select.bvr-sel-error{border-color:#e74c3c}.bvr-checkboxes{margin:24px 0 28px;display:flex;flex-direction:column;gap:14px}.bvr-checkbox{display:flex;align-items:flex-start;gap:12px;cursor:pointer;font-size:14px;color:var(--bvr-text);line-height:1.5}.bvr-checkbox input{display:none}.bvr-check-box{width:22px;height:22px;min-width:22px;border:2px solid var(--bvr-gray);border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s;margin-top:1px}.bvr-checkbox input:checked~.bvr-check-box{background:var(--bvr-teal);border-color:var(--bvr-teal)}.bvr-submit-sm{font-size:13px;padding:12px;letter-spacing:.6px}.bvr-spinner{display:inline-block;width:18px;height:18px;border:3px solid rgba(19,19,19,.2);border-top-color:var(--bvr-text);border-radius:50%;animation:bvrSpin .6s linear infinite}.bvr-form-error-box{display:none;background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;font-size:13px;font-weight:500;padding:12px 16px;border-radius:8px;margin-bottom:16px;text-align:center}.bvr-rgpd a{color:var(--bvr-teal);text-decoration:underline}.bvr-success.active{display:block}.bvr-confetti-container{position:fixed;inset:0;pointer-events:none;z-index:99999;overflow:hidden}.bvr-confetti-piece{position:absolute;top:-20px;animation:bvrConfettiFall linear forwards}.bvr-popup-form .bvr-checkboxes{margin:18px 0 20px;gap:10px}.bvr-popup-form .bvr-checkbox{font-size:13px}.bvr-popup-form .bvr-success-icon{width:64px;height:64px}.bvr-popup-form .bvr-success h3{font-size:18px}.bvr-popup-form .bvr-success p{font-size:13px}.bvr-popup-form .bvr-success{padding:20px 0}.bvr-widget-form .bvr-checkboxes{flex-direction:row;gap:16px;margin:12px 0 14px}.bvr-widget-form .bvr-checkbox{font-size:12px;gap:6px}.bvr-widget-form .bvr-check-box{width:18px;height:18px;min-width:18px;border-radius:4px}.bvr-widget-form .bvr-success-icon{width:48px;height:48px}.bvr-widget-form .bvr-success h3{font-size:15px}.bvr-widget-form .bvr-success p{font-size:12px}.bvr-widget-form .bvr-success{padding:10px 0}.bvr-fab.has-card .bvr-fab-tooltip{display:none}.bvr-banner-top .bvr-banner-close{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:0 0;border:none;cursor:pointer;color:rgba(255,255,255,.6);padding:4px;transition:color .2s}.bvr-banner-top .bvr-banner-close:hover{color:var(--bvr-white)}.bvr-banner-bottom{position:fixed;bottom:0;left:0;right:0;z-index:99970;background:var(--bvr-white);border-top:3px solid var(--bvr-teal);box-shadow:0 -8px 30px rgba(0,0,0,.1);padding:20px 24px;animation:bvrSlideBarIn .6s .5s cubic-bezier(.22,1,.36,1) forwards;transform:translateY(100%)}.bvr-banner-bottom-inner{max-width:1000px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.bvr-banner-bottom-content{display:flex;align-items:center;gap:16px;flex:1}.bvr-banner-bottom-icon{width:48px;height:48px;min-width:48px;background:linear-gradient(135deg,rgba(21,144,124,.1),rgba(255,185,33,.15));border-radius:12px;display:flex;align-items:center;justify-content:center}.bvr-banner-bottom-text h4{font-size:15px;font-weight:700;color:var(--bvr-text);margin-bottom:2px}.bvr-banner-bottom-text p{font-size:13px;color:#888;line-height:1.4}.bvr-banner-cta-bottom{display:inline-flex!important;align-items:center!important;gap:8px!important;background:var(--bvr-gold);color:#131313!important;font-family:var(--bvr-font);font-size:14px;font-weight:700;padding:14px 28px;border-radius:10px;text-decoration:none;border:none;cursor:pointer;white-space:nowrap;transition:transform .2s,box-shadow .2s}.bvr-banner-cta-bottom:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(255,185,33,.3)}.bvr-banner-bottom .bvr-banner-close{position:absolute;top:8px;right:12px;background:0 0;border:none;cursor:pointer;color:#ccc;padding:4px;transition:color .2s}.bvr-banner-bottom .bvr-banner-close:hover{color:var(--bvr-text)}@media (max-width:768px){.bvr-form-card{padding:32px 24px}.bvr-form-wrap .bvr-popup-header{padding:18px 16px 14px}.bvr-form-wrap .bvr-popup-header h2{font-size:16px;margin-bottom:2px}.bvr-form-wrap .bvr-popup-header p{font-size:12px}.bvr-form-wrap .bvr-popup-badge{font-size:9px;padding:4px 10px;margin-bottom:8px}.bvr-form-wrap .bvr-popup-body{padding:14px 14px 12px}.bvr-form-wrap .bvr-popup-message{font-size:12px;margin-bottom:12px;line-height:1.5}}@media (max-width:600px){.bvr-banner-bottom-inner{flex-direction:column;text-align:center}.bvr-banner-bottom-content{flex-direction:column}.bvr-banner-cta-bottom{width:100%;justify-content:center}}