:root{--dfwm-blue:#0F66D2;--dfwm-dark:#101828;--dfwm-muted:#667085;--dfwm-line:#E4EAF1;--dfwm-soft:#F5F7FA}
.dfwm-root,.dfwm-root *{box-sizing:border-box}.dfwm-root{font-family:"Manrope",Arial,sans-serif;color:var(--dfwm-dark);width:100%}
.dfwm-section{padding:64px 0}.dfwm-section+.dfwm-section{border-top:1px solid #edf0f4}
.dfwm-head{text-align:center;max-width:820px;margin:0 auto 38px}.dfwm-kicker{font-size:13px;font-weight:800;letter-spacing:.07em;line-height:1.2;color:var(--dfwm-blue);text-transform:uppercase}.dfwm-head h2,.dfwm-modal__intro h2{font-family:"Manrope",sans-serif;font-size:32px;font-weight:800;line-height:1.15;color:#101828;margin:10px 0 14px}.dfwm-head p{font-size:17px;line-height:1.7;color:#667085;margin:0}
.dfwm-grid{display:grid;grid-template-columns:repeat(var(--dfwm-cols,3),minmax(0,1fr));gap:24px;align-items:stretch}
.dfwm-card{position:relative;display:flex;flex-direction:column;padding:34px;border:1px solid var(--dfwm-line);border-radius:16px;background:#fff;box-shadow:0 10px 28px rgba(16,24,40,.035);transition:.22s ease;overflow:hidden}.dfwm-card:hover{transform:translateY(-4px);box-shadow:0 20px 52px rgba(16,24,40,.08);border-color:#c8d8eb}.dfwm-card--featured{border:2px solid var(--dfwm-blue);box-shadow:0 20px 55px rgba(15,102,210,.12)}
.dfwm-badge{position:absolute;right:20px;top:20px;padding:7px 10px;border-radius:999px;background:#EAF3FF;color:var(--dfwm-blue);font-size:10px;font-weight:800;letter-spacing:.05em}.dfwm-card__top h3{font-size:22px;line-height:1.25;font-weight:800;color:#101828;margin:0 0 8px;padding-right:70px}.dfwm-subtitle{font-size:15px!important;line-height:1.5!important;color:#667085!important;margin:0 0 23px!important}.dfwm-price{display:flex;align-items:flex-end;gap:5px;margin-bottom:22px}.dfwm-price>span{font-size:24px;font-weight:800;line-height:1.25}.dfwm-price strong{font-size:54px;line-height:.95;letter-spacing:-.055em}.dfwm-price em{font-style:normal;font-size:14px;color:#667085;font-weight:700;margin-bottom:5px}
.dfwm-features{list-style:none!important;margin:0 0 28px!important;padding:25px 0 0!important;border-top:1px solid var(--dfwm-line);display:flex;flex-direction:column;gap:13px;flex:1}.dfwm-features li{display:flex;gap:11px;align-items:flex-start;font-size:15px;line-height:1.5;color:#101828}.dfwm-features li em{font-style:normal}.dfwm-features li span{display:grid;place-items:center;flex:0 0 23px;width:23px;height:23px;border-radius:50%;background:#EAF3FF;color:var(--dfwm-blue);font-size:12px;font-weight:900}.dfwm-features li.is-excluded{color:#98A2B3}.dfwm-features li.is-excluded span{background:#F2F4F7;color:#98A2B3}
.dfwm-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:auto}.dfwm-order,.dfwm-info,.dfwm-submit{appearance:none;min-height:50px;padding:13px 18px;border-radius:8px;font-family:inherit;font-size:14px;font-weight:800;cursor:pointer;transition:.18s ease;text-transform:none;box-shadow:none}.dfwm-order,.dfwm-submit{border:1px solid var(--dfwm-blue);background:var(--dfwm-blue);color:#fff}.dfwm-order:hover,.dfwm-submit:hover{background:#0B57B7;border-color:#0B57B7;color:#fff}.dfwm-info{border:1px solid #101828;background:#fff;color:#101828}.dfwm-info:hover{background:#101828;border-color:#101828;color:#fff}
.dfwm-modal{position:fixed;inset:0;z-index:999999;display:none;align-items:center;justify-content:center;padding:22px}.dfwm-modal.is-open{display:flex}.dfwm-modal__overlay{position:absolute;inset:0;background:rgba(10,20,32,.60);backdrop-filter:blur(5px)}.dfwm-modal__dialog{position:relative;z-index:2;width:min(920px,100%);max-height:calc(100vh - 44px);overflow:auto;background:#fff;border-radius:18px;box-shadow:0 35px 100px rgba(0,0,0,.25);display:grid;grid-template-columns:320px minmax(0,1fr)}.dfwm-modal__close{position:absolute;right:16px;top:16px;z-index:5;width:40px;height:40px;border:0;border-radius:50%;background:#F3F5F7;color:#101828;font-size:25px;cursor:pointer}.dfwm-modal__close:hover{background:var(--dfwm-blue);color:#fff}.dfwm-modal__intro{padding:40px 34px;background:#F4F7FB;border-radius:18px 0 0 18px}.dfwm-modal__intro h2{font-size:29px}.dfwm-modal__intro>p{font-size:15px;line-height:1.65;color:#667085}.dfwm-selected{margin-top:30px;padding:20px;border:1px solid #D8E4F2;border-radius:12px;background:#fff;display:flex;flex-direction:column;gap:4px}.dfwm-selected small{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:#667085;font-weight:800}.dfwm-selected strong{font-size:18px;color:#101828}.dfwm-selected span{font-size:13px;color:#667085}.dfwm-selected b{font-size:14px;color:var(--dfwm-blue)}
.dfwm-form{padding:40px 40px 42px}.dfwm-form__section{padding-bottom:27px;margin-bottom:26px;border-bottom:1px solid var(--dfwm-line)}.dfwm-form__section h3{font-size:17px;font-weight:800;color:#101828;margin:0 0 17px}.dfwm-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}.dfwm-form label{display:flex;flex-direction:column;gap:7px}.dfwm-form label>span{font-size:12px;font-weight:800;color:#344054}.dfwm-form input,.dfwm-form select,.dfwm-form textarea{width:100%;border:1px solid #D0D5DD;border-radius:8px;background:#fff;padding:12px 13px;color:#101828;font-family:inherit;font-size:14px;outline:none}.dfwm-form input:focus,.dfwm-form select:focus,.dfwm-form textarea:focus{border-color:var(--dfwm-blue);box-shadow:0 0 0 3px rgba(15,102,210,.08)}.dfwm-form__full{margin-top:17px}.dfwm-consent{flex-direction:row!important;align-items:flex-start!important;gap:10px!important;margin:0 0 18px}.dfwm-consent input{width:auto;margin-top:3px}.dfwm-consent span{font-weight:500!important;line-height:1.5!important;color:#667085!important}.dfwm-form__status{min-height:0;margin-bottom:12px;font-size:13px;font-weight:700}.dfwm-form__status.is-error{color:#B42318}.dfwm-form__status.is-success{color:#067647;padding:13px 15px;background:#ECFDF3;border-radius:8px}.dfwm-submit{width:100%}.dfwm-submit[disabled]{opacity:.55;cursor:wait}.dfwm-hp{position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;opacity:0!important}
.dfwm-kvk-control{display:flex;gap:8px;align-items:stretch}.dfwm-kvk-control input{min-width:0;flex:1}.dfwm-kvk-control button{flex:0 0 auto;border:1px solid var(--dfwm-blue);border-radius:8px;background:var(--dfwm-blue);color:#fff;padding:10px 14px;font:inherit;font-size:13px;font-weight:800;cursor:pointer}.dfwm-kvk-control button:hover{background:#0B57B7;border-color:#0B57B7;color:#fff}.dfwm-kvk-control button[disabled]{opacity:.55;cursor:wait}.dfwm-form small[data-dfwm-kvk-status]{display:block;min-height:16px;color:#667085;font-size:11px}.dfwm-form small.is-success{color:#067647}.dfwm-form small.is-error{color:#B42318}
.dfwm-subscription-note{max-width:1200px;margin:26px auto 0;display:flex;justify-content:center;align-items:center;gap:8px;padding:16px 18px;border:1px solid #E4EAF1;border-radius:10px;background:#F7F9FC;color:#475467;font-size:13px;line-height:1.6;text-align:center}.dfwm-subscription-note strong{color:#0F66D2;flex:0 0 auto}.dfwm-subscription-note span{display:block}
.dfwm-company-autocomplete{position:relative;display:block}.dfwm-company-results{display:none;position:absolute;z-index:30;top:calc(100% + 5px);left:0;right:0;max-height:230px;overflow:auto;background:#fff;border:1px solid #D0D5DD;border-radius:9px;box-shadow:0 12px 30px rgba(16,24,40,.14)}.dfwm-company-results.is-open{display:block}.dfwm-company-option{display:flex!important;width:100%!important;flex-direction:column!important;align-items:flex-start!important;gap:3px!important;padding:10px 12px!important;border:0!important;border-bottom:1px solid #EAECF0!important;border-radius:0!important;background:#fff!important;color:#101828!important;text-align:left!important;cursor:pointer}.dfwm-company-option:last-child{border-bottom:0}.dfwm-company-option:hover{background:#F2F7FD!important}.dfwm-company-option strong{font-size:13px}.dfwm-company-option small{font-size:11px;color:#667085}.dfwm-company-message{display:block;padding:12px 13px;color:#667085;font-size:12px}body.dfwm-modal-open{overflow:hidden}
@media(max-width:1100px){.dfwm-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:800px){.dfwm-grid{grid-template-columns:1fr}.dfwm-modal__dialog{grid-template-columns:1fr}.dfwm-modal__intro{border-radius:18px 18px 0 0;padding:30px}.dfwm-selected{margin-top:20px}}@media(max-width:600px){.dfwm-section{padding:52px 0}.dfwm-head h2,.dfwm-modal__intro h2{font-size:28px}.dfwm-card{padding:27px 23px}.dfwm-price strong{font-size:47px}.dfwm-actions{grid-template-columns:1fr}.dfwm-modal{padding:10px;align-items:flex-end}.dfwm-modal__dialog{max-height:calc(100vh - 20px);border-radius:16px}.dfwm-modal__intro{padding:26px 22px}.dfwm-form{padding:28px 22px 30px}.dfwm-form__grid{grid-template-columns:1fr}}


/* v1.0.2 force DIGIFRESH button styles against theme overrides */
.dfwm-root .dfwm-actions .dfwm-info,.dfwm-root .dfwm-form .dfwm-info,.dfwm-root .dfwm-modal .dfwm-info{background:#FFFFFF!important;border:1px solid #101828!important;color:#101828!important;border-radius:8px!important;box-shadow:none!important;text-transform:none!important}
.dfwm-root .dfwm-actions .dfwm-info:hover,.dfwm-root .dfwm-form .dfwm-info:hover,.dfwm-root .dfwm-modal .dfwm-info:hover{background:#101828!important;border-color:#101828!important;color:#FFFFFF!important}
.dfwm-root .dfwm-actions .dfwm-order,.dfwm-root .dfwm-form .dfwm-submit,.dfwm-root .dfwm-modal .dfwm-order{background:#0F66D2!important;border:1px solid #0F66D2!important;color:#FFFFFF!important;border-radius:8px!important;box-shadow:none!important;text-transform:none!important}
.dfwm-root .dfwm-actions .dfwm-order:hover,.dfwm-root .dfwm-form .dfwm-submit:hover,.dfwm-root .dfwm-modal .dfwm-order:hover{background:#0B57B7!important;border-color:#0B57B7!important;color:#FFFFFF!important}
.dfwm-root .dfwm-form .dfwm-submit{width:100%!important}
.dfwm-root .dfwm-modal__close{border:1px solid #F97099!important;color:#F97099!important;background:#FFFFFF!important}
.dfwm-root .dfwm-modal__close:hover{background:#FFF1F3!important;color:#F97099!important;border-color:#F97099!important}
