:root{--primary-color: #3b0764;--primary-hover: #2e1065;--accent-color: #fbbf24;--text-color: #111827;--bg-color: #ffffff;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-800: #1f2937;--blue-bg: #f5f3ff;--font-main: "Alexandria", sans-serif;--spacing-base: 1rem;--glass-bg: rgba(255, 255, 255, .8);--glass-border: rgba(255, 255, 255, .2);--shadow-premium: 0 10px 25px -5px rgba(59, 7, 100, .1), 0 8px 10px -6px rgba(59, 7, 100, .1)}html,body{overflow-x:hidden;width:100%;max-width:100%;padding:0;margin:0}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--bg-color);color:var(--text-color);line-height:1.6;direction:rtl;min-height:100vh;display:flex;flex-direction:column}.site-header{background:#340b51e6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:.4rem 0;width:100%;border-bottom:3px solid var(--accent-color);box-shadow:0 4px 30px #0000001a;display:flex;justify-content:center;position:sticky;top:0;z-index:1000;overflow:hidden}.site-logo{height:44px;max-width:100%;object-fit:contain}.hero-brand{background:#340b51e6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:.6rem 1.5rem;width:100%;border-bottom:3px solid var(--accent-color);box-shadow:0 4px 30px #0000001a;display:flex;align-items:center;justify-content:center;gap:.8rem;position:sticky;top:0;z-index:1000;overflow:hidden}.hero-brand-logo{height:44px;max-width:100%;object-fit:contain;flex-shrink:0}.hero-brand-name{color:#fff;font-weight:700;font-size:1.1rem;white-space:nowrap}.footer{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-hover) 100%);color:#fff;padding:2.5rem 1.5rem 1.5rem;margin-top:auto;width:100%}.footer .container{max-width:900px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}.footer-logo{height:32px;width:auto}.footer-desc{font-size:.95rem;color:#fffc;line-height:1.7;max-width:500px;margin:0 auto}.footer .footer-links{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center;width:100%}.footer-col{text-align:center}.footer-col h4{color:var(--accent-color);font-size:.95rem;font-weight:800;margin-bottom:.8rem}.footer-col ul{list-style:none;padding:0;margin:0}.footer-col ul li{margin-bottom:.5rem}.footer-col ul li a{color:#ffffffd9;text-decoration:none;font-size:.9rem;font-weight:500;transition:color .3s ease}.footer-col ul li a:hover{color:var(--accent-color)}.footer .copyright{font-size:.85rem;color:#fff9;text-align:center;width:100%}.landing-content{max-width:1000px;margin:0 auto;padding:2rem 1.5rem;text-align:center;flex:1;width:100%;overflow-x:hidden;animation:fadeIn .8s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.headline{font-size:1.25rem;font-weight:900;line-height:1.6;margin-bottom:.5rem;color:var(--primary-color);width:100%;display:flex;flex-direction:column;align-items:center;gap:.2rem}.headline .line{display:block;white-space:nowrap;width:auto;max-width:100%}@media(min-width:380px){.headline{font-size:1.35rem}}@media(min-width:500px){.headline{font-size:1.6rem}}.highlight{color:var(--accent-color)}.subheadline{font-size:.9rem;color:var(--gray-800);margin-bottom:.75rem;font-weight:500;max-width:100%;line-height:1.6}.hero-image-container{margin-bottom:.75rem;position:relative;display:inline-block;padding:0;border:4px solid var(--accent-color);border-radius:14px;background-color:transparent;overflow:hidden;box-shadow:0 10px 20px -5px #0c4da24d;max-width:90vw}.hero-image{width:100%;max-width:190px;display:block;background:transparent}.cta-section{display:flex;flex-direction:column;gap:1.5rem;align-items:center;margin-top:1rem;width:100%;overflow-x:hidden}.consultation-form{width:100%;max-width:600px;display:flex;flex-direction:column;gap:1.5rem;background:transparent;padding:1rem 0;margin:0 auto}.form-step{display:none;width:100%;animation:slideUp .4s cubic-bezier(.16,1,.3,1);text-align:center}.form-step.active{display:block}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.form-group{display:flex;flex-direction:column;gap:1.5rem;align-items:center;width:100%}.form-label{font-weight:800;font-size:1.3rem;color:var(--text-color);margin-bottom:0;line-height:1.3}.selection-grid{display:grid;gap:1rem;width:100%;max-width:500px;margin:0 auto}.project-type-grid{grid-template-columns:repeat(3,1fr)}.area-grid{grid-template-columns:repeat(2,1fr)}.readiness-grid{grid-template-columns:repeat(3,1fr)}.selection-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.8rem;padding:1.5rem .5rem;background:#fff;border:2px solid var(--gray-200);border-radius:16px;cursor:pointer;transition:all .2s;height:100%;color:var(--gray-800)}.selection-card:hover{border-color:var(--primary-color);background:var(--blue-bg)}.hidden-radio{display:none}.hidden-radio:checked+.selection-card{border-color:var(--primary-color);background:var(--blue-bg);box-shadow:var(--shadow-premium);transform:translateY(-4px) scale(1.02);color:var(--primary-color)}.selection-card:active{transform:scale(.98)}.icon-box{width:32px;height:32px;color:var(--gray-600);transition:color .2s}.hidden-radio:checked+.selection-card .icon-box{color:var(--primary-color)}.basic-card{font-weight:700;font-size:1rem;padding:1.2rem .5rem}.contact-inputs{flex-direction:row;flex-wrap:wrap;justify-content:center}.form-input{width:100%;padding:1.2rem;border:1px solid #d1d5db;border-radius:8px;font-family:var(--font-main);font-size:1.1rem;outline:none;background:#fff;text-align:right;transition:border-color .2s;box-shadow:0 1px 2px #0000000d}.form-input:focus{border-color:var(--primary-color);box-shadow:0 0 0 4px #0c4da21a}.form-navigation{display:flex;gap:1rem;margin-top:1.5rem;width:100%;justify-content:center;max-width:400px;margin-left:auto;margin-right:auto}.cta-button{flex:2;padding:1.1rem 2.2rem;background:linear-gradient(135deg,var(--primary-color),var(--primary-hover));color:#fff;border:none;border-radius:50px;font-family:var(--font-main);font-size:1.25rem;font-weight:800;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 20px -5px #3b076466;-webkit-appearance:none;appearance:none;position:relative;overflow:hidden}.cta-button:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:.5s}.cta-button:hover:after{left:100%}.cta-button:hover{transform:translateY(-4px);box-shadow:0 20px 30px -10px #3b076480;filter:brightness(1.1)}.back-btn{flex:1;background:transparent;color:var(--gray-600);box-shadow:none;border:2px solid var(--gray-200)}.back-btn:hover{background:var(--gray-100);transform:none;box-shadow:none;color:var(--gray-900);border-color:var(--gray-400)}.services-section{margin-top:2rem;width:100%}.services-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem;width:100%;max-width:900px;margin:0 auto}.service-card{background:#fff;border-radius:20px;padding:2.5rem 2rem;text-align:center;border:1px solid var(--gray-100);display:flex;flex-direction:column;align-items:center;gap:1rem;transition:all .3s ease}.service-card:hover{box-shadow:0 8px 25px -8px #3b07641f}.service-icon{width:60px;height:60px;background:var(--blue-bg);color:var(--primary-color);border-radius:14px;display:flex;align-items:center;justify-content:center}.service-icon svg{width:28px;height:28px}.service-title{font-size:1.3rem;font-weight:800;color:var(--primary-color);margin:0}.service-desc{font-size:.95rem;color:var(--gray-800);line-height:1.7;margin:0}@media(min-width:768px){.services-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.our-work{margin-top:5rem;padding:0 0 2rem;width:100%}.container{width:100%;max-width:1000px;margin:0 auto;padding:0 1.5rem}.section-header{margin-bottom:2.5rem;text-align:center}.section-subtitle{display:inline-block;font-size:.85rem;font-weight:700;color:var(--accent-color);letter-spacing:2px;text-transform:uppercase;background:#fbbf241a;padding:.4rem 1.2rem;border-radius:50px;margin-bottom:.8rem}.section-title{font-size:2rem;font-weight:900;color:var(--primary-color);margin-bottom:.8rem;line-height:1.3}.section-header p{color:var(--gray-800);font-size:1.05rem;max-width:600px;margin:0 auto;line-height:1.7;font-weight:400}.work-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem;width:100%;max-width:900px;margin:0 auto}.work-video{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 15px #3b076414;border:1px solid var(--gray-100);transition:all .4s cubic-bezier(.175,.885,.32,1.275);aspect-ratio:9 / 16;display:flex;align-items:center;justify-content:center;position:relative}.work-video:hover{transform:translateY(-6px);box-shadow:0 15px 35px #3b076426;border-color:var(--primary-color)}.work-video iframe{width:100%;height:100%;border:none;display:block}.video-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-hover) 100%);cursor:pointer;transition:opacity .3s ease;color:#fff;position:absolute;inset:0;z-index:2}.work-video{position:relative}.work-video.loaded .video-placeholder{display:none}.play-button{width:56px;height:56px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:transform .2s ease,background .2s ease;border:2px solid rgba(255,255,255,.4)}.play-button svg{width:28px;height:28px;margin-left:3px}.video-placeholder:hover .play-button{transform:scale(1.15);background:#ffffff59}.video-label{font-family:var(--font-main);font-size:.75rem;font-weight:600;color:#ffffffe6;text-align:center}@media(min-width:640px){.work-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}.section-title{font-size:2.4rem}}@media(min-width:768px){.work-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.site-footer{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-hover) 100%);color:#fff;padding:2.5rem 1.5rem 1.5rem;margin-top:auto;width:100%}.footer-content{max-width:900px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.footer-links{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center}.footer-links a{color:#ffffffd9;text-decoration:none;font-size:.95rem;font-weight:500;transition:color .3s ease;position:relative;padding-bottom:2px}.footer-links a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--accent-color);transition:width .3s ease}.footer-links a:hover{color:var(--accent-color)}.footer-links a:hover:after{width:100%}.footer-divider{width:100%;max-width:400px;height:1px;background:#ffffff26;border:none}.footer-brand{display:flex;align-items:center;gap:.8rem;font-size:1.1rem;font-weight:700}.footer-brand img{height:32px;width:auto}.footer-copyright{font-size:.85rem;color:#fff9;text-align:center}@media(min-width:640px){.site-footer{padding:3rem 2rem 1.5rem}.footer-links{gap:3rem}.headline{font-size:2.8rem;max-width:900px;margin-left:auto;margin-right:auto}.subheadline{font-size:1.3rem}.site-header{padding:.6rem 0}.site-logo{height:54px}.cta-label{padding:.5rem 2rem;font-size:1.3rem}}
