:root{--pb-primary: #1B3F94;--pb-primaryLight: #2B62D4;--pb-secondary: #8A93A6;--pb-accent: #1B3F94;--pb-textDark: #333333;--pb-textLight: #FFFFFF;--pb-background: #FFFFFF;--pb-headerBg: #FFFFFF;--pb-footerBg: #0F1E42;--font-en: "Manrope", system-ui, sans-serif;--font-ar: "Cairo", system-ui, sans-serif;--max-width: 1200px}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;color:var(--pb-textDark);background:var(--pb-background);font-family:var(--font-en);line-height:1.55}html[dir=rtl] body{font-family:var(--font-ar)}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}.container{max-width:var(--max-width);margin:0 auto;padding:0 24px}.site-header{background:var(--pb-headerBg);border-bottom:1px solid #ECEEF2;position:sticky;top:0;z-index:40}.site-header__row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;padding:14px 0;gap:16px 24px}.site-header__brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:1.1rem;color:var(--pb-primary)}.site-header__brand img{height:40px;width:auto}.site-nav{display:flex;gap:28px;align-items:center}.site-nav a{font-weight:600;font-size:.95rem;color:var(--pb-textDark);position:relative;padding:4px 0}.site-nav a.active,.site-nav a:hover{color:var(--pb-primary)}.site-nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:2px;background:var(--pb-primary);border-radius:2px}.header-actions{display:flex;align-items:center;gap:14px}.menu-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:38px;height:38px;border:1px solid #ECEEF2;border-radius:8px;background:#fff;padding:0 9px}.menu-toggle span{display:block;width:100%;height:2px;background:#14213b;border-radius:2px;transition:transform .2s ease,opacity .2s ease}.menu-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width: 860px){.menu-toggle{display:flex}.site-nav{display:none;flex-direction:column;align-items:stretch;gap:2px;width:100%;order:3;padding-top:14px;margin-top:14px;border-top:1px solid #ECEEF2}.site-nav--open{display:flex}.site-nav a{padding:12px 4px}.site-nav a.active:after{display:none}.site-nav a.active{background:#f3f5f9;border-radius:8px;padding-inline-start:10px}}.lang-switch{border:1px solid var(--pb-secondary);background:transparent;color:var(--pb-textDark);padding:6px 14px;border-radius:999px;font-weight:700;font-size:.85rem}.lang-switch:hover{border-color:var(--pb-primary);color:var(--pb-primary)}.arc-divider{width:100%;height:60px;overflow:hidden;position:relative}.arc-divider svg{width:100%;height:140px;display:block}.hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#f5f7fb,#fff);padding:90px 0 70px}.hero__arc{position:absolute;top:-160px;left:50%;transform:translate(-50%);width:min(1100px,160vw);height:420px;opacity:.9;pointer-events:none}.hero__content{position:relative;z-index:2;max-width:680px}.hero__eyebrow{display:inline-block;color:var(--pb-primary);font-weight:700;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;margin-bottom:14px}html[dir=rtl] .hero__eyebrow{letter-spacing:0}.hero h1{font-size:clamp(2.1rem,4vw,3.2rem);font-weight:800;line-height:1.15;margin:0 0 18px;color:#14213b}.hero p{font-size:1.1rem;color:#55607a;margin:0 0 30px}.btn{display:inline-flex;align-items:center;gap:8px;padding:13px 26px;border-radius:8px;font-weight:700;font-size:.95rem;border:2px solid transparent;transition:transform .15s ease,box-shadow .15s ease}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--pb-primary);color:var(--pb-textLight);box-shadow:0 8px 20px -8px var(--pb-primary)}.btn-primary:hover{background:var(--pb-primaryLight)}.btn-outline{background:transparent;border-color:var(--pb-primary);color:var(--pb-primary)}.btn-outline:hover{background:var(--pb-primary);color:var(--pb-textLight)}.btn-sm{padding:8px 16px;font-size:.85rem;border-radius:6px}.btn-block{width:100%;justify-content:center}.btn[disabled]{opacity:.55;cursor:not-allowed}.section{padding:64px 0}.section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:32px;gap:20px}.section-head h2{font-size:1.7rem;font-weight:800;margin:0;color:#14213b}.section-head h2:before{content:"";display:inline-block;width:26px;height:4px;background:var(--pb-primary);border-radius:4px;margin-inline-end:12px;vertical-align:middle}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px}.category-filters{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:28px}.category-pill{border:1px solid #DDE1E9;background:#fff;color:#55607a;padding:8px 18px;border-radius:999px;font-weight:700;font-size:.85rem;transition:all .15s ease}.category-pill:hover{border-color:var(--pb-primary);color:var(--pb-primary)}.category-pill.active{background:var(--pb-primary);border-color:var(--pb-primary);color:#fff}.service-features{list-style:none;padding:0;margin:18px 0 8px;display:flex;flex-direction:column;gap:12px}.service-features li{display:flex;align-items:center;gap:12px;font-size:.95rem;color:#3a4356;font-weight:600}.service-features__icon{flex-shrink:0;width:30px;height:30px;border-radius:9px;background:linear-gradient(135deg,var(--pb-primary),var(--pb-primaryLight));color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px -4px var(--pb-primary)}.service-features__icon svg{width:16px;height:16px}.value-props{margin:28px 0 8px}.value-props__title{font-size:1.15rem;font-weight:800;color:#14213b;margin:0 0 16px}.value-props__title:before{content:"";display:inline-block;width:22px;height:4px;background:var(--pb-primary);border-radius:4px;margin-inline-end:10px;vertical-align:middle}.value-props__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.value-prop-card{border:1px solid #ECEEF2;border-radius:12px;padding:16px;background:#fafbfd}.value-prop-card__icon{width:40px;height:40px;border-radius:10px;background:#eef2fb;display:flex;align-items:center;justify-content:center;margin-bottom:10px;overflow:hidden}.value-prop-card__icon img{width:24px;height:24px;object-fit:contain}.value-prop-card__title{font-weight:700;font-size:.92rem;color:#14213b;margin-bottom:4px}.value-prop-card__desc{font-size:.85rem;color:#626c82;line-height:1.5;margin:0;white-space:pre-wrap}.testimonial-card{border:1px solid #ECEEF2;border-radius:14px;padding:22px;background:#fff;display:flex;flex-direction:column;gap:14px;height:100%}.testimonial-card__stars{color:#f0a93e;font-size:.95rem;letter-spacing:2px}.testimonial-card__quote{color:#3a4356;font-size:.95rem;line-height:1.6;flex:1;margin:0;white-space:pre-wrap}.testimonial-card__person{display:flex;align-items:center;gap:12px}.testimonial-card__avatar{width:44px;height:44px;border-radius:50%;background:#eef2fb;color:var(--pb-primary);font-weight:800;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.testimonial-card__avatar img{width:100%;height:100%;object-fit:cover}.testimonial-card__name{font-weight:700;font-size:.9rem;color:#14213b}.testimonial-card__role{font-size:.8rem;color:#8891a4}.faq-list{display:flex;flex-direction:column;gap:10px;max-width:780px}.faq-item{border:1px solid #ECEEF2;border-radius:12px;overflow:hidden;background:#fff}.faq-item.open{border-color:var(--pb-primary)}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px;background:none;border:none;text-align:start;font-weight:700;font-size:.95rem;color:#14213b}.faq-toggle{flex-shrink:0;width:26px;height:26px;border-radius:50%;background:#eef2fb;color:var(--pb-primary);display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:800}.faq-answer{padding:0 20px 18px;color:#626c82;font-size:.9rem;line-height:1.6;white-space:pre-wrap}.card{border:1px solid #ECEEF2;border-radius:14px;overflow:hidden;background:#fff;display:flex;flex-direction:column;transition:box-shadow .2s ease,transform .2s ease}.card:hover{box-shadow:0 16px 32px -18px #14213b47;transform:translateY(-3px)}.card__image{aspect-ratio:4 / 3;background:#f3f5f9;display:flex;align-items:center;justify-content:center;overflow:hidden}.card__image img{width:100%;height:100%;object-fit:contain}.card__body{padding:18px 18px 20px;display:flex;flex-direction:column;gap:10px;flex:1}.card__title{font-weight:700;font-size:1.05rem;color:#14213b;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;line-clamp:1;overflow:hidden}.card__desc{color:#626c82;font-size:.92rem;flex:1;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;line-clamp:3;overflow:hidden;white-space:pre-wrap}.card__footer{display:flex;justify-content:space-between;align-items:center;margin-top:6px;gap:10px}.badge{display:inline-block;background:#eef2fb;color:var(--pb-primary);font-size:.75rem;font-weight:700;padding:4px 10px;border-radius:999px}.partners-strip{display:flex;flex-wrap:wrap;gap:28px;align-items:center;justify-content:center}.partner-logo{height:64px;width:140px;display:flex;align-items:center;justify-content:center;filter:grayscale(1);opacity:.75;transition:opacity .2s,filter .2s}.partner-logo:hover{filter:grayscale(0);opacity:1}.partner-logo img{max-height:100%;max-width:100%;object-fit:contain}.detail{display:grid;grid-template-columns:1.1fr 1fr;gap:48px;padding:48px 0 70px;align-items:start}@media (max-width: 860px){.detail{grid-template-columns:1fr}}.detail__image{border-radius:16px;overflow:hidden;background:#f3f5f9;aspect-ratio:4/3}.detail__image img{width:100%;height:100%;object-fit:contain}.spec-panel{margin-top:20px;border-radius:14px;background:linear-gradient(180deg,#f9fafd,#f3f5fa);border:1px solid #E4E8F1;overflow:hidden;position:relative}.spec-panel:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--pb-secondary),var(--pb-primary),var(--pb-secondary))}.spec-panel__title{font-weight:800;font-size:.82rem;letter-spacing:.04em;text-transform:uppercase;color:var(--pb-primary);padding:18px 20px 10px}.spec-panel__rows{padding:0 20px 18px}.spec-panel__row{display:flex;justify-content:space-between;gap:16px;padding:10px 0;border-bottom:1px solid rgba(20,33,59,.06)}.spec-panel__row:last-child{border-bottom:none}.spec-panel__row--single{justify-content:flex-start;gap:10px}.spec-panel__row--single .spec-panel__value{text-align:start;font-weight:600;position:relative;padding-inline-start:18px}.spec-panel__row--single .spec-panel__value:before{content:"";position:absolute;inset-inline-start:0;top:6px;width:8px;height:8px;border-radius:50%;background:var(--pb-primary)}.spec-panel__label{color:#70798d;font-size:.88rem;font-weight:600}.spec-panel__value{color:#14213b;font-size:.88rem;font-weight:700;text-align:end;white-space:pre-wrap}.detail h1{font-size:2rem;font-weight:800;margin:0 0 14px;color:#14213b}.detail p{color:#55607a;font-size:1.05rem;white-space:pre-wrap}.site-footer{background:var(--pb-footerBg);color:#ffffffd9;padding:56px 0 28px;margin-top:40px}.site-footer h4{color:#fff;font-size:.95rem;margin:0 0 14px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px}@media (max-width: 720px){.footer-grid{grid-template-columns:1fr}}.footer-grid a,.footer-grid p{color:#ffffffb3;font-size:.9rem}.footer-grid ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:40px;padding-top:20px;font-size:.8rem;color:#ffffff8c;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f14238c;display:flex;align-items:center;justify-content:center;padding:20px;z-index:100}.modal{background:#fff;border-radius:16px;width:100%;max-width:560px;max-height:88vh;overflow-y:auto;padding:30px;position:relative}.modal-close{position:absolute;top:16px;inset-inline-end:16px;background:#f3f5f9;border:none;width:32px;height:32px;border-radius:50%;font-size:1rem;color:#55607a}.modal h3{margin:0 0 6px;font-size:1.3rem;color:#14213b}.modal .modal-step{color:var(--pb-primary);font-weight:700;font-size:.8rem;text-transform:uppercase;margin-bottom:8px}.rules-box{background:#f7f8fc;border:1px solid #ECEEF2;border-radius:10px;padding:16px;max-height:240px;overflow-y:auto;color:#4a5468;font-size:.92rem;margin:16px 0 20px;white-space:pre-wrap}.checkbox-row{display:flex;align-items:flex-start;gap:10px;margin-bottom:22px}.checkbox-row input{margin-top:3px;width:17px;height:17px;accent-color:var(--pb-primary)}.checkbox-row label{font-size:.92rem;color:#333}.pipedrive-embed{margin-top:12px;min-height:320px}.admin-shell{display:grid;grid-template-columns:240px 1fr;min-height:100vh}@media (max-width: 860px){.admin-shell{grid-template-columns:1fr}}.admin-sidebar{background:#14213b;color:#fff;padding:24px 16px}.admin-sidebar__brand{font-weight:800;margin-bottom:24px;padding:0 8px;font-size:1.05rem}.admin-sidebar nav{display:flex;flex-direction:column;gap:4px}.admin-sidebar a,.admin-sidebar button{color:#ffffffb8;background:none;border:none;text-align:start;padding:10px 12px;border-radius:8px;font-weight:600;font-size:.92rem}.admin-sidebar a.active,.admin-sidebar a:hover,.admin-sidebar button:hover{background:#ffffff14;color:#fff}.admin-main{padding:32px 36px;background:#f7f8fc}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.admin-header h1{margin:0;font-size:1.5rem;color:#14213b}.panel{background:#fff;border:1px solid #ECEEF2;border-radius:14px;padding:24px;overflow-x:auto}.panel+.panel{margin-top:20px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width: 700px){.form-grid{grid-template-columns:1fr}}.form-field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.form-field label{font-weight:700;font-size:.85rem;color:#14213b}.form-field input[type=text],.form-field input[type=email],.form-field input[type=password],.form-field input[type=number],.form-field input[type=url],.form-field textarea{border:1px solid #DDE1E9;border-radius:8px;padding:10px 12px;font-size:.92rem;font-family:inherit;width:100%}.form-field textarea{resize:vertical;min-height:90px}.form-field input[type=color]{width:64px;height:40px;padding:2px;border:1px solid #DDE1E9;border-radius:8px}.color-row{display:flex;align-items:center;gap:14px}.table{width:100%;border-collapse:collapse}.table th,.table td{text-align:start;padding:12px 10px;border-bottom:1px solid #F0F1F5;font-size:.9rem}.table th{color:#8891a4;font-weight:700;font-size:.78rem;text-transform:uppercase}.table img{width:44px;height:44px;object-fit:cover;border-radius:6px}.row-actions{display:flex;gap:8px}.alert{padding:12px 14px;border-radius:8px;font-size:.88rem;margin-bottom:16px}.alert-error{background:#fdecec;color:#b3261e}.alert-success{background:#e9f7ee;color:#1e7b34}.login-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f5f7fb;padding:20px}.login-card{background:#fff;border-radius:16px;padding:40px;width:100%;max-width:400px;box-shadow:0 20px 50px -30px #14213b66}.login-card h2{margin:0 0 4px;color:#14213b}.login-card p.sub{color:#8891a4;margin:0 0 24px;font-size:.9rem}.empty-state{text-align:center;padding:60px 20px;color:#8891a4}.about-intro__text{max-width:820px;font-size:1.05rem;color:#55607a;line-height:1.8;white-space:pre-wrap}.timeline{display:flex;flex-direction:column;gap:0;max-width:780px}.timeline__item{display:grid;grid-template-columns:90px 1fr;gap:24px;position:relative;padding-bottom:32px}.timeline__item:before{content:"";position:absolute;top:6px;inset-inline-start:82px;width:2px;height:100%;background:#e4e8f1}.timeline__item:last-child:before{display:none}.timeline__item:after{content:"";position:absolute;top:4px;inset-inline-start:76px;width:14px;height:14px;border-radius:50%;background:var(--pb-primary);border:3px solid #fff;box-shadow:0 0 0 2px var(--pb-primary)}.timeline__year{font-weight:800;color:var(--pb-primary);font-size:1.05rem;padding-top:1px}.timeline__title{font-weight:700;color:#14213b;margin-bottom:4px}.timeline__desc{color:#626c82;font-size:.9rem;line-height:1.6;margin:0;white-space:pre-wrap}.mv-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.mv-card{border:1px solid #ECEEF2;border-radius:16px;padding:28px;background:linear-gradient(160deg,#fafbfd,#f3f5fa)}.mv-card__label{display:inline-block;font-weight:800;font-size:.78rem;letter-spacing:.06em;text-transform:uppercase;color:var(--pb-primary);background:#eef2fb;padding:5px 14px;border-radius:999px;margin-bottom:14px}.mv-card p{color:#3a4356;font-size:1rem;line-height:1.7;margin:0;white-space:pre-wrap}.goals-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px;max-width:720px}.goals-list li{display:flex;align-items:flex-start;gap:12px;font-size:.98rem;color:#3a4356;padding:14px 16px;background:#fafbfd;border:1px solid #ECEEF2;border-radius:10px;white-space:pre-wrap}.goals-list li:before{content:"";flex-shrink:0;width:8px;height:8px;border-radius:50%;background:var(--pb-primary);margin-top:7px}.ceo-message{display:grid;grid-template-columns:180px 1fr;gap:36px;align-items:center;background:var(--pb-footerBg);border-radius:24px;padding:44px}.ceo-message__photo{width:150px;height:150px;border-radius:50%;overflow:hidden;background:#ffffff1a;color:#fff;font-size:3rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:3px solid rgba(255,255,255,.15)}.ceo-message__photo img{width:100%;height:100%;object-fit:cover}.ceo-message__quote-mark{font-size:3rem;color:var(--pb-primaryLight);line-height:.5;font-family:Georgia,serif}.ceo-message__text{color:#ffffffe6;font-size:1.1rem;line-height:1.8;margin:8px 0 18px;white-space:pre-wrap}.ceo-message__name{color:#fff;font-weight:800;font-size:1.05rem}.ceo-message__title{color:#fff9;font-size:.88rem}@media (max-width: 700px){.ceo-message{grid-template-columns:1fr;text-align:center;padding:32px 24px}.ceo-message__photo{margin:0 auto}}.inline-image-upload{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:8px;background:#f3f5f9;border:1px dashed #DDE1E9;cursor:pointer;overflow:hidden;flex-shrink:0}.inline-image-upload img{width:100%;height:100%;object-fit:cover}.inline-image-upload__placeholder{color:#8891a4;font-size:1.2rem;font-weight:700}.bulk-rows{display:flex;flex-direction:column;gap:8px}.bulk-rows__header,.bulk-rows__row{display:grid;grid-template-columns:44px 1fr 1fr 32px;gap:10px;align-items:center}.bulk-rows__header span{font-size:.72rem;font-weight:700;text-transform:uppercase;color:#8891a4}.bulk-rows__row input[type=text]{border:1px solid #DDE1E9;border-radius:8px;padding:9px 11px;font-size:.88rem;font-family:inherit;width:100%}.bulk-rows__remove{width:28px;height:28px;border-radius:50%;border:none;background:#fdecec;color:#b3261e;font-size:.8rem}@media (max-width: 600px){.bulk-rows__header{display:none}.bulk-rows__row{grid-template-columns:44px 1fr;grid-template-areas:"img en" "img ar" "remove remove";row-gap:6px;padding-bottom:12px;margin-bottom:8px;border-bottom:1px solid #F0F1F5}.bulk-rows__row>.inline-image-upload{grid-area:img}.bulk-rows__row>input:nth-of-type(1){grid-area:en}.bulk-rows__row>input:nth-of-type(2){grid-area:ar}.bulk-rows__row>.bulk-rows__remove{grid-area:remove;justify-self:end}}@media (max-width: 600px){.container{padding:0 16px}.hero{padding:56px 0 44px}.section{padding:40px 0}.admin-main{padding:20px 16px}.panel{padding:16px}.ceo-message{border-radius:16px}.detail{padding:32px 0 48px;gap:28px}}
