@import "https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800;900&family=Baloo+Bhaijaan+2:wght@400;500;600;700;800&display=swap";:root{--navy:#0f2e59;--blue:#2a5f8d;--blue-mid:#7ea4c1;--blue-pale:#bbc9d6;--off-white:#f1f0ec;--navy-dark:#091e3a;--accent:#d49c53;--blue-light:#e8f0f7;--text:#0f2e59;--text-soft:#3a5472;--line:#0f2e591f;--surface:#fff;--shadow-sm:0 2px 12px #0f2e5914;--shadow-md:0 8px 40px #0f2e591f;--shadow-lg:0 24px 64px #0f2e5929;--radius-sm:8px;--radius-md:14px;--radius-lg:22px;--font-ar:"Cairo", sans-serif;--font-en:"Baloo Bhaijaan 2", sans-serif}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-ar);color:var(--text);background:var(--off-white);-webkit-font-smoothing:antialiased;margin:0}#root{min-height:100vh}.app-shell{flex-direction:column;min-height:100vh;display:flex}img,svg{max-width:100%;display:block}button,input,textarea{font:inherit;cursor:pointer}a{color:inherit;text-decoration:none}.container{width:min(1160px,100%);margin-inline:auto;padding-inline:1.5rem}.navbar{z-index:100;background:var(--off-white);border-bottom:1px solid var(--line);position:sticky;top:0}.navbar-inner{justify-content:center;align-items:center;height:72px;display:flex}.navbar-logo{flex-shrink:0;line-height:0}.navbar-logo img{mix-blend-mode:multiply;width:auto;height:46px;display:block}@media (width<=600px){.navbar-inner{height:64px}.navbar-logo img{height:40px}}.footer{background:var(--navy-dark);color:#ffffff8c;border-top:1px solid #ffffff14;margin-top:auto}.footer-bottom{padding:1rem 0;font-size:.82rem}.footer-bottom-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer-domain{font-family:var(--font-en);color:#fff6;letter-spacing:.04em;font-weight:600}@media (width<=480px){.footer-bottom-inner{text-align:center;flex-direction:column}}.home{flex-direction:column;flex:1;display:flex}.hero{background:var(--off-white);flex:1;position:relative;overflow:hidden}.hero-bg{pointer-events:none;background-color:var(--off-white);background-image:url(/hero-bg.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}@media (-webkit-device-pixel-ratio>=2),(resolution>=192dpi){.hero-bg{background-image:url(/hero-bg@2x.jpg)}}.hero--fold{justify-content:center;align-items:center;min-height:calc(100vh - 124px);display:flex}.hero-content{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:1rem;max-width:680px;margin-inline:auto;padding:2.5rem 1.5rem;display:flex;position:relative}.hero-badge{background:var(--navy);color:var(--off-white);border-radius:999px;max-width:100%;padding:.45rem 1.1rem;font-size:clamp(.72rem,2.4vw,.8rem);font-weight:700;line-height:1.5;display:inline-block}.hero-headline{color:var(--accent);max-width:100%;margin:0;font-size:clamp(1.25rem,4.2vw,2.25rem);font-weight:900;line-height:1.4}.hero-sub{color:var(--text-soft);max-width:42ch;margin:0;font-size:clamp(.92rem,2.6vw,1rem);line-height:1.65}.hero-values{flex-wrap:wrap;justify-content:center;gap:.6rem;margin:.25rem 0 0;padding:0;list-style:none;display:flex}.hero-values li{border:1.5px solid var(--blue);color:var(--navy);background:#fff;border-radius:999px;padding:.35rem .95rem;font-size:.88rem;font-weight:700}.hero-license{color:var(--text-soft);opacity:.7;margin:0;font-size:.82rem}.license-no{font-family:var(--font-en);color:var(--navy);font-weight:700}.hero-cta{background:var(--navy);color:#fff;border-radius:var(--radius-sm);justify-content:center;align-items:center;margin-top:.35rem;padding:.65rem 1.6rem;font-size:.95rem;font-weight:700;transition:background .2s,transform .15s;display:inline-flex}.hero-cta:hover{background:var(--blue);transform:translateY(-1px)}@media (width<=600px){.hero--fold{min-height:calc(100vh - 136px)}.hero-content{gap:.85rem;padding:2rem 1.25rem}.hero-badge{padding:.4rem .85rem}.hero-cta{width:min(100%,280px)}}.app{flex-direction:column;align-items:center;min-height:100vh;padding:1.5rem 1rem 3rem;display:flex}.shell{flex-direction:column;gap:1rem;width:min(680px,100%);display:flex}.brand{text-align:center;background:linear-gradient(180deg, #fffdf9f2, #fffdf9e0), var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:1rem 1.25rem;animation:.55s both rise}.brand-logo{width:min(100%,420px);height:auto;margin:0 auto;display:block}.progress{align-items:center;gap:.65rem;padding:0 .25rem;animation:.55s 50ms both rise;display:flex}.progress-track{background:#1c35541a;border-radius:999px;flex:1;height:6px;overflow:hidden}.progress-fill{border-radius:inherit;background:linear-gradient(90deg, var(--navy), var(--accent));height:100%;transition:width .4s}.progress-label{color:var(--ink-soft);white-space:nowrap;font-size:.8rem;font-weight:600}.panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);animation:.45s both rise;overflow:hidden}.panel-header{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-soft) 100%);color:#fff;font-family:var(--font-display);padding:.9rem 1.25rem;font-size:1.05rem;font-weight:700}.panel-header.accent{background:linear-gradient(135deg, var(--accent-deep) 0%, var(--accent) 100%)}.panel-body{flex-direction:column;gap:1.15rem;padding:1.25rem;display:flex}.notice{white-space:pre-line;color:var(--ink);background:var(--accent-soft);border-right:4px solid var(--accent);border-radius:14px;padding:1rem 1.1rem;font-size:.98rem;line-height:1.85}.notice strong,.phone-highlight{color:var(--navy);direction:ltr;unicode-bidi:embed;font-weight:700;display:inline-block}.conditions{gap:.75rem;display:grid}.condition{border:1px solid var(--line);background:#1c35540a;border-radius:14px;padding:.85rem 1rem}.condition h3{font-family:var(--font-display);color:var(--navy);margin:0 0 .35rem;font-size:.95rem}.condition p{color:var(--ink-soft);margin:0;font-size:.92rem;line-height:1.7}.field{flex-direction:column;gap:.55rem;display:flex}.field-label{font-family:var(--font-display);color:var(--ink);font-size:1rem;font-weight:700}.field-label .req{color:var(--danger);margin-inline-start:.2rem}.input,.textarea{border:1.5px solid var(--line);width:100%;color:var(--ink);background:#fff;border-radius:12px;padding:.85rem 1rem;transition:border-color .2s,box-shadow .2s}.input{text-align:right;letter-spacing:.04em;direction:ltr;font-size:1.05rem}.textarea{resize:vertical;min-height:110px;line-height:1.7}.input:focus,.textarea:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #b86a2f2e}.input.error{border-color:var(--danger)}.error-text{color:var(--danger);margin:0;font-size:.85rem}.choice-list{flex-direction:column;gap:.65rem;display:flex}.choice{border:1.5px solid var(--line);text-align:right;width:100%;color:inherit;background:#fff;border-radius:14px;align-items:flex-start;gap:.75rem;padding:.95rem 1rem;transition:border-color .2s,background .2s,transform .15s;display:flex}.choice:hover{border-color:#b86a2f73;transform:translateY(-1px)}.choice.selected{border-color:var(--accent);background:var(--accent-soft)}.choice-radio{border:2px solid #1c355459;border-radius:50%;flex-shrink:0;place-items:center;width:1.15rem;height:1.15rem;margin-top:.15rem;transition:border-color .2s;display:grid}.choice.selected .choice-radio{border-color:var(--accent)}.choice-radio:after{content:"";background:0 0;border-radius:50%;width:.55rem;height:.55rem;transition:background .2s}.choice.selected .choice-radio:after{background:var(--accent)}.choice-text{flex:1;font-size:.98rem;font-weight:500;line-height:1.65}.policy{color:var(--ink);flex-direction:column;gap:.55rem;font-size:.95rem;line-height:1.8;display:flex}.policy p{margin:0}.policy .amount{font-family:var(--font-display);color:var(--navy);font-size:1.15rem;font-weight:800}.policy .warn{color:var(--accent-deep);font-weight:600}.policy .alert{color:var(--danger);font-weight:600}.info-box{border:1px solid var(--line);background:#1c35540d;border-radius:14px;padding:1rem 1.1rem;line-height:1.8}.info-box .schedule{font-family:var(--font-display);color:var(--navy);margin-top:.35rem;font-weight:700}.actions{flex-wrap:wrap;justify-content:space-between;gap:.75rem;padding-top:.25rem;display:flex}.btn{font-family:var(--font-display);border:none;border-radius:12px;padding:.85rem 1.4rem;font-size:.98rem;font-weight:700;transition:transform .15s,background .2s,opacity .2s}.btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.btn:not(:disabled):hover{transform:translateY(-1px)}.btn:not(:disabled):active{transform:translateY(0)}.btn-primary{background:linear-gradient(135deg, var(--accent-deep), var(--accent));color:#fff;min-width:120px}.btn-secondary{color:var(--navy);border:1.5px solid var(--line);background:0 0}.btn-secondary:hover:not(:disabled){background:#1c35540a}.email-link{color:var(--navy);border-bottom:2px solid var(--accent);direction:ltr;unicode-bidi:embed;margin-top:.5rem;font-weight:700;text-decoration:none;display:inline-block}.email-link:hover{color:var(--accent-deep)}.success{text-align:center;padding:2rem 1.25rem;animation:.5s both rise}.success-icon{color:#fff;background:linear-gradient(135deg,#1f6b45,#2d8a5c);border-radius:50%;place-items:center;width:64px;height:64px;margin:0 auto 1rem;font-size:1.75rem;animation:.45s .15s both pop;display:grid}.success h2{font-family:var(--font-display);color:var(--navy);margin:0 0 .65rem}.success p{color:var(--ink-soft);margin:0 0 .5rem;line-height:1.8}.summary{text-align:right;border:1px solid var(--line);background:#1c35540a;border-radius:14px;margin-top:1.25rem;padding:1rem}.summary h3{font-family:var(--font-display);color:var(--navy);margin:0 0 .75rem;font-size:1rem}.summary dl{gap:.55rem;margin:0;display:grid}.summary-row{grid-template-columns:auto 1fr;gap:.5rem 1rem;font-size:.92rem;display:grid}.summary-row dt{color:var(--ink-soft);font-weight:500}.summary-row dd{color:var(--ink);margin:0;font-weight:600}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes pop{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}@media (width<=520px){.app{padding:1rem .75rem 2.5rem}.panel-body{padding:1rem}.actions{flex-direction:column-reverse}.btn{width:100%}}.public-form{flex-direction:column;flex:1;justify-content:flex-start;align-items:center;padding:2rem 1rem 3rem;display:flex}:is(.public-form:has(.public-form-message),.public-form:has(.public-form-success)){justify-content:center}.public-form-card{border:1px solid var(--line);border-radius:var(--radius-md);background:#fff;flex-direction:column;gap:1rem;width:min(640px,100%);padding:1.5rem;display:flex}.public-form-card h1{color:var(--navy);margin:0}.public-form-desc{color:var(--text-soft);margin:0;font-size:.95rem;line-height:1.7}.desc-line,.desc-quote{margin:0}.desc-gap{height:.65rem}.desc-quote{border-inline-start:3px solid var(--accent);color:var(--navy);padding:.15rem .75rem;font-weight:700}.desc-rule{border:0;border-top:1px dashed var(--line);margin:.6rem 0}.public-form-error{color:#9b1c1c}.public-field{flex-direction:column;gap:.4rem;font-weight:700;display:flex}.public-field input,.public-field textarea,.public-field select{font:inherit;border:1px solid var(--line);border-radius:var(--radius-sm);padding:.6rem .75rem;font-weight:400}.public-choices{flex-direction:column;gap:.4rem;font-weight:400;display:flex}.public-choice{align-items:center;gap:.45rem;font-weight:500;display:flex}.public-form-card button{background:var(--navy);color:#fff;border-radius:var(--radius-sm);border:0;padding:.7rem 1.15rem;font-weight:700}.public-progress{align-items:center;gap:.75rem;display:flex}.public-progress-track{background:#0f2e591a;border-radius:999px;flex:1;height:6px;overflow:hidden}.public-progress-fill{border-radius:inherit;background:linear-gradient(90deg, var(--navy), var(--accent));height:100%;transition:width .35s}.public-progress span{color:var(--text-soft);white-space:nowrap;font-size:.8rem;font-weight:700}.public-step-title{color:var(--navy);margin:0;font-size:1.05rem}.public-nav{justify-content:space-between;align-items:center;gap:.75rem;margin-top:.35rem;display:flex}.public-nav-back{color:var(--navy)!important;border:1px solid var(--line)!important;background:#fff!important}.public-form-message,.public-form-success{text-align:center;flex:none;justify-content:center;align-items:center;width:min(640px,100%);min-height:220px}.public-form-message p,.public-form-success p{color:var(--text-soft);margin:0}.public-form-success button{align-self:center;margin-top:.5rem}.dash{min-height:100vh;color:var(--navy);font-family:var(--font-ar);background:#f4f5f7}.dash-boot{color:var(--text-soft);place-items:center;display:grid}.dash-top{background:#fff;border-bottom:1px solid #e6e8ec;justify-content:space-between;align-items:center;height:64px;padding:0 28px;display:flex}.dash-brand{color:var(--navy);align-items:center;gap:10px;font-size:.95rem;font-weight:700;display:flex}.dash-brand img{mix-blend-mode:multiply;width:auto;height:32px}.dash-top-links{align-items:center;gap:18px;display:flex}.dash-top-links a,.dash-top-links button{color:var(--text-soft);font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-size:.88rem;font-weight:600}.dash-top-links a:hover,.dash-top-links button:hover{color:var(--navy)}.dash-main{flex-direction:column;gap:20px;width:min(920px,100% - 48px);margin:32px auto 64px;display:flex}.dash-main--wide{width:min(1100px,100% - 48px)}.dash-pagehead{justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.dash-pagehead h1{letter-spacing:-.02em;margin:0;font-size:1.55rem;font-weight:800;line-height:1.3}.dash-pagehead p{color:var(--text-soft);margin:6px 0 0;font-size:.92rem}.dash-crumb{color:var(--blue);margin-bottom:8px;font-size:.82rem;font-weight:700;display:inline-block}.dash-panel{background:#fff;border:1px solid #e6e8ec;border-radius:10px;overflow:hidden}.dash-create,.dash-form{flex-direction:column;gap:18px;padding:24px 28px;display:flex}.dash-create label,.dash-form label:not(.dash-toggle):not(.dash-status-pick){color:var(--text-soft);flex-direction:column;gap:8px;font-size:.82rem;font-weight:700;display:flex}.dash-create input,.dash-form input,.dash-form textarea,.dash-form select,.dash-toolbar input,.dash-toolbar select,.dash-table select,.dash-login-card input{font:inherit;color:var(--navy);background:#fff;border:1px solid #e6e8ec;border-radius:8px;padding:10px 12px;font-weight:500}.dash-form textarea{resize:vertical;white-space:pre-wrap;min-height:180px;line-height:1.7}.dash-create input:focus,.dash-form input:focus,.dash-form textarea:focus,.dash-form select:focus,.dash-toolbar input:focus,.dash-login-card input:focus{border-color:var(--blue);outline:none}.dash-item{border-bottom:1px solid #eef0f3;grid-template-columns:1fr auto auto auto;align-items:center;gap:16px;padding:18px 24px;display:grid}.dash-item:last-child{border-bottom:0}.dash-item-main h2{margin:0;font-size:.98rem;font-weight:700}.dash-item-main p{color:var(--text-soft);margin:4px 0 0;font-size:.82rem}.dash-item-main a,.dash-open{color:var(--blue);z-index:2;font-weight:700;position:relative}.dash-open--off{color:#8b919c;font-weight:600}.dash-dot{color:#c5cad3;margin:0 6px}.dash-status{border-radius:999px;padding:4px 10px;font-size:.75rem;font-weight:800}.dash-status--open,.dash-status--published{color:#215c38;background:#eef6f1}.dash-status--edit,.dash-status--draft{color:#7a5b20;background:#f4f1ea}.dash-status--closed{color:#8a2b2b;background:#f4eeee}.dash-item-actions{gap:14px;display:flex}.dash-item-actions a{color:var(--blue);font-size:.85rem;font-weight:700}.dash-btn{background:var(--navy);color:#fff;font:inherit;cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;padding:9px 16px;font-size:.88rem;font-weight:700;display:inline-flex}.dash-btn:hover{background:var(--blue)}.dash-btn--ghost{color:var(--navy);background:#fff;border:1px solid #e6e8ec}.dash-btn--ghost:hover{background:#f7f8fa}.dash-textbtn{font:inherit;color:var(--blue);cursor:pointer;background:0 0;border:0;padding:0;font-size:.85rem;font-weight:700;text-decoration:none}.dash-textbtn--muted,.dash-textbtn--danger{color:var(--text-soft)}.dash-textbtn--danger:hover{color:#9b1c1c}.dash-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.dash-kicker{letter-spacing:.08em;color:var(--blue-mid);margin:0;font-size:.72rem;font-weight:800}.dash-sectionhead{justify-content:space-between;align-items:center;gap:16px;width:100%;display:flex}.dash-status-pick{color:var(--text-soft);align-items:center;gap:10px;margin:0;font-size:.82rem;font-weight:700;display:flex}.dash-status-pick select{min-width:148px;margin:0}.dash-pagetabs{flex-wrap:wrap;gap:8px;display:flex}.dash-pagetab{color:var(--text-soft);font:inherit;cursor:pointer;background:#fff;border:1px solid #e6e8ec;border-radius:999px;padding:6px 12px;font-size:.82rem;font-weight:700}.dash-pagetab.is-active{background:var(--navy);border-color:var(--navy);color:#fff}.dash-note{color:var(--text-soft);margin:0;line-height:1.7}.dash-empty{text-align:center;color:var(--text-soft);margin:0;padding:36px 24px}.dash-toggle{align-items:center;color:var(--navy)!important;flex-direction:row!important;gap:10px!important;font-weight:700!important;display:flex!important}.dash-toggle input{opacity:0;pointer-events:none;position:absolute}.dash-toggle span{background:#d5d9e0;border-radius:999px;width:36px;height:20px;transition:background .15s;position:relative}.dash-toggle span:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .15s;position:absolute;top:2px;right:2px}.dash-toggle input:checked+span{background:var(--navy)}.dash-toggle input:checked+span:after{transform:translate(-16px)}.dash-field{border-top:1px solid #eef0f3;flex-direction:column;gap:14px;padding-top:16px;display:flex}.dash-field-top{color:var(--text-soft);justify-content:space-between;font-size:.82rem;font-weight:700;display:flex}.dash-grid{grid-template-columns:1fr 1.4fr;gap:14px;display:grid}.dash-choices{flex-direction:column;gap:8px;display:flex}.dash-choice{color:var(--navy);align-items:center;gap:8px;font-weight:500;display:flex}.dash-toolbar{border-bottom:1px solid #eef0f3;gap:10px;padding:16px 20px;display:flex}.dash-toolbar input{flex:1}.dash-table-wrap{overflow-x:auto}.dash-table{border-collapse:collapse;width:100%;font-size:.88rem}.dash-table th,.dash-table td{text-align:right;white-space:nowrap;border-bottom:1px solid #eef0f3;padding:14px 18px}.dash-table th{color:var(--text-soft);background:#fafbfc;font-size:.75rem;font-weight:800}.dash-table tr:last-child td{border-bottom:0}.dash-clients{flex-direction:column;display:flex}.dash-client{border-bottom:1px solid #eef0f3}.dash-client:last-child{border-bottom:0}.dash-client-head{text-align:right;cursor:pointer;width:100%;font:inherit;color:inherit;background:0 0;border:0;justify-content:space-between;align-items:center;gap:16px;padding:16px 22px;display:flex}.dash-client-head:hover{background:#fafbfc}.dash-client-head strong{font-size:.95rem;display:block}.dash-client-head span{color:var(--text-soft);margin-top:3px;font-size:.78rem;display:block}.dash-client-tags{flex-shrink:0;gap:8px;display:flex}.dash-client-tags em{color:var(--text-soft);background:#f4f5f7;border-radius:999px;padding:4px 9px;font-size:.72rem;font-style:normal;font-weight:800}.dash-client-tags .is-paid{color:#215c38;background:#eef6f1}.dash-client-tags .is-partial{color:#8a5a18;background:#f7f1e4}.dash-client-tags .is-unpaid{color:#8a4b22;background:#f8eee8}.dash-client-body{flex-direction:column;gap:16px;padding:0 22px 20px;display:flex}.dash-dl{grid-template-columns:1fr 1fr;gap:10px 18px;margin:0;display:grid}.dash-dl div{flex-direction:column;gap:2px;display:flex}.dash-dl dt{color:var(--text-soft);font-size:.72rem;font-weight:800}.dash-dl dd{margin:0;font-size:.9rem;font-weight:600}.dash-client-meta{flex-wrap:wrap;align-items:center;gap:18px;display:flex}.dash-client-meta label:not(.dash-toggle){color:var(--text-soft);flex-direction:column;gap:6px;font-size:.78rem;font-weight:700;display:flex}.dash-comment{color:var(--text-soft);flex-direction:column;gap:8px;font-size:.82rem;font-weight:700;display:flex}.dash-comment textarea{font:inherit;color:var(--navy);resize:vertical;border:1px solid #e6e8ec;border-radius:8px;min-height:84px;padding:10px 12px;font-weight:500;line-height:1.6}.dash-error,.dash-ok{margin:0;font-size:.88rem;font-weight:700}.dash-error{color:#9b1c1c}.dash-ok{color:#215c38}.dash-login{place-items:center;padding:48px 16px;display:grid}.dash-login-card{text-align:center;background:#fff;border:1px solid #e6e8ec;border-radius:12px;flex-direction:column;gap:14px;width:min(380px,100%);padding:36px 28px;display:flex}.dash-login-card img{mix-blend-mode:multiply;width:auto;height:48px;margin:0 auto}.dash-login-card h1{margin:4px 0 0;font-size:1.2rem}.dash-login-card p{color:var(--text-soft);margin:0;font-size:.9rem}.dash-login-card label{text-align:right;color:var(--text-soft);flex-direction:column;gap:8px;font-size:.82rem;font-weight:700;display:flex}@media (width<=760px){.dash-top,.dash-main,.dash-main--wide{width:100%;padding-inline:16px}.dash-main,.dash-main--wide{margin-top:20px}.dash-pagehead,.dash-item,.dash-grid{flex-direction:column;align-items:stretch;display:flex}.dash-pagehead{gap:12px}.dash-item{gap:10px;padding:16px}.dash-dl{grid-template-columns:1fr}.dash-client-head{flex-direction:column;align-items:flex-start}}
