@import"https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700&family=Noto+Sans+Arabic:wght@300;400;500;600;700&family=Tajawal:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap";:root{--radius: .625rem;--primary-purple: #6366f1;--primary-purple-dark: #4f46e5;--secondary-purple: #8b5cf6;--accent-blue: #06b6d4;--background-light: #f8fafc;--background-white: #ffffff;--text-dark: #1e293b;--text-gray: #64748b;--text-light: #94a3b8;--border-light: #e2e8f0;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:var(--text-dark);background-color:var(--background-white)}.rtl{direction:rtl}.rtl *{font-family:Cairo,Noto Sans Arabic,Tajawal,-apple-system,BlinkMacSystemFont,sans-serif}.App{min-height:100vh}.navbar{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-light);z-index:1000;padding:.5rem 0}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{display:flex;align-items:center;gap:.75rem}.logo-img{width:100px;height:100px;object-fit:contain}.logo-text{font-size:1.5rem;font-weight:700;color:var(--primary-purple)}.nav-menu{display:flex;gap:2rem}.nav-link{background:none;border:none;color:var(--text-dark);font-weight:500;cursor:pointer;padding:.5rem 1rem;border-radius:var(--radius);transition:all .2s ease}.nav-link:hover{background-color:var(--background-light);color:var(--primary-purple)}.language-selector{position:relative}.language-btn{background:var(--primary-purple);color:#fff;border:none;padding:.5rem 1rem;border-radius:var(--radius);cursor:pointer;font-weight:500;display:flex;align-items:center;gap:.5rem;transition:all .2s ease}.language-btn:hover{background:var(--primary-purple-dark)}.dropdown-arrow{font-size:.75rem;transition:transform .2s ease}.language-dropdown{position:absolute;top:100%;right:0;background:#fff;border:1px solid var(--border-light);border-radius:var(--radius);box-shadow:var(--shadow-lg);min-width:150px;z-index:1001;margin-top:.5rem}.rtl .language-dropdown{right:auto;left:0}.language-option{display:block;width:100%;padding:.75rem 1rem;background:none;border:none;text-align:left;cursor:pointer;transition:background-color .2s ease;font-size:.875rem}.rtl .language-option{text-align:right}.language-option:hover{background-color:var(--background-light)}.language-option.active{background-color:var(--primary-purple);color:#fff}.hero{background:linear-gradient(135deg,var(--primary-purple) 0%,var(--accent-blue) 100%);color:#fff;padding:8rem 0 4rem;min-height:100vh;display:flex;align-items:center}.hero-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#fff3;padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:500;margin-bottom:1.5rem}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.hero-subtitle{font-size:1.25rem;opacity:.9;margin-bottom:2rem;line-height:1.6}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary{background:#fff;color:var(--primary-purple);border:none;padding:1rem 2rem;border-radius:var(--radius);font-weight:600;cursor:pointer;transition:all .2s ease;font-size:1rem}.btn-primary:hover{background:var(--background-light);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-secondary{background:transparent;color:#fff;border:2px solid white;padding:1rem 2rem;border-radius:var(--radius);font-weight:600;cursor:pointer;transition:all .2s ease;font-size:1rem}.btn-secondary:hover{background:#fff;color:var(--primary-purple);transform:translateY(-2px)}.hero-visual{display:flex;justify-content:center;align-items:center}.hero-logo{width:600px;height:600px;display:flex;align-items:center;justify-content:center}.hero-logo-img{width:550px;height:550px;object-fit:contain;filter:drop-shadow(0 10px 20px rgba(0,0,0,.3))}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:var(--text-dark)}.section-subtitle{font-size:1.125rem;text-align:center;color:var(--text-gray);margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.about{padding:6rem 0;background:var(--background-light)}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:4rem}.about-text h2{text-align:left;margin-bottom:.5rem}.rtl .about-text h2{text-align:right}.about-subtitle{color:var(--primary-purple);font-weight:600;margin-bottom:1.5rem;font-size:1.125rem}.about-description p{margin-bottom:1.5rem;color:var(--text-gray);line-height:1.7}.about-links{display:flex;gap:1rem;flex-wrap:wrap}.btn-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--primary-purple);text-decoration:none;font-weight:500;padding:.5rem 1rem;border:1px solid var(--primary-purple);border-radius:var(--radius);transition:all .2s ease}.btn-link:hover{background:var(--primary-purple);color:#fff}.about-image{display:flex;justify-content:center}.profile-img{width:100%;max-width:400px;height:auto;border-radius:1rem;box-shadow:var(--shadow-xl);object-fit:cover}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.stat-card{background:#fff;padding:2rem;border-radius:var(--radius);text-align:center;box-shadow:var(--shadow-md);transition:transform .2s ease}.stat-card:hover{transform:translateY(-4px)}.stat-number{font-size:2.5rem;font-weight:800;color:var(--primary-purple);margin-bottom:.5rem}.stat-label{color:var(--text-gray);font-weight:500}.testimonials{padding:6rem 0;background:#fff}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.testimonial-card{background:var(--background-light);padding:2rem;border-radius:var(--radius);box-shadow:var(--shadow-md);transition:transform .2s ease}.testimonial-card:hover{transform:translateY(-4px)}.testimonial-content{margin-bottom:1.5rem}.quote-mark{font-size:3rem;color:var(--primary-purple);line-height:1;margin-bottom:1rem}.testimonial-text{color:var(--text-gray);line-height:1.6;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-img{width:60px;height:60px;border-radius:50%;object-fit:cover}.author-name{font-weight:600;color:var(--text-dark);margin-bottom:.25rem}.author-title{color:var(--primary-purple);font-weight:500;font-size:.875rem;margin-bottom:.25rem}.author-location{color:var(--text-light);font-size:.875rem}.services{padding:6rem 0;background:var(--background-light)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background:#fff;padding:2rem;border-radius:var(--radius);box-shadow:var(--shadow-md);transition:transform .2s ease;text-align:center}.service-card:hover{transform:translateY(-4px)}.service-icon{font-size:3rem;margin-bottom:1rem}.service-title{font-size:1.25rem;font-weight:600;color:var(--text-dark);margin-bottom:1rem}.service-description{color:var(--text-gray);line-height:1.6}.approach{padding:6rem 0;background:#fff}.approach-steps{display:grid;gap:2rem}.step-card{display:flex;align-items:flex-start;gap:2rem;padding:2rem;background:var(--background-light);border-radius:var(--radius);box-shadow:var(--shadow-md)}.step-number{width:60px;height:60px;background:var(--primary-purple);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;flex-shrink:0}.step-title{font-size:1.25rem;font-weight:600;color:var(--text-dark);margin-bottom:.5rem}.step-description{color:var(--text-gray);line-height:1.6}.contact{padding:6rem 0;background:var(--background-light)}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-form-title{font-size:1.5rem;font-weight:600;color:var(--text-dark);margin-bottom:.5rem}.contact-form-subtitle{color:var(--text-gray);margin-bottom:2rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-input,.form-textarea{padding:1rem;border:1px solid var(--border-light);border-radius:var(--radius);font-size:1rem;transition:border-color .2s ease;background:#fff}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--primary-purple);box-shadow:0 0 0 3px #10b9811a}.form-textarea{resize:vertical;min-height:120px}.contact-info-title{font-size:1.5rem;font-weight:600;color:var(--text-dark);margin-bottom:2rem}.contact-info{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.contact-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow-sm)}.contact-icon{font-size:1.25rem;width:24px;text-align:center}.contact-item a{color:var(--primary-purple);text-decoration:none;font-weight:500}.contact-item a:hover{text-decoration:underline}.kvk-explanation{background:#fff;padding:1.5rem;border-radius:var(--radius);box-shadow:var(--shadow-sm);border-left:4px solid var(--primary-purple)}.rtl .kvk-explanation{border-left:none;border-right:4px solid var(--primary-purple)}.kvk-explanation p{color:var(--text-gray);font-size:.875rem;line-height:1.6;margin:0}.footer{background:var(--text-dark);color:#fff;padding:2rem 0}.footer-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-logo{display:flex;align-items:center;gap:.75rem}.footer-logo-img{width:32px;height:32px;object-fit:contain}.footer-logo-text{font-size:1.25rem;font-weight:700;color:var(--secondary-purple)}.footer-text{color:var(--text-light);font-size:.875rem}@media (max-width: 768px){.nav-container{padding:0 1rem;flex-wrap:wrap}.nav-menu{display:none}.logo-img{width:50px;height:50px}.logo-text{font-size:1.1rem}.hero{padding:100px 0 50px;min-height:auto}.hero-container{flex-direction:column;text-align:center;gap:2rem;padding:0 1rem}.hero-content{max-width:100%;order:2}.hero-visual{order:1;width:100%;display:flex;justify-content:center}.hero-title{font-size:2rem;line-height:1.2;margin-bottom:1rem}.hero-subtitle{font-size:1rem;margin-bottom:2rem}.hero-logo{width:250px;height:250px;margin:0 auto}.hero-logo-img{width:100%;height:100%;object-fit:contain}.hero-buttons{flex-direction:column;gap:1rem;align-items:center}.btn{width:100%;max-width:280px;padding:1rem 2rem;font-size:1rem}.container{padding:0 1rem}.section{padding:50px 0}.section-title{font-size:1.8rem;margin-bottom:1rem}.section-subtitle{font-size:1rem}.about-content{flex-direction:column;text-align:center;gap:2rem}.about-text{max-width:100%}.about-image{width:180px;height:180px;margin:0 auto}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.stat-card{padding:1.5rem 1rem}.stat-number{font-size:2rem}.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}.testimonial-card{padding:1.5rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:1.5rem}.approach-grid{grid-template-columns:1fr;gap:1.5rem}.step-card{flex-direction:column;text-align:center;padding:1.5rem}.contact-content{flex-direction:column;gap:2rem}.contact-form{max-width:100%}.form-group{margin-bottom:1.5rem}.form-input,.form-textarea{padding:1rem;font-size:1rem}}@media (min-width: 769px) and (max-width: 1024px){.hero-title{font-size:3rem}.hero-logo{width:400px;height:400px}.hero-logo-img{width:380px;height:380px}.stats-grid{grid-template-columns:repeat(3,1fr)}.testimonials-grid,.services-grid,.approach-grid{grid-template-columns:repeat(2,1fr)}}@media (hover: none) and (pointer: coarse){.btn{min-height:48px;padding:1rem 2rem}.nav-link,.language-option{padding:1rem}}
