:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;--deep-navy: #0F172A;--slate-800: #1E293B;--slate-700: #334155;--steel-blue: #38BDF8;--ocean-blue: #0EA5E9;--text-main: #F8FAFC;--text-muted: #94A3B8;--glass-bg: rgba(30, 41, 59, .7);--glass-border: rgba(255, 255, 255, .1);--primary-color: var(--steel-blue);--bg-color: var(--deep-navy);--text-color: var(--text-main);--mirage: var(--deep-navy);--rolling-stone: var(--text-muted);--spring-wood: var(--deep-navy)}*,*:before,*:after{box-sizing:border-box}#root{width:100%;margin:0;padding:0}body{margin:0;display:block;min-width:320px;min-height:100vh;background-color:var(--bg-light);color:var(--text-color)}h1,h2,h3,h4,h5,h6{font-family:Plus Jakarta Sans,sans-serif;color:var(--text-main)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:var(--slate-700);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--steel-blue)}#root{width:100%;margin:0;padding:0;text-align:center}.app{position:relative;background:radial-gradient(circle at 50% 0%,#1e293b,#0f172a);color:var(--text-main);min-height:100vh;overflow-x:hidden}.app:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none;z-index:0}.navbar{position:fixed;top:0;left:0;width:100%;padding:1.5rem 2rem;z-index:100;background:transparent;transition:all .3s ease;display:flex;justify-content:space-between;align-items:center}.navbar.scrolled{padding:1rem 2rem;background:#0f172acc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.05);box-shadow:0 4px 30px #0000001a}.nav-container{width:100%;margin:0;display:flex;justify-content:space-between;align-items:center;padding-left:2rem;padding-right:2rem}.logo-img{height:70px;transition:all .3s cubic-bezier(.4,0,.2,1);filter:invert(1) hue-rotate(180deg);mix-blend-mode:screen}.navbar.scrolled .logo-img{height:50px}.nav-links{display:flex;align-items:center;margin-left:auto}.nav-item{margin-left:2rem;cursor:pointer;color:var(--text-muted);font-weight:500;transition:color .2s;font-size:.95rem}.nav-item:hover{color:var(--text-main)}.nav-btn{margin-left:2rem;cursor:pointer;color:var(--steel-blue);border:1px solid rgba(56,189,248,.3);background:#38bdf80d;padding:10px 20px;border-radius:99px;font-weight:600;font-size:.9rem;transition:all .3s ease}.nav-btn:hover{background:var(--steel-blue);color:#000;box-shadow:0 0 15px #38bdf866;border-color:var(--steel-blue)}.mobile-menu-btn{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--mirage);z-index:101}.mobile-menu{position:fixed;top:0;right:-100%;width:70%;height:100vh;background:#fff;box-shadow:-5px 0 15px #0000001a;padding:5rem 2rem;transition:right .3s ease;display:flex;flex-direction:column;gap:2rem;z-index:99}.mobile-menu.open{right:0}@media(max-width:768px){.nav-links{display:none}.mobile-menu-btn{display:block}.logo-img{height:40px}}.hero{padding-top:150px;min-height:100vh;display:flex;flex-direction:column;color:var(--mirage);position:relative;overflow:hidden}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0f172a66,#0f172acc 60%,#0f172a);z-index:1}.hero-content{text-align:center;margin-bottom:2rem;padding:0 1rem;position:relative;z-index:2}.hero-content-home{text-align:left;max-width:1200px;margin:0 auto 0 0;padding:0 2rem;width:100%;margin-top:15rem}.hero-title{font-size:3.5rem;color:var(--text-main);margin-bottom:1rem;font-weight:800;text-shadow:0 2px 4px rgba(0,0,0,.5);letter-spacing:-.02em}.hero-title-left{max-width:900px;font-size:4.5rem;line-height:1.1;margin-bottom:1.5rem;background:linear-gradient(to right,#fff 20%,#94a3b8);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-subtitle{max-width:700px;margin:0 auto;font-size:1.25rem;color:var(--text-muted);line-height:1.6;font-weight:400}.hero-subtitle-left{margin:0;max-width:700px;margin-bottom:2.5rem}@media(max-width:768px){.hero-title-left{font-size:2.8rem}.hero-subtitle-left{font-size:1.1rem}.hero-content-home{margin-top:8rem;padding:0 1.5rem}}.cta-button{display:inline-block;background:var(--steel-blue);color:#0f172a;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;border-radius:8px;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none;box-shadow:0 0 20px #38bdf84d}.cta-button:hover{background:#fff;color:var(--ocean-blue);transform:translateY(-2px);box-shadow:0 0 30px #38bdf880}.canvas-container{height:600px;width:100%;margin:0 auto;border-radius:0;overflow:hidden;box-shadow:none;background:transparent;position:relative;z-index:2}.container{width:100%;max-width:1200px;margin:0 auto 0 0;padding:0 2rem}.features-section{padding:5rem 2rem}.simulation-section{padding:8rem 0;width:100%;background:transparent;position:relative}.section-header.text-left{text-align:left;margin-bottom:4rem;max-width:800px}.section-title{font-size:2.5rem;color:var(--text-main);margin-bottom:1.5rem;font-weight:700;letter-spacing:-.01em}.section-subtitle{font-size:1.125rem;color:var(--text-muted);line-height:1.7}@media(max-width:768px){.simulation-section,.benefits-section,.how-it-works-section,.tech-section,.team-section,.contact-section{padding:4rem 1rem}.sim-wrapper{height:400px}.section-header.text-left{text-align:center;margin-bottom:2rem}.section-title{font-size:2rem;text-align:center}.section-subtitle{text-align:center}}.sim-wrapper{position:relative;width:100%;height:600px;border:1px solid rgba(255,255,255,.1);border-radius:16px;overflow:hidden;box-shadow:0 0 40px #0000004d}.counter-overlay-container{position:absolute;top:50%;left:0;width:100%;height:100%;pointer-events:none;z-index:20}.counter-column{position:absolute;bottom:10%;width:50%;text-align:center;display:flex;flex-direction:column;align-items:center}.counter-column.left{left:0}.counter-column.right{left:50%}.counter-label-text{font-size:.8rem;text-transform:uppercase;letter-spacing:2px;color:var(--text-muted);font-weight:600;margin-bottom:.5rem}.counter-display{font-size:2.5rem;font-weight:800;font-variant-numeric:tabular-nums;transition:all .2s}.counter-display.standard{color:var(--text-muted)}.counter-display.basira{color:var(--steel-blue);text-shadow:0 0 20px rgba(56,189,248,.5)}.stat-callout-glass{background:#1e293b99;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-left:4px solid var(--steel-blue);padding:1.5rem 2rem;border-radius:0 8px 8px 0;margin-bottom:2rem;max-width:600px;box-shadow:0 8px 32px #0003}.stat-callout-glass h3{margin:0;font-size:1.1rem;color:var(--text-main);font-weight:600;line-height:1.5}.data-counter-widget{position:absolute;bottom:20px;right:20px;background:#0f172ae6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:1.25rem;border-radius:12px;box-shadow:0 10px 40px #0000004d;display:flex;align-items:center;gap:1.5rem;border:1px solid rgba(255,255,255,.1);z-index:20}.counter-row{display:flex;flex-direction:column;align-items:flex-start}.counter-divider{width:1px;height:40px;background:#ffffff1a}.counter-label{font-size:.75rem;text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);margin-bottom:6px;font-weight:600}.counter-value{font-size:1.5rem;font-weight:700;color:var(--text-main);font-variant-numeric:tabular-nums}.counter-row.highlight .counter-value{color:var(--steel-blue);text-shadow:0 0 10px rgba(56,189,248,.3)}.benefits-section{padding:8rem 0}.benefit-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding-top:1rem}.benefit-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:3rem 2rem;border-radius:16px;text-align:center;border:1px solid var(--glass-border);transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px #0000001a}.benefit-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000004d;border-color:#38bdf84d;background:#1e293bcc}.benefit-card h3{color:var(--text-main);margin-bottom:1rem;font-size:1.5rem;font-weight:600}.benefit-card p{color:var(--text-muted);font-size:1rem;line-height:1.6}.how-it-works-section{padding:5rem 0;background:transparent}.steps-container-horizontal{display:flex;justify-content:space-between;gap:3rem;margin-top:3rem;flex-wrap:wrap}.step-item{flex:1;min-width:280px;text-align:center;opacity:0;animation:fadeInUp .8s forwards}.step-number{font-size:4rem;font-weight:900;color:#4288ae;margin-bottom:1rem;font-family:Plus Jakarta Sans,sans-serif;opacity:1}.step-content h3{color:var(--text-main);margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.step-content p{color:var(--text-muted)}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.step-item.fade-in{transform:translateY(20px)}.tech-section{padding:8rem 0;background:linear-gradient(to right,#0f172ae6,#0f172a99);border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05);color:#fff;margin-top:4rem}.tech-content-left{max-width:600px}.tech-section .section-title{color:#fff}.tech-content-left p{font-size:1.1rem;line-height:1.8;color:#ccc;margin-bottom:2rem}.partners-section{padding:4rem 0;background:#f3f4f6}.partners-title.text-left{text-align:left;color:#1e293b;font-size:.9rem;letter-spacing:2px;text-transform:uppercase;margin-bottom:2rem;font-weight:700}.partners-grid-left{display:flex;justify-content:center;align-items:center;gap:6rem}.partner-logo.aljaber{height:120px}.partner-logo{height:70px;width:auto;opacity:1;transition:opacity .3s}.partner-logo:hover{opacity:.8}@media(max-width:768px){.section-title{font-size:2rem}.data-counter-widget{position:relative;right:auto;bottom:auto;width:100%;justify-content:space-around;margin-top:1rem;flex-direction:row}.benefit-cards,.steps-container-horizontal{grid-template-columns:1fr;flex-direction:column}.partners-grid-left{justify-content:center;flex-wrap:wrap;gap:2rem}}.team-section{padding:8rem 0;background:transparent}.team-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;margin-top:4rem}.team-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:3rem;border-radius:20px;text-align:center;border:1px solid var(--glass-border);transition:all .3s ease;display:flex;flex-direction:column;align-items:center;box-shadow:0 4px 6px #0000001a}.team-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000004d;border-color:#38bdf84d;background:#1e293bcc}.team-image-placeholder{width:150px;height:150px;border-radius:50%;background:linear-gradient(135deg,#334155,#1e293b);margin-bottom:2rem;border:2px solid rgba(56,189,248,.3);box-shadow:0 0 20px #0003}.team-role{color:var(--text-main);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.team-description{color:var(--text-muted);margin-bottom:2rem;line-height:1.6}.team-description p{margin:.5rem 0}.linkedin-button{display:inline-block;background-color:transparent;color:var(--steel-blue);padding:.6rem 1.5rem;font-size:.9rem;font-weight:600;border-radius:99px;text-decoration:none;transition:all .3s ease;margin-top:auto;border:1px solid var(--steel-blue)}.linkedin-button:hover{background-color:var(--steel-blue);color:#0f172a;transform:translateY(-2px);box-shadow:0 0 15px #38bdf84d}@media(max-width:768px){.team-grid{grid-template-columns:1fr}}.cta-button.secondary{margin-top:2rem;background:transparent;border:1px solid var(--steel-blue);color:var(--steel-blue)}.cta-button.secondary:hover{background:var(--steel-blue);color:#0f172a}.feature-card{padding:2rem;background:#fff;border-radius:8px;border:1px solid #eee;box-shadow:0 4px 10px #00000008}.contact-section{padding:8rem 2rem}.contact-container{max-width:800px;margin:0 auto;text-align:center}.contact-form-wrapper{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:3rem;border-radius:20px;border:1px solid var(--glass-border);text-align:left;box-shadow:0 20px 40px #0000004d}.form-input{width:100%;padding:1rem;background:#0f172a99;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;transition:all .3s}.form-input:focus{outline:none;border-color:var(--steel-blue);background:#0f172acc;box-shadow:0 0 0 3px #38bdf833}.form-btn{width:100%;padding:1rem;background:var(--steel-blue);color:#0f172a;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:all .3s;font-size:1rem}.form-btn:hover{background:#fff;box-shadow:0 0 20px #38bdf866}.sim-container{width:100%;height:100%;display:flex;position:relative;flex-direction:row}.sim-half{flex:1;position:relative;height:100%;transition:opacity 1s ease-in-out}.data-report-card{margin-top:5px;background:#000000d9;padding:5px;border-radius:4px;text-align:left;width:90px;font-size:.55rem;color:#ccc;pointer-events:none}.data-card-header{font-weight:700}@media(max-width:768px){.navbar{padding:1rem}.nav-links{display:none}.mobile-menu-btn{display:block}.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1rem;padding:0 1rem}.canvas-container{width:95%;height:500px}.features-grid,.benefit-cards,.steps-container{grid-template-columns:1fr;flex-direction:column;align-items:center}.step-arrow{transform:rotate(90deg);padding:.5rem}.data-counter-container{flex-direction:column;gap:.5rem;align-items:center;bottom:-100px;position:relative;padding-bottom:2rem;background:transparent}.sim-container{padding-bottom:0}.contact-section{padding:3rem 1rem}.contact-form-wrapper{padding:1.5rem}.sim-container{display:block}.sim-half{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;pointer-events:none;z-index:1}.sim-half.active-view{opacity:1;pointer-events:auto;z-index:2}.data-report-card{padding:2px 4px;width:70px;font-size:.45rem;line-height:1.2}}.products-list-section{padding:0 2rem 8rem;max-width:1200px;margin:0 auto}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:2.5rem}.product-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2.5rem;border-radius:20px;border:1px solid var(--glass-border);transition:all .4s ease;display:flex;flex-direction:column;height:100%}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000004d;border-color:#38bdf84d;background:#1e293bcc}.product-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.product-header h3{margin:0;color:var(--text-main);font-size:1.75rem;font-weight:700;line-height:1.2}.status-badge{font-size:.75rem;padding:.25rem .75rem;border-radius:99px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.status-badge.available{background:#38bdf833;color:var(--steel-blue);border:1px solid var(--steel-blue)}.status-badge.coming-soon{background:#94a3b833;color:var(--text-muted);border:1px solid rgba(148,163,184,.3)}.product-description{color:var(--text-muted);line-height:1.6;flex:1;margin-bottom:2.5rem;font-size:1rem}.product-card .cta-button{width:100%;text-align:center}.cta-button.disabled{background:#1e293b80;color:var(--text-muted);border:1px solid rgba(255,255,255,.1);box-shadow:none;cursor:not-allowed;opacity:.7}.cta-button.disabled:hover{transform:none;background:#1e293b80;cursor:not-allowed}@media(max-width:768px){.products-list-section{padding:0 1rem 4rem}.products-grid{grid-template-columns:1fr;gap:1.5rem}.product-card{padding:1.5rem}}
