.footer{background-color:#0d1b2ae6;border-top:1px solid #ffffff1a;padding:4rem 0 2rem}.footer-container{flex-direction:column;gap:3rem;display:flex}.footer-top{justify-content:space-between;gap:2rem;display:flex}@media (width<=768px){.footer-top{flex-direction:column}}.footer-logo{max-width:300px}.footer-logo .logo{margin-bottom:1rem;display:inline-block}.footer-logo .logo .logo-text{font-family:var(--font-heading);color:var(--primary);font-size:2rem;font-weight:700;position:relative}.footer-logo .logo .logo-text:after{content:"";border:2px solid var(--primary);border-radius:50%;width:120%;height:120%;position:absolute;top:-10%;left:-10%}.footer-logo .footer-tagline{color:var(--light);opacity:.8;font-size:1rem}.footer-links{gap:4rem;display:flex}@media (width<=992px){.footer-links{gap:2rem}}@media (width<=768px){.footer-links{flex-wrap:wrap}}@media (width<=576px){.footer-links{flex-direction:column}}.footer-links-column h3{color:var(--light);margin-bottom:1.5rem;font-size:1.2rem;position:relative}.footer-links-column h3:after{content:"";background:var(--primary);width:30px;height:2px;position:absolute;bottom:-.5rem;left:0}.footer-links-column ul{flex-direction:column;gap:1rem;list-style:none;display:flex}.footer-links-column ul li a{color:var(--light);opacity:.8;align-items:center;gap:.5rem;transition:all .3s;display:flex}.footer-links-column ul li a i{color:var(--primary)}.footer-links-column ul li a:hover{opacity:1;color:var(--primary);transform:translate(5px)}.footer-links-column ul.social-links li a svg{fill:currentColor;width:25px;height:25px}.footer-links-column ul.social-links li a svg.gitHub{stroke:#fff}.footer-links-column ul.social-links li a svg.link{stroke:#fff;fill:#fff}.footer-links-column ul.social-links li a:hover svg.linkedIn,.footer-links-column ul.social-links li a:hover svg.link,.footer-links-column ul.social-links li a:hover svg.gitHub{fill:var(--primary);stroke:var(--primary)}.footer-bottom{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-top:2rem;display:flex}@media (width<=576px){.footer-bottom{text-align:center;flex-direction:column;gap:1rem}}.footer-bottom .copyright,.footer-bottom .credits{color:var(--light);opacity:.7;font-size:.9rem}.experience-timeline{max-width:var(--max-container-width);margin:3rem auto 0;position:relative}.experience-timeline:before{content:"";background:linear-gradient(to bottom, var(--primary), var(--accent));border-radius:2px;width:4px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}@media (width<=768px){.experience-timeline:before{left:30px}}.timeline-item{width:50%;margin-bottom:60px;padding:0 40px;position:relative}.timeline-item:before{content:"";background:var(--primary);z-index:1;border-radius:50%;width:20px;height:20px;position:absolute;top:0}.timeline-item:after{content:"";background:var(--primary);width:30px;height:2px;position:absolute;top:9px}.timeline-item.left{left:0}.timeline-item.left:before{right:-10px}.timeline-item.left:after{right:0}.timeline-item.right{left:50%}.timeline-item.right:before{left:-10px}.timeline-item.right:after{left:0}@media (width<=768px){.timeline-item{width:100%;padding-left:70px;padding-right:0;left:0}.timeline-item:before{left:20px;right:auto}.timeline-item:after{left:40px;right:auto}.timeline-item.right{left:0}}.timeline-content{background:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;padding:1.5rem;position:relative}.timeline-date{color:var(--primary);background:#3a86ff1a;border-radius:50px;margin-bottom:1rem;padding:.4rem 1rem;font-size:.9rem;font-weight:600;display:inline-block}.timeline-title{color:var(--light);margin-bottom:.5rem;font-size:1.4rem}.timeline-company{color:var(--pumpkin);margin-bottom:.5rem;font-size:1.2rem}.timeline-location{color:var(--light);opacity:.7;margin-bottom:1rem;font-size:.9rem}.timeline-description{color:var(--light);opacity:.8;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.timeline-technologies{flex-wrap:wrap;gap:.5rem;display:flex}.timeline-technologies .timeline-tech{color:var(--primary);background:#3a86ff1a;border-radius:50px;padding:.3rem .8rem;font-size:.8rem;font-weight:600}.contact-form-wrapper{width:100%;height:100%;position:relative}.contact-form{background:var(--card-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--card-border);transition:all var(--transition-normal);border-radius:24px;flex-direction:column;gap:1.5rem;padding:2rem 1.5rem;display:flex;box-shadow:0 25px 45px -12px #00000040}.contact-form:hover{border-color:#3a86ff4d;box-shadow:0 30px 50px -15px #0000004d}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{font-family:var(--font-heading);letter-spacing:.02em;color:var(--light);opacity:.9;transition:all var(--transition-fast);margin-left:.25rem;font-size:.9rem;font-weight:600}.input-icon-wrapper{width:100%;position:relative}.input-icon-wrapper .input-icon{color:var(--primary);opacity:.7;width:1.1rem;height:1.1rem;transition:all var(--transition-fast);pointer-events:none;z-index:1;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.input-icon-wrapper.textarea-icon .input-icon{top:1.2rem;transform:none}.input-icon-wrapper input,.input-icon-wrapper textarea{width:100%;color:var(--light);font-family:var(--font-body);transition:all var(--transition-normal);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;padding:.9rem 1rem .9rem 2.5rem;font-size:1rem;font-weight:500}.input-icon-wrapper input::placeholder,.input-icon-wrapper textarea::placeholder{color:#ffffff4d;transition:opacity var(--transition-fast);font-weight:400}.input-icon-wrapper input:focus,.input-icon-wrapper textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #3a86ff26, var(--shadow-glow);background:#3a86ff0d;outline:none}.input-icon-wrapper input:focus::placeholder,.input-icon-wrapper textarea:focus::placeholder{opacity:.5}.input-icon-wrapper input:focus+.input-icon,.input-icon-wrapper textarea:focus+.input-icon{opacity:1;color:var(--accent);transform:translateY(-50%)scale(1.05)}.input-icon-wrapper input:hover:not(:focus),.input-icon-wrapper textarea:hover:not(:focus){background:#ffffff0d;border-color:#3a86ff4d}.input-icon-wrapper textarea{resize:vertical;min-height:110px;padding-top:1rem;padding-bottom:1rem}.textarea-icon:focus-within .input-icon{top:1.2rem;transform:scale(1.05)}.submit-button{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;width:100%;font-family:var(--font-heading);letter-spacing:.01em;cursor:pointer;transition:all var(--transition-normal);z-index:1;border:none;border-radius:40px;justify-content:center;align-items:center;gap:.75rem;padding:.9rem 1.5rem;font-size:1rem;font-weight:600;display:flex;position:relative;overflow:hidden}.submit-button:before{content:"";background:linear-gradient(135deg, var(--secondary), var(--accent));opacity:0;width:100%;height:100%;transition:opacity var(--transition-normal);z-index:-1;position:absolute;top:0;left:0}.submit-button:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 12px 28px #3a86ff66}.submit-button:hover:not(:disabled):before{opacity:1}.submit-button:hover:not(:disabled) .button-icon{transform:translate(4px)}.submit-button:active:not(:disabled){transform:translateY(0)}.submit-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.submit-button .button-icon{width:1rem;height:1rem;transition:transform var(--transition-fast)}.submit-button .spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;margin-right:8px;animation:.8s linear infinite rotate;display:inline-block}.submit-button.submitting{gap:.5rem}.success-message{text-align:center;background:var(--card-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid #06d6a04d;border-radius:32px;padding:3rem 1.5rem;animation:3s ease-in-out infinite float}.success-message .success-icon{width:4rem;height:4rem;color:var(--success);filter:drop-shadow(0 0 12px #06d6a066);justify-content:center;align-items:center;margin-bottom:1.5rem;animation:2s infinite pulse;display:inline-flex}.success-message h3{font-family:var(--font-heading);background:linear-gradient(135deg, var(--light), var(--success));color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:.75rem;font-size:1.8rem}.success-message p{color:#ffffffb3;max-width:280px;margin:0 auto;font-size:1rem}@media (width<=768px){.contact-form{border-radius:20px;gap:1.25rem;padding:1.5rem 1.25rem}.input-icon-wrapper input,.input-icon-wrapper textarea{padding:.8rem 1rem .8rem 2.3rem;font-size:.95rem}.input-icon-wrapper .input-icon{width:1rem;height:1rem;left:.9rem}.submit-button{padding:.8rem 1.25rem;font-size:.95rem}.success-message{padding:2rem 1.25rem}.success-message h3{font-size:1.5rem}}@media (width<=480px){.contact-form{border-radius:18px;padding:1.25rem 1rem}.input-icon-wrapper input,.input-icon-wrapper textarea{padding:.7rem 1rem .7rem 2.2rem}}.hero-canvas{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.languageSelect{appearance:none;color:#fff;background-color:#0000;border:none;outline:none;padding:10px;font-size:1rem}.languageSelect option{color:#000000a9}.navbar{width:100%;height:var(--navbar-height);z-index:100;transition:all .3s;position:fixed;top:0;left:0}.navbar.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172acc;box-shadow:0 4px 20px #0000001a}.navbar-container{justify-content:space-between;align-items:center;height:100%;display:flex}.navbar-logo{align-items:center;display:flex}.navbar-logo .logo-text{font-family:var(--font-heading);color:var(--primary);font-size:2rem;font-weight:700;position:relative}.navbar-logo .logo-text:after{content:"";border:2px solid var(--primary);border-radius:50%;width:120%;height:120%;position:absolute;top:-10%;left:-10%}@media (width<=911px){.navbar-menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172af2;justify-content:center;align-items:center;width:100%;height:100vh;transition:transform .3s;display:flex;position:fixed;top:0;left:0;transform:translate(100%)}.navbar-menu.open{transform:translate(0)}}.navbar-links{gap:2rem;list-style:none;display:flex}@media (width<=911px){.navbar-links{text-align:center;flex-direction:column;gap:2rem}}.navbar-link a{color:var(--light);padding:.5rem 0;font-weight:600;transition:all .3s;position:relative}.navbar-link a:after{content:"";background:var(--primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.navbar-link a:hover,.navbar-link a.active{color:var(--primary)}.navbar-link a:hover:after,.navbar-link a.active:after{width:100%}@media (width<=768px){.navbar-link a{font-size:1.5rem}}.navbar-actions{align-items:center;gap:1rem;display:flex}.resume-button{color:var(--primary);border:2px solid var(--primary);background:0 0;border-radius:50px;padding:.6rem 1.2rem;font-weight:600;transition:all .3s}.resume-button:hover{background:var(--primary);color:#fff;transform:translateY(-3px)}@media (width<=911px){.resume-button{display:none}}.mobile-menu-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:30px;height:20px;display:none}.mobile-menu-toggle span{background:var(--light);width:100%;height:2px;transition:all .3s;display:block}.mobile-menu-toggle.open span:first-child{transform:translateY(9px)rotate(45deg)}.mobile-menu-toggle.open span:nth-child(2){opacity:0}.mobile-menu-toggle.open span:nth-child(3){transform:translateY(-9px)rotate(-45deg)}@media (width<=911px){.mobile-menu-toggle{display:flex}}.modal-overlay{z-index:1000;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;display:flex;position:fixed;top:0;left:0}.modal-backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:-1;background:#000000b3;width:100%;height:100%;position:fixed;top:0;left:0}.modal-container{background:linear-gradient(135deg,#172440f2 0%,#0f172af2 100%);border:1px solid #ffffff1a;border-radius:16px;width:100%;max-width:800px;max-height:90vh;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.modal-container:before{content:"";background:linear-gradient(90deg, transparent, rgba(var(--primary-rgb), .5), transparent);height:1px;position:absolute;top:0;left:0;right:0}.modal-container:after{content:"";background:linear-gradient(90deg, transparent, rgba(var(--accent-rgb), .5), transparent);height:1px;position:absolute;bottom:0;left:0;right:0}.modal-header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex;position:relative}.modal-header:after{content:"";background:linear-gradient(90deg,#0000,#ffffff1a,#0000);width:80%;height:1px;position:absolute;bottom:0;left:10%}.modal-title{color:var(--light);background:linear-gradient(90deg, var(--primary), var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.8rem}.modal-close{color:var(--light);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .3s;display:flex}.modal-close:hover{background:#ffffff1a;transform:rotate(90deg)}.modal-content{max-height:calc(90vh - 80px);padding:2rem;overflow-y:auto}.modal-content::-webkit-scrollbar{width:8px}.modal-content::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.modal-content::-webkit-scrollbar-thumb{background:rgba(var(--primary-rgb), .5);border-radius:4px}.modal-content::-webkit-scrollbar-thumb:hover{background:var(--primary)}.project-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;flex-direction:column;height:100%;transition:all .3s;display:flex;overflow:hidden}.project-image{height:220px;position:relative;overflow:hidden}.project-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.project-overlay{opacity:0;background:#0d1b2acc;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.project-overlay.active{opacity:1}.project-links{gap:1rem;display:flex}.project-links .project-link{background:var(--primary);color:#fff;cursor:pointer;font-weight:600;font-family:var(--font-body);border:none;border-radius:4px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;transition:all .3s;display:flex}.project-links .project-link:hover{background:var(--primary-dark);transform:translateY(-3px)}.project-links .project-link i{font-size:.9rem}.project-content{flex-direction:column;flex:1;padding:1.5rem;display:flex}.project-title{color:var(--light);margin-bottom:1rem;font-size:1.4rem}.project-description{color:var(--light);opacity:.8;flex:1;margin-bottom:1.5rem;font-size:1rem}.project-technologies{flex-wrap:wrap;gap:.5rem;display:flex}.project-technologies .project-tech{color:var(--primary);background:#3a86ff1a;border-radius:50px;padding:.3rem .8rem;font-size:.8rem;font-weight:600}.project-modal-content{color:var(--light);flex-direction:column;gap:2rem;display:flex}.project-modal-content .project-modal-image{border-radius:12px;width:100%;height:300px;overflow:hidden;box-shadow:0 10px 30px #0003}.project-modal-content .project-modal-image img{object-fit:cover;width:100%;height:100%}.project-modal-content .project-modal-description{color:var(--light);opacity:.9;font-size:1.1rem;line-height:1.8}.project-modal-content h3{color:var(--primary);margin-bottom:1.5rem;font-size:1.5rem;display:inline-block;position:relative}.project-modal-content h3:after{content:"";background:var(--primary);width:50px;height:2px;position:absolute;bottom:-.5rem;left:0}.project-modal-content .project-modal-gallery .gallery-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;display:grid}.project-modal-content .project-modal-gallery .gallery-grid .gallery-item{border-radius:8px;height:150px;transition:transform .3s;overflow:hidden;box-shadow:0 4px 10px #0000001a}.project-modal-content .project-modal-gallery .gallery-grid .gallery-item:hover{transform:scale(1.05)}.project-modal-content .project-modal-gallery .gallery-grid .gallery-item img{object-fit:cover;width:100%;height:100%}.project-modal-content .project-modal-features .features-list{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.project-modal-content .project-modal-features .features-list .feature-item{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:1.5rem}.project-modal-content .project-modal-features .features-list .feature-item h4{color:var(--light);margin-bottom:.8rem;font-size:1.2rem}.project-modal-content .project-modal-features .features-list .feature-item p{color:var(--light);opacity:.8;font-size:1rem}.project-modal-content .project-modal-challenges .challenges-list{flex-direction:column;gap:1.5rem;display:flex}.project-modal-content .project-modal-challenges .challenges-list .challenge-item{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}@media (width<=768px){.project-modal-content .project-modal-challenges .challenges-list .challenge-item{grid-template-columns:1fr}}.project-modal-content .project-modal-challenges .challenges-list .challenge-item .challenge-problem,.project-modal-content .project-modal-challenges .challenges-list .challenge-item .challenge-solution{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:1.5rem}.project-modal-content .project-modal-challenges .challenges-list .challenge-item .challenge-problem h4,.project-modal-content .project-modal-challenges .challenges-list .challenge-item .challenge-solution h4{color:var(--light);margin-bottom:.8rem;font-size:1.2rem}.project-modal-content .project-modal-challenges .challenges-list .challenge-item .challenge-problem p,.project-modal-content .project-modal-challenges .challenges-list .challenge-item .challenge-solution p{color:var(--light);opacity:.8;font-size:1rem}.project-modal-content .project-modal-challenges .challenges-list .challenge-item .challenge-problem h4{color:var(--warning)}.project-modal-content .project-modal-challenges .challenges-list .challenge-item .challenge-solution h4{color:var(--success)}.project-modal-content .project-modal-technologies .technologies-list{flex-wrap:wrap;gap:.8rem;display:flex}.project-modal-content .project-modal-technologies .technologies-list .technology-item{color:var(--primary);background:#3a86ff1a;border-radius:50px;padding:.5rem 1rem;font-size:.9rem;font-weight:600}.project-modal-content .project-modal-links{gap:1rem;margin-top:1rem;display:flex}@media (width<=576px){.project-modal-content .project-modal-links{flex-direction:column}}.project-modal-content .project-modal-links .modal-link{border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1.5rem;font-weight:600;transition:all .3s;display:flex}.project-modal-content .project-modal-links .modal-link.primary{background:linear-gradient(90deg, var(--primary), var(--primary-dark));color:#fff;flex:1}.project-modal-content .project-modal-links .modal-link.primary:hover{transform:translateY(-3px);box-shadow:0 8px 20px #3a86ff66}.project-modal-content .project-modal-links .modal-link.secondary{border:1px solid var(--primary);color:var(--light);background:0 0;flex:1}.project-modal-content .project-modal-links .modal-link.secondary:hover{background:#3a86ff1a;transform:translateY(-3px)}.skills-cloud{width:100%;height:400px}.skills-cloud canvas{border-radius:12px;width:100%;height:100%;overflow:hidden}.services-container{width:100%}.services-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;display:grid}@media (width<=768px){.services-grid{grid-template-columns:1fr}}.service-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:16px;flex-direction:column;height:100%;padding:2rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.service-card:before{content:"";background:linear-gradient(90deg, var(--primary), var(--accent));opacity:0;width:100%;height:4px;transition:opacity .3s;position:absolute;top:0;left:0}.service-card:hover:before{opacity:1}.service-icon{background:rgba(var(--primary-rgb), .1);width:70px;height:70px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:1.8rem;transition:all .3s;display:flex}.service-card:hover .service-icon{background:var(--primary);color:#fff;transform:scale(1.1)}.service-title{color:var(--light);margin-bottom:1rem;padding-bottom:.8rem;font-size:1.4rem;position:relative}.service-title:after{content:"";background:var(--primary);width:40px;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.service-card:hover .service-title:after{width:60px}.service-description{color:var(--light);opacity:.8;flex:1;font-size:1rem;line-height:1.7}.home{min-width:var(--min-container-width);position:relative;overflow-x:hidden}.home .loading-screen{background-color:var(--background);z-index:1000;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .5s;display:flex;position:fixed;top:0;left:0}.home .loading-screen.loaded{pointer-events:none}.home .loading-screen .loading-content{flex-direction:column;align-items:center;gap:2rem;display:flex}.home .loading-screen .loading-content .loading-logo{font-family:var(--font-heading);color:var(--primary);font-size:4rem;font-weight:700;position:relative}.home .loading-screen .loading-content .loading-logo:after{content:"";border:2px solid var(--primary);border-radius:50%;width:120%;height:120%;animation:2s infinite pulse;position:absolute;top:-10%;left:-10%}.home .loading-screen .loading-content .loading-bar{background-color:#ffffff1a;border-radius:2px;width:200px;height:4px;overflow:hidden}.home .loading-screen .loading-content .loading-bar .loading-progress{background:linear-gradient(90deg, var(--primary), var(--accent));height:100%}.home .hero{align-items:center;height:100vh;min-height:700px;display:flex;position:relative;overflow:hidden}.home .hero .hero-canvas-container{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.home .hero .hero-content{z-index:1;justify-content:space-between;align-items:center;gap:2rem;display:flex;position:relative}@media (width<=992px){.home .hero .hero-content{text-align:center;flex-direction:column;margin-top:50px}}@media (width<=911px){.home .hero .hero-content{margin-top:0}}.home .hero .hero-content .hero-text{flex:1}.home .hero .hero-content .hero-text h1{flex-direction:column;margin-bottom:1.5rem;font-size:3.5rem;display:flex}.home .hero .hero-content .hero-text h1 span{line-height:1.2}.home .hero .hero-content .hero-text h1 span.name{background:linear-gradient(90deg, var(--primary), var(--accent));-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;font-size:4.5rem}.home .hero .hero-content .hero-text h1 span.title{color:var(--pumpkin);margin-top:.5rem;font-size:2rem}@media (width<=1320px){.home .hero .hero-content .hero-text h1{font-size:2.5rem}.home .hero .hero-content .hero-text h1 span.name{font-size:3.5rem}.home .hero .hero-content .hero-text h1 span.title{font-size:1.5rem}}@media (width<=992px){.home .hero .hero-content .hero-text h1{margin:2.5rem auto}.home .hero .hero-content .hero-text h1 span{font-size:1.5rem}.home .hero .hero-content .hero-text h1 span.name{margin:1.5rem auto;font-size:2.5rem}.home .hero .hero-content .hero-text h1 span.title{font-size:1.5rem}}@media (width<=491px){.home .hero .hero-content .hero-text h1{margin-bottom:10px}.home .hero .hero-content .hero-text h1 span{font-size:1rem}.home .hero .hero-content .hero-text h1 span.name{margin:1rem auto;font-size:1.7rem}.home .hero .hero-content .hero-text h1 span.title{font-size:1.3rem}}@media (width<=391px){.home .hero .hero-content .hero-text h1{margin:1.5rem auto 1rem}.home .hero .hero-content .hero-text h1 span{font-size:1rem}.home .hero .hero-content .hero-text h1 span.name{margin:.6rem auto;font-size:1.5rem}.home .hero .hero-content .hero-text h1 span.title{font-size:1.1rem}}.home .hero .hero-content .hero-text .subtitle{color:var(--light);opacity:.8;text-align:justify;max-width:600px;margin-bottom:2rem;font-size:1.2rem}@media (width<=1320px){.home .hero .hero-content .hero-text .subtitle{width:100%;max-width:500px;font-size:1rem;line-height:2.2}}@media (width<=491px){.home .hero .hero-content .hero-text .subtitle{line-height:1.7}}@media (width<=391px){.home .hero .hero-content .hero-text .subtitle{margin-bottom:1.5rem}}.home .hero .hero-content .hero-text .hero-cta{gap:1rem;display:flex}@media (width<=992px){.home .hero .hero-content .hero-text .hero-cta{justify-content:center}}.home .hero .hero-content .hero-text .hero-cta .button{border-radius:50px;justify-content:center;align-items:center;padding:.8rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.home .hero .hero-content .hero-text .hero-cta .button.primary{background:linear-gradient(90deg, var(--primary), var(--primary-dark));color:#fff;box-shadow:0 4px 15px #3a86ff4d}.home .hero .hero-content .hero-text .hero-cta .button.primary:hover{transform:translateY(-3px);box-shadow:0 8px 20px #3a86ff66}.home .hero .hero-content .hero-text .hero-cta .button.secondary{color:var(--light);border:2px solid var(--primary);background:0 0}.home .hero .hero-content .hero-text .hero-cta .button.secondary:hover{background:#3a86ff1a;transform:translateY(-3px)}@media (width<=450px){.home .hero .hero-content .hero-text .hero-cta .button{padding:.6rem 1.5rem;font-size:.9rem}}.home .hero .hero-content .hero-image{flex:1;position:relative}.home .hero .hero-content .hero-image .profile-image{border:4px solid #ffffff1a;border-radius:30% 70% 70% 30%/30% 30% 70% 70%;width:400px;height:400px;animation:10s infinite morphing;overflow:hidden;box-shadow:0 20px 40px #0000004d}@media (width<=992px){.home .hero .hero-content .hero-image .profile-image{width:320px;height:320px;margin:2.5rem auto 2rem}}@media (width<=491px){.home .hero .hero-content .hero-image .profile-image{width:270px;height:270px;margin:2.5rem auto 2rem}}@media (width<=391px){.home .hero .hero-content .hero-image .profile-image{width:240px;height:240px;margin:1.5rem auto 1rem}}.home .hero .hero-content .hero-image .profile-image img{object-fit:cover;width:100%;height:100%}.home .hero .hero-content .hero-image .tech-stack{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.home .hero .hero-content .hero-image .tech-stack .tech-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--light);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50px;padding:.5rem 1rem;font-size:.9rem;font-weight:600;animation:5s infinite float;position:absolute;box-shadow:0 4px 10px #0000001a}.home .hero .hero-content .hero-image .tech-stack .tech-item:first-child{animation-delay:0s;top:10%;left:-10%}@media (width<=992px){.home .hero .hero-content .hero-image .tech-stack .tech-item:first-child{top:50%;left:-30%}}.home .hero .hero-content .hero-image .tech-stack .tech-item:nth-child(2){animation-delay:1s;top:30%;right:-5%}@media (width<=992px){.home .hero .hero-content .hero-image .tech-stack .tech-item:nth-child(2){right:-20%}}.home .hero .hero-content .hero-image .tech-stack .tech-item:nth-child(3){animation-delay:2s;bottom:10%;left:-15%}.home .hero .hero-content .hero-image .tech-stack .tech-item:nth-child(4){animation-delay:3s;bottom:10%;right:10%}@media (width<=992px){.home .hero .hero-content .hero-image .tech-stack .tech-item:nth-child(4){right:-5%}}.home .hero .hero-content .hero-image .tech-stack .tech-item:nth-child(5){animation-delay:4s;top:50%;right:-10%}@media (width<=992px){.home .hero .hero-content .hero-image .tech-stack .tech-item:nth-child(5){right:-30%}}.home .hero .hero-content .hero-image .tech-stack .tech-item:nth-child(6){animation-delay:5s;top:110%;left:30%}.home .hero .hero-content .hero-image .tech-stack .tech-item:nth-child(7){animation-delay:6s;top:0;right:30%}@media (width<=992px){.home .hero .hero-content .hero-image .tech-stack .tech-item:nth-child(7){top:5%;right:10%}}.home .hero .hero-content .hero-image .tech-stack .tech-item:nth-child(8){animation-delay:7s;top:-10%;left:10%}@media (width<=992px){.home .hero .hero-content .hero-image .tech-stack .tech-item:nth-child(8){top:5%}}.home .hero .hero-content .hero-image .tech-stack .tech-item:nth-child(9){animation-delay:8s;bottom:-20%;left:10%}.home .hero .scroll-indicator{flex-direction:column;align-items:center;gap:.5rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.home .hero .scroll-indicator .mouse{border:2px solid #ffffff4d;border-radius:20px;width:30px;height:50px;position:relative}.home .hero .scroll-indicator .mouse .wheel{background-color:var(--light);border-radius:50%;width:6px;height:6px;animation:2s infinite scroll;position:absolute;top:10px;left:50%;transform:translate(-50%)}.home .hero .scroll-indicator .arrow{flex-direction:column;align-items:center;gap:.2rem;display:flex}.home .hero .scroll-indicator .arrow span{width:10px;height:10px;animation:2s infinite arrow;animation-delay:calc(.2s * var(--i));border-bottom:2px solid #ffffff4d;border-right:2px solid #ffffff4d;display:block;transform:rotate(45deg)}@media (width<=911px){.home .hero{flex-direction:column;justify-content:space-around;min-height:100vh;padding-top:50px;display:flex}}.home .about{background-color:#0f172acc}.home .about .about-content{gap:4rem;margin-top:3rem;display:flex}@media (width<=992px){.home .about .about-content{flex-direction:column;gap:2rem}}.home .about .about-content .about-text{flex:1}.home .about .about-content .about-text p{color:var(--light);opacity:.9;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.home .about .about-content .about-text .about-details{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin:2rem 0;display:grid}@media (width<=768px){.home .about .about-content .about-text .about-details{grid-template-columns:1fr}}.home .about .about-content .about-text .about-details .detail-item{flex-direction:column;gap:.5rem;display:flex}.home .about .about-content .about-text .about-details .detail-item .detail-label{color:var(--primary);font-weight:600}.home .about .about-content .about-text .about-details .detail-item .detail-value{color:var(--light)}.home .about .about-content .about-text .about-cta{gap:1rem;margin-top:2rem;display:flex}.home .about .about-content .about-text .about-cta .button{border-radius:50px;padding:.8rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.home .about .about-content .about-text .about-cta .button.primary{background:linear-gradient(90deg, var(--primary), var(--primary-dark));color:#fff;box-shadow:0 4px 15px #3a86ff4d}.home .about .about-content .about-text .about-cta .button.primary:hover{transform:translateY(-3px);box-shadow:0 8px 20px #3a86ff66}.home .about .about-content .about-text .about-cta .button.secondary{color:var(--light);border:2px solid var(--primary);background:0 0}.home .about .about-content .about-text .about-cta .button.secondary:hover{background:#3a86ff1a;transform:translateY(-3px)}.home .about .about-content .about-skills{flex:1}.home .about .about-content .about-skills h3{color:var(--light);margin-bottom:2rem;font-size:1.8rem}.home .services{background-color:var(--background)}.home .services .section-description{max-width:700px;color:var(--light);opacity:.9;text-align:center;margin:1rem auto 3rem;font-size:1.1rem}.home .projects{background-color:#0f172acc}.home .projects .projects-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;margin-top:3rem;display:grid}@media (width<=768px){.home .projects .projects-grid{grid-template-columns:1fr}}.home .projects .projects-cta{justify-content:center;margin-top:3rem;display:flex}.home .projects .projects-cta .button{background:linear-gradient(90deg, var(--primary), var(--primary-dark));color:#fff;border-radius:50px;padding:.8rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #3a86ff4d}.home .projects .projects-cta .button:hover{transform:translateY(-3px);box-shadow:0 8px 20px #3a86ff66}.home .experience{background-color:var(--background)}.home .contact{background-color:#0f172acc}.home .contact .contact-content{gap:4rem;margin-top:3rem;display:flex}@media (width<=992px){.home .contact .contact-content{flex-direction:column;gap:2rem}}.home .contact .contact-content .contact-info{flex:1}.home .contact .contact-content .contact-info h3{color:var(--light);margin-bottom:1.5rem;font-size:1.8rem}.home .contact .contact-content .contact-info p{color:var(--light);opacity:.9;margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.home .contact .contact-content .contact-info .contact-details{flex-direction:column;gap:1.5rem;margin-bottom:2rem;display:flex}.home .contact .contact-content .contact-info .contact-details .contact-item{align-items:flex-start;gap:1rem;display:flex}.home .contact .contact-content .contact-info .contact-details .contact-item .contact-icon{width:50px;height:50px;color:var(--primary);background:#3a86ff1a;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;display:flex}.home .contact .contact-content .contact-info .contact-details .contact-item .contact-text h4{color:var(--light);margin-bottom:.5rem;font-size:1.2rem}.home .contact .contact-content .contact-info .contact-details .contact-item .contact-text p{color:var(--light);opacity:.8;margin:0;font-size:1rem}.home .contact .contact-content .contact-info .social-links{gap:1rem;display:flex}.home .contact .contact-content .contact-info .social-links .social-link{width:45px;height:45px;color:var(--light);background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;transition:all .3s;display:flex}.home .contact .contact-content .contact-info .social-links .social-link svg{width:25px;height:25px}.home .contact .contact-content .contact-info .social-links .social-link svg.linkedIn,.home .contact .contact-content .contact-info .social-links .social-link svg.gitHub,.home .contact .contact-content .contact-info .social-links .social-link svg.link{fill:#3a86ff}.home .contact .contact-content .contact-info .social-links .social-link:hover svg.linkedIn,.home .contact .contact-content .contact-info .social-links .social-link:hover svg.gitHub,.home .contact .contact-content .contact-info .social-links .social-link:hover svg.link{fill:#fff}.home .contact .contact-content .contact-info .social-links .social-link:hover{background:var(--primary);color:#fff;transform:translateY(-3px)}.home .contact .contact-content .contact-form-container{flex:1}.home .section{padding:var(--section-spacing) 0}.home .section .section-header{text-align:center;margin-bottom:2rem}.home .section .section-header .section-title{color:var(--light);margin-bottom:1rem;font-size:2.5rem;display:inline-block;position:relative}.home .section .section-header .section-line{background:linear-gradient(90deg, var(--primary), var(--accent));border-radius:2px;width:80px;height:4px;margin:0 auto}.about-page{padding:calc(var(--navbar-height) + 2rem) 0 var(--section-spacing)}.about-page .section-header{text-align:center;margin-bottom:3rem}.about-page .section-header .section-title{color:var(--light);margin-bottom:1rem;font-size:3rem;display:inline-block;position:relative}@media (width<=600px){.about-page .section-header .section-title{font-size:2rem}}.about-page .section-header .section-line{background:linear-gradient(90deg, var(--primary), var(--accent));border-radius:2px;width:80px;height:4px;margin:0 auto}.about-page .about-content{gap:4rem;margin-bottom:4rem;display:flex}@media (width<=992px){.about-page .about-content{flex-direction:column;gap:2rem}}.about-page .about-content .about-image{flex:1}.about-page .about-content .about-image .image-container{border:4px solid #ffffff1a;border-radius:20px;width:100%;max-width:400px;height:500px;overflow:hidden;box-shadow:0 20px 40px #0000004d}@media (width<=992px){.about-page .about-content .about-image .image-container{margin:0 auto}}.about-page .about-content .about-image .image-container img{object-fit:cover;width:100%;height:100%}.about-page .about-content .about-text{flex:1}.about-page .about-content .about-text h2{color:var(--light);margin-bottom:.5rem;font-size:2.5rem}@media (width<=600px){.about-page .about-content .about-text h2{font-size:1.8rem}}.about-page .about-content .about-text h3{color:var(--pumpkin);margin-bottom:1.5rem;font-size:1.5rem}@media (width<=600px){.about-page .about-content .about-text h3{font-size:1.3rem}}.about-page .about-content .about-text p{color:var(--light);opacity:.9;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.about-page .about-content .about-text .about-details{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin:2rem 0;display:grid}@media (width<=768px){.about-page .about-content .about-text .about-details{grid-template-columns:1fr}}.about-page .about-content .about-text .about-details .detail-item{flex-direction:column;gap:.5rem;display:flex}.about-page .about-content .about-text .about-details .detail-item .detail-label{color:var(--primary);font-weight:600}.about-page .about-content .about-text .about-details .detail-item .detail-value{color:var(--light)}.about-page .about-content .about-text .about-cta{gap:1rem;margin-top:2rem;display:flex}.about-page .about-content .about-text .about-cta .button{border-radius:50px;padding:.8rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.about-page .about-content .about-text .about-cta .button.primary{background:linear-gradient(90deg, var(--primary), var(--primary-dark));color:#fff;box-shadow:0 4px 15px rgba(58, var(--primary-dark));box-shadow:0 4px 15px #3a86ff4d}.about-page .about-content .about-text .about-cta .button.primary:hover{transform:translateY(-3px);box-shadow:0 8px 20px #3a86ff66}.about-page .skills-section{margin-bottom:4rem}.about-page .skills-section h2,.about-page .education-section h2{color:var(--light);text-align:center;margin-bottom:2rem;font-size:2rem}.about-page .education-section .education-items{flex-direction:column;gap:2rem;max-width:800px;margin:0 auto;display:flex}.about-page .education-section .education-item{background:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;gap:2rem;padding:2rem;display:flex}@media (width<=768px){.about-page .education-section .education-item{flex-direction:column;gap:1rem}}.about-page .education-section .education-item .education-year{min-width:150px;color:var(--primary);font-size:1.2rem;font-weight:600}.about-page .education-section .education-item .education-content h3{color:var(--light);margin-bottom:.5rem;font-size:1.4rem}.about-page .education-section .education-item .education-content .education-institution{color:var(--light);margin-bottom:.5rem;font-size:1.1rem}.about-page .education-section .education-item .education-content .education-location{color:var(--light);opacity:.8;margin-bottom:.5rem;font-size:1rem}.about-page .education-section .education-item .education-content .education-description{color:var(--light);opacity:.8;font-size:1rem}.services-page{padding:calc(var(--navbar-height) + 2rem) 0 var(--section-spacing)}.services-page .section-header{text-align:center;margin-bottom:3rem}.services-page .section-header .section-title{color:var(--light);margin-bottom:1rem;font-size:3rem;display:inline-block;position:relative}@media (width<=600px){.services-page .section-header .section-title{font-size:2rem}}.services-page .section-header .section-line{background:linear-gradient(90deg, var(--primary), var(--accent));border-radius:2px;width:80px;height:4px;margin:0 auto 1.5rem}.services-page .section-header .section-description{max-width:800px;color:var(--light);opacity:.9;margin:0 auto;font-size:1.2rem;line-height:1.8}.services-page .services-cta{text-align:center;background:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;margin-top:4rem;padding:4rem 2rem}.services-page .services-cta h2{color:var(--light);margin-bottom:1rem;font-size:2rem}@media (width<=600px){.services-page .services-cta h2{font-size:1.5rem}}.services-page .services-cta p{color:var(--light);opacity:.9;margin-bottom:2rem;font-size:1.2rem}@media (width<=600px){.services-page .services-cta p{font-size:1rem}}.services-page .services-cta .button{border-radius:50px;padding:.8rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.services-page .services-cta .button.primary{background:linear-gradient(90deg, var(--primary), var(--primary-dark));color:#fff;box-shadow:0 4px 15px #3a86ff4d}.services-page .services-cta .button.primary:hover{transform:translateY(-3px);box-shadow:0 8px 20px #3a86ff66}.projects-page{padding:calc(var(--navbar-height) + 2rem) 0 var(--section-spacing)}.projects-page .section-header{text-align:center;margin-bottom:3rem}.projects-page .section-header .section-title{color:var(--light);margin-bottom:1rem;font-size:3rem;display:inline-block;position:relative}@media (width<=600px){.projects-page .section-header .section-title{font-size:2rem}}.projects-page .section-header .section-line{background:linear-gradient(90deg, var(--primary), var(--accent));border-radius:2px;width:80px;height:4px;margin:0 auto 1.5rem}.projects-page .section-header .section-description{max-width:700px;color:var(--light);opacity:.9;margin:0 auto;font-size:1.2rem}.projects-page .projects-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;margin-bottom:4rem;display:grid}@media (width<=768px){.projects-page .projects-grid{grid-template-columns:1fr}}.projects-page .contact-cta{text-align:center;background:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;padding:4rem 2rem}.projects-page .contact-cta h2{color:var(--light);margin-bottom:1rem;font-size:2rem}@media (width<=600px){.projects-page .contact-cta h2{font-size:1.5rem}}.projects-page .contact-cta p{color:var(--light);opacity:.9;margin-bottom:2rem;font-size:1.2rem}@media (width<=600px){.projects-page .contact-cta p{font-size:1rem}}.projects-page .contact-cta .button{border-radius:50px;padding:.8rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.projects-page .contact-cta .button.primary{background:linear-gradient(90deg, var(--primary), var(--primary-dark));color:#fff;box-shadow:0 4px 15px #3a86ff4d}.projects-page .contact-cta .button.primary:hover{transform:translateY(-3px);box-shadow:0 8px 20px #3a86ff66}.experience-page{padding:calc(var(--navbar-height) + 2rem) 0 var(--section-spacing)}.experience-page .section-header{text-align:center;margin-bottom:3rem}.experience-page .section-header .section-title{color:var(--light);margin-bottom:1rem;font-size:3rem;display:inline-block;position:relative}@media (width<=600px){.experience-page .section-header .section-title{font-size:2rem}}.experience-page .section-header .section-line{background:linear-gradient(90deg, var(--primary), var(--accent));border-radius:2px;width:80px;height:4px;margin:0 auto 1.5rem}.experience-page .section-header .section-description{max-width:700px;color:var(--light);opacity:.9;margin:0 auto;font-size:1.2rem}.experience-page .skills-section{margin-top:4rem}.experience-page .skills-section h2{color:var(--light);text-align:center;margin-bottom:2rem;font-size:2rem}.experience-page .skills-section .skills-categories{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.experience-page .skills-section .skills-category{background:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;padding:1.5rem}.experience-page .skills-section .skills-category h3{color:var(--primary);margin-bottom:1.5rem;font-size:1.4rem;position:relative}.experience-page .skills-section .skills-category h3:after{content:"";background:var(--primary);width:30px;height:2px;position:absolute;bottom:-.5rem;left:0}.experience-page .skills-section .skills-category .skills-list{list-style:none}.experience-page .skills-section .skills-category .skills-list li{color:var(--light);opacity:.9;margin-bottom:.8rem;padding-left:1.5rem;position:relative}.experience-page .skills-section .skills-category .skills-list li:before{content:"";background:var(--primary);border-radius:50%;width:8px;height:8px;position:absolute;top:.5rem;left:0}.contact-page{padding:calc(var(--navbar-height) + 2rem) 0 var(--section-spacing);overflow-x:hidden}.contact-page .container{max-width:var(--max-container-width);padding:0 var(--container-padding);margin:0 auto}.contact-page .section-header{text-align:center;margin-bottom:4rem}.contact-page .section-header .section-title{font-family:var(--font-heading);background:linear-gradient(135deg, var(--light) 0%, var(--primary) 80%);color:#0000;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3.5rem;font-weight:700}@media (width<=768px){.contact-page .section-header .section-title{font-size:2.5rem}}@media (width<=480px){.contact-page .section-header .section-title{font-size:2rem}}.contact-page .section-header .section-line{background:linear-gradient(90deg, var(--primary), var(--accent));border-radius:3px;width:70px;height:3px;margin:0 auto 1.5rem}.contact-page .section-header .section-description{max-width:650px;color:var(--light);opacity:.8;margin:0 auto;font-size:1.1rem;line-height:1.6}.contact-page .contact-content{align-items:stretch;gap:2.5rem;display:flex}@media (width<=992px){.contact-page .contact-content{flex-direction:column;gap:2rem}}.contact-page .contact-content .contact-info,.contact-page .contact-content .contact-form-container{flex:1}.contact-page .contact-content .contact-card{background:var(--card-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--card-border);height:100%;transition:all var(--transition-normal);border-radius:28px;padding:2rem 1.75rem;box-shadow:0 20px 35px -10px #0003}.contact-page .contact-content .contact-card:hover{border-color:#3a86ff4d;box-shadow:0 25px 40px -12px #0000004d}.contact-page .contact-content .contact-card h2{font-family:var(--font-heading);background:linear-gradient(120deg, var(--light), var(--primary));color:#0000;letter-spacing:-.01em;-webkit-background-clip:text;background-clip:text;margin-bottom:2rem;font-size:1.8rem;font-weight:600}.contact-page .contact-content .contact-details{flex-direction:column;gap:1.5rem;margin-bottom:2.5rem;display:flex}.contact-page .contact-content .contact-item{align-items:flex-start;gap:1.2rem;display:flex}.contact-page .contact-content .contact-item .contact-icon{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:48px;height:48px;color:var(--primary);transition:all var(--transition-fast);background:#3a86ff1a;border-radius:24px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-page .contact-content .contact-item .contact-text{flex:1}.contact-page .contact-content .contact-item .contact-text h3{font-family:var(--font-heading);color:var(--light);letter-spacing:.01em;margin-bottom:.4rem;font-size:1.1rem;font-weight:600}.contact-page .contact-content .contact-item .contact-text p{color:var(--light);opacity:.75;word-break:break-word;font-size:.95rem;line-height:1.5}.contact-page .contact-content .contact-item .contact-text p a{color:inherit;transition:all var(--transition-fast);border-bottom:1px dotted #0000;text-decoration:none}.contact-page .contact-content .contact-item .contact-text p a:hover{color:var(--primary);opacity:1;border-bottom-color:var(--primary)}.contact-page .contact-content .contact-item:hover .contact-icon{color:var(--accent);background:#3a86ff33;transform:scale(1.02)}.contact-page .contact-content .social-links{border-top:1px solid #ffffff14;margin-top:1rem;padding-top:1.8rem}.contact-page .contact-content .social-links h3{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:2px;color:var(--light);opacity:.7;margin-bottom:1.2rem;font-size:1rem;font-weight:600}.contact-page .contact-content .social-links .social-icons{flex-wrap:wrap;gap:1rem;display:flex}.contact-page .contact-content .social-links .social-icons .social-link{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:44px;height:44px;color:var(--light);background:#ffffff0d;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.contact-page .contact-content .social-links .social-icons .social-link:hover{background:var(--primary);border-color:var(--primary);color:#fff;transform:translateY(-3px);box-shadow:0 8px 20px #3a86ff4d}.contact-page .contact-content .social-links .social-icons .social-link svg{stroke-width:1.5px;width:20px;height:20px}@media (width<=768px){.contact-page{padding:calc(var(--navbar-height) + 1rem) 0 var(--section-spacing)}.contact-page .section-header{margin-bottom:2.5rem}.contact-page .contact-content{gap:1.5rem}.contact-page .contact-content .contact-card{border-radius:24px;padding:1.5rem 1.25rem}.contact-page .contact-content .contact-card h2{margin-bottom:1.5rem;font-size:1.5rem}.contact-page .contact-content .contact-item{gap:1rem}.contact-page .contact-content .contact-item .contact-icon{width:42px;height:42px}.contact-page .contact-content .contact-item .contact-text h3{font-size:1rem}.contact-page .contact-content .social-links{padding-top:1.2rem}.contact-page .contact-content .social-links .social-icons .social-link{width:40px;height:40px}}@media (width<=480px){.contact-page .contact-card{padding:1.25rem 1rem}.contact-page .contact-item .contact-icon{width:36px;height:36px}}@font-face{font-family:Noto Sans;src:url(/assets/NotoSans-VariableFont_wdth_wght-CE1q1VrM.ttf)format("truetype");font-weight:100 900;font-stretch:25% 151%;font-display:swap}@font-face{font-family:Handy_cheera_Regular;src:url(/assets/Handycheera_Regular-DMo6pCqL.otf)format("opentype");font-weight:400;font-display:swap}:root{--navbar-height:80px;--section-spacing:120px;--container-padding:2rem;--pumpkin:#f78439;--text-gray:#5b5b5b;--primary:#3a86ff;--primary-dark:#2667cc;--secondary:#8338ec;--accent:#ff006e;--dark:#0d1b2a;--light:#f8f9fa;--success:#06d6a0;--warning:#ffbe0b;--danger:#ef476f;--background:#0f172a;--max-container-width:1300px;--min-container-width:320px;--card-bg:#ffffff08;--card-border:#ffffff1a;--font-heading:"Space Grotesk", sans-serif;--font-body:"Inter", sans-serif;--transition-fast:.2s ease;--transition-normal:.3s ease;--transition-slow:.5s ease;--shadow-sm:0 2px 4px #0000000d;--shadow-md:0 4px 6px #0000001a;--shadow-lg:0 10px 15px #0000001a;--shadow-glow:0 0 15px #3a86ff80}*{box-sizing:border-box;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;border:0;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}@media (width<=768px){html{font-size:14px}}body{color:var(--light);background-color:var(--background);font-family:var(--font-body);min-width:var(--min-container-width);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2}a{color:var(--primary);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--accent)}button,.button{cursor:pointer;font-family:var(--font-body);transition:all var(--transition-fast);font-weight:600}button:disabled,.button:disabled{cursor:not-allowed;opacity:.7}.container{width:100%;max-width:var(--max-container-width);padding:0 var(--container-padding);margin:0 auto}.section{padding:var(--section-spacing) 0}.text-gradient{background:linear-gradient(90deg, var(--primary), var(--accent));-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.glass{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px}.grid{grid-template-columns:repeat(12,1fr);gap:2rem;display:grid}@keyframes pulse{0%{opacity:.8;transform:scale(1)}50%{opacity:.5;transform:scale(1.1)}to{opacity:.8;transform:scale(1)}}@keyframes scroll{0%{opacity:1;transform:translate(-50%)translateY(0)}to{opacity:0;transform:translate(-50%)translateY(20px)}}@keyframes arrow{0%{opacity:0}50%{opacity:1}to{opacity:0}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes morphing{0%{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}25%{border-radius:58% 42% 75% 25%/76% 46% 54% 24%}50%{border-radius:50% 50% 33% 67%/55% 27% 73% 45%}75%{border-radius:33% 67% 58% 42%/63% 68% 32% 37%}to{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width<=450px){:root{--container-padding:1rem}}
