.experience-section{background-color:var(--bg-primary);color:var(--text-primary);padding:7rem 2rem;text-align:center;border-top:1px solid var(--border-color);position:relative}.experience-section:before{content:"";position:absolute;top:0;left:50%;width:1px;height:100%;background:linear-gradient(to bottom,var(--accent) 0,transparent 50%);opacity:.2;transform:translateX(-50%)}.experience-section .experience-title{font-size:3.2rem;margin-bottom:.5rem;font-weight:900;letter-spacing:-1px;position:relative;z-index:1}@media(max-width:768px){.experience-section .experience-title{font-size:2.2rem}}@media(max-width:480px){.experience-section .experience-title{font-size:1.8rem}}.experience-section .experience-subtitle{font-size:1rem;color:var(--text-secondary);margin-bottom:3rem;font-weight:400}.experience-section .experience-content{max-width:900px;margin:0 auto;text-align:left;position:relative;z-index:1}.experience-card{background-color:var(--card-bg);padding:2.5rem;border-radius:12px;margin-bottom:2rem;color:var(--text-primary);border:1px solid var(--card-border);transition:all .4s cubic-bezier(.34,1.56,.64,1);cursor:default;position:relative;overflow:hidden}.experience-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--accent),transparent);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.experience-card:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at var(--mouse-x,50%) var(--mouse-y,50%),rgba(59,130,246,.05) 0,transparent 80%);opacity:0;transition:opacity .4s ease;pointer-events:none}.experience-card:hover{border-color:var(--accent);box-shadow:0 12px 32px rgba(59,130,246,.15);transform:translateY(-6px)}.experience-card:hover:before{transform:scaleX(1)}.experience-card:hover:after{opacity:1}.experience-card .experience-card-title{font-size:1.5rem;font-weight:700;color:var(--accent);margin-bottom:.5rem;transition:color .3s ease}.experience-card .experience-card-company,.experience-card .experience-card-date,.experience-card .experience-card-description{font-size:1rem;margin-bottom:.5rem;transition:color .3s ease}@media(max-width:768px){.experience-card .experience-card-company,.experience-card .experience-card-date,.experience-card .experience-card-description{font-size:.9rem}}@media(max-width:480px){.experience-card .experience-card-company,.experience-card .experience-card-date,.experience-card .experience-card-description{font-size:.85rem}}.experience-card .experience-skills-section{margin-top:1.5rem}.experience-card .experience-skills-section .experience-skills-title{font-size:.85rem;color:var(--text-secondary);margin-bottom:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.experience-card .experience-skills-section .experience-skills-list{display:flex;flex-wrap:wrap;list-style:none;gap:.7rem}.experience-card .experience-skills-section .experience-skill{background-color:var(--accent);color:#fff;font-size:.8rem;padding:.5rem 1rem;border-radius:50px;font-weight:500;transition:all .3s ease}.experience-card .experience-skills-section .experience-skill:hover{background-color:var(--accent-hover);transform:scale(1.05)}.experience-card .experience-card-company{color:var(--accent);font-weight:600}.experience-card .experience-card-date{color:var(--text-secondary);font-size:.9rem}.experience-card .experience-card-description{color:var(--text-secondary);line-height:1.6}.hero-section{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 3.5rem);background-color:var(--bg-primary);color:var(--text-primary);padding:3rem 2rem;position:relative;overflow:hidden}.hero-section:before{top:10%;right:-200px;width:600px;height:600px;opacity:.08;animation:float 12s ease-in-out infinite}.hero-section:after,.hero-section:before{content:"";position:absolute;background:radial-gradient(circle,var(--accent) 0,transparent 70%);pointer-events:none;border-radius:50%}.hero-section:after{bottom:-10%;left:-300px;width:500px;height:500px;opacity:.06;animation:float 15s ease-in-out infinite reverse}@keyframes float{0%,to{transform:translateY(0) translateX(0)}50%{transform:translateY(40px) translateX(20px)}}.hero-section .hero-content{text-align:center;max-width:800px;position:relative;z-index:1}.hero-section .hero-content .hero-title{font-size:4.5rem;font-weight:900;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-2px;color:var(--text-primary);text-shadow:0 2px 4px rgba(0,0,0,.1)}@media(max-width:768px){.hero-section .hero-content .hero-title{font-size:3rem;letter-spacing:-1px}}@media(max-width:480px){.hero-section .hero-content .hero-title{font-size:2.2rem}}.hero-section .hero-content .hero-description{font-size:1.3rem;margin-bottom:2.5rem;line-height:1.7;color:var(--text-secondary);font-weight:400;max-width:600px;margin-left:auto;margin-right:auto}@media(max-width:768px){.hero-section .hero-content .hero-description{font-size:1.1rem;margin-bottom:2rem}}@media(max-width:480px){.hero-section .hero-content .hero-description{font-size:1rem;margin-bottom:1.5rem}}.hero-section .hero-content .hero-button{display:inline-flex;align-items:center;gap:.5rem;padding:1.2rem 3rem;font-size:1.05rem;font-weight:600;color:#fff;background:linear-gradient(135deg,var(--accent) 0,#2563eb 100%);border:none;border-radius:50px;text-decoration:none;cursor:pointer;transition:all .4s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden;box-shadow:0 4px 15px rgba(59,130,246,.3)}.hero-section .hero-content .hero-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,#2563eb,#1d4ed8);transition:left .4s ease;z-index:-1}.hero-section .hero-content .hero-button:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:hsla(0,0%,100%,.3);border-radius:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s}.hero-section .hero-content .hero-button:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(59,130,246,.4)}.hero-section .hero-content .hero-button:hover:before{left:0}.hero-section .hero-content .hero-button:hover:after{width:300px;height:300px}.hero-section .hero-content .hero-button:active{transform:translateY(-1px)}@media(max-width:768px){.hero-section .hero-content .hero-button{font-size:1rem;padding:1rem 2.5rem}}@media(max-width:480px){.hero-section .hero-content .hero-button{font-size:.9rem;padding:.9rem 2rem}}.projects-section{background-color:var(--bg-primary);color:var(--text-primary);padding:7rem 2rem;text-align:center;border-top:1px solid var(--border-color);position:relative}.projects-section:before{content:"";position:absolute;top:0;left:50%;width:1px;height:100%;background:linear-gradient(to bottom,var(--accent) 0,transparent 50%);opacity:.2;transform:translateX(-50%)}.projects-section .projects-title{font-size:3.2rem;margin-bottom:.5rem;font-weight:900;letter-spacing:-1px;position:relative;z-index:1}@media(max-width:768px){.projects-section .projects-title{font-size:2.2rem}}@media(max-width:480px){.projects-section .projects-title{font-size:1.8rem}}.projects-section .projects-subtitle{font-size:1rem;color:var(--text-secondary);margin-bottom:3rem;font-weight:400}.projects-section .projects-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:3rem;gap:3rem;max-width:1400px;margin:0 auto;position:relative;z-index:1}@media(max-width:768px){.projects-section .projects-content{gap:2rem}}.project-card{background-color:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;overflow:hidden;text-align:left;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex;flex-direction:column;height:100%;position:relative;group:"project"}.project-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(59,130,246,.1),transparent);opacity:0;transition:opacity .4s ease;pointer-events:none}.project-card:after{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--accent),var(--accent-light),transparent);transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.34,1.56,.64,1)}.project-card:hover{border-color:var(--accent);box-shadow:0 16px 40px rgba(59,130,246,.2);transform:translateY(-10px)}.project-card:hover:before{opacity:1}.project-card:hover:after{transform:scaleX(1)}.project-card:hover .project-image{transform:scale(1.08)}.project-card:hover .project-title{color:var(--accent)}.project-card .project-image{height:220px;overflow:hidden;background-color:var(--bg-secondary);position:relative}.project-card .project-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.34,1.56,.64,1)}.project-card .project-details{padding:2rem;flex:1 1;display:flex;flex-direction:column}.project-card .project-details .project-title{font-size:1.4rem;font-weight:700;margin-bottom:.75rem;color:var(--text-primary);transition:color .3s ease}.project-card .project-details .project-description{font-size:.95rem;margin-bottom:1.5rem;line-height:1.6;color:var(--text-secondary);flex:1 1}.project-card .project-details .project-tech-stack{margin-bottom:1.5rem;display:flex;flex-wrap:wrap;gap:.7rem}.project-card .project-details .project-tech-stack .tech{font-size:.8rem;background-color:var(--button-bg);color:var(--text-primary);padding:.4rem .9rem;border-radius:50px;display:inline-block;border:1px solid var(--border-color);transition:all .3s ease}.project-card .project-details .project-tech-stack .tech:hover{border-color:var(--accent);background-color:var(--accent);color:#fff;transform:translateY(-2px)}.project-card .project-details .project-links{display:flex;gap:1.5rem}.project-card .project-details .project-links .project-link{color:var(--accent);font-size:.9rem;text-decoration:none;font-weight:600;transition:all .3s ease;position:relative;padding-bottom:4px}.project-card .project-details .project-links .project-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:var(--accent);transition:width .3s ease}.project-card .project-details .project-links .project-link:hover{color:var(--accent-hover)}.project-card .project-details .project-links .project-link:hover:after{width:100%}@media screen and (max-width:480px){.project-card .project-details{padding:1.5rem}}