@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";html{scroll-behavior:smooth;font-size:16px}body{font-family:Poppins,sans-serif;line-height:1.6;color:#333;overflow-x:hidden;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;max-width:100vw}#root{min-height:100vh;width:100%;max-width:100vw;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:.5rem}p{margin-bottom:1rem}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 20px}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.d-flex{display:flex}.d-inline-flex{display:inline-flex}.d-block{display:block}.d-inline-block{display:inline-block}.d-none{display:none}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.align-start{align-items:flex-start}.align-center{align-items:center}.align-end{align-items:flex-end}.align-stretch{align-items:stretch}.flex-1{flex:1}.flex-auto{flex:auto}.flex-none{flex:none}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,1fr)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.w-full{width:100%}.h-full{height:100%}.w-auto{width:auto}.h-auto{height:auto}.min-h-screen{min-height:100vh}.min-h-full{min-height:100%}.text-primary{color:#4f46e5}.text-secondary{color:#6b7280}.text-success{color:#10b981}.text-error{color:#ef4444}.text-warning{color:#f59e0b}.text-info{color:#3b82f6}.bg-primary{background-color:#4f46e5}.bg-secondary{background-color:#6b7280}.bg-success{background-color:#10b981}.bg-error{background-color:#ef4444}.bg-warning{background-color:#f59e0b}.bg-info{background-color:#3b82f6}.bg-white{background-color:#fff}.bg-gray-50{background-color:#f9fafb}.bg-gray-100{background-color:#f3f4f6}.bg-gray-200{background-color:#e5e7eb}.bg-gray-300{background-color:#d1d5db}.bg-gray-400{background-color:#9ca3af}.bg-gray-500{background-color:#6b7280}.bg-gray-600{background-color:#4b5563}.bg-gray-700{background-color:#374151}.bg-gray-800{background-color:#1f2937}.bg-gray-900{background-color:#111827}.border{border:1px solid #e5e7eb}.border-2{border:2px solid #e5e7eb}.border-primary{border-color:#4f46e5}.border-secondary{border-color:#6b7280}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow{box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.top-0{top:0}.right-0{right:0}.bottom-0{bottom:0}.left-0{left:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.overflow-scroll{overflow:scroll}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.cursor-default{cursor:default}.transition{transition:all .3s ease}.transition-fast{transition:all .15s ease}.transition-slow{transition:all .5s ease}.animate-spin{animation:spin 1s linear infinite}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.animate-bounce{animation:bounce 1s infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:translateY(0);animation-timing-function:cubic-bezier(0,0,.2,1)}}@media (max-width: 640px){.sm\:hidden{display:none}.sm\:block{display:block}.sm\:flex{display:flex}.sm\:grid{display:grid}.sm\:grid-cols-1{grid-template-columns:repeat(1,1fr)}.sm\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.sm\:flex-col{flex-direction:column}.sm\:text-center{text-align:center}.sm\:text-left{text-align:left}.sm\:text-right{text-align:right}}@media (max-width: 768px){.md\:hidden{display:none}.md\:block{display:block}.md\:flex{display:flex}.md\:grid{display:grid}.md\:grid-cols-1{grid-template-columns:repeat(1,1fr)}.md\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.md\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.md\:flex-col{flex-direction:column}.md\:text-center{text-align:center}.md\:text-left{text-align:left}.md\:text-right{text-align:right}}@media (max-width: 1024px){.lg\:hidden{display:none}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:grid{display:grid}.lg\:grid-cols-1{grid-template-columns:repeat(1,1fr)}.lg\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.lg\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.lg\:grid-cols-4{grid-template-columns:repeat(4,1fr)}.lg\:flex-col{flex-direction:column}.lg\:text-center{text-align:center}.lg\:text-left{text-align:left}.lg\:text-right{text-align:right}}.focus\:outline-none:focus{outline:none}.focus\:ring:focus{box-shadow:0 0 0 3px #4f46e51a}.focus\:ring-primary:focus{box-shadow:0 0 0 3px #4f46e51a}.hover\:bg-primary:hover{background-color:#4f46e5}.hover\:text-primary:hover{color:#4f46e5}.hover\:scale-105:hover{transform:scale(1.05)}.hover\:scale-110:hover{transform:scale(1.1)}::selection{background-color:#4f46e5;color:#fff}::-moz-selection{background-color:#4f46e5;color:#fff}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media print{*{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.no-print{display:none!important}}.navbar{position:fixed;top:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;transition:all .3s ease;box-shadow:0 2px 20px #0000001a}.navbar.scrolled{background:#fffffffa;box-shadow:0 2px 20px #00000026}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:70px}.nav-logo h2{color:#4f46e5;font-weight:700;font-size:1.8rem;cursor:pointer}.nav-menu{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.nav-item{list-style:none}.nav-link{background:none;border:none;text-decoration:none;color:#333;font-weight:500;font-size:1rem;cursor:pointer;transition:color .3s ease;position:relative;padding:.5rem 0}.nav-link:hover{color:#4f46e5}.nav-link:after{content:"";position:absolute;width:0;height:2px;bottom:0;left:0;background-color:#4f46e5;transition:width .3s ease}.nav-link:hover:after{width:100%}.hamburger{display:none;background:none;border:none;cursor:pointer;padding:.5rem;color:#333;transition:color .3s ease}.hamburger:hover{color:#4f46e5}@media (max-width: 768px){.hamburger{display:block}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:#fff;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px #0000000d;padding:2rem 0;gap:1rem}.nav-menu.active{left:0}.nav-item{margin:0}.nav-link{font-size:1.1rem;padding:1rem 0}.language-switcher{display:none}}.nav-link.active{color:#4f46e5}.nav-link.active:after{width:100%}.nav-menu{transition:left .3s ease}.nav-link:focus{outline:2px solid #4f46e5;outline-offset:2px;border-radius:4px}.hamburger:focus{outline:2px solid #4f46e5;outline-offset:2px;border-radius:4px}.language-switcher{display:flex;gap:.5rem;align-items:center}.lang-btn{background:none;border:2px solid transparent;border-radius:8px;padding:.5rem;cursor:pointer;font-size:1.2rem;transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:40px;height:40px}.lang-btn:hover{border-color:#4f46e5;background:#4f46e51a}.lang-btn.active{border-color:#4f46e5;background:#4f46e533;box-shadow:0 2px 8px #4f46e54d}.lang-btn:focus{outline:2px solid #4f46e5;outline-offset:2px}.hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;position:relative;overflow:hidden}.hero-background{position:absolute;inset:0;z-index:0}.hero-shapes{position:absolute;width:100%;height:100%}.shape{position:absolute;border-radius:50%;background:#ffffff1a;animation:float 6s ease-in-out infinite}.shape-1{width:200px;height:200px;top:20%;left:10%;animation-delay:0s}.shape-2{width:150px;height:150px;top:60%;right:15%;animation-delay:2s}.shape-3{width:100px;height:100px;top:40%;right:30%;animation-delay:4s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(180deg)}}.hero-container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1;width:100%;box-sizing:border-box}.hero-content{max-width:600px}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;line-height:1.3}.highlight{color:#fbbf24}.hero-subtitle{font-size:1.5rem;font-weight:500;margin-bottom:1rem;color:#e5e7eb}.hero-description{font-size:1.1rem;margin-bottom:2rem;color:#d1d5db;line-height:1.7}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-image{display:flex;justify-content:center;align-items:center}.profile-image{width:400px;height:400px;border-radius:50%;overflow:hidden;border:5px solid rgba(255,255,255,.2);box-shadow:0 20px 40px #0000004d;position:relative}.profile-image img{width:100%;height:100%;object-fit:cover}.profile-glow{position:absolute;inset:-10px;border-radius:50%;background:linear-gradient(45deg,#4f46e5,#7c3aed,#ec4899);opacity:0;transition:opacity .3s ease;z-index:-1}.profile-image:hover .profile-glow{opacity:.3}.scroll-indicator{position:absolute;bottom:30px;left:50%;transform:translate(-50%);color:#ffffffb3;font-size:2rem;z-index:1}.scroll-arrow{animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media (max-width: 768px){.hero-container{grid-template-columns:1fr;text-align:center;gap:2rem;padding:0 15px;width:100%;max-width:100vw;box-sizing:border-box}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.profile-image{width:300px;height:300px}.hero-buttons{justify-content:center}.shape-1,.shape-2,.shape-3{display:none}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-subtitle,.hero-description{font-size:1rem}.profile-image{width:250px;height:250px}.hero-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:250px}}.hero-title .highlight:first-of-type{overflow:hidden;white-space:nowrap;border-right:2px solid #fbbf24;animation:blink-caret .75s step-end infinite}@keyframes blink-caret{0%,to{border-color:transparent}50%{border-color:#fbbf24}}.hero{background-attachment:fixed;background-position:center;background-repeat:no-repeat;background-size:cover}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#667eeae6,#764ba2e6);z-index:0}.hero-container,.scroll-indicator{z-index:2}.role-typing{position:relative;padding-right:0}.role-typing:after{content:none!important}.role-empty:after,.role-deleting:after{content:none!important;animation:none!important;opacity:0!important}.about{background:#f9fafb;padding:80px 0}.about-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:start}.about-text h3{font-size:2rem;color:#1f2937;margin-bottom:1.5rem;font-weight:600}.about-text p{font-size:1.1rem;color:#4b5563;margin-bottom:1.5rem;line-height:1.7;transition:color .3s ease}.about-text:hover p{color:#374151}.skills{margin-top:2rem}.skills h4{font-size:1.3rem;color:#1f2937;margin-bottom:1rem;font-weight:600}.skill-tags{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{background:#4f46e5;color:#fff;padding:.5rem 1rem;border-radius:25px;font-size:.9rem;font-weight:500;cursor:pointer;-webkit-user-select:none;user-select:none;border:2px solid transparent}.skill-tag:focus{outline:2px solid #4f46e5;outline-offset:2px}.about-stats{display:flex;flex-direction:column;gap:2rem}.stat-item{text-align:center;padding:2rem;background:#fff;border-radius:15px;box-shadow:0 5px 15px #0000001a;cursor:pointer;border:2px solid transparent}.stat-item:focus{outline:2px solid #4f46e5;outline-offset:2px}.stat-number{font-size:2.5rem;font-weight:700;color:#4f46e5;margin-bottom:.5rem;min-height:3rem;display:flex;align-items:center;justify-content:center}.stat-label{font-size:1rem;color:#6b7280;font-weight:500}@media (max-width: 768px){.about-content{grid-template-columns:1fr;gap:2rem}.about-text h3{font-size:1.8rem}.about-text p{font-size:1rem}.about-stats{flex-direction:row;gap:1rem}.stat-item{padding:1.5rem}.stat-number{font-size:2rem}}@media (max-width: 480px){.about{padding:60px 0}.about-text h3{font-size:1.5rem}.about-stats{flex-direction:column;gap:1rem}.stat-item{padding:1rem}.stat-number{font-size:1.8rem}.skill-tags{gap:.3rem}.skill-tag{padding:.4rem .8rem;font-size:.8rem}}@media (prefers-reduced-motion: reduce){.skill-tag,.stat-item,.about-text p{transition:none}.skill-tag:hover,.stat-item:hover{transform:none}}.resume{padding:80px 0;background:#fff}.resume-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.resume-title{font-size:1.8rem;color:#1f2937;margin-bottom:2rem;padding-bottom:1rem;border-bottom:3px solid #4f46e5;display:flex;align-items:center;gap:.5rem;font-weight:600}.resume-item{margin-bottom:2rem;padding:1.5rem;background:#f9fafb;border-radius:10px;box-shadow:0 5px 15px #0000001a;border-left:4px solid #4f46e5;cursor:pointer;position:relative;border:2px solid transparent}.resume-item:hover{transform:translate(10px);box-shadow:0 10px 25px #00000026}.resume-item:focus{outline:2px solid #4f46e5;outline-offset:2px}.resume-item-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.resume-icon{width:40px;height:40px;background:#4f46e5;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease}.resume-item:hover .resume-icon{background:#3730a3;transform:scale(1.1)}.resume-date{color:#4f46e5;font-weight:600;font-size:.9rem;transition:color .3s ease}.resume-item:hover .resume-date{color:#3730a3}.resume-item h4{font-size:1.2rem;color:#1f2937;margin-bottom:.5rem;font-weight:600}.resume-item .company{color:#6b7280;font-weight:500;margin-bottom:.5rem}.resume-item .description{color:#6b7280;line-height:1.6;margin-bottom:0}.resume-item:before{content:"";position:absolute;left:-2px;top:0;bottom:0;width:4px;background:linear-gradient(to bottom,#4f46e5,#7c3aed);border-radius:2px}.blog-link{color:#4f46e5;text-decoration:none;font-weight:500;font-size:.9rem;transition:all .3s ease}.blog-link:hover{color:#3730a3;text-decoration:underline}.blog-link:focus{outline:2px solid #4f46e5;outline-offset:2px;border-radius:4px}@media (max-width: 768px){.resume-content{grid-template-columns:1fr;gap:2rem}.resume-title{font-size:1.6rem}.resume-item{padding:1.2rem}.resume-item-header{flex-direction:column;align-items:flex-start;gap:.5rem}.resume-icon{width:35px;height:35px}}@media (max-width: 480px){.resume{padding:60px 0}.resume-title{font-size:1.4rem}.resume-item{padding:1rem}.resume-item h4{font-size:1.1rem}.resume-item .description{font-size:.9rem}}@media (prefers-reduced-motion: reduce){.resume-item,.resume-icon,.resume-date,.blog-link{transition:none}.resume-item:hover,.resume-item:hover .resume-icon{transform:none}}@media print{.resume{background:#fff;padding:0}.resume-item{break-inside:avoid;box-shadow:none;border:1px solid #e5e7eb}.resume-item:hover{transform:none}.blog-link{color:#000;text-decoration:underline}}.portfolio{background:#f9fafb;padding:80px 0}.portfolio-filters{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.filter-btn{padding:10px 20px;border:2px solid #4f46e5;background:transparent;color:#4f46e5;border-radius:25px;cursor:pointer;transition:all .25s ease;font-weight:500;font-size:.95rem;font-family:inherit}.filter-btn.active,.filter-btn:hover{background:#4f46e5;color:#fff;transform:translateY(-2px);box-shadow:0 5px 15px #4f46e540}.portfolio-grid,.stable-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;align-items:stretch}.portfolio-item,.no-shift{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 5px 15px #0000001a;transition:transform .25s ease,box-shadow .25s ease;will-change:transform}.portfolio-item:hover,.no-shift:hover{transform:translateY(-6px);box-shadow:0 12px 30px #00000026}.portfolio-image{position:relative;height:220px;overflow:hidden}.portfolio-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.portfolio-item:hover .portfolio-image img{transform:scale(1.06)}.portfolio-overlay{position:absolute;inset:0;background:#4f46e5e6;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .25s ease}.portfolio-item:hover .portfolio-overlay{opacity:1}.portfolio-links{display:flex;gap:.8rem}.portfolio-link{width:48px;height:48px;background:#fff;color:#4f46e5;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:transform .2s ease,background .2s ease,color .2s ease}.portfolio-link:hover{transform:scale(1.08);background:#4f46e5;color:#fff}.portfolio-content{padding:1.25rem 1.25rem 1.4rem}.portfolio-content h3{font-size:1.2rem;color:#1f2937;margin-bottom:.5rem;font-weight:600}.portfolio-content p{color:#6b7280;margin-bottom:.9rem;line-height:1.6}.portfolio-tech{display:flex;flex-wrap:wrap;gap:.5rem}.portfolio-tech span{background:#f3f4f6;color:#4b5563;padding:.3rem .75rem;border-radius:14px;font-size:.8rem;font-weight:500}@media (max-width: 768px){.portfolio{padding:60px 0}.portfolio-grid{gap:1.25rem}.portfolio-image{height:200px}}@media (max-width: 480px){.portfolio-grid{grid-template-columns:1fr}.portfolio-image{height:180px}}.contact{background:#f9fafb;padding:80px 0}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info h3{font-size:1.8rem;color:#1f2937;margin-bottom:1rem;font-weight:600}.contact-info p{color:#6b7280;margin-bottom:2rem;line-height:1.6}.contact-items{margin-bottom:2rem}.contact-item{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding:1rem;background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;cursor:pointer;border:2px solid transparent}.contact-item:hover{box-shadow:0 10px 25px #00000026}.contact-item:focus{outline:2px solid #4f46e5;outline-offset:2px}.contact-icon{width:60px;height:60px;background:#4f46e5;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease}.contact-item:hover .contact-icon{background:#3730a3;transform:scale(1.1)}.contact-details h4{font-size:1.2rem;color:#1f2937;margin-bottom:.5rem;font-weight:600}.contact-details p{color:#6b7280;margin:0;transition:color .3s ease}.contact-item:hover .contact-details p{color:#4f46e5}.social-links h4{font-size:1.2rem;color:#1f2937;margin-bottom:1rem;font-weight:600}.social-icons{display:flex;gap:1rem}.social-link{width:50px;height:50px;background:#4f46e5;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;border:2px solid transparent}.social-link:focus{outline:2px solid #4f46e5;outline-offset:2px}.social-link:hover{background:#3730a3;transform:translateY(-3px);box-shadow:0 10px 20px #4f46e54d}.contact-form{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 15px #0000001a}.contact-form h3{font-size:1.8rem;color:#1f2937;margin-bottom:1.5rem;font-weight:600}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{width:100%;padding:1rem;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;transition:border-color .3s ease;font-family:inherit;background:#fff}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.form-group textarea{resize:vertical;min-height:120px}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af}.form-group input.error,.form-group textarea.error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.form-group input.success,.form-group textarea.success{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:#4f46e5;color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.btn:hover:not(:disabled){background:#3730a3;transform:translateY(-2px);box-shadow:0 10px 25px #4f46e54d}@media (max-width: 768px){.contact{padding:60px 0}.contact-content{grid-template-columns:1fr;gap:2rem}.contact-form{padding:1.5rem}.contact-item{padding:.8rem}.contact-icon{width:50px;height:50px}.social-icons{justify-content:center}}@media (max-width: 480px){.contact-form{padding:1rem}.contact-item{flex-direction:column;text-align:center;gap:.5rem}.contact-icon{width:45px;height:45px}.social-icons{flex-wrap:wrap}.notification{right:10px;left:10px;max-width:none}}@media (prefers-reduced-motion: reduce){.contact-item,.contact-form,.social-link,.btn{transition:none}.contact-item:hover,.contact-icon:hover,.social-link:hover,.btn:hover{transform:none}.loading-spinner{animation:none}}@media print{.contact{background:#fff;padding:0}.contact-form,.contact-item{box-shadow:none;border:1px solid #e5e7eb}.social-icons,.notification{display:none}}.footer{background:#f8fafc;color:#1f2937;padding:60px 0 20px;border-top:1px solid #e2e8f0}.footer-content{max-width:1200px;margin:0 auto;padding:0 20px}.footer-main{display:grid;grid-template-columns:1fr 2fr;gap:3rem;margin-bottom:2rem}.footer-info h3{font-size:1.8rem;color:#1f2937;margin-bottom:1rem;font-weight:600}.footer-info p{color:#6b7280;margin-bottom:1rem;line-height:1.6}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#f1f5f9;color:#6b7280;border-radius:50%;transition:all .3s ease;text-decoration:none}.social-links a:hover{background:#4f46e5;color:#fff;transform:translateY(-2px)}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-section h4{font-size:1.2rem;color:#1f2937;margin-bottom:1rem;font-weight:600}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section li{margin-bottom:.5rem}.footer-section a{color:#6b7280;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#4f46e5}.footer-section li:not(:has(a)){color:#6b7280;font-size:.9rem;display:flex;align-items:center;gap:.5rem}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid #e2e8f0;flex-wrap:wrap;gap:1rem}.footer-copyright{display:flex;flex-direction:column;gap:.5rem}.footer-copyright p{color:#6b7280;margin:0;font-size:.9rem}.made-with{display:flex;align-items:center;gap:.3rem;color:#6b7280;font-size:.8rem}.heart-icon{color:#ef4444;animation:heartbeat 2s ease-in-out infinite}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.scroll-to-top{width:50px;height:50px;background:#4f46e5;color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 5px 15px #4f46e54d}.scroll-to-top:hover{background:#3730a3;box-shadow:0 10px 25px #4f46e566}@media (max-width: 768px){.footer{padding:40px 0 20px}.footer-main{grid-template-columns:1fr;gap:2rem}.footer-links{grid-template-columns:repeat(2,1fr);gap:1.5rem}.footer-bottom{flex-direction:column;text-align:center;gap:1rem}.footer-copyright{align-items:center}}@media (max-width: 480px){.footer-content{padding:0 15px}.footer-links{grid-template-columns:1fr;gap:1rem}.footer-section,.footer-info{text-align:center}.footer-info h3{font-size:1.5rem}.footer-section h4{font-size:1.1rem}}.footer-main{animation:fadeInUp .6s ease-out}.footer-bottom{animation:fadeInUp .6s ease-out .2s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.footer-section a{position:relative}.footer-section a:after{content:"";position:absolute;width:0;height:1px;bottom:-2px;left:0;background-color:#4f46e5;transition:width .3s ease}.footer-section a:hover:after{width:100%}.footer-section a:focus,.scroll-to-top:focus{outline:2px solid #4f46e5;outline-offset:2px;border-radius:4px}@media (prefers-reduced-motion: reduce){.footer-main,.footer-bottom,.heart-icon{animation:none}.scroll-to-top:hover{transform:none}}@media print{.footer{background:#fff;color:#000;padding:20px 0;border-top:1px solid #e2e8f0}.footer-info h3,.footer-section h4{color:#000}.footer-info p,.footer-section a,.footer-section li:not(:has(a)){color:#666}.scroll-to-top{display:none}.heart-icon{animation:none}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Poppins,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px;width:100%;box-sizing:border-box}.App{min-height:100vh;position:relative;width:100%;max-width:100vw;overflow-x:hidden}section{padding:80px 0}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.section-subtitle{font-size:1.2rem;color:#6b7280}.btn{padding:12px 30px;border:none;border-radius:50px;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;justify-content:center;font-family:inherit;font-size:1rem}.btn-primary{background:#4f46e5;color:#fff}.btn-primary:hover{background:#3730a3;transform:translateY(-2px);box-shadow:0 10px 25px #4f46e54d}.btn-secondary{background:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background:#fff;color:#4f46e5;transform:translateY(-2px)}.btn:disabled{opacity:.6;cursor:not-allowed}.loading-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.loader{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;z-index:10000;color:#fff;font-family:Poppins,sans-serif}.loader-content{text-align:center}.loader-spinner{width:50px;height:50px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite;margin-bottom:1rem}.loader-content p{font-size:1.2rem;font-weight:500}.notification{position:fixed;top:20px;right:20px;padding:1rem 1.5rem;border-radius:10px;box-shadow:0 10px 25px #0003;z-index:10000;max-width:400px;color:#fff;font-weight:500}.notification-success{background:#10b981}.notification-error{background:#ef4444}.notification-info{background:#3b82f6}.notification-content{display:flex;align-items:center;justify-content:space-between;gap:1rem}.notification-content button{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:0;margin-left:1rem}@media (max-width: 768px){.container{padding:0 15px}.section-title{font-size:2rem}.btn{padding:10px 20px;font-size:.9rem}}@media (max-width: 480px){.container{padding:0 10px}.section-title{font-size:1.8rem}.notification{right:10px;left:10px;max-width:none}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#4f46e5;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#3730a3}.keyboard-navigation *:focus{outline:2px solid #4f46e5!important;outline-offset:2px!important}.fade-in{opacity:0;transform:translateY(30px);transition:all .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}
