.rgf{--bg:#f6f7f8;--card:#fff;--ink:#17191d;--muted:#6c727c;--line:#e3e6ea;--accent:#e79a24;--dark:#20242a;font-family:inherit;color:var(--ink);direction:rtl}.rgf *{box-sizing:border-box}.rgf-shell{max-width:1050px;margin:40px auto;background:var(--card);border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 18px 55px rgba(0,0,0,.07)}.rgf-hero{padding:38px 42px 26px;background:linear-gradient(135deg,#191c21,#2b3037);color:#fff}.rgf-eyebrow{display:inline-flex;border:1px solid rgba(255,255,255,.18);padding:7px 12px;border-radius:999px;font-size:13px;margin-bottom:13px}.rgf-hero h2{font-size:32px;line-height:1.5;margin:0 0 8px;color:#fff}.rgf-hero p{margin:0;color:#d5d8dc;font-size:15px}.rgf-progress{display:flex;align-items:center;justify-content:center;padding:23px 30px;border-bottom:1px solid var(--line);background:#fff}.rgf-progress span{width:34px;height:34px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;color:#9aa0a8;background:#fff;font-weight:700}.rgf-progress span.active{background:var(--dark);border-color:var(--dark);color:#fff}.rgf-progress span.current{box-shadow:0 0 0 5px rgba(231,154,36,.18)}.rgf-progress i{width:75px;height:1px;background:var(--line)}.rgf-stage{display:none;padding:32px 42px 40px}.rgf-stage.active{display:block}.rgf-stage-head small{color:var(--accent);font-weight:800}.rgf-stage-head h3{font-size:25px;margin:5px 0 6px}.rgf-stage-head p{color:var(--muted);margin:0 0 23px}.rgf-use-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:24px}.rgf-use{appearance:none;border:1px solid var(--line);background:#fff;border-radius:16px;min-height:118px;padding:18px 10px;cursor:pointer;font:inherit;transition:.2s;color:var(--ink)}.rgf-use:hover{transform:translateY(-2px);border-color:#c5c9cf;box-shadow:0 8px 25px rgba(0,0,0,.06)}.rgf-use.selected{border:2px solid var(--accent);background:#fffaf1}.rgf-use b{display:block;font-size:28px;margin-bottom:9px}.rgf-use span{font-weight:700}.rgf-actions{display:flex;gap:10px;justify-content:space-between;margin-top:28px}.rgf-actions.one{justify-content:flex-end}.rgf-actions button,.rgf-products-btn,.rgf-contact-btn{border:0;border-radius:12px;padding:13px 22px;font:inherit;font-weight:800;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.rgf-next,.rgf-calculate,.rgf-products-btn{background:var(--dark);color:#fff!important}.rgf-next:disabled{background:#d9dde2!important;color:#858c94!important;box-shadow:none!important;opacity:1;cursor:not-allowed}.rgf-back{background:#eef0f2;color:var(--ink)}.rgf-load-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.rgf-load{border:1px solid var(--line);border-radius:14px;padding:13px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff}.rgf-load-name strong{display:block;font-size:14px}.rgf-load-name small{color:var(--muted);font-size:11px}.rgf-stepper{display:flex;align-items:center;border:1px solid var(--line);border-radius:10px;overflow:hidden;flex:0 0 auto}.rgf-stepper button{width:36px;height:36px;border:0;background:#f3f4f5;cursor:pointer;font-size:20px}.rgf-stepper input{width:40px;height:36px;border:0;text-align:center;font:inherit;font-weight:700;outline:0;padding:0}.rgf-stepper input::-webkit-outer-spin-button,.rgf-stepper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.rgf-custom{margin-top:18px;padding:17px;border-radius:14px;background:#f7f8f9;border:1px dashed #cfd4da}.rgf-custom h4{margin:0 0 12px}.rgf-custom-row{display:grid;grid-template-columns:2fr 1fr .7fr auto;gap:8px;align-items:end}.rgf-custom-row label{font-size:11px;color:var(--muted)}.rgf-custom-row input{display:block;width:100%;height:42px;margin-top:5px;border:1px solid var(--line);border-radius:9px;padding:0 10px;font:inherit;background:#fff}.rgf-custom-row button{height:42px;border:0;border-radius:9px;padding:0 15px;background:var(--dark);color:#fff;font:inherit;font-weight:700;cursor:pointer}#rgf-custom-items{display:flex;gap:7px;flex-wrap:wrap;margin-top:10px}.rgf-custom-pill{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--line);padding:6px 10px;border-radius:999px;font-size:12px}.rgf-custom-pill button{border:0;background:transparent;cursor:pointer;font-size:17px}.rgf-live-total{display:flex;justify-content:space-between;align-items:center;margin-top:16px;padding:14px 17px;background:#fff8eb;border-radius:12px;border:1px solid #f4d7a8}.rgf-live-total strong{font-size:19px}.rgf-question{margin-top:22px}.rgf-question h4{margin:0 0 10px}.rgf-choice-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.rgf-choice-row label{position:relative}.rgf-choice-row input{position:absolute;opacity:0}.rgf-choice-row span{min-height:58px;border:1px solid var(--line);border-radius:12px;padding:12px;display:flex;align-items:center;justify-content:center;text-align:center;cursor:pointer}.rgf-choice-row input:checked+span{border:2px solid var(--accent);background:#fff9ef}.rgf-duty span{min-height:88px;flex-direction:column;gap:4px}.rgf-duty small{color:var(--muted)}.rgf-result{max-width:760px;margin:auto}.rgf-result-top{text-align:center;padding:22px 10px 28px}.rgf-result-top>span{color:var(--accent);font-weight:800}.rgf-result-top h3{font-size:25px;margin:4px 0 10px}.rgf-kva{direction:ltr;display:flex;justify-content:center;align-items:flex-end;gap:8px}.rgf-kva strong{font-size:76px;line-height:1;font-weight:900}.rgf-kva em{font-style:normal;font-size:22px;color:var(--muted);padding-bottom:8px}.rgf-result-top p{color:var(--muted)}.rgf-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.rgf-metrics div{border:1px solid var(--line);border-radius:12px;padding:13px;text-align:center}.rgf-metrics span{display:block;font-size:11px;color:var(--muted);margin-bottom:4px}.rgf-metrics strong{font-size:15px}.rgf-gauge{margin:20px 0;padding:17px;background:#f7f8f9;border-radius:12px}.rgf-gauge-label{display:flex;justify-content:space-between;margin-bottom:8px;font-size:13px}.rgf-gauge-track{height:10px;background:#e1e4e8;border-radius:10px;overflow:hidden}.rgf-gauge-track i{display:block;height:100%;width:0;background:var(--accent);border-radius:10px;transition:.5s}.rgf-recommendation{padding:20px;border-radius:16px;background:#20242a;color:#fff}.rgf-recommendation h4{color:#fff;margin:0 0 5px}.rgf-recommendation p{color:#d5d8dc;margin:0 0 15px}.rgf-products-btn{background:var(--accent)!important;color:#17191d!important;margin-left:7px}.rgf-contact-btn{border:1px solid rgba(255,255,255,.22);color:#fff!important}.rgf-disclaimer{font-size:11px;color:var(--muted);line-height:1.9;margin:16px 0}.rgf-restart{display:block;margin:10px auto 0;border:0;background:transparent;text-decoration:underline;cursor:pointer;font:inherit;color:var(--muted)}@media(max-width:780px){.rgf-shell{margin:18px 0;border-radius:18px}.rgf-hero,.rgf-stage{padding-right:20px;padding-left:20px}.rgf-hero h2{font-size:25px}.rgf-use-grid{grid-template-columns:repeat(2,1fr)}.rgf-load-list{grid-template-columns:1fr}.rgf-custom-row{grid-template-columns:1fr 1fr}.rgf-custom-row label:first-child{grid-column:1/-1}.rgf-custom-row button{grid-column:1/-1}.rgf-choice-row{grid-template-columns:1fr}.rgf-metrics{grid-template-columns:1fr 1fr}.rgf-kva strong{font-size:62px}.rgf-actions button{flex:1}}
