:root{--srpb-bg:#09060d;--srpb-panel:#120d19;--srpb-card:#fff;--srpb-ink:#17121e;--srpb-muted:#70687a;--srpb-line:#e7e2eb;--srpb-signal:#7a4cff;--srpb-signal2:#a98cff;--srpb-success:#247a55;--srpb-danger:#a83e54}
body.sr-project-brief-page{background:var(--srpb-bg);color:#fff;font-family:"Zain",system-ui,sans-serif}
#sales-rail-app{min-height:100vh}
.srpb-app{min-height:100vh;background:radial-gradient(circle at 18% 12%,rgba(122,76,255,.12),transparent 28%),linear-gradient(180deg,#09060d 0%,#0c0811 100%);direction:rtl}
.srpb-topbar{position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(255,255,255,.08);background:rgba(9,6,13,.88);backdrop-filter:blur(18px)}
.srpb-topbar-inner{max-width:1240px;margin:auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.srpb-brand{display:flex;align-items:center;gap:12px;color:#fff;text-decoration:none}.srpb-brand img{width:104px;height:auto;display:block}.srpb-brand small{font-size:12px;color:rgba(255,255,255,.42);border-right:1px solid rgba(255,255,255,.12);padding-right:12px}
.srpb-save-state{font-size:12px;color:rgba(255,255,255,.48);display:flex;align-items:center;gap:8px}.srpb-save-dot{width:7px;height:7px;border-radius:999px;background:#6e6577}.srpb-save-state.is-saving .srpb-save-dot{background:var(--srpb-signal);animation:srpbPulse 1s infinite}.srpb-save-state.is-saved .srpb-save-dot{background:#49ba82}.srpb-save-state.is-error .srpb-save-dot{background:#ef6a7e}@keyframes srpbPulse{50%{opacity:.35}}
.srpb-shell{max-width:1240px;margin:auto;padding:44px 24px 72px}.srpb-intro{max-width:820px;margin-bottom:26px}.srpb-kicker{font-size:12px;color:var(--srpb-signal2);letter-spacing:.08em}.srpb-title{font-size:clamp(2rem,4vw,3.7rem);line-height:1.05;margin:10px 0 14px;font-weight:700}.srpb-subtitle{max-width:720px;color:rgba(255,255,255,.58);font-size:18px;line-height:1.8;font-weight:300}
.srpb-scope{margin-top:24px;display:flex;flex-wrap:wrap;gap:8px}.srpb-chip{border:1px solid rgba(255,255,255,.11);background:rgba(255,255,255,.045);padding:8px 11px;border-radius:999px;font-size:13px;color:rgba(255,255,255,.72)}.srpb-chip.signal{border-color:rgba(122,76,255,.35);background:rgba(122,76,255,.12);color:#d7cbff}
.srpb-grid{display:grid;grid-template-columns:260px minmax(0,1fr);gap:24px;align-items:start}.srpb-side{position:sticky;top:84px;border:1px solid rgba(255,255,255,.08);border-radius:22px;padding:18px;background:rgba(255,255,255,.025)}
.srpb-step-list{display:grid;gap:5px}.srpb-step-link{appearance:none;border:0;background:transparent;color:rgba(255,255,255,.4);text-align:right;width:100%;padding:11px 12px;border-radius:12px;font:inherit;display:flex;align-items:center;gap:10px;cursor:pointer}.srpb-step-link .num{width:26px;height:26px;border-radius:8px;border:1px solid rgba(255,255,255,.1);display:grid;place-items:center;font-size:11px}.srpb-step-link.is-active{background:rgba(122,76,255,.12);color:#fff}.srpb-step-link.is-active .num{background:var(--srpb-signal);border-color:var(--srpb-signal);color:#fff}.srpb-step-link.is-done{color:rgba(255,255,255,.68)}
.srpb-progress{height:4px;background:rgba(255,255,255,.08);border-radius:999px;overflow:hidden;margin:16px 0 10px}.srpb-progress>i{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--srpb-signal),#b99cff);transition:width .35s ease}.srpb-side-note{font-size:12px;color:rgba(255,255,255,.38);line-height:1.7}
.srpb-paper{background:var(--srpb-card);color:var(--srpb-ink);border-radius:26px;overflow:hidden;box-shadow:0 24px 80px rgba(0,0,0,.28)}.srpb-paper-head{padding:30px 34px 22px;border-bottom:1px solid var(--srpb-line)}.srpb-paper-head small{color:var(--srpb-signal);font-weight:700}.srpb-paper-head h2{font-size:29px;margin:7px 0 7px}.srpb-paper-head p{color:var(--srpb-muted);font-size:15px;line-height:1.75;margin:0;max-width:760px}.srpb-paper-body{padding:28px 34px 34px}
.srpb-callout{border:1px solid #e0d8ff;background:#f8f5ff;border-radius:16px;padding:16px 18px;margin-bottom:22px}.srpb-callout strong{display:block;color:#4b2b9c;margin-bottom:4px}.srpb-callout p{margin:0;color:#645c70;line-height:1.7}
.srpb-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 16px}.srpb-field{min-width:0}.srpb-field.full{grid-column:1/-1}.srpb-field label,.srpb-label{display:block;font-size:14px;font-weight:700;margin-bottom:7px}.srpb-help{font-size:12px;color:#857d8b;line-height:1.6;margin-top:6px}.srpb-req{color:#9c4cff;margin-right:3px}
.srpb-input,.srpb-textarea,.srpb-select{width:100%;box-sizing:border-box;border:1px solid #ddd6e2;border-radius:12px;background:#fff;color:#1a1420;padding:12px 13px;font:inherit;font-size:15px;outline:none;transition:border .15s,box-shadow .15s}.srpb-input:focus,.srpb-textarea:focus,.srpb-select:focus{border-color:#9a77ff;box-shadow:0 0 0 3px rgba(122,76,255,.09)}.srpb-textarea{min-height:104px;resize:vertical}.srpb-input[dir=ltr],.srpb-textarea[dir=ltr]{text-align:left}
.srpb-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.srpb-option{display:flex;gap:9px;align-items:flex-start;border:1px solid #e2dce6;border-radius:12px;padding:11px 12px;cursor:pointer;background:#fff}.srpb-option:hover{border-color:#c8b8f5}.srpb-option input{margin-top:4px;accent-color:var(--srpb-signal)}.srpb-option span{line-height:1.45}.srpb-option small{display:block;color:#857d8b;font-size:11px;margin-top:2px}
.srpb-section{padding:22px 0;border-top:1px solid #eee9f0}.srpb-section:first-child{padding-top:0;border-top:0}.srpb-section-title{display:flex;align-items:flex-start;gap:12px;margin-bottom:18px}.srpb-section-icon{width:36px;height:36px;border-radius:11px;background:#f2edff;color:#673bea;display:grid;place-items:center;font-weight:800;flex:0 0 auto}.srpb-section-title h3{font-size:21px;margin:0}.srpb-section-title p{margin:3px 0 0;color:#81798a;font-size:13px;line-height:1.55}
.srpb-actions{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:20px 34px;border-top:1px solid var(--srpb-line);background:#fbfafc}.srpb-actions-group{display:flex;gap:9px;flex-wrap:wrap}.srpb-btn{appearance:none;border:0;border-radius:999px;padding:11px 18px;font:inherit;font-weight:700;cursor:pointer;transition:transform .15s,opacity .15s}.srpb-btn:hover{transform:translateY(-1px)}.srpb-btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.srpb-btn.primary{background:#17121e;color:#fff}.srpb-btn.signal{background:var(--srpb-signal);color:#fff}.srpb-btn.ghost{background:#f0edf3;color:#433b49}.srpb-btn.link{background:transparent;color:#7251cf;padding-inline:8px}
.srpb-toast{position:fixed;left:24px;bottom:24px;z-index:100;background:#17121e;color:#fff;border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:12px 15px;box-shadow:0 16px 40px rgba(0,0,0,.28);max-width:360px}.srpb-toast.error{background:#5d1e2c}.srpb-toast.success{background:#174c37}
.srpb-upload{border:1.5px dashed #cfc4d7;border-radius:17px;padding:22px;text-align:center;background:#fcfbfd}.srpb-upload input[type=file]{max-width:100%}.srpb-upload p{color:#776e7f;font-size:13px;margin:7px 0}.srpb-file-list{display:grid;gap:8px;margin-top:16px}.srpb-file{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #e5e0e8;border-radius:12px;padding:10px 12px}.srpb-file strong{font-size:13px}.srpb-file small{color:#8a828f}.srpb-file button{border:0;background:#f5edef;color:#a13b50;border-radius:8px;padding:6px 9px;cursor:pointer}
.srpb-review-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.srpb-review-card{border:1px solid #e5dfe8;border-radius:15px;padding:16px}.srpb-review-card h4{margin:0 0 10px}.srpb-review-row{padding:8px 0;border-top:1px solid #f0ecf1}.srpb-review-row:first-of-type{border-top:0}.srpb-review-row span{display:block;color:#8a828f;font-size:11px}.srpb-review-row b{font-weight:500;line-height:1.55;white-space:pre-wrap}
.srpb-success{padding:70px 34px;text-align:center}.srpb-success-mark{width:58px;height:58px;border-radius:18px;background:#e7f6ee;color:#287953;margin:auto;display:grid;place-items:center;font-size:26px;font-weight:800}.srpb-success h2{font-size:32px;margin:18px 0 10px}.srpb-success p{color:#716978;max-width:620px;margin:0 auto;line-height:1.8}
.srpb-empty{max-width:760px;margin:12vh auto 0;text-align:center;padding:40px 24px}.srpb-empty h1{font-size:38px;margin:18px 0 10px}.srpb-empty p{color:rgba(255,255,255,.55);line-height:1.8}.srpb-empty a{color:#c5b3ff}
.srpb-footer{max-width:1240px;margin:0 auto;padding:0 24px 34px;display:flex;justify-content:space-between;gap:16px;color:rgba(255,255,255,.3);font-size:12px}.srpb-footer a{color:rgba(255,255,255,.48);text-decoration:none}
@media(max-width:900px){.srpb-grid{grid-template-columns:1fr}.srpb-side{position:static;display:none}.srpb-shell{padding-top:28px}.srpb-fields,.srpb-options,.srpb-review-grid{grid-template-columns:1fr}.srpb-paper-head,.srpb-paper-body{padding-inline:22px}.srpb-actions{padding-inline:22px}.srpb-title{font-size:2.25rem}.srpb-topbar-inner{padding-inline:18px}.srpb-brand small{display:none}}
@media(max-width:560px){.srpb-shell{padding-inline:12px}.srpb-paper{border-radius:20px}.srpb-actions{align-items:stretch;flex-direction:column-reverse}.srpb-actions-group{width:100%}.srpb-btn{flex:1}.srpb-topbar-inner{padding:11px 14px}.srpb-brand img{width:90px}.srpb-subtitle{font-size:16px}.srpb-footer{flex-direction:column;padding-inline:16px}}

/* v5.3.11 — question-by-question onboarding */
.srpb-top-actions{display:flex;align-items:center;gap:14px}.srpb-save-later{appearance:none;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.045);color:rgba(255,255,255,.78);border-radius:999px;padding:8px 13px;font:inherit;font-size:12px;font-weight:700;cursor:pointer;transition:border-color .15s,background .15s,color .15s}.srpb-save-later:hover{border-color:rgba(169,140,255,.45);background:rgba(122,76,255,.12);color:#fff}
.srpb-step-link:disabled{cursor:default;opacity:.35}.srpb-step-link:disabled:hover{background:transparent}.srpb-side-stats{display:grid;gap:3px;padding:0 2px 12px;color:rgba(255,255,255,.43);font-size:11px}.srpb-side-stats strong{font-size:21px;line-height:1;color:#fff;margin-bottom:4px}.srpb-side-stats span{display:block}
.srpb-question-paper{min-height:520px}.srpb-question-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:12px}.srpb-question-meta span{display:inline-flex;border:1px solid #e5dff0;background:#faf8fd;color:#72697a;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:600}.srpb-question-meta span:first-child{border-color:#ded2ff;background:#f4efff;color:#6740c7}.srpb-question-progress{height:5px;background:#eeeaf1;border-radius:999px;overflow:hidden;margin:0 0 20px}.srpb-question-progress i{display:block;height:100%;background:linear-gradient(90deg,#7a4cff,#ae91ff);border-radius:inherit;transition:width .3s ease}.srpb-question-paper .srpb-paper-head h2{font-size:clamp(23px,2.5vw,32px);max-width:780px}.srpb-single-question{min-height:240px;display:flex;flex-direction:column;justify-content:center}.srpb-single-question>.srpb-field{width:min(100%,760px);margin-inline:auto}.srpb-single-question .srpb-field label,.srpb-single-question .srpb-label{font-size:18px;line-height:1.5;margin-bottom:11px}.srpb-single-question .srpb-input,.srpb-single-question .srpb-textarea,.srpb-single-question .srpb-select{font-size:17px;padding:14px 15px;border-radius:14px}.srpb-single-question .srpb-textarea{min-height:140px}.srpb-single-question .srpb-options{gap:10px}.srpb-single-question .srpb-option{padding:14px 15px;border-radius:14px;font-size:15px}.srpb-single-question .srpb-help{font-size:13px;margin-top:9px}.srpb-optional-note{width:min(100%,760px);margin:14px auto 0;color:#8a828f;font-size:12px;border-top:1px dashed #e5dfe8;padding-top:11px}.srpb-question-paper .srpb-callout{width:min(100%,760px);box-sizing:border-box;margin:14px auto 0}.srpb-question-paper .srpb-actions{margin-top:auto}
@media(max-width:900px){.srpb-top-actions{gap:8px}.srpb-save-later{padding:7px 10px}.srpb-question-paper{min-height:auto}.srpb-question-meta{margin-bottom:10px}.srpb-single-question{min-height:210px}.srpb-question-paper .srpb-paper-head h2{font-size:25px}}
@media(max-width:560px){.srpb-save-state span{display:none}.srpb-top-actions{margin-right:auto}.srpb-save-later{font-size:11px;padding:7px 9px}.srpb-question-meta span:nth-child(3){display:none}.srpb-single-question{min-height:180px}.srpb-single-question .srpb-field label,.srpb-single-question .srpb-label{font-size:17px}.srpb-single-question .srpb-input,.srpb-single-question .srpb-textarea,.srpb-single-question .srpb-select{font-size:16px}}
.srpb-single-question>.srpb-field>label:first-child,.srpb-single-question>.srpb-field>.srpb-label:first-child{display:none}

/* v5.3.12 — stable question stage + editable answer history */
.srpb-journey{margin:0 0 18px;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:14px 16px;background:rgba(255,255,255,.025)}
.srpb-journey .srpb-step-list{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:7px}
.srpb-journey .srpb-step-link{justify-content:center;text-align:center;padding:9px 8px;white-space:nowrap}
.srpb-journey .srpb-step-link .num{width:24px;height:24px;border-radius:7px}
.srpb-journey-bottom{display:flex;align-items:center;gap:16px;margin-top:10px}
.srpb-journey-bottom .srpb-progress{flex:1;margin:0}
.srpb-journey-bottom .srpb-side-stats{display:flex;align-items:center;gap:10px;padding:0;white-space:nowrap}
.srpb-journey-bottom .srpb-side-stats strong{font-size:15px;margin:0;color:#fff}
.srpb-form-stage{max-width:980px;margin-inline:auto}
.srpb-question-paper{min-height:500px}
.srpb-question-paper .srpb-paper-body{animation:srpbQuestionIn .18s ease both}
@keyframes srpbQuestionIn{from{opacity:.3;transform:translateY(5px)}to{opacity:1;transform:none}}
.srpb-history-trigger{appearance:none;border:1px solid #ddd3f6;background:#f8f5ff;color:#6740c7;border-radius:999px;padding:5px 9px;font:inherit;font-size:11px;font-weight:700;cursor:pointer}
.srpb-btn.return{background:#f4efff;color:#6740c7}
.srpb-history-backdrop{position:fixed;inset:0;z-index:120;background:rgba(8,5,12,.58);backdrop-filter:blur(7px);display:flex;justify-content:flex-start;padding:18px}
.srpb-history{width:min(520px,calc(100vw - 36px));height:calc(100vh - 36px);background:#fff;color:#17121e;border-radius:22px;overflow:hidden;box-shadow:0 30px 100px rgba(0,0,0,.38);display:flex;flex-direction:column;direction:rtl}
.srpb-history-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 22px;border-bottom:1px solid #ece7ef}
.srpb-history-head small{color:#7a4cff;font-weight:700}.srpb-history-head h3{margin:3px 0 0;font-size:22px}.srpb-history-head button{border:0;background:#f2eff4;width:34px;height:34px;border-radius:10px;font-size:24px;line-height:1;cursor:pointer;color:#514858}
.srpb-history-body{padding:18px 20px 26px;overflow:auto}
.srpb-history-group{margin-bottom:22px}.srpb-history-group h4{margin:0 0 9px;color:#756b7d;font-size:13px}
.srpb-history-item{width:100%;appearance:none;border:1px solid #e8e2eb;background:#fff;border-radius:12px;padding:11px 12px;margin:0 0 8px;display:flex;justify-content:space-between;align-items:center;gap:16px;text-align:right;font:inherit;cursor:pointer}.srpb-history-item:hover{border-color:#cbbcf4;background:#fbf9ff}.srpb-history-item span{min-width:0}.srpb-history-item b{display:block;font-size:13px;margin-bottom:3px}.srpb-history-item small{display:block;color:#81788a;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:350px}.srpb-history-item em{font-style:normal;color:#6f49ce;font-size:12px;font-weight:700;flex:0 0 auto}
.srpb-history-empty{padding:30px 12px;text-align:center;color:#81788a}
.srpb-review-grid{grid-template-columns:1fr}.srpb-review-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:6px}.srpb-review-card-head h4{margin:0}.srpb-review-card-head button,.srpb-review-row button{appearance:none;border:0;background:transparent;color:#7251cf;font:inherit;font-size:11px;font-weight:700;cursor:pointer;padding:4px 0}.srpb-review-row{display:grid;grid-template-columns:minmax(150px,.7fr) minmax(0,1.6fr) auto;gap:12px;align-items:start}.srpb-review-row span{font-size:12px}.srpb-review-row b{font-size:13px}.srpb-review-paper .srpb-paper-body{padding-top:22px}
@media(max-width:900px){.srpb-journey .srpb-step-list{grid-template-columns:repeat(3,minmax(0,1fr))}.srpb-journey-bottom{align-items:flex-start;flex-direction:column}.srpb-journey-bottom .srpb-progress{width:100%}.srpb-journey-bottom .srpb-side-stats{white-space:normal;flex-wrap:wrap}.srpb-form-stage{max-width:none}.srpb-history-backdrop{padding:10px}.srpb-history{width:min(520px,calc(100vw - 20px));height:calc(100vh - 20px)}}
@media(max-width:560px){.srpb-journey{padding:10px}.srpb-journey .srpb-step-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px}.srpb-journey .srpb-step-link{padding:8px 6px;font-size:12px}.srpb-journey-bottom .srpb-side-stats span:last-child{display:none}.srpb-review-row{grid-template-columns:1fr auto}.srpb-review-row span{grid-column:1/-1}.srpb-review-row b{grid-column:1}.srpb-review-row button{grid-column:2}.srpb-history-item small{max-width:230px}}

/* v5.3.13 — grouped brief screens: faster completion without sacrificing context */
.srpb-group-paper{min-height:0}
.srpb-group-paper .srpb-paper-head h2{margin-bottom:5px}
.srpb-question-group{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 16px;min-height:0;align-items:start}
.srpb-question-group>.srpb-field{width:auto;margin:0;min-width:0}
.srpb-question-group>.srpb-field.full,.srpb-question-group>.srpb-optional-note.full{grid-column:1/-1}
.srpb-question-group .srpb-field label,.srpb-question-group .srpb-label{display:block;font-size:15px;line-height:1.5;margin-bottom:8px}
.srpb-question-group .srpb-input,.srpb-question-group .srpb-textarea,.srpb-question-group .srpb-select{font-size:15px;padding:12px 13px;border-radius:12px}
.srpb-question-group .srpb-textarea{min-height:105px}
.srpb-question-group .srpb-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.srpb-question-group .srpb-option{padding:11px 12px;font-size:14px}
.srpb-question-group .srpb-callout{grid-column:1/-1;width:auto;margin:0}
.srpb-group-paper .srpb-paper-body{padding-top:24px;padding-bottom:28px}
.srpb-group-paper .srpb-optional-note{margin:2px 0 0;width:auto}
@media(max-width:760px){.srpb-question-group{grid-template-columns:1fr}.srpb-question-group>.srpb-field.full,.srpb-question-group>.srpb-optional-note.full{grid-column:1}.srpb-question-group .srpb-options{grid-template-columns:1fr}.srpb-question-meta span:nth-child(3){display:inline-flex}}

/* v5.3.14 authenticated Client Portal */
.srpb-login-wrap{min-height:100vh;display:grid;place-items:center;padding:48px 20px;background:radial-gradient(circle at 75% 18%,rgba(120,90,255,.18),transparent 30%),#0b0b0f}
.srpb-login-brand{position:absolute;top:28px;right:32px;display:flex;align-items:center;gap:14px;color:rgba(255,255,255,.65);font-size:12px;letter-spacing:.14em}
.srpb-login-brand img{width:112px;height:auto}
.srpb-login-card{width:min(520px,100%);background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.1);border-radius:28px;padding:34px;backdrop-filter:blur(18px)}
.srpb-login-card h1{font-size:clamp(32px,5vw,48px);line-height:1.05;margin:10px 0 12px}
.srpb-login-card>p{color:rgba(255,255,255,.68);font-size:17px;line-height:1.8}
.srpb-project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:28px 0 70px}
.srpb-project-card{display:flex;flex-direction:column;justify-content:space-between;min-height:260px;padding:26px;border:1px solid rgba(255,255,255,.1);border-radius:24px;background:rgba(255,255,255,.045);color:#fff;text-decoration:none;transition:.25s ease}
.srpb-project-card:hover{transform:translateY(-3px);border-color:rgba(126,92,255,.5);background:rgba(255,255,255,.065)}
.srpb-project-card h3{font-size:28px;margin:16px 0 6px}.srpb-project-card p{color:rgba(255,255,255,.58);margin:0}
.srpb-project-progress{margin:28px 0 18px;display:grid;grid-template-columns:auto 1fr;gap:5px 14px;align-items:center}.srpb-project-progress strong{font-size:25px}.srpb-project-progress span{color:rgba(255,255,255,.58)}
.srpb-project-progress i{grid-column:1/-1;height:6px;border-radius:99px;background:rgba(255,255,255,.08);overflow:hidden}.srpb-project-progress b{display:block;height:100%;background:linear-gradient(90deg,#6c4cff,#9f87ff);border-radius:inherit}
.srpb-project-link{color:#a992ff;font-weight:700}.srpb-save-state{min-width:220px}
@media(max-width:760px){.srpb-project-grid{grid-template-columns:1fr}.srpb-login-brand{right:20px;top:20px}.srpb-login-card{padding:24px;border-radius:22px}.srpb-top-actions .srpb-save-state{display:none}}

/* v5.3.15 — refined discovery brief + 7-day post-submit editing */
.srpb-journey .srpb-step-list{grid-template-columns:repeat(var(--srpb-step-count,7),minmax(0,1fr))}
.srpb-edit-window{margin-top:22px;padding:15px 17px;border:1px solid rgba(103,205,154,.26);border-radius:16px;background:rgba(52,155,104,.1);display:grid;gap:3px;color:#d7f3e4}
.srpb-edit-window strong{font-size:14px}.srpb-edit-window span{font-size:13px;color:rgba(226,247,236,.7);line-height:1.65}
.srpb-edit-meta{display:block;margin-top:9px;color:#9ad9b8;font-size:12px}
.srpb-help-before{margin:0 0 10px}
.srpb-repeater,.srpb-color-list,.srpb-context-upload{border:1px solid #e7e0ea;border-radius:17px;padding:16px;background:#fcfbfd}
.srpb-repeater-list{display:grid;gap:12px}.srpb-repeat-card{border:1px solid #e6e0e9;border-radius:14px;padding:14px;background:#fff}.srpb-repeat-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.srpb-repeat-head strong{font-size:13px;color:#5e5565}.srpb-repeat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.srpb-mini-field.full{grid-column:1/-1}.srpb-mini-field label{font-size:12px;font-weight:700;margin-bottom:6px;display:block}.srpb-mini-field .srpb-textarea{min-height:88px}
.srpb-add-row{appearance:none;border:1px dashed #cdbdf6;background:#faf8ff;color:#6842c8;border-radius:12px;padding:9px 12px;font:inherit;font-weight:700;cursor:pointer;margin-top:11px}.srpb-add-row:hover{background:#f4efff}.srpb-mini-danger{appearance:none;border:0;background:#fff1f3;color:#a83e54;border-radius:999px;padding:5px 9px;font:inherit;font-size:11px;font-weight:700;cursor:pointer}
.srpb-color-items{display:grid;gap:9px}.srpb-color-row{display:grid;grid-template-columns:52px 140px minmax(0,1fr) 34px;gap:8px;align-items:center}.srpb-color-row input[type=color]{width:52px;height:44px;border:1px solid #ddd6e2;border-radius:11px;padding:3px;background:#fff}.srpb-color-row>button{width:34px;height:34px;border:0;border-radius:10px;background:#f4eff6;color:#756b7d;font-size:20px;cursor:pointer}
.srpb-context-upload{display:block}.srpb-upload-button{display:inline-flex!important;align-items:center;justify-content:center;width:auto!important;border:1px solid #d3c5f6!important;background:#f7f3ff!important;color:#6740c7!important;padding:9px 13px!important;border-radius:999px!important;cursor:pointer!important;font-weight:700!important}.srpb-upload-button input{display:none}.srpb-inline-files{display:grid;gap:7px;margin-top:12px}.srpb-file{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid #e8e2eb;border-radius:11px;padding:9px 11px;background:#fff}.srpb-file strong{display:block;font-size:12px}.srpb-file small{display:block;color:#857d8b;font-size:11px;margin-top:2px}.srpb-file button{border:0;background:transparent;color:#a83e54;font:inherit;font-size:11px;font-weight:700;cursor:pointer}.srpb-extra-upload-row{display:flex;gap:9px;align-items:center}.srpb-extra-upload-row .srpb-select{max-width:330px}
.srpb-multi-dropdown{border:1px solid #ddd6e2;border-radius:12px;background:#fff;overflow:visible}.srpb-multi-dropdown summary{list-style:none;cursor:pointer;padding:12px 13px;font-size:15px;color:#1a1420}.srpb-multi-dropdown summary::-webkit-details-marker{display:none}.srpb-multi-dropdown[open]{box-shadow:0 0 0 3px rgba(122,76,255,.07);border-color:#9a77ff}.srpb-multi-menu{padding:10px;border-top:1px solid #ece7ef;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.srpb-multi-menu .srpb-option{margin:0}
.srpb-confirm{margin-top:20px}.srpb-review-row b{white-space:normal;line-height:1.7}
.srpb-section+.srpb-section{margin-top:6px}.srpb-section-title p{max-width:780px}
@media(max-width:980px){.srpb-journey .srpb-step-list{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.srpb-repeat-grid{grid-template-columns:1fr}.srpb-mini-field.full{grid-column:1}.srpb-color-row{grid-template-columns:48px minmax(0,1fr) 34px}.srpb-color-row input[data-color-prop="label"]{grid-column:1/-1}.srpb-extra-upload-row{align-items:stretch;flex-direction:column}.srpb-extra-upload-row .srpb-select{max-width:none}.srpb-multi-menu{grid-template-columns:1fr}}
@media(max-width:560px){.srpb-journey .srpb-step-list{grid-template-columns:repeat(2,minmax(0,1fr))}.srpb-repeater,.srpb-color-list,.srpb-context-upload{padding:12px}.srpb-repeat-card{padding:11px}.srpb-color-row{grid-template-columns:44px minmax(0,1fr) 30px}.srpb-color-row input[type=color]{width:44px}}
/* v5.3.15 QA: allow long Arabic stage names to wrap safely without horizontal overflow. */
.srpb-journey .srpb-step-link{white-space:normal;line-height:1.25;min-width:0}
.srpb-journey .srpb-step-link>span:last-child{min-width:0;overflow-wrap:anywhere}
