.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-overlay{position:fixed;inset:0;z-index:99990;background:rgba(0,0,0,.55);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:none;align-items:center;justify-content:center;padding:20px;overflow-y:auto;-webkit-overflow-scrolling:touch}.bvr-popup{background:var(--bvr-white);border-radius:24px;max-width:520px;max-height:calc(100vh - 40px);overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;width:100%;box-shadow:0 30px 80px rgba(0,0,0,.25);animation:bvrSlideUp .5s cubic-bezier(.22,1,.36,1) forwards;transform:translateY(30px);position:relative}.bvr-popup-close{position:absolute;top:16px;right:16px;z-index:10;width:36px!important;height:36px!important;min-width:36px!important;padding:0!important;background:rgba(0,0,0,.06)!important;background-color:rgba(0,0,0,.06)!important;border:none!important;border-width:0!important;border-radius:50%!important;cursor:pointer;display:flex!important;align-items:center!important;justify-content:center!important;transition:background .2s;font-size:0!important;color:transparent!important}.bvr-popup-close:hover{background:rgba(0,0,0,.12)}.bvr-popup-header{position:relative;background:linear-gradient(115deg,var(--bvr-teal) 0%,var(--bvr-gold) 100%);padding:36px 32px 32px;text-align:center;overflow:hidden}.bvr-popup-topo{position:absolute;inset:0;opacity:.08}.bvr-popup-header-content{position:relative;z-index:2}.bvr-popup-badge{display:inline-flex;align-items:center;gap:6px;background:var(--bvr-gold);color:var(--bvr-text);font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:7px 16px;border-radius:50px;margin-bottom:14px}.bvr-popup-header h2{font-size:22px;font-weight:800;color:var(--bvr-white);text-transform:uppercase;line-height:1.2;margin-bottom:6px}.bvr-popup-header p{font-size:14px;color:rgba(255,255,255,.88);line-height:1.5}.bvr-popup-body{padding:32px 32px 28px}.bvr-popup-message{font-size:14px;line-height:1.7;color:var(--bvr-gray-text);margin-bottom:24px;text-align:center}.bvr-popup-message strong{color:var(--bvr-teal);font-weight:600}.bvr-popup-form .bvr-input{padding:12px 14px;font-size:14px}.bvr-popup-form .bvr-label{font-size:12px;margin-bottom:4px}.bvr-popup-form .bvr-product-opt{padding:14px 12px}.bvr-popup-form .bvr-submit{font-size:15px;padding:15px;letter-spacing:.8px}.bvr-popup-form .bvr-rgpd{font-size:10px}.bvr-popup-form .bvr-checkboxes{margin:18px 0 20px;gap:10px}.bvr-popup-form .bvr-checkbox{font-size:13px}.bvr-popup-form .bvr-products{margin:0 0 16px}.bvr-popup-form .bvr-prod-label{font-size:13px}.bvr-popup-form .bvr-prod-desc{font-size:10px}.bvr-popup-form .bvr-product-qty select{font-size:12px;padding:8px 10px}.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-popup-overlay{padding:8px;align-items:flex-start;padding-top:12px}.bvr-popup{max-height:calc(100vh - 24px);border-radius:16px}.bvr-popup-header{padding:18px 16px 14px}.bvr-popup-header h2{font-size:16px;margin-bottom:2px}.bvr-popup-header p{font-size:12px}.bvr-popup-badge{font-size:9px;padding:4px 10px;margin-bottom:8px}.bvr-popup-body{padding:14px 14px 12px}.bvr-popup-message{font-size:12px;margin-bottom:12px;line-height:1.5}.bvr-popup-close{top:10px;right:10px;width:30px!important;height:30px!important;min-width:30px!important}.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}}