@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%}}
