/* WFARHALI ORDER EXPERIENCE 10.0 — Conversion First */
:root{--wf10-purple:#5f23cf;--wf10-purple-dark:#40108f;--wf10-purple-soft:#f5f0ff;--wf10-ink:#1d1630;--wf10-muted:#6f687c;--wf10-line:#e9e4f1;--wf10-bg:#f8f7fb;--wf10-card:#fff;--wf10-success:#14885a;--wf10-danger:#bf3548;--wf10-shadow:0 14px 40px rgba(43,20,77,.07)}
body.wf-order-shell-page{background:var(--wf10-bg)!important;color:var(--wf10-ink);font-family:Inter,Arial,sans-serif}
body.wf-order-shell-page main{min-height:calc(100vh - 72px)}
body.wf-order-shell-page .wf-whatsapp-float{bottom:88px}

/* focused order header */
.wf10-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.97);border-bottom:1px solid var(--wf10-line);backdrop-filter:blur(16px)}
.wf10-header-inner{width:min(1180px,calc(100% - 40px));height:72px;margin:auto;display:flex;align-items:center;gap:28px}
.wf10-brand{display:inline-flex;align-items:center;flex:0 0 auto}.wf10-brand img{display:block;width:158px;height:auto}
.wf10-header-nav{display:flex;align-items:center;justify-content:flex-end;gap:28px;margin-left:auto}.wf10-header-nav a{color:#51475f;font-size:14px;font-weight:700;text-decoration:none}.wf10-header-nav a:hover{color:var(--wf10-purple)}
.wf10-header-actions{display:flex;align-items:center;gap:10px}.wf10-account-link{height:42px;display:inline-flex;align-items:center;gap:8px;padding:0 14px;border:1px solid #ddd5eb;border-radius:12px;background:#fff;color:#352b43;font-size:13px;font-weight:800;text-decoration:none}.wf10-account-link:hover{border-color:#c9b7ec;color:var(--wf10-purple)}.wf10-account-link svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8}
.wf10-menu-toggle{display:none;width:44px;height:44px;border:1px solid #ddd5eb;border-radius:12px;background:#fff;padding:10px;cursor:pointer}.wf10-menu-toggle span{display:block;height:2px;background:#4c3c5e;border-radius:10px;margin:4px 0}
.wf10-mobile-menu{display:none;padding:10px 20px 16px;border-top:1px solid var(--wf10-line);background:#fff}.wf10-mobile-menu a{display:flex;align-items:center;min-height:46px;border-bottom:1px solid #f0ecf4;color:#342a41;font-size:14px;font-weight:700;text-decoration:none}
.wf10-flashes{width:min(1180px,calc(100% - 40px));margin:14px auto 0}

/* page */
.wf-order10{padding:34px 0 96px}.wf10-shell{width:min(1180px,calc(100% - 40px));margin:auto}
.wf10-success-banner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;margin-bottom:18px;padding:14px 16px;border:1px solid #ccebdd;border-radius:16px;background:#f2fbf7;color:#285845}.wf10-success-banner p{margin:3px 0 0;color:#5e786c;font-size:13px}.wf10-success-banner a{color:#176e4d;font-size:13px;font-weight:800}
.wf10-icon{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:11px;background:var(--wf10-purple-soft);color:var(--wf10-purple)}.wf10-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.wf10-icon-success{background:#e4f8ee;color:var(--wf10-success)}
.wf10-hero{display:flex;align-items:flex-start;gap:16px;padding:10px 2px 24px}.wf10-hero-icon{width:56px;height:56px;display:grid;place-items:center;border-radius:16px;background:linear-gradient(180deg,#f4edff,#fff);border:1px solid #e9defb;color:var(--wf10-purple);flex:0 0 auto}.wf10-hero-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.wf10-hero h1{margin:0;color:#171126;font-size:34px;line-height:1.12;letter-spacing:-1px}.wf10-hero p{max-width:730px;margin:8px 0 0;color:var(--wf10-muted);font-size:15px;line-height:1.65}

/* progress */
.wf10-steps{display:grid;grid-template-columns:1fr 72px 1fr 72px 1fr;align-items:center;margin-bottom:24px;padding:16px 18px;border:1px solid var(--wf10-line);border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(47,22,86,.035)}.wf10-steps button{display:flex;align-items:center;gap:11px;border:0;background:transparent;text-align:left;cursor:pointer;color:#61576d;padding:0}.wf10-steps button>span{width:34px;height:34px;display:grid;place-items:center;border:1px solid #ded6e9;border-radius:50%;background:#fff;color:#71687c;font-weight:800}.wf10-steps button b{display:block;color:#30263d;font-size:13px}.wf10-steps button small{display:block;margin-top:2px;color:#8a8292;font-size:11px}.wf10-steps button.is-active>span{border-color:var(--wf10-purple);background:var(--wf10-purple);color:#fff;box-shadow:0 7px 18px rgba(95,35,207,.18)}.wf10-steps button.is-active b{color:var(--wf10-purple)}.wf10-steps>i{height:1px;background:#ddd6e8}

.wf10-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px;align-items:start}.wf10-form{display:grid;gap:18px;min-width:0}.wf10-card{border:1px solid var(--wf10-line);border-radius:20px;background:#fff;box-shadow:0 10px 30px rgba(43,20,77,.035);padding:22px}.wf10-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.wf10-kicker{display:block;margin-bottom:5px;color:var(--wf10-purple);font-size:11px;font-weight:800;letter-spacing:.08em}.wf10-section-head h2{margin:0;color:#21172e;font-size:20px;line-height:1.25}.wf10-section-head p{margin:6px 0 0;color:var(--wf10-muted);font-size:13px;line-height:1.55}.wf10-count{flex:0 0 auto;padding:7px 10px;border-radius:999px;background:var(--wf10-purple-soft);color:var(--wf10-purple);font-size:12px;font-weight:800}

/* products */
.wf10-items{display:grid;gap:14px}.wf10-item{padding:18px;border:1px solid #e8e2ef;border-radius:18px;background:#fff;transition:border-color .2s,box-shadow .2s}.wf10-item:focus-within{border-color:#c8b6ec;box-shadow:0 0 0 4px rgba(95,35,207,.06)}.wf10-item-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.wf10-item-title{display:flex;align-items:center;gap:10px}.wf10-item-title>span{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:var(--wf10-purple-soft);color:var(--wf10-purple);font-size:12px;font-weight:850}.wf10-item-title b{display:block;color:#2f243c;font-size:14px}.wf10-item-title small{display:block;margin-top:2px;color:#8a8292;font-size:11px}.wf10-remove{width:38px;height:38px;display:grid;place-items:center;border:1px solid #eee7f2;border-radius:10px;background:#fff;color:#8b8094;cursor:pointer}.wf10-remove:hover{border-color:#f0cbd1;background:#fff8f9;color:var(--wf10-danger)}.wf10-remove svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.wf10-preview{display:grid!important;grid-template-columns:62px 1fr;gap:12px;align-items:center;margin-bottom:14px;padding:10px;border-radius:13px;background:#faf8fd}.wf10-preview[hidden]{display:none!important}.wf10-preview img{width:62px;height:62px;object-fit:cover;border-radius:10px;background:#f0edf4}.wf10-preview span{display:block;color:#8b8195;font-size:10px;font-weight:700;text-transform:uppercase}.wf10-preview b{display:block;margin-top:4px;color:#34293f;font-size:13px;line-height:1.35}
.wf10-field{display:grid;gap:7px;min-width:0}.wf10-field>span{color:#4e4359;font-size:12px;font-weight:750}.wf10-field>small{color:#92899b;font-size:11px;line-height:1.45}.wf10-input-icon{height:46px;display:grid;grid-template-columns:20px 1fr;align-items:center;gap:9px;padding:0 12px;border:1px solid #ddd6e6;border-radius:12px;background:#fff}.wf10-input-icon:focus-within{border-color:#a785e3;box-shadow:0 0 0 3px rgba(95,35,207,.07)}.wf10-input-icon svg,.wf10-select-wrap svg{width:19px;height:19px;fill:none;stroke:#785da8;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.wf10-input-icon input{width:100%;min-width:0;border:0!important;outline:0;background:transparent!important;padding:0!important;color:#2e2538;font:500 14px Inter,Arial,sans-serif;box-shadow:none!important}
.wf10-item-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(150px,.55fr);gap:14px;margin-top:14px}.wf10-price-row{display:grid;grid-template-columns:minmax(0,1fr) 120px;gap:8px}.wf10-price-row input,.wf10-price-row select,.wf10-select-wrap select,.wf-profile-picker-fields select{width:100%;height:46px;border:1px solid #ddd6e6;border-radius:12px;background:#fff;color:#2f2638;padding:0 12px;font:600 14px Inter,Arial,sans-serif;outline:0}.wf10-price-row input:focus,.wf10-price-row select:focus,.wf10-select-wrap select:focus,.wf-profile-picker-fields select:focus{border-color:#a785e3;box-shadow:0 0 0 3px rgba(95,35,207,.07)}.wf10-conversion{min-height:18px;color:#756c81!important;font-weight:600}.wf10-conversion.is-ready{color:var(--wf10-success)!important}.wf10-conversion.is-warning{color:#9b6b17!important}
.wf10-quantity{height:46px;display:grid;grid-template-columns:42px 1fr 42px;border:1px solid #ddd6e6;border-radius:12px;overflow:hidden;background:#fff}.wf10-quantity button{border:0;background:#faf9fc;color:#5e5369;cursor:pointer}.wf10-quantity button:hover{background:#f3edff;color:var(--wf10-purple)}.wf10-quantity button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.wf10-quantity input{min-width:0;width:100%;border:0;border-left:1px solid #eee9f2;border-right:1px solid #eee9f2;text-align:center;font:750 14px Inter,Arial,sans-serif;outline:0;background:#fff}
.wf10-advanced{margin-top:14px;border-top:1px solid #f0ecf4;padding-top:12px}.wf10-advanced summary{display:grid;grid-template-columns:auto 1fr 20px;align-items:center;gap:8px;list-style:none;color:#5e5369;cursor:pointer}.wf10-advanced summary::-webkit-details-marker{display:none}.wf10-advanced summary>span{font-size:12px;font-weight:800}.wf10-advanced summary>small{color:#938a9b;font-size:11px}.wf10-advanced summary svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;transition:transform .2s}.wf10-advanced[open] summary svg{transform:rotate(180deg)}.wf10-advanced .wf-profile-picker{margin-top:12px;padding:14px;border-radius:14px;background:#faf8fd;border:1px solid #eee8f4}.wf-profile-picker-head{display:flex;justify-content:space-between;gap:12px}.wf-profile-picker-head b{display:block;font-size:13px}.wf-profile-picker-head small{display:block;margin-top:3px;color:#8c8296;font-size:11px}.wf-profile-picker-head em{font-style:normal;color:var(--wf10-purple);font-size:11px;font-weight:750}.wf-profile-picker-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.wf-profile-picker-hint{margin:8px 0 0;color:#8c8296;font-size:10.5px}
.wf10-error{margin:10px 0 0;padding:9px 11px;border-radius:10px;background:#fff2f4;color:#a22d3c;font-size:12px}.wf10-line-total{display:flex!important;align-items:center;gap:10px;margin-top:14px;padding:12px 13px!important;border-radius:12px!important;border:1px solid #eee8f5!important;background:#fbf9fe!important}.wf10-line-total>span{color:#5f556b;font-size:12px}.wf10-line-total>strong{margin-left:auto;color:var(--wf10-purple);font-size:15px}.wf10-line-total>small{display:none}
.wf10-product-actions{display:flex;gap:10px;margin-top:14px}.wf10-add,.wf10-bulk{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 14px;border-radius:12px;font:750 13px Inter,Arial,sans-serif;cursor:pointer}.wf10-add{flex:1;border:1px dashed #a98be1;background:#fbf9ff;color:var(--wf10-purple)}.wf10-bulk{border:1px solid #e2dbea;background:#fff;color:#5d5268}.wf10-add svg,.wf10-bulk svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round}.wf10-limit{display:block;margin-top:8px;color:#958b9f;font-size:10.5px;text-align:center}

/* delivery */
.wf10-wilaya-field{max-width:460px}.wf10-select-wrap{height:46px;display:grid;grid-template-columns:20px 1fr;align-items:center;gap:8px;padding-left:12px;border:1px solid #ddd6e6;border-radius:12px;background:#fff}.wf10-select-wrap:focus-within{border-color:#a785e3;box-shadow:0 0 0 3px rgba(95,35,207,.07)}.wf10-select-wrap select{height:44px;border:0;box-shadow:none!important;padding-left:0}

/* estimate + confirmation */
.wf10-estimate-head{display:flex;gap:11px;align-items:center}.wf10-estimate-head b{display:block;color:#342940;font-size:14px}.wf10-estimate-head small{display:block;margin-top:2px;color:#83798d;font-size:11px}.wf10-estimate-products{display:grid;gap:8px}.wf-estimate-item{display:grid;grid-template-columns:48px 1fr auto;gap:10px;align-items:center;margin-top:12px;padding:9px 0;border-top:1px solid #f0ecf4}.wf-estimate-item img{width:48px;height:48px;border-radius:9px;object-fit:cover}.wf-estimate-item span,.wf-estimate-item small{display:block;color:#8b8294;font-size:10px}.wf-estimate-item b{display:block;color:#3d3248;font-size:12px}.wf-estimate-item strong{color:var(--wf10-purple);font-size:13px}.wf10-estimate-note{margin:12px 0 0;padding:11px 12px;border-radius:11px;background:#f7f3ff;color:#655974;font-size:12px}.wf10-secondary-action{margin-top:12px;min-height:42px;padding:0 14px;border:1px solid #d8cbea;border-radius:11px;background:#fff;color:var(--wf10-purple);font-weight:800;cursor:pointer}
.wf10-confirm-trust{display:flex;gap:10px;align-items:flex-start;margin-top:14px;padding:13px;border-radius:13px;background:#f7f3ff}.wf10-confirm-trust svg{width:22px;height:22px;fill:none;stroke:var(--wf10-purple);stroke-width:1.8;flex:0 0 auto}.wf10-confirm-trust b{display:block;color:#463654;font-size:12.5px}.wf10-confirm-trust small{display:block;margin-top:3px;color:#7d7288;font-size:11px;line-height:1.45}.wf10-submit{width:100%;min-height:50px;margin-top:14px;display:flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:13px;background:linear-gradient(135deg,#6a28dc,#4812a1);color:#fff;font:800 14px Inter,Arial,sans-serif;cursor:pointer;box-shadow:0 13px 28px rgba(82,25,177,.19)}.wf10-submit:hover{transform:translateY(-1px)}.wf10-submit svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}

/* sidebar */
.wf10-sidebar{display:grid;gap:14px;position:sticky;top:92px}.wf10-summary-card{padding:20px;border:1px solid var(--wf10-line);border-radius:20px;background:#fff;box-shadow:var(--wf10-shadow)}.wf10-summary-card>header{display:flex;align-items:center;gap:10px;padding-bottom:16px;border-bottom:1px solid #eee9f3}.wf10-summary-card>header b{display:block;color:#30263c;font-size:16px}.wf10-summary-card>header small{display:block;margin-top:2px;color:#8c8295;font-size:11px}.wf10-summary-lines{display:grid;gap:12px;padding:17px 0}.wf10-summary-lines>div{display:flex;justify-content:space-between;gap:14px;color:#655b70;font-size:12px}.wf10-summary-lines b{color:#3a3045;font-size:12px}.wf10-summary-total{display:flex;justify-content:space-between;gap:15px;align-items:flex-end;padding:15px 0;border-top:1px solid #eee9f3}.wf10-summary-total span{display:block;color:#332840;font-size:14px;font-weight:850}.wf10-summary-total small{display:block;margin-top:3px;color:#8d8496;font-size:10.5px}.wf10-summary-total strong{color:var(--wf10-purple);font-size:22px;white-space:nowrap}.wf10-price-promise{display:flex;gap:9px;align-items:flex-start;margin:6px 0 14px;padding:12px;border-radius:13px;background:#f7f3ff}.wf10-price-promise svg{width:21px;height:21px;fill:none;stroke:var(--wf10-purple);stroke-width:1.8;flex:0 0 auto}.wf10-price-promise b{display:block;color:#4b385b;font-size:11.5px}.wf10-price-promise small{display:block;margin-top:3px;color:#776a83;font-size:10.5px;line-height:1.45}.wf10-primary{width:100%;min-height:49px;border:0;border-radius:13px;background:linear-gradient(135deg,#6d2cdf,#46119d);color:#fff;font:850 14px Inter,Arial,sans-serif;cursor:pointer;box-shadow:0 13px 28px rgba(82,25,177,.18)}.wf10-primary:disabled{opacity:.62;cursor:wait}.wf10-summary-caption{margin:10px 0 0;color:#8b8195;font-size:10.5px;line-height:1.45;text-align:center}.wf10-trust-list{display:grid;gap:1px;overflow:hidden;border:1px solid var(--wf10-line);border-radius:18px;background:#ece7f1}.wf10-trust-list>div{display:grid;grid-template-columns:30px 1fr;gap:10px;align-items:start;padding:13px 14px;background:#fff}.wf10-trust-list svg{width:21px;height:21px;fill:none;stroke:#6d34c9;stroke-width:1.7}.wf10-trust-list b{display:block;color:#4a4053;font-size:11.5px}.wf10-trust-list small{display:block;margin-top:2px;color:#8c8394;font-size:10.5px;line-height:1.4}

/* options generated by JS */
.wf-order10 .wf-variant-card{margin-top:12px;padding:14px!important;border:1px solid #e9e3ef!important;border-radius:15px!important;background:#fff!important}.wf-order10 .wf-variant-card-head{display:grid;grid-template-columns:52px 1fr;gap:10px;align-items:center}.wf-order10 .wf-variant-card-head img{width:52px;height:52px;object-fit:cover;border-radius:9px}.wf-order10 .wf-variant-card-head span{color:#8a8193;font-size:10px}.wf-order10 .wf-variant-card-head b{display:block;margin-top:2px;color:#3c3147;font-size:12px}.wf-order10 .wf-auto-options{margin-top:12px}.wf-order10 .wf-auto-option{min-height:38px;font-size:11px}.wf-order10 .wf-auto-note summary{font-size:12px}

/* dialogs */
.wf10-dialog,.wf-register-dialog{width:min(600px,calc(100vw - 28px));max-height:88vh;border:0;border-radius:22px;padding:0;background:#fff;box-shadow:0 30px 90px rgba(38,16,62,.28)}.wf10-dialog::backdrop,.wf-register-dialog::backdrop{background:rgba(27,16,39,.55)}.wf-register-shell{padding:24px;max-height:88vh;overflow:auto}.wf-register-top{display:flex;justify-content:space-between;gap:15px;align-items:flex-start}.wf-register-top h2{margin:0;color:#2f233c;font-size:22px}.wf-register-top p{margin:6px 0 0;color:#7f7489;font-size:13px;line-height:1.5}.wf10-dialog-close{width:40px;height:40px;display:grid;place-items:center;border:1px solid #ece6f1;border-radius:11px;background:#fff;color:#756a80;cursor:pointer}.wf10-dialog-close svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round}.wf-register-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}.wf-register-grid .full{grid-column:1/-1}.wf-register-grid label{display:grid;gap:6px;color:#4f4459;font-size:12px;font-weight:750}.wf-register-grid input{height:46px;border:1px solid #ded7e7;border-radius:12px;padding:0 12px;font:500 14px Inter,Arial,sans-serif}.wf-register-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.wf-register-secondary,.wf-register-primary{min-height:44px;padding:0 16px;border-radius:12px;font:800 13px Inter,Arial,sans-serif;cursor:pointer}.wf-register-secondary{border:1px solid #ded7e7;background:#fff;color:#5f5568}.wf-register-primary{border:0;background:var(--wf10-purple);color:#fff}.wf-register-error,.wf-register-success{display:none;margin-top:12px;padding:10px 12px;border-radius:10px;font-size:12px}.wf-register-error{background:#fff1f3;color:#a32e3d}.wf-register-success{background:#effaf5;color:#16724f}.wf10-bulk-dialog{padding:24px}.wf10-dialog-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:var(--wf10-purple-soft);color:var(--wf10-purple)}.wf10-dialog-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round}.wf10-bulk-dialog h2{margin:14px 0 6px;color:#30243c;font-size:21px}.wf10-bulk-dialog p{margin:0;color:#7d7387;font-size:13px}.wf10-bulk-dialog textarea{width:100%;margin-top:14px;min-height:180px;border:1px solid #ded7e7;border-radius:13px;padding:12px;resize:vertical;font:500 13px Inter,Arial,sans-serif}.wf10-dialog-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:13px}.wf-multi-dialog-cancel,.wf-multi-dialog-confirm{min-height:43px;padding:0 15px;border-radius:11px;font:800 12px Inter,Arial,sans-serif;cursor:pointer}.wf-multi-dialog-cancel{border:1px solid #ded7e7;background:#fff;color:#5f5568}.wf-multi-dialog-confirm{border:0;background:var(--wf10-purple);color:#fff}

/* mobile sticky action */
.wf10-mobile-bar{display:none}

/* remove legacy quote decorations from the current page */
.wf-order10 .wf-multi-hero-note,.wf-order10 .wf-multi-bottom-assurance,.wf-order10 .wf-multi-tool-row,.wf-order10 .wf-multi-safe,.wf-order10 .wf-summary-preview,.wf-order10 .wf-multi-delivery-card{display:none!important}

@media(max-width:980px){
  .wf10-header-inner{width:min(100% - 28px,1180px);height:66px}.wf10-brand img{width:142px}.wf10-header-nav{display:none}.wf10-account-link{display:none}.wf10-menu-toggle{display:block;margin-left:auto}.wf10-mobile-menu.is-open{display:grid}.wf10-mobile-menu[hidden].is-open{display:grid!important}
  .wf-order10{padding-top:24px}.wf10-shell{width:min(100% - 28px,1180px)}.wf10-layout{grid-template-columns:1fr}.wf10-sidebar{position:static;order:2}.wf10-summary-card{box-shadow:none}.wf10-trust-list{display:none}.wf10-steps{grid-template-columns:1fr 42px 1fr 42px 1fr}.wf10-steps button small{display:none}
  .wf10-sidebar{margin-bottom:72px}.wf10-mobile-bar{position:fixed;left:0;right:0;bottom:0;z-index:950;display:grid;grid-template-columns:1fr auto;align-items:center;gap:14px;padding:10px max(14px,env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(14px,env(safe-area-inset-left));border-top:1px solid #e7e1ee;background:rgba(255,255,255,.98);box-shadow:0 -12px 34px rgba(45,18,76,.1);backdrop-filter:blur(14px)}.wf10-mobile-bar small{display:block;color:#8a8193;font-size:10px}.wf10-mobile-bar strong{display:block;margin-top:2px;color:var(--wf10-purple);font-size:17px}.wf10-mobile-bar button{min-width:138px;height:46px;border:0;border-radius:12px;background:linear-gradient(135deg,#6a28dc,#47119f);color:#fff;font-weight:850}
}
@media(max-width:680px){
  body.wf-order-shell-page .wf-whatsapp-float{display:none!important}.wf-order10{padding:18px 0 90px}.wf10-shell{width:calc(100% - 20px)}.wf10-hero{gap:12px;padding-bottom:18px}.wf10-hero-icon{width:48px;height:48px;border-radius:14px}.wf10-hero-icon svg{width:24px;height:24px}.wf10-hero h1{font-size:27px;letter-spacing:-.7px}.wf10-hero p{font-size:13px;line-height:1.55}.wf10-steps{grid-template-columns:1fr 24px 1fr 24px 1fr;padding:12px 10px;border-radius:15px}.wf10-steps button{gap:6px;justify-content:center;text-align:center;flex-direction:column}.wf10-steps button>span{width:30px;height:30px}.wf10-steps button b{font-size:10.5px}.wf10-card{padding:16px;border-radius:17px}.wf10-section-head{margin-bottom:14px}.wf10-section-head h2{font-size:17px}.wf10-section-head p{font-size:12px}.wf10-count{font-size:10px;padding:6px 8px}.wf10-item{padding:14px;border-radius:15px}.wf10-item-grid{grid-template-columns:1fr}.wf10-price-row{grid-template-columns:minmax(0,1fr) 112px}.wf10-product-actions{display:grid;grid-template-columns:1fr}.wf10-add,.wf10-bulk{width:100%}.wf-profile-picker-fields{grid-template-columns:1fr}.wf10-sidebar{margin-bottom:0}.wf10-summary-card{padding:16px}.wf10-summary-total strong{font-size:20px}.wf-register-grid{grid-template-columns:1fr}.wf-register-grid .full{grid-column:auto}.wf-register-actions{flex-direction:column-reverse}.wf-register-secondary,.wf-register-primary{width:100%}.wf10-dialog-actions{flex-direction:column-reverse}.wf-multi-dialog-cancel,.wf-multi-dialog-confirm{width:100%}
}
@media(max-width:420px){.wf10-brand img{width:132px}.wf10-header-inner{width:calc(100% - 20px)}.wf10-menu-toggle{width:42px;height:42px}.wf10-hero{align-items:flex-start}.wf10-hero-icon{width:44px;height:44px}.wf10-hero h1{font-size:24px}.wf10-price-row{grid-template-columns:1fr 104px}.wf10-mobile-bar button{min-width:124px}.wf10-summary-lines>div{font-size:11.5px}}

/* Pricing 10.1 — category + clean three-line customer breakdown */
.wf10-pricing-category{display:grid;gap:7px;margin-top:14px;padding:14px;border:1px solid #ece5f5;border-radius:14px;background:#fcfaff}
.wf10-pricing-category>span{color:#4b3d5a;font-size:13px;font-weight:800}
.wf10-pricing-category select{width:100%;height:46px;border:1px solid #ddd6e6;border-radius:12px;background:#fff;color:#2f2638;padding:0 12px;font:600 14px Inter,Arial,sans-serif;outline:0}
.wf10-pricing-category select:focus{border-color:#a785e3;box-shadow:0 0 0 3px rgba(95,35,207,.07)}
.wf10-pricing-category small{color:#7a7087;font-size:11px;line-height:1.5}
.wf10-summary-lines>div{min-height:39px}
