*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #7c3aed;--secondary-color: #06b6d4;--accent-color: #22d3ee;--bg-primary: #0c1326;--bg-secondary: #1a2e5d;--bg-dark: #10244e;--text-primary: #ffffff;--text-secondary: #e5edf7;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .35);--shadow-md: 0 6px 18px rgba(0, 0, 0, .35);--shadow-lg: 0 20px 50px rgba(0, 0, 0, .5)}html{scroll-snap-type:y mandatory;scroll-behavior:smooth;scroll-padding-top:0;height:-webkit-fill-available}body{font-family:Rubik,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;color:var(--text-primary);background-color:var(--bg-dark);background-image:none;background-size:100% 100%,100% 100%,100% 100%,100% 100%,80px 80px,80px 80px,100% 100%,100% 100%,100% 100%;background-position:center,center,center,center,center,center,center,center,center;overflow-x:hidden;min-height:100vh;min-height:-webkit-fill-available}.container{margin:0 auto;padding:0 24px}@media (max-width: 768px){.container{width:100%;padding:0 16px}}@media (max-width: 768px){html{scroll-snap-type:none}section{scroll-snap-align:none!important;scroll-snap-stop:normal!important}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.navbar{position:fixed;top:0;left:0;right:0;background:#070b1799;box-shadow:0 10px 30px #0006;z-index:1000;padding:15px 0;-webkit-backdrop-filter:blur(12px) saturate(140%);backdrop-filter:blur(12px) saturate(140%);height:70px}.navbar .container{display:flex;justify-content:space-between;align-items:center;position:relative;direction:ltr}.logo a{font-size:1.2rem;font-weight:700;color:var(--text-primary);text-decoration:none;z-index:1002;position:relative;direction:rtl}.nav-links{display:flex;gap:30px;align-items:center;transition:all .4s ease-in-out;direction:rtl;margin-right:50px}.nav-links a{color:var(--text-secondary);text-decoration:none;font-weight:500;transition:color .3s ease;font-size:1.5rem;position:relative}.nav-links a:after{content:"";position:absolute;width:0;height:2px;bottom:-5px;right:0;background-color:var(--accent-color);transition:width .3s ease}.nav-links a:hover:after{width:100%;left:0}.nav-links a:hover{color:var(--text-primary)}.cta-secondary{background:linear-gradient(135deg,#7c3aed33,#22d3ee26);color:var(--text-primary)!important;padding:10px 20px;border-radius:30px;font-weight:500;transition:all .3s ease;border:1px solid rgba(124,58,237,.5);cursor:pointer;font-size:.95rem;display:inline-block;box-shadow:0 0 #7c3aed00}.cta-secondary:hover{background:linear-gradient(135deg,#7c3aed59,#22d3ee40);transform:translateY(-2px);box-shadow:0 8px 24px #22d3ee40,0 0 20px #7c3aed59}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:10px;z-index:1001;position:relative;flex-shrink:0}.mobile-menu-btn span{display:block;width:25px;height:3px;background-color:var(--text-primary);margin:4px 0;transition:all .3s ease;border-radius:3px}.mobile-menu-btn.active span:nth-child(1){transform:rotate(45deg) translate(5px,6px)}.mobile-menu-btn.active span:nth-child(2){opacity:0}.mobile-menu-btn.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-6px)}@media (max-width: 768px){.mobile-menu-btn{display:flex;flex-direction:column;align-items:center;justify-content:center}.nav-links{display:flex;position:fixed;top:0;right:-100%;width:80%;max-width:350px;height:100vh;background:#0b1020e6;flex-direction:column;justify-content:flex-start;padding:100px 30px 40px;box-shadow:-10px 0 30px #0006;transition:right .4s ease-in-out;z-index:1000;margin-right:0}.nav-links.active{right:0}.nav-links a,.nav-links .cta-secondary{width:100%;text-align:center;padding:12px 0;font-size:1.1rem}.nav-links a:after{display:none}.nav-links .cta-secondary{margin-top:20px}body.menu-open:after{content:"";position:fixed;inset:0;background:#0009;z-index:999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}}.hero{min-height:100vh;height:100vh;display:flex;align-items:center;position:relative;background:var(--bg-dark);overflow:hidden;font-size:.9rem;scroll-snap-align:start;scroll-snap-stop:always;padding-top:70px}.hero:before{display:none}.hero-content{position:relative;z-index:1;text-align:center;color:var(--text-primary);padding:80px 0}.hero h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;margin-bottom:24px;line-height:1.2;text-shadow:0 0 0 transparent}.hero-subheadline{font-size:clamp(1.1rem,2.5vw,1.5rem);margin-bottom:48px;opacity:.9;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.6}.cta-primary{display:inline-block;padding:16px 44px;background:#ffffff0a;color:var(--text-primary);font-size:1.1rem;font-weight:600;border-radius:36px;text-decoration:none;transition:all .3s ease;box-shadow:0 0 #7c3aed00;cursor:pointer;border:1px solid rgba(124,58,237,.5);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.cta-primary:hover{transform:translateY(-2px);box-shadow:0 10px 28px #22d3ee33,0 0 28px #7c3aed59;border-color:#22d3ee99}.hero-visual{margin-top:48px;opacity:.95;cursor:pointer;transition:transform .3s ease,opacity .3s ease}.chat-preview{display:inline-flex;align-items:center;gap:12px;background:#ffffff0d;border:1px solid rgba(124,58,237,.4);box-shadow:0 0 #7c3aed00;-webkit-backdrop-filter:blur(8px) saturate(140%);backdrop-filter:blur(8px) saturate(140%);padding:14px 22px;border-radius:18px;font-size:1.05rem;animation:float 3s ease-in-out infinite;color:var(--text-primary)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width: 1024px){.hero-content{padding:60px 0}.hero h1{font-size:2.5rem;margin-bottom:20px}.hero-subheadline{font-size:1.2rem;margin-bottom:32px}.cta-primary{padding:14px 32px;font-size:1rem}}@media (max-width: 768px){.hero{height:auto;min-height:100vh;padding:80px 0 60px}.hero-content{padding:40px 0}.hero h1{font-size:2rem;margin-bottom:16px}.hero-subheadline{font-size:1.1rem;margin-bottom:24px}}@media (max-width: 480px){.hero h1{font-size:1.75rem}.hero-subheadline{font-size:1rem}.cta-primary{width:100%;text-align:center}}.skills-section{min-height:100vh;height:100vh;padding:140px 0 100px;background:var(--bg-dark);display:flex;align-items:center;scroll-snap-align:start;scroll-snap-stop:always}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-top:30px;color:var(--text-primary)}.skills-carousel-wrapper{position:relative;display:flex;align-items:center;gap:20px;max-width:100%;width:100%}.skills-carousel{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding:20px 0;direction:rtl;max-width:100%;width:100%}.skills-carousel::-webkit-scrollbar{display:none}.carousel-nav-btn{background:#ffffff0d;border:1px solid rgba(124,58,237,.5);border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease,opacity .3s ease;flex-shrink:0;color:var(--text-primary);box-shadow:0 0 #7c3aed00;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.carousel-nav-btn:hover{background:#7c3aed40;color:var(--text-primary);transform:scale(1.06);box-shadow:0 10px 24px #22d3ee33,0 0 20px #7c3aed59}.carousel-nav-btn:active{transform:scale(.95)}.carousel-nav-btn svg{width:24px;height:24px}.skill-card{background:#ffffff0a;padding:36px 28px;border-radius:16px;box-shadow:0 0 #7c3aed00;border:1px solid rgba(124,58,237,.35);scroll-snap-align:start;transition:all .3s ease;text-align:center;flex-shrink:0}.skill-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #22d3ee2e,0 0 30px #7c3aed4d}.skill-icon{width:80px;height:80px;margin:0 auto 24px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#7c3aed40,#22d3ee40);border-radius:20px;font-size:2.5rem;color:var(--text-primary);border:1px solid rgba(124,58,237,.5);box-shadow:inset 0 0 20px #7c3aed33}.skill-title{font-size:1.4rem;font-weight:600;margin-bottom:12px;color:var(--text-primary)}.skill-description{font-size:1rem;color:var(--text-secondary);line-height:1.5}@media (min-width: 769px){.skills-section .container{max-width:1400px}.carousel-nav-btn{display:none}.skills-carousel{grid-template-columns:repeat(4,1fr);width:100%}.skill-card{width:100%;min-width:auto}}@media (max-width: 1024px) and (min-width: 769px){.section-title{font-size:2rem;margin-bottom:30px}.skills-carousel{grid-template-columns:repeat(3,1fr);gap:20px}}@media (max-width: 768px){.skills-section{height:100vh;min-height:100vh;padding:100px 0}.section-title{font-size:1.75rem;margin-bottom:24px}.carousel-nav-btn{display:none}.skills-carousel{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding:15px 5px;grid-template-columns:none}.skill-card{width:250px;min-width:250px;margin:0 8px;padding:22px}}@media (max-width: 480px){.section-title{font-size:1.5rem}.skill-card{width:220px;min-width:220px;margin:0 6px}}.chatbot-section{padding:100px 0 40px;background:var(--bg-dark);min-height:100vh;height:100vh;display:flex;align-items:center;scroll-snap-align:start;scroll-snap-stop:always}.chatbot-intro{text-align:center;height:15vh;display:flex;flex-direction:column;justify-content:center;margin-top:30px}.chatbot-intro h2{font-size:2.5rem;font-weight:700;color:var(--text-primary)}.chatbot-container{width:70vw;max-height:calc(100vh - 240px);height:70vh;margin:0 auto;background:#ffffff0a;border-radius:20px;box-shadow:0 30px 70px #00000073;overflow:hidden;border:1px solid rgba(124,58,237,.35);display:flex;flex-direction:column}.chatbot-header{background:linear-gradient(135deg,#7c3aed59,#22d3ee40);color:var(--text-primary);padding:20px 28px;display:flex;align-items:center;gap:12px}.chatbot-header h3{font-size:1.6rem;font-weight:600}.chat-messages{height:70vh;padding:28px;overflow-y:auto;background:transparent}.chat-message{margin-bottom:20px;display:flex;gap:12px;animation:fadeIn .3s ease}.chat-message.bot{justify-content:flex-end}.chat-message.user{justify-content:flex-start}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message-bubble{max-width:85%;padding:8px 14px;border-radius:14px;background:#ffffff0f;border:1px solid rgba(124,58,237,.35);box-shadow:0 8px 24px #22d3ee2e,0 0 20px #7c3aed40;font-size:1rem;line-height:1.4;color:var(--text-primary);white-space:pre-wrap}.chat-message.bot .message-bubble{background:#ffffff0d;border-color:#7c3aed8c;border-left:3px solid rgba(124,58,237,.9);border-radius:14px 14px 14px 8px}.chat-message.user .message-bubble{background:#fff3;border-color:#22d3eea6;border-right:3px solid rgba(34,211,238,.9);border-radius:14px 14px 8px}.chat-input-area{padding:12px 16px;background:#070b1799;border-top:1px solid rgba(124,58,237,.35);display:flex;flex-shrink:0;position:relative;align-items:flex-end}.chat-input-wrapper{flex:1;position:relative;display:flex;align-items:flex-end}.chat-input{flex:1;padding:10px 16px 10px 44px;border:1px solid rgba(124,58,237,.35);border-radius:16px;font-size:1rem;outline:none;transition:all .2s ease;min-height:44px;max-height:120px;resize:none;overflow-y:auto;font-family:inherit;line-height:1.5;width:100%;scrollbar-width:none;-ms-overflow-style:none;background:#ffffff08;color:var(--text-primary)}.chat-input::-webkit-scrollbar{display:none}.chat-input.has-files{padding-top:48px}.chat-input:focus{border-color:#22d3ee99}.chat-input:disabled{background-color:#ffffff0a;cursor:not-allowed;opacity:.6}.chat-message.streaming .message-bubble{animation:pulse 1.5s ease-in-out infinite}.chat-plus-btn{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:28px;height:28px;background:#ffffff0a;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0;color:var(--text-primary);z-index:10;border:1px solid rgba(124,58,237,.4)}.chat-plus-btn:hover{background:#7c3aed40;color:var(--text-primary)}.chat-plus-btn.active{background:#22d3ee40;color:var(--text-primary);transform:translateY(-50%) rotate(45deg)}.attachment-popup{position:absolute;bottom:75%;left:0;background:#0b1020f2;border:1px solid rgba(124,58,237,.4);border-radius:12px;box-shadow:0 20px 40px #00000073;min-width:107px;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .2s ease;z-index:1000}.attachment-popup.active{opacity:1;visibility:visible;transform:translateY(0)}.attachment-option{display:flex;align-items:center;gap:5px;padding:5px 8px;border-radius:8px;cursor:pointer;transition:all .15s ease;color:var(--text-secondary);font-size:.7rem}.attachment-option:hover{background:#7c3aed33;color:var(--text-primary)}.attachment-icon{flex-shrink:0;color:var(--text-secondary);transition:color .15s ease}.attachment-option:hover .attachment-icon{color:var(--accent-color)}.file-preview-area{position:absolute;left:44px;top:8px;right:16px;display:none;gap:4px;flex-wrap:wrap;z-index:5;align-items:center;pointer-events:auto;background:transparent;min-height:36px}.file-preview-area.has-files{display:flex}.file-preview-item{position:relative;display:flex;align-items:center;gap:4px;padding:2px;background:#ffffff0f;border:1px solid rgba(124,58,237,.35);border-radius:6px;font-size:.7rem;color:var(--text-primary);flex-shrink:0}.file-preview-item.image-preview{padding:2px}.file-preview-image{width:32px;height:32px;object-fit:cover;border-radius:4px}.file-preview-icon{flex-shrink:0;width:16px;height:16px;color:var(--text-secondary);margin:0 4px}.file-preview-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.65rem;max-width:80px;padding-right:4px}.file-preview-item.image-preview .file-preview-name{display:none}.file-preview-remove{position:absolute;top:1px;right:1px;width:10px;height:10px;background:#000;color:#fff;border:1px solid white;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:10px;line-height:1;transition:all .2s ease}.file-preview-remove:hover{background:#dc2626;transform:scale(1.1)}.message-files{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:8px}.message-file-item{display:flex;align-items:center;gap:6px;padding:4px 8px;background:#ffffff0f;border-radius:6px;font-size:.75rem}.message-file-item.image-preview{padding:3px}.message-file-image{width:40px;height:40px;object-fit:cover;border-radius:4px}.message-file-icon{width:18px;height:18px}.message-file-name{color:var(--text-primary);font-size:.7rem;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-text{line-height:1.5;white-space:pre-wrap}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}.calendly-button{display:block;margin:11px auto 0;padding:5px 13px;background:#ffffff0f;color:var(--text-primary);font-weight:600;font-size:.7rem;border-radius:18px;text-decoration:none;transition:all .3s ease;box-shadow:0 8px 24px #22d3ee2e,0 0 20px #7c3aed40;border:1px solid rgba(124,58,237,.5);text-align:center;width:fit-content}.calendly-button:hover{transform:translateY(-2px);box-shadow:0 10px 28px #22d3ee33,0 0 28px #7c3aed59;background:#7c3aed38}.calendly-loader{display:flex;align-items:center;justify-content:center;gap:10px;margin:11px auto 0;padding:8px 16px;width:fit-content}.loader-spinner{width:18px;height:18px;border:2px solid rgba(34,211,238,.25);border-top-color:#7c3aedcc;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loader-text{color:var(--text-primary);font-size:.85rem;font-weight:500}.chat-message.bot.typing-indicator .message-bubble{background:#ffffff14;color:var(--text-primary);display:flex;align-items:center;justify-content:center;padding:14px 20px;min-height:44px;gap:4px}.chat-message.bot.typing-indicator .message-bubble .typing-dots{display:flex;gap:4px;align-items:center}.chat-message.bot.typing-indicator .message-bubble .typing-dot{width:8px;height:8px;background-color:var(--accent-color);border-radius:50%;animation:typing-bounce 1.4s ease-in-out infinite}.chat-message.bot.typing-indicator .message-bubble .typing-dot:nth-child(2){animation-delay:.2s}.chat-message.bot.typing-indicator .message-bubble .typing-dot:nth-child(3){animation-delay:.4s}@keyframes typing-bounce{0%,60%,to{transform:translateY(0);opacity:.7}30%{transform:translateY(-10px);opacity:1}}.alternate-contact{text-align:center;font-size:.95rem;color:var(--text-secondary);height:10vh;display:flex;align-items:center;justify-content:center}.alternate-contact div{width:100%}.alternate-contact a{color:var(--primary-color);text-decoration:none;font-weight:500}@media (max-width: 768px){.chatbot-section{padding:0 0 20px}.chatbot-section .container{padding:0}.chatbot-intro{padding:80px 16px 5px;height:15vh;margin-top:10px;margin-bottom:0}.chatbot-intro h2{font-size:1.5rem;padding-bottom:5px;margin-bottom:0}.chatbot-intro p{display:none}.chatbot-container{width:100vw;margin:0;height:75vh;max-width:100%;border-radius:0}.chatbot-header{padding:2px 20px}.chatbot-header h3{font-size:1.5rem}.chat-messages{gap:10px;padding:15px}.message-bubble{max-width:90%;padding:6px 10px;font-size:.7rem}.chat-input-container{padding:8px}.chat-input{font-size:16px;min-height:38px;padding:10px 15px}.chat-send-btn{padding:0 12px;font-size:.8rem;height:38px}.send-btn{padding:10px 20px}}@media (max-width: 480px){.chat-messages{height:70vh}}.about-section{min-height:100vh;height:100vh;padding:140px 0 80px;background:var(--bg-dark);display:flex;align-items:center;scroll-snap-align:start;scroll-snap-stop:always}.about-content{max-width:900px;margin:0 auto;display:flex;gap:60px;align-items:center;background:#ffffff0a;border:1px solid rgba(124,58,237,.35);border-radius:20px;padding:32px 40px;box-shadow:0 30px 70px #00000073}.about-header{display:flex;align-items:center;gap:16px;margin-bottom:24px}.about-text h2{font-size:2.5rem;font-weight:700;margin:0;color:var(--text-primary)}.profile-picture-mobile{display:none}.about-text p{font-size:1.1rem;line-height:1.8;color:var(--text-secondary);margin-bottom:20px}.about-highlights{list-style:none;margin-top:32px}.about-highlights li{padding:12px 0;font-size:1rem;color:var(--text-primary);display:flex;align-items:center;gap:12px}.about-highlights li:before{content:"✓";color:var(--accent-color);font-weight:700;font-size:1.3rem}.about-image{flex-shrink:0}.profile-picture{width:280px;height:280px;border-radius:50%;object-fit:cover;box-shadow:0 16px 48px #22d3ee2e,0 0 36px #7c3aed4d;border:4px solid rgba(124,58,237,.5);transition:all .3s ease}.profile-picture:hover{transform:scale(1.03);box-shadow:0 22px 60px #22d3ee38,0 0 44px #7c3aed66}@media (max-width: 768px){.about-section{height:auto;min-height:100vh;padding:100px 0}.about-text p{font-size:.85rem;margin-bottom:10px}.about-content{flex-direction:column;text-align:center;padding:24px 20px}.about-highlights{margin-top:5px}.about-highlights li{padding:3px 0}.about-image{display:none}.about-header{justify-content:center;gap:12px;margin-bottom:15px}.about-text h2{font-size:1.8rem}.profile-picture-mobile{display:block;width:55px;height:55px;border-radius:50%;object-fit:cover;box-shadow:0 8px 20px #22d3ee2e,0 0 18px #7c3aed40;border:2px solid rgba(124,58,237,.5)}.about-text{margin-bottom:30px}.about-highlights li:before{font-size:1rem}}.faq-section{min-height:100vh;height:100vh;padding:140px 0 80px;background:var(--bg-dark);display:flex;align-items:center;scroll-snap-align:start;scroll-snap-stop:always}.faq-container{max-width:800px;margin:0 auto;background:#ffffff0a;border:1px solid rgba(124,58,237,.35);border-radius:16px;box-shadow:0 30px 70px #00000073;padding:10px}.faq-item{margin-bottom:20px;background:#ffffff0a;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #22d3ee2e,0 0 20px #7c3aed40;border:1px solid rgba(124,58,237,.35)}.faq-question{width:100%;padding:24px 28px;background:#ffffff08;border:none;text-align:right;font-size:1.5rem;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background .3s ease;font-family:inherit;color:var(--text-primary)}.faq-question:hover{background:#7c3aed26}.faq-answer{padding:0 28px;max-height:0;overflow:hidden;transition:all .3s ease;line-height:1.7;font-size:1.15rem;color:#fff}.faq-item.active .faq-answer{padding:25px 28px 24px;max-height:500px}.faq-icon{transition:transform .3s ease;color:var(--accent-color)}.faq-item.active .faq-icon{transform:rotate(180deg)}@media (max-width: 768px){.faq-section{height:100vh;min-height:100vh;padding:100px 0}.faq-item{padding:7px;margin-bottom:7px}.faq-question{font-size:1rem;padding:15px 28px}}.footer{background:var(--bg-dark);color:#fff;padding:48px 0 32px;scroll-snap-align:start}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:32px}.footer-section h4{font-size:1.2rem;margin-bottom:16px;font-weight:600}.footer-section p,.footer-section a{color:#ffffffb3;text-decoration:none;line-height:1.8;display:block}.footer-section a:hover{color:#fff}.footer-bottom{text-align:center;padding-top:32px;border-top:1px solid rgba(255,255,255,.1);color:#fff9;font-size:.95rem}@media (max-width: 768px){.footer-content{flex-direction:column;text-align:center}.footer-section{margin-bottom:30px}.footer-bottom{padding-top:20px;font-size:.85rem}}
