*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:Inter,sans-serif;line-height:1.6;color:#000;background-color:#f9f9f9;overflow-x:hidden;cursor:none}h1,h2,h3,h4,h5,h6{font-weight:300;line-height:1.2}a{color:inherit;text-decoration:none;cursor:none}ul{list-style:none}button{background:none;border:none;font-family:inherit;cursor:none}input,textarea{font-family:inherit;cursor:none}img{max-width:100%;height:auto;display:block}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.animate-in{opacity:0;transform:translateY(20px);animation:fadeIn .8s ease-out forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}section{padding:6rem 0}.navigation{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:1.5rem 0;transition:all .4s ease}.navigation.scrolled{background-color:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 0;box-shadow:0 5px 30px #00000008}.navigation .nav-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.navigation .logo{font-size:1.25rem;font-weight:400;letter-spacing:-.5px;transition:opacity .3s ease;position:relative;display:flex;align-items:center}.navigation .logo:hover{opacity:.8}.navigation .logo .logo-dot{display:inline-block;width:6px;height:6px;background-color:#000;border-radius:50%;margin-left:4px;position:relative;top:-4px}.navigation .desktop-menu{display:none}@media (min-width: 768px){.navigation .desktop-menu{display:flex;gap:3rem}.navigation .desktop-menu a{color:#666;transition:color .3s ease;position:relative}.navigation .desktop-menu a span{position:relative;padding-bottom:4px}.navigation .desktop-menu a span:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:#000;transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.navigation .desktop-menu a:hover,.navigation .desktop-menu a.active{color:#000}.navigation .desktop-menu a:hover span:after,.navigation .desktop-menu a.active span:after{transform:scaleX(1);transform-origin:left}}.navigation .menu-toggle{display:flex;flex-direction:column;justify-content:space-between;width:24px;height:16px;background:none;border:none;cursor:pointer;z-index:1100}@media (min-width: 768px){.navigation .menu-toggle{display:none}}.navigation .menu-toggle span{display:block;width:100%;height:1px;background-color:#000;transition:all .3s ease;transform-origin:center}.navigation .menu-toggle.open span:nth-child(1){transform:translateY(7.5px) rotate(45deg)}.navigation .menu-toggle.open span:nth-child(2){opacity:0;transform:scaleX(0)}.navigation .menu-toggle.open span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}.navigation .mobile-menu{position:fixed;top:0;left:0;width:100%;height:0;background-color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;overflow:hidden;transition:all .5s cubic-bezier(.76,0,.24,1);z-index:1050}.navigation .mobile-menu.open{height:100vh}.navigation .mobile-menu a{font-size:2rem;font-weight:300;opacity:0;transform:translateY(20px);transition:all .3s ease;transition-delay:calc(var(--index, 0) * .1s);position:relative}.navigation .mobile-menu a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background-color:#000;transition:width .3s ease}.navigation .mobile-menu a.active,.navigation .mobile-menu a:hover{color:#000}.navigation .mobile-menu a.active:after,.navigation .mobile-menu a:hover:after{width:100%}.navigation .mobile-menu a:nth-child(1){--index: 1}.navigation .mobile-menu a:nth-child(2){--index: 2}.navigation .mobile-menu a:nth-child(3){--index: 3}.navigation .mobile-menu a:nth-child(4){--index: 4}.navigation .mobile-menu.open a{opacity:1;transform:translateY(0)}@media (min-width: 768px){.navigation .mobile-menu{display:none}}.hero{min-height:100vh;display:flex;align-items:center;background-color:#fff;position:relative;overflow:hidden}.hero .hero-container{max-width:1400px;width:100%;margin:0 auto;padding:0 2rem;display:flex;position:relative;z-index:1}@media (max-width: 768px){.hero .hero-container{flex-direction:column;padding-top:6rem}}.hero .hero-content{flex:1;max-width:650px}.hero .hero-content .hero-heading{margin-bottom:1.5rem}.hero .hero-content .hero-heading h1{font-size:5rem;line-height:1.1;font-weight:300;margin:0;opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}@media (max-width: 768px){.hero .hero-content .hero-heading h1{font-size:3.5rem}}@media (max-width: 576px){.hero .hero-content .hero-heading h1{font-size:2.8rem}}.hero .hero-content .hero-heading h1.hello{transition-delay:.2s}.hero .hero-content .hero-heading h1.name{transition-delay:.4s}.hero .hero-content .hero-heading h1.name span{font-weight:400;position:relative}.hero .hero-content .hero-heading h1.name span:after{content:"";position:absolute;width:100%;height:4px;background-color:#000;bottom:.3rem;left:0;transform:scaleX(0);transform-origin:left;transition:transform .8s cubic-bezier(.19,1,.22,1) 1s}.hero .hero-content .hero-heading h1.visible{opacity:1;transform:translateY(0)}.hero .hero-content .hero-heading h1.visible span:after{transform:scaleX(1)}.hero .hero-content .hero-subtitle{margin-bottom:3rem;opacity:0;transform:translateY(20px);transition:opacity .6s ease .6s,transform .6s ease .6s}.hero .hero-content .hero-subtitle.visible{opacity:1;transform:translateY(0)}.hero .hero-content .hero-subtitle .text-wrapper{font-size:1.5rem;color:#666;display:flex;align-items:center;flex-wrap:wrap;margin-bottom:1rem}.hero .hero-content .hero-subtitle .text-wrapper .profession{font-weight:400;color:#000}.hero .hero-content .hero-subtitle .text-wrapper .profession:first-child{color:#000}.hero .hero-content .hero-subtitle .text-wrapper .ampersand{margin:0 .5rem;opacity:.7}.hero .hero-content .hero-subtitle .hero-tags{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.hero .hero-content .hero-subtitle .hero-tags .tag{font-size:.8rem;padding:.25rem .75rem;border:1px solid #e0e0e0;border-radius:2rem;color:#666;transition:all .3s ease}.hero .hero-content .hero-subtitle .hero-tags .tag:hover{background-color:#000;color:#fff;border-color:#000;transform:translateY(-2px)}.hero .hero-content .hero-actions{display:flex;align-items:center;gap:1rem;opacity:0;transform:translateY(20px);transition:opacity .6s ease .8s,transform .6s ease .8s}.hero .hero-content .hero-actions.visible{opacity:1;transform:translateY(0)}@media (max-width: 576px){.hero .hero-content .hero-actions{flex-direction:column;align-items:flex-start;gap:.75rem}}.hero .hero-content .hero-actions .cta-button{display:inline-flex;align-items:center;padding:.75rem 1.5rem;border:1px solid #000000;font-size:1rem;position:relative;overflow:hidden;transition:all .3s ease}.hero .hero-content .hero-actions .cta-button .arrow{margin-left:.5rem;transition:transform .3s ease}.hero .hero-content .hero-actions .cta-button:before{content:"";position:absolute;top:0;left:0;width:0;height:100%;background-color:#000;transition:width .3s ease;z-index:-1}.hero .hero-content .hero-actions .cta-button:hover{color:#fff}.hero .hero-content .hero-actions .cta-button:hover:before{width:100%}.hero .hero-content .hero-actions .cta-button:hover .arrow{transform:translate(3px)}.hero .hero-content .hero-actions .github-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border:1px solid transparent;font-size:.9rem;color:#333;background-color:#0000000d;border-radius:.25rem;transition:all .3s ease;text-decoration:none}.hero .hero-content .hero-actions .github-button svg{transition:transform .3s ease}.hero .hero-content .hero-actions .github-button:hover{background-color:#333;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #0003}.hero .hero-content .hero-actions .github-button:hover svg{transform:scale(1.1)}.hero .hero-content .hero-actions .github-button:focus{outline:2px solid #333;outline-offset:2px}.hero .hero-content .hero-actions .linkedin-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border:1px solid transparent;font-size:.9rem;color:#0077b5;background-color:#0077b50d;border-radius:.25rem;transition:all .3s ease;text-decoration:none}.hero .hero-content .hero-actions .linkedin-button svg{transition:transform .3s ease}.hero .hero-content .hero-actions .linkedin-button:hover{background-color:#0077b5;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #0077b533}.hero .hero-content .hero-actions .linkedin-button:hover svg{transform:scale(1.1)}.hero .hero-content .hero-actions .linkedin-button:focus{outline:2px solid #0077b5;outline-offset:2px}.hero .hero-visual{position:relative;flex:1;display:flex;align-items:center;justify-content:center;height:450px;opacity:0;transform:translateY(20px);transition:opacity .8s ease 1s,transform .8s ease 1s}.hero .hero-visual.visible{opacity:1;transform:translateY(0)}@media (max-width: 768px){.hero .hero-visual{margin-top:4rem}}.hero .hero-visual .shape{position:absolute;border-radius:30% 70% 70% 30%/30% 30% 70% 70%;z-index:1}.hero .hero-visual .shape-1{width:300px;height:300px;background-color:#00000008;animation:morphing 15s ease-in-out infinite alternate}.hero .hero-visual .shape-2{width:200px;height:200px;background-color:#0000000d;animation:morphing 20s ease-in-out infinite alternate-reverse}.hero .hero-visual .shape-3{width:150px;height:150px;background-color:#00000014;animation:floating 8s ease-in-out infinite}.hero .hero-visual .photo-container{position:relative;width:320px;height:320px;border-radius:30% 70% 70% 30%/30% 30% 70% 70%;overflow:hidden;z-index:2;box-shadow:0 20px 40px #00000014;animation:subtle-morphing 8s ease-in-out infinite alternate}.hero .hero-visual .photo-container .profile-photo{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.hero .hero-visual .photo-container .profile-photo:hover{transform:scale(1.05)}.hero .hero-visual .photo-container:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,transparent 0%,rgba(255,255,255,.1) 100%);z-index:3}.hero .hero-visual .photo-container:after{content:"";position:absolute;width:100%;height:100%;background:linear-gradient(to bottom,transparent 80%,rgba(0,0,0,.15) 100%);z-index:4}.hero .hero-visual .circle{width:80px;height:80px;border-radius:50%;border:1px solid #000000;position:absolute;bottom:10%;right:15%;z-index:5;animation:pulse 3s ease-in-out infinite}.hero .decorative-element{position:absolute;z-index:0}.hero .decorative-element.element-1{width:200px;height:200px;background-color:#00000005;border-radius:50%;top:10%;left:5%}.hero .decorative-element.element-2{width:150px;height:150px;border:1px solid rgba(0,0,0,.05);border-radius:50%;bottom:10%;right:5%}@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 subtle-morphing{0%{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}50%{border-radius:40% 60% 60% 40%/40% 40% 60% 60%}to{border-radius:35% 65% 65% 35%/35% 35% 65% 65%}}@keyframes floating{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.1);opacity:1}}.about{background-color:#fff}.about .about-container{max-width:1200px;margin:0 auto;padding:0 2rem}.about .about-container h2{font-size:2.5rem;margin-bottom:4rem}@media (min-width: 768px){.about .about-container h2{font-size:3rem}}.about .about-container .about-content{display:flex;flex-direction:column;gap:3rem}@media (min-width: 768px){.about .about-container .about-content{flex-direction:row}}.about .about-container .about-content .about-text{flex:1}.about .about-container .about-content .about-text p{font-size:1.125rem;color:#666;margin-bottom:2rem;line-height:1.8}@media (min-width: 768px){.about .about-container .about-content .about-text p{font-size:1.25rem}}.about .about-container .about-content .about-skills{flex:1;display:flex;flex-direction:column;gap:1.5rem}.about .about-container .about-content .about-skills .skill-card{padding:1.5rem;border-left:2px solid #e0e0e0;transition:all .3s ease}.about .about-container .about-content .about-skills .skill-card:hover{border-color:#000;transform:translate(10px)}.about .about-container .about-content .about-skills .skill-card h3{font-size:1.25rem;font-weight:500;margin-bottom:.75rem}.about .about-container .about-content .about-skills .skill-card p{color:#666;line-height:1.6}.education{background-color:#fff;padding:6rem 0}.education .education-container{max-width:1200px;margin:0 auto;padding:0 2rem}.education .education-container h2{font-size:2.5rem;font-weight:300;margin-bottom:4rem}@media (min-width: 768px){.education .education-container h2{font-size:3rem}}.education .education-container .education-timeline{position:relative}.education .education-container .education-timeline:before{content:"";position:absolute;top:0;bottom:0;left:24px;width:1px;background-color:#e0e0e0}@media (min-width: 768px){.education .education-container .education-timeline:before{left:50%;transform:translate(-50%)}}.education .education-container .education-timeline .education-card{position:relative;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:2rem;margin-bottom:3rem;margin-left:3rem;box-shadow:0 5px 15px #0000000d;transition:all .3s ease}@media (min-width: 768px){.education .education-container .education-timeline .education-card{width:80%;margin-left:auto;margin-right:auto}}.education .education-container .education-timeline .education-card:before{content:"";position:absolute;width:16px;height:16px;border-radius:50%;background-color:#000;left:-38px;top:2rem;box-shadow:0 0 0 4px #0000000d}@media (min-width: 768px){.education .education-container .education-timeline .education-card:before{left:-8px}}.education .education-container .education-timeline .education-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000014}.education .education-container .education-timeline .education-card .education-header{display:flex;flex-direction:column;margin-bottom:1.5rem;border-bottom:1px solid #e0e0e0;padding-bottom:1.5rem}@media (min-width: 768px){.education .education-container .education-timeline .education-card .education-header{flex-direction:row;justify-content:space-between;align-items:flex-start}}.education .education-container .education-timeline .education-card .education-header .degree-info{margin-bottom:1rem}@media (min-width: 768px){.education .education-container .education-timeline .education-card .education-header .degree-info{margin-bottom:0}}.education .education-container .education-timeline .education-card .education-header .degree-info h3{font-size:1.5rem;font-weight:400;margin-bottom:.5rem;line-height:1.3}.education .education-container .education-timeline .education-card .education-header .degree-info .institution{font-size:1.1rem;color:#000;margin-bottom:.25rem}.education .education-container .education-timeline .education-card .education-header .degree-info .location{font-size:.9rem;color:#666}.education .education-container .education-timeline .education-card .education-header .education-meta{display:flex;flex-direction:column;align-items:flex-start}@media (min-width: 768px){.education .education-container .education-timeline .education-card .education-header .education-meta{align-items:flex-end}}.education .education-container .education-timeline .education-card .education-header .education-meta .period{font-size:.9rem;color:#666;margin-bottom:.5rem}.education .education-container .education-timeline .education-card .education-header .education-meta .gpa{font-size:1rem}.education .education-container .education-timeline .education-card .education-header .education-meta .gpa span{font-weight:500}.education .education-container .education-timeline .education-card .education-description{font-size:1rem;line-height:1.7;color:#666;margin-bottom:1.5rem}.education .education-container .education-timeline .education-card .key-courses h4{font-size:1.1rem;font-weight:500;margin-bottom:1rem}.education .education-container .education-timeline .education-card .key-courses .courses-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem}.education .education-container .education-timeline .education-card .key-courses .courses-grid .course{font-size:.9rem;color:#666;background-color:#f9f9f9;padding:.5rem .75rem;border-radius:4px;transition:all .3s ease}.education .education-container .education-timeline .education-card .key-courses .courses-grid .course:hover{background-color:#f1f1f1;transform:translateY(-2px)}.skills{background-color:#f9f9f9;padding:6rem 0}.skills .skills-container{max-width:1200px;margin:0 auto;padding:0 2rem}.skills .skills-container h2{font-size:2.5rem;font-weight:300;margin-bottom:3rem}@media (min-width: 768px){.skills .skills-container h2{font-size:3rem}}.skills .skills-container .skills-filter{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:3rem}.skills .skills-container .skills-filter .filter-btn{padding:.5rem 1.25rem;background-color:transparent;border:1px solid #e0e0e0;font-size:.9rem;cursor:pointer;transition:all .3s ease}.skills .skills-container .skills-filter .filter-btn:hover{background-color:#00000008}.skills .skills-container .skills-filter .filter-btn.active{background-color:#000;color:#fff;border-color:#000}.skills .skills-container .skills-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 576px){.skills .skills-container .skills-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 992px){.skills .skills-container .skills-grid{grid-template-columns:repeat(3,1fr)}}.skills .skills-container .skills-grid .skill-card{background-color:#fff;padding:1.5rem;border:1px solid #e0e0e0;transition:all .3s ease}.skills .skills-container .skills-grid .skill-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000000d}.skills .skills-container .skills-grid .skill-card .skill-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.skills .skills-container .skills-grid .skill-card .skill-header .skill-name{font-size:1.25rem;font-weight:400;margin:0}.skills .skills-container .skills-grid .skill-card .skill-header .skill-level{display:flex;flex-direction:column;align-items:flex-end}.skills .skills-container .skills-grid .skill-card .skill-header .skill-level .level-indicators{display:flex;gap:3px;margin-bottom:4px}.skills .skills-container .skills-grid .skill-card .skill-header .skill-level .level-indicators .level-dot{width:8px;height:8px;border-radius:50%;background-color:#e0e0e0;transition:all .3s ease}.skills .skills-container .skills-grid .skill-card .skill-header .skill-level .level-indicators .level-dot.active{background-color:#000}.skills .skills-container .skills-grid .skill-card .skill-header .skill-level .level-text{font-size:.75rem;color:#666}.skills .skills-container .skills-grid .skill-card .skill-description{font-size:.9rem;color:#666;line-height:1.6;margin:0}.work{background-color:#f9f9f9;padding:6rem 0}.work .work-container{max-width:1200px;margin:0 auto;padding:0 2rem}.work .work-container h2{font-size:2.5rem;font-weight:300;margin-bottom:2rem}@media (min-width: 768px){.work .work-container h2{font-size:3rem}}.work .work-container .category-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:3rem}.work .work-container .category-tabs .category-tab{padding:.45rem 1.1rem;font-size:.82rem;font-weight:500;letter-spacing:.03em;border:1.5px solid #e0e0e0;border-radius:20px;background:transparent;color:#666;cursor:pointer;transition:all .3s ease}.work .work-container .category-tabs .category-tab:hover{border-color:#000;color:#000}.work .work-container .category-tabs .category-tab.active{background:#000;border-color:#000;color:#fff}.work .work-container .projects-grid{display:grid;grid-template-columns:1fr;gap:1.75rem}@media (min-width: 768px){.work .work-container .projects-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 992px){.work .work-container .projects-grid{grid-template-columns:repeat(3,1fr)}}.project-card{display:flex;flex-direction:column;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 12px #0000000f;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.project-card .card-image-wrap,.project-card .card-image-link{display:block;position:relative;width:100%;aspect-ratio:16/9;overflow:hidden}.project-card .card-image-wrap img,.project-card .card-image-link img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .7s ease,filter .7s ease;filter:grayscale(15%)}.project-card .card-image-wrap:hover img,.project-card .card-image-link:hover img{transform:scale(1.05);filter:grayscale(0%)}.project-card .card-image-link .youtube-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;color:#fff}.project-card .card-image-link .youtube-overlay .youtube-icon{width:44px;height:44px;margin-bottom:8px}.project-card .card-image-link .youtube-overlay span{font-size:.8rem;letter-spacing:.5px}.project-card .card-image-link:hover .youtube-overlay{opacity:1}.project-card .card-body{padding:1.25rem 1.25rem 1.5rem;display:flex;flex-direction:column;flex:1}.project-card .card-body .project-number{font-size:.7rem;font-weight:500;color:#666;letter-spacing:.1em;margin-bottom:.35rem}.project-card .card-body .project-title{font-size:1rem;font-weight:600;line-height:1.35;margin:0 0 .6rem;color:#000}.project-card .card-body .project-description{font-size:.82rem;color:#666;line-height:1.6;margin-bottom:1rem;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.project-card .card-body .project-tags{display:flex;flex-wrap:wrap;gap:.35rem}.project-card .card-body .project-tags .tag{font-size:.68rem;padding:.2rem .6rem;background:#f0f0f0;border-radius:20px;color:#666;transition:background .3s ease}.project-card .card-body .project-tags .tag:hover{background:#e0e0e0}.contact{background-color:#fff}.contact .contact-container{max-width:1200px;margin:0 auto;padding:0 2rem}.contact .contact-container h2{font-size:2.5rem;margin-bottom:4rem;text-align:center}@media (min-width: 768px){.contact .contact-container h2{font-size:3rem}}.contact .contact-container .contact-content{display:flex;justify-content:center}.contact .contact-container .contact-content .contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;width:100%;max-width:1000px}@media (min-width: 768px){.contact .contact-container .contact-content .contact-info{grid-template-columns:repeat(5,1fr);gap:2rem}}.contact .contact-container .contact-content .contact-info .info-item{text-align:center}.contact .contact-container .contact-content .contact-info .info-item h3{font-size:1.125rem;font-weight:500;margin-bottom:.75rem;color:#000}.contact .contact-container .contact-content .contact-info .info-item a,.contact .contact-container .contact-content .contact-info .info-item p{font-size:1rem;color:#666;line-height:1.5}@media (min-width: 768px){.contact .contact-container .contact-content .contact-info .info-item a,.contact .contact-container .contact-content .contact-info .info-item p{font-size:.9rem}}.contact .contact-container .contact-content .contact-info .info-item .underline-link{position:relative;display:inline-block;transition:color .3s ease;text-decoration:none}.contact .contact-container .contact-content .contact-info .info-item .underline-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background-color:#000;transition:width .3s ease}.contact .contact-container .contact-content .contact-info .info-item .underline-link:hover{color:#000}.contact .contact-container .contact-content .contact-info .info-item .underline-link:hover:after{width:100%}.footer{background-color:#f9f9f9;padding:2rem 0;border-top:1px solid #e0e0e0}.footer .footer-container{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.footer .footer-container p{font-size:.875rem;color:#666}.custom-cursor{position:fixed;width:16px;height:16px;border:1px solid #000000;border-radius:50%;pointer-events:none;transform:translate(-50%,-50%);z-index:9999;transition:width .3s,height .3s,background-color .3s,transform .1s}.custom-cursor.expanded{width:40px;height:40px;background-color:#0000000d;mix-blend-mode:difference}@media (max-width: 767px){.custom-cursor{display:none}body,a,button,input,textarea{cursor:auto}}
