:root{--bfm-bg:#f7f6f2;--bfm-bg-card:#fff;--bfm-bg-alt:#f2f1ed;--bfm-overlay:#0a0d088c;--bfm-border:#0000001a;--bfm-border-input:#00000024;--bfm-text-primary:#111108;--bfm-text-body:#2a2a1e;--bfm-text-muted:#7a7870;--bfm-label:#5e5c56;--bfm-input-bg:#f7f6f2e6;--bfm-input-focus:#1a2e181a;--bfm-shadow:0 24px 80px #0000002e,0 4px 16px #0000001a;--bfm-accent:#1a2e18;--bfm-accent-hover:#2e4228;--bfm-accent-text:#f0ece6;--bfm-link:#3a5c34;--bfm-err-bg:#dc26260f;--bfm-err-border:#dc26262e;--bfm-err-text:#b91c1c;--bfm-sum-bg:#1a2e180d;--bfm-sum-border:#1a2e181f}.dark{--bfm-bg:#030814;--bfm-bg-card:#0b1531;--bfm-bg-alt:#0f1c3d;--bfm-overlay:#000000b8;--bfm-border:#1e293bd9;--bfm-border-input:#94a3b859;--bfm-text-primary:#f8fafc;--bfm-text-body:#cbd5e1;--bfm-text-secondary:#94a3b8;--bfm-text-muted:#64748b;--bfm-label:#d4c391;--bfm-input-bg:#0b1531a6;--bfm-input-focus:#3b82f638;--bfm-shadow:0 24px 80px #0000008c,0 4px 16px #00000059;--bfm-accent:#1e40af;--bfm-accent-hover:#2563eb;--bfm-accent-text:#f8fafc;--bfm-link:#60a5fa;--bfm-err-bg:#dc26261a;--bfm-err-border:#f8717140;--bfm-err-text:#fca5a5;--bfm-sum-bg:#1e40af1f;--bfm-sum-border:#3b82f647}.bfm-overlay-bg{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:50;background:#00000073;position:fixed;inset:0}.dark .bfm-overlay-bg{background:#0000008c}.bfm-content{z-index:51;background:var(--bfm-bg-card);border:1px solid var(--bfm-border);width:calc(100vw - 32px);max-width:460px;max-height:90dvh;box-shadow:var(--bfm-shadow);color:var(--bfm-text-body);border-radius:18px;outline:none;padding:28px 24px 32px;font-family:DM Sans,system-ui,sans-serif;position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%)}.dark .bfm-content{box-shadow:var(--bfm-shadow),0 0 0 1px #3b82f61f;border:1px solid #1e293b}@media (max-width:480px){.bfm-content{border-radius:0;width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;padding:22px 18px 32px;top:0;left:0;transform:none}}.bfm-close{background:var(--bfm-bg-alt);border:1px solid var(--bfm-border);width:32px;height:32px;color:var(--bfm-text-muted);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,color .2s;display:flex;position:absolute;top:16px;right:16px}.bfm-close:hover{background:var(--bfm-border);color:var(--bfm-text-primary)}.bfm-header{margin-bottom:22px;padding-right:32px}.bfm-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--bfm-label);margin-bottom:6px;font-size:10px;font-weight:700}.bfm-title{color:var(--bfm-text-primary);margin:0 0 6px;font-family:Cormorant Garamond,Georgia,serif;font-size:1.65rem;font-weight:600;line-height:1.08}.bfm-sub{color:var(--bfm-text-muted);margin:0;font-size:13px;line-height:1.5}.bfm-divider{background:#0000000f;height:1px;margin:18px 0}.dark .bfm-divider{background:#1e293bbf}.bfm-field{flex-direction:column;gap:6px;display:flex}.bfm-label{letter-spacing:.16em;text-transform:uppercase;color:var(--bfm-label);font-size:10px;font-weight:700}.bfm-input{background:var(--bfm-input-bg);border:1px solid var(--bfm-border-input);width:100%;color:var(--bfm-text-primary);box-sizing:border-box;border-radius:10px;outline:none;padding:11px 13px;font-family:DM Sans,system-ui,sans-serif;font-size:14px;transition:border-color .2s,box-shadow .2s}.bfm-input::placeholder{color:var(--bfm-text-muted);letter-spacing:normal;font-size:1rem;font-weight:400}.bfm-input:focus{box-shadow:0 0 0 3px var(--bfm-input-focus);border-color:#4a6741}.dark .bfm-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f638}.bfm-phone{padding:8px 13px}.bfm-btn-primary{color:#f0ece6;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background:#1a2e18;border:none;border-radius:11px;justify-content:center;align-items:center;gap:8px;width:100%;padding:13px 20px;font-family:DM Sans,system-ui,sans-serif;font-size:12px;font-weight:700;transition:background .2s,transform .2s,box-shadow .2s;display:flex;box-shadow:0 2px 10px #1a2e182e}.bfm-btn-primary:hover:not(:disabled){background:#2e4228;transform:translateY(-1px);box-shadow:0 5px 18px #1a2e1842}.bfm-btn-primary:active:not(:disabled){transform:scale(.98)}.bfm-btn-primary:disabled{opacity:.42;cursor:not-allowed}.dark .bfm-btn-primary{color:#f8fafc;background:#1e40af;border:1.5px solid #3b82f666;box-shadow:0 2px 14px #1e40af59}.dark .bfm-btn-primary:hover:not(:disabled){background:#2563eb;box-shadow:0 4px 20px #2563eb73}.bfm-text-btn{color:var(--bfm-link);cursor:pointer;background:0 0;border:none;padding:0;font-family:DM Sans,system-ui,sans-serif;font-size:12.5px;transition:color .2s}.bfm-text-btn:hover{color:var(--bfm-text-primary)}.bfm-link{color:var(--bfm-link);text-decoration:underline}.bfm-link:hover{color:var(--bfm-text-primary)}.bfm-checkbox-row{cursor:pointer;align-items:flex-start;gap:10px;display:flex}.bfm-checkbox{accent-color:#4a6741;cursor:pointer;flex-shrink:0;width:15px;height:15px;margin-top:2px}.dark .bfm-checkbox{accent-color:#2563eb}.bfm-checkbox-label{color:var(--bfm-text-secondary,var(--bfm-text-body));font-size:12.5px;line-height:1.5}.bfm-error-box{background:var(--bfm-err-bg);border:1px solid var(--bfm-err-border);color:var(--bfm-err-text);border-radius:9px;padding:11px 14px;font-size:13px}.bfm-summary-card{background:var(--bfm-sum-bg);border:1px solid var(--bfm-sum-border);border-radius:12px;flex-direction:column;gap:2px;padding:16px 18px;display:flex}.bfm-summary-label{letter-spacing:.16em;text-transform:uppercase;color:var(--bfm-label);margin-bottom:10px;font-size:10px;font-weight:700}.bfm-summary-row{justify-content:space-between;align-items:center;gap:12px;font-size:13px;display:flex}.bfm-summary-key{color:var(--bfm-text-muted);flex-shrink:0}.bfm-summary-val{color:var(--bfm-text-primary);text-align:right;font-weight:500}.bfm-summary-divider{background:var(--bfm-sum-border);height:1px}.bfm-summary-total{color:var(--bfm-text-primary);font-size:14px;font-weight:700}.bfm-summary-total span{color:var(--bfm-text-primary)}.bfm-info-box{background:var(--bfm-sum-bg);border:1px solid var(--bfm-sum-border);color:var(--bfm-text-muted);box-sizing:border-box;border-radius:10px;align-items:flex-start;gap:10px;width:100%;padding:12px 14px;font-size:12.5px;line-height:1.5;display:flex}.bfm-status-icon{border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:4px;display:flex}.bfm-status-success{color:#059669;background:#0596691a}.dark .bfm-status-success{color:#34d399;background:#34d3991f}.bfm-status-error{color:#dc2626;background:#dc26261a}.dark .bfm-status-error{color:#f87171;background:#f871711f}.bfm-status-title{color:var(--bfm-text-primary);margin:0;font-family:Cormorant Garamond,Georgia,serif;font-size:1.35rem;font-weight:600}.bfm-status-sub{color:var(--bfm-text-muted);margin:0;font-size:13px;line-height:1.6}.bfm-content .PhoneInput{align-items:center;gap:8px;display:flex}.bfm-content .PhoneInputInput{min-width:0;color:var(--bfm-text-primary);background:0 0;border:none;outline:none;flex:1;font-family:DM Sans,system-ui,sans-serif;font-size:14px}.bfm-content .PhoneInputInput::placeholder{color:var(--bfm-text-muted)}.dark .bfm-content .PhoneInputCountrySelect{color:#94a3b8!important}.dark .bfm-content .PhoneInputCountrySelect option{color:#f8fafc!important;background-color:#0b1531!important}
