@import "https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700;900&family=Inter:wght@400;500;600;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#0f4c81;--accent:#1b6ca8;--accent-light:#e8f2fb;--dark:#0d1b2a;--text:#1a2332;--muted:#6b7a8d;--border:#e2e8f0;--bg:#f8fafb;--white:#fff}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);overflow-x:hidden}#root,.app-container{width:100%;max-width:100vw;overflow-x:hidden}.pf-section{padding:100px 5%}.section-label{letter-spacing:3px;color:var(--accent);text-transform:uppercase;margin-bottom:.75rem;font-size:.72rem;font-weight:700}.section-title{color:var(--text);margin-bottom:1rem;font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:900;line-height:1.2}.section-sub{color:var(--muted);max-width:520px;font-size:1.05rem;line-height:1.8}.section-header{margin-bottom:3rem}.btn-primary{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:50px;padding:10px 22px;font-size:.85rem;font-weight:700;transition:all .2s}.btn-primary:hover{background:#145a8f;transform:translateY(-1px)}@media (width<=768px){.pf-section{padding:72px 4%}.section-title{font-size:clamp(1.5rem,5vw,2rem)}.section-sub{max-width:100%;font-size:.95rem}}.pf-nav{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);z-index:1000;background:#fff;justify-content:space-between;align-items:center;height:64px;padding:0 5%;display:flex;position:fixed;top:0;left:0;right:0}.pf-logo-wrapper{cursor:pointer;align-items:center;gap:12px;display:flex}.pf-img-logo{object-fit:contain;width:145px;height:145px}.pf-logo{color:var(--primary);letter-spacing:-.5px;cursor:pointer;font-size:1.4rem;font-weight:900}.pf-logo span{color:var(--accent)}.pf-nav-links{gap:2rem;list-style:none;display:flex}.pf-nav-links button{color:var(--muted);cursor:pointer;background:0 0;border:none;margin:0;padding:0;font-family:inherit;font-size:.95rem;font-weight:600;transition:color .2s}.pf-nav-links button:hover{color:var(--accent)}.pf-nav-right{align-items:center;gap:10px;display:flex}.lang-btn{background:var(--accent-light);color:var(--accent);cursor:pointer;white-space:nowrap;border:1.5px solid #bdd7ef;border-radius:50px;align-items:center;gap:6px;padding:7px 16px;font-size:.82rem;font-weight:700;transition:all .2s;display:flex}.lang-btn:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.nav-hamburger{cursor:pointer;background:0 0;border:none;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:36px;height:36px;padding:4px;transition:background .2s;display:none}.nav-hamburger:hover{background:var(--accent-light)}.nav-hamburger span{background:var(--text);transform-origin:50%;border-radius:2px;width:20px;height:2px;transition:transform .3s,opacity .3s;display:block}.nav-hamburger.is-open span:first-child{transform:translateY(7px)rotate(45deg)}.nav-hamburger.is-open span:nth-child(2){opacity:0;transform:scaleX(0)}.nav-hamburger.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.nav-dropdown{border-bottom:1px solid var(--border);z-index:999;background:#fff;flex-direction:column;padding:8px 5% 16px;display:none;position:fixed;top:64px;left:0;right:0;box-shadow:0 8px 24px #00000014}.nav-dropdown.is-open{animation:.22s dropDown;display:flex}@keyframes dropDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.nav-dropdown li{border-bottom:1px solid var(--border);list-style:none}.nav-dropdown li:last-child{border-bottom:none}.nav-dropdown button{text-align:start;width:100%;color:var(--text);cursor:pointer;background:0 0;border:none;padding:14px 4px;font-family:inherit;font-size:1rem;font-weight:600;transition:color .2s}.nav-dropdown button:hover{color:var(--accent)}@media (width<=768px){.pf-nav-links{display:none}.nav-hamburger{display:flex}}.pf-hero{background:var(--dark);text-align:center;justify-content:center;align-items:center;min-height:100vh;padding:80px 5% 60px;display:flex;position:relative;overflow:hidden}.pf-hero:before{content:"";background:radial-gradient(circle,#1b6ca82e 0%,#0000 70%);border-radius:50%;width:700px;height:700px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pf-hero-content{z-index:2;max-width:700px;position:relative}.pf-hero-badge{color:#7ec8f4;letter-spacing:2px;background:#1b6ca833;border:1px solid #1b6ca866;border-radius:50px;margin-bottom:1.5rem;padding:6px 18px;font-size:.78rem;font-weight:700;display:inline-block}.pf-hero h1{color:#fff;letter-spacing:-1px;margin-bottom:1.2rem;font-size:clamp(2.6rem,6vw,4.6rem);font-weight:900}.pf-hero.lang-en h1{line-height:1.1}.pf-hero.lang-ar h1{line-height:1.4}.pf-hero h1 .hl{color:#7ec8f4}.pf-hero p{color:#fff9;max-width:500px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.8}.pf-hero-btns{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn-hero-primary{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:50px;padding:14px 32px;font-size:.95rem;font-weight:700;transition:all .2s}.btn-hero-primary:hover{background:#145a8f;transform:translateY(-2px)}.btn-outline-light{color:#fffc;cursor:pointer;background:0 0;border:1.5px solid #ffffff40;border-radius:50px;padding:14px 28px;font-size:.95rem;font-weight:700;transition:all .2s}.btn-outline-light:hover{color:#fff;border-color:#fff}.scroll-hint{color:#ffffff4d;flex-direction:column;align-items:center;gap:6px;padding-left:15px;font-size:.78rem;animation:2s infinite bounce;display:flex;position:absolute;bottom:32px;left:50%;transform:translate(-50%)}.scroll-hint:after{content:"";background:#fff3;width:1px;height:40px}@keyframes bounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(8px)}}@media (width<=768px){.pf-hero{padding:96px 4% 60px}.pf-hero-content{width:100%;max-width:100%}.pf-hero h1{letter-spacing:-.5px;font-size:clamp(2rem,8vw,3rem)}.pf-hero p{max-width:100%;font-size:.95rem}.pf-hero-btns{gap:.75rem}.btn-hero-primary,.btn-outline-light{width:100%;max-width:260px;padding:12px 24px;font-size:.88rem}}.pf-products{background:var(--white)}.products-layout{border:1px solid var(--border);border-radius:24px;grid-template-columns:260px 1fr;min-height:480px;display:grid;overflow:hidden;box-shadow:0 8px 40px #0f4c8112}.products-sidebar{background:var(--dark);flex-direction:column;padding:1.5rem 0;display:flex}.sidebar-label{letter-spacing:3px;color:#ffffff4d;text-transform:uppercase;margin-bottom:1rem;padding:0 1.5rem;font-size:.65rem;font-weight:700}.sidebar-item{cursor:pointer;border-left:3px solid #0000;align-items:center;gap:12px;padding:1rem 1.5rem;transition:all .2s;display:flex}.sidebar-item:hover{background:#ffffff0d}.sidebar-item.active{background:#1b6ca826;border-left-color:#7ec8f4}.sidebar-item-dot{background:#fff3;border-radius:50%;flex-shrink:0;width:8px;height:8px;transition:background .2s}.sidebar-item.active .sidebar-item-dot{background:#7ec8f4}.sidebar-item-tag{letter-spacing:1.5px;color:#ffffff59;text-transform:uppercase;margin-bottom:2px;font-size:.62rem;font-weight:700}.sidebar-item.active .sidebar-item-tag{color:#7ec8f4}.sidebar-item-title{color:#fff9;font-size:.88rem;font-weight:600;line-height:1.3}.sidebar-item.active .sidebar-item-title{color:#fff}.products-detail{background:var(--white);grid-template-rows:auto 1fr;display:grid}.product-detail-img{width:100%;height:240px;color:var(--accent);background:linear-gradient(135deg,#e8f2fb 0%,#c5ddf5 50%,#a8c8ec 100%);flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex;position:relative;overflow:hidden}.product-detail-img:after{content:"";background:linear-gradient(#0000 60%,#fff9);position:absolute;inset:0}.product-detail-img svg{opacity:.35}.product-detail-img span{color:var(--muted);z-index:1;font-size:.78rem;font-weight:600}.product-detail-body{padding:2rem 2.5rem}.product-detail-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.product-detail-header-text{flex-direction:column;align-items:flex-start;display:flex}.product-detail-tag{background:var(--accent-light);color:var(--accent);letter-spacing:1.5px;border-radius:50px;margin-bottom:.5rem;padding:4px 12px;font-size:.68rem;font-weight:700;display:inline-block}.product-detail-title{color:var(--text);margin-bottom:0;font-size:1.5rem;font-weight:900;line-height:1.2}.product-detail-brand-logo{object-fit:cover;border:2px solid var(--white);border-radius:50%;width:56px;height:56px;box-shadow:0 4px 12px #0000000f}.product-detail-about{color:var(--muted);margin-bottom:1.5rem;font-size:.92rem;line-height:1.8}.product-detail-meta{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-top:1.25rem;display:flex}.product-detail-clients{color:var(--muted);align-items:center;gap:6px;font-size:.82rem;font-weight:600;display:flex}.product-detail-price{color:var(--primary);margin-top:6px;font-size:1.2rem;font-weight:900}.product-detail-cta{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:50px;padding:10px 24px;font-size:.85rem;font-weight:700;transition:all .2s}.product-detail-cta:hover{background:#145a8f;transform:translateY(-1px)}@media (width<=768px){.products-layout{min-height:unset;border-radius:16px;grid-template-columns:1fr}.products-sidebar{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-direction:row;padding:0 16px;overflow-x:auto}.products-sidebar::-webkit-scrollbar{display:none}.sidebar-label{display:none}.sidebar-item{border-bottom:3px solid #0000;border-left:none;flex-direction:column;flex-shrink:0;align-items:center;gap:4px;min-width:110px;padding:.75rem 1rem}.sidebar-item-dot{display:none}.sidebar-item-tag{font-size:.55rem}.sidebar-item-title{text-align:center;font-size:.78rem}.sidebar-item.active{border-bottom-color:#7ec8f4;border-left-color:#0000}.product-detail-img{height:180px}.product-detail-body{padding:1.25rem 1rem}.product-detail-title{font-size:1.2rem}.product-detail-about{font-size:.88rem}.product-detail-meta{flex-direction:column;align-items:flex-start;gap:12px}}.pf-about{background:var(--dark);color:#fff}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.pf-about .section-label{color:#7ec8f4}.pf-about .section-title{color:#fff}.pf-about .section-sub{color:#fff9;max-width:100%}.about-stats{grid-template-columns:1fr 1fr;gap:16px;margin-top:2.5rem;display:grid}.stat-box{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:16px;padding:1.4rem;transition:background .2s}.stat-box:hover{background:#ffffff17}.stat-num{color:#7ec8f4;margin-bottom:.4rem;font-size:2.2rem;font-weight:900;line-height:1}.stat-label{color:#ffffff80;font-size:.82rem;font-weight:600}.about-card{background:#ffffff12;border:1px solid #ffffff1f;border-radius:24px;padding:2.5rem}.about-card h3{color:#fff;margin-bottom:1rem;font-size:1.35rem;font-weight:700}.feature-list{list-style:none}.feature-item{color:#ffffffb3;border-bottom:1px solid #ffffff12;align-items:flex-start;gap:12px;padding:12px 0;font-size:.88rem;line-height:1.6;display:flex}.feature-item:last-child{border-bottom:none}.feature-dot{background:#7ec8f4;border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:6px}@media (width<=768px){.about-grid{grid-template-columns:1fr;gap:32px}.about-stats{grid-template-columns:1fr 1fr;gap:12px;margin-top:1.5rem}.stat-num{font-size:1.8rem}.about-card{border-radius:16px;padding:1.5rem}}.values-section{width:100%;margin-top:4rem}.values-title{margin-bottom:1rem;padding-left:.5rem}.values-grid{gap:2rem;width:100%;display:grid;grid-template-columns:repeat(2,1fr)!important}.about-card.value-card{box-sizing:border-box;width:100%;padding:2.5rem}@media (width<=768px){.values-grid{grid-template-columns:1fr!important}}.card-header-with-icon{width:100%;flex-direction:row!important;align-items:center!important;gap:.75rem!important;margin-bottom:1.5rem!important;display:flex!important}.value-icon{color:#3b82f6;flex-shrink:0!important;width:28px!important;height:28px!important;display:block!important}.card-header-with-icon h3{font-size:1.25rem;font-weight:700;margin:0!important}.pf-footer{color:#fff6;text-align:center;background:#070e17;flex-direction:column;justify-content:center;align-items:center;padding:2.5rem 5%;font-size:.85rem;font-weight:600;display:flex;position:relative}.pf-footer a{color:#7ec8f4;text-decoration:none}.pf-footer p{margin-bottom:.4rem}h3{color:#fff6;font-size:.8rem;font-weight:600}.footer-social-row{position:absolute;top:50%;left:5%;transform:translateY(-50%)}.social-icon-link{color:#fff6;transition:color .2s,transform .2s;display:flex}@media (width<=768px){.footer-social-row{order:2;margin-top:1.5rem;position:static;transform:none}.footer-text-content{order:1}}._formWrapper_gwg2o_2{bottom:40px;z-index:9999;background:#0f172a;border:1px solid #ffffff0d;border-radius:50px;flex-direction:column;padding:12px 24px;transition:all .4s cubic-bezier(.25,1,.5,1);display:inline-flex;position:fixed;inset-inline-end:40px;overflow:hidden;box-shadow:0 10px 25px #0000004d}._formWrapper_gwg2o_2._expanded_gwg2o_19{border:1px solid #ffffff1a;border-radius:24px;width:320px;padding:24px;box-shadow:0 20px 40px #00000080}._joinUs_gwg2o_28{color:#fff;align-items:center;gap:12px;width:100%;font-size:16px;font-weight:700;display:flex}._formWrapper_gwg2o_2:not(._expanded_gwg2o_19) ._joinUs_gwg2o_28{justify-content:center}._dot_gwg2o_43{background-color:#00d0cd;border-radius:50%;width:8px;height:8px;box-shadow:0 0 8px #5bc0be99}._inputGroup_gwg2o_52{flex-direction:column;gap:24px;width:100%;margin-top:28px;margin-bottom:28px;display:flex}._inputContainer_gwg2o_61{flex-direction:column;width:100%;display:flex;position:relative}._input_gwg2o_52{color:#fff;box-sizing:border-box;background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;outline:none;width:100%;padding:14px 16px;font-size:14px;transition:all .3s}._input_gwg2o_52:focus{background:#ffffff0f;border-color:#5bc0be}._input_gwg2o_52::placeholder{color:#ffffff4d}._errorText_gwg2o_92{color:#ff6b6b;font-size:11px;font-weight:500;position:absolute;bottom:-20px;left:4px}._submitBtn_gwg2o_102{color:#0f172a;cursor:pointer;background:#fff;border:none;border-radius:12px;width:100%;padding:14px;font-size:15px;font-weight:700;transition:all .3s}._submitBtn_gwg2o_102:hover{background:#f1f5f9;transform:translateY(-2px)}._successMessage_gwg2o_121{text-align:center;color:#fff;flex-direction:column;justify-content:center;align-items:center;padding:32px 0 16px;animation:.4s ease-in-out _fadeIn_gwg2o_1;display:flex}._successMessage_gwg2o_121 p{color:#fffc;margin:0;font-size:15px;line-height:1.5}._phoneWrapper_gwg2o_139{gap:12px;width:100%;display:flex}._countryCode_gwg2o_146{color:#fff;box-sizing:border-box;cursor:pointer;appearance:none;text-align:center;background-color:#ffffff08;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%226%209%2012%2015%2018%209%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E);background-position:right 10px center;background-repeat:no-repeat;background-size:16px;border:1px solid #ffffff1a;border-radius:12px;outline:none;width:105px;padding:14px 28px 14px 12px;font-size:14px;transition:all .3s}._countryCode_gwg2o_146:focus,._countryCode_gwg2o_146:hover{background-color:#ffffff0f;border-color:#5bc0be}._phoneInput_gwg2o_185{color:#fff;box-sizing:border-box;background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;outline:none;flex:1;width:100%;padding:14px 16px;font-size:14px;transition:all .3s}._phoneInput_gwg2o_185:focus{background:#ffffff0f;border-color:#5bc0be}._phoneInput_gwg2o_185::placeholder{color:#ffffff4d}._checkIcon_gwg2o_208{color:#5bc0be;background:#5bc0be26;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:16px;font-size:24px;display:flex;box-shadow:0 0 15px #5bc0be4d}@keyframes _fadeIn_gwg2o_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
