:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;padding:0;min-width:320px;min-height:100vh;overflow-x:hidden;background:linear-gradient(135deg,#0f0f23,#1a1a2e,#16213e 50%,#0f0f23)}html{margin:0;padding:0;background:linear-gradient(135deg,#0f0f23,#1a1a2e,#16213e 50%,#0f0f23)}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.header{position:fixed;top:1rem;left:50%;transform:translate(-50%);z-index:1000;width:90%;max-width:1000px;transition:all .4s cubic-bezier(.4,0,.2,1);background:#00000026;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border:1px solid rgba(255,255,255,.15);border-radius:50px;box-shadow:0 8px 32px #0000004d,0 2px 8px #0003,inset 0 1px #ffffff1a}.header.scrolled{background:#00000040;backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px);border:1px solid rgba(255,255,255,.2);box-shadow:0 12px 40px #0006,0 4px 12px #0000004d,inset 0 1px #ffffff26}.header-container{padding:.6rem 2rem;display:flex;justify-content:space-between;align-items:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.logo{position:relative;overflow:hidden}.logo-text{margin:0;font-size:1.4rem;font-weight:700;color:#fffffff2;text-shadow:0 2px 8px rgba(0,0,0,.3);line-height:1;display:flex;align-items:center;height:100%;cursor:pointer;transition:all .3s ease;padding:.2rem .5rem;border-radius:15px}.logo-text:hover{color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.4);background:#ffffff1a;transform:scale(1.05)}.navigation{display:flex;align-items:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.nav-links{display:flex;list-style:none;margin:0;padding:0;gap:1.5rem}.nav-links li{position:relative}.nav-links a{text-decoration:none;color:#ffffffd9;font-weight:500;font-size:.9rem;padding:.5rem 1rem;border-radius:25px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;text-shadow:0 1px 3px rgba(0,0,0,.3)}.nav-links a:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#fff3,#ffffff1a);border-radius:25px;opacity:0;transform:scale(.8);transition:all .4s cubic-bezier(.4,0,.2,1);z-index:-1}.nav-links a:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:#ffffff4d;border-radius:50%;transform:translate(-50%,-50%);transition:all .4s cubic-bezier(.4,0,.2,1);z-index:-1}.nav-links a:hover:before{opacity:1;transform:scale(1)}.nav-links a:hover:after{width:100%;height:100%;border-radius:25px}.nav-links a:hover{color:#fff;transform:translateY(-2px) scale(1.05);box-shadow:0 6px 20px #0006;text-shadow:0 2px 8px rgba(0,0,0,.5)}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;flex-direction:column;justify-content:center;align-items:center;gap:4px;border-radius:10px;transition:all .3s ease}.mobile-menu-toggle:hover{background:#ffffff1a}.hamburger-line{width:20px;height:2px;background:#ffffffe6;transition:all .3s cubic-bezier(.4,0,.2,1);border-radius:2px}.hamburger-line.open:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger-line.open:nth-child(2){opacity:0;transform:scale(0)}.hamburger-line.open:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-menu-expanded{overflow:hidden;max-height:0;transition:max-height .4s cubic-bezier(.4,0,.2,1)}.header.mobile-menu-open .mobile-menu-expanded{max-height:400px}.mobile-menu-divider{height:1px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.3) 20%,rgba(255,255,255,.3) 80%,transparent 100%);margin:.5rem 2rem 1rem;opacity:0;transform:scaleX(0);transition:all .4s cubic-bezier(.4,0,.2,1) .1s}.header.mobile-menu-open .mobile-menu-divider{opacity:1;transform:scaleX(1)}.mobile-nav-links{list-style:none;margin:0;padding:0 0 1rem;display:flex;flex-direction:column;gap:.3rem}.mobile-nav-links li{padding:0 2rem;opacity:0;transform:translateY(10px);transition:all .3s cubic-bezier(.4,0,.2,1)}.header.mobile-menu-open .mobile-nav-links li{opacity:1;transform:translateY(0)}.header.mobile-menu-open .mobile-nav-links li:nth-child(1){transition-delay:.1s}.header.mobile-menu-open .mobile-nav-links li:nth-child(2){transition-delay:.15s}.header.mobile-menu-open .mobile-nav-links li:nth-child(3){transition-delay:.2s}.header.mobile-menu-open .mobile-nav-links li:nth-child(4){transition-delay:.25s}.header.mobile-menu-open .mobile-nav-links li:nth-child(5){transition-delay:.3s}.mobile-nav-links a{display:block;text-decoration:none;color:#ffffffe6;font-weight:500;font-size:.95rem;padding:.6rem 1rem;border-radius:15px;transition:all .3s ease;text-shadow:0 1px 3px rgba(0,0,0,.3)}.mobile-nav-links a:hover{background:#ffffff26;color:#fff;transform:translate(5px)}@media (max-width: 768px){.header{width:95%;top:.5rem}.header-container{padding:.6rem 1.5rem}.desktop-nav{display:none}.mobile-menu-toggle{display:flex}.logo-text{font-size:1.2rem}}@media (max-width: 600px){.header{width:98%}.header-container{padding:.6rem 1rem}.logo-text{font-size:1.1rem}}.projects-section{min-height:100vh;width:100%;position:relative;display:flex;align-items:center;justify-content:center;padding:100px 2rem 4rem;box-sizing:border-box}.projects-container{max-width:1200px;width:100%;display:flex;flex-direction:column;gap:2.5rem;text-align:center}.section-subtitle{font-size:1.2rem;font-weight:300;color:#ffffffb3;text-align:center;margin:-1rem 0 0;font-family:Inter,sans-serif;line-height:1.6}.projects-wrapper{display:flex;align-items:center;gap:2rem;position:relative}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:1rem;min-height:360px;flex:1}.project-card{background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:20px;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;display:flex;flex-direction:column}.project-card:hover{transform:translateY(-8px);border-color:#fff3;box-shadow:0 20px 40px #0003;background:#ffffff14}.project-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.1) 0%,transparent 50%);opacity:0;transition:opacity .3s ease;pointer-events:none}.project-card:hover:before{opacity:1}.project-card.featured{grid-column:span 2;grid-row:span 2}.project-card.featured .project-content{padding:1.5rem 1.5rem 2rem;display:flex;flex-direction:column;height:100%;box-sizing:border-box}.project-card.featured .project-description{font-size:1rem;line-height:1.6;margin-bottom:1rem;text-align:left;display:block;flex-shrink:0}.project-card.empty-slot{background:#ffffff05;border:2px dashed rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;position:relative}.project-card.empty-slot:after{content:"";width:8px;height:8px;background:#fff3;border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.8;transform:scale(1.2)}}.project-logo-small{width:32px;height:32px;border-radius:8px;overflow:hidden;flex-shrink:0;margin-right:.75rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);transition:all .3s cubic-bezier(.4,0,.2,1)}.project-logo-small img{width:100%;height:100%;object-fit:cover}.project-card:hover .project-logo-small{border-color:#fff3;transform:scale(1.05)}.project-logo-featured{width:120px;height:120px;border-radius:16px;overflow:hidden;flex-shrink:0;margin-right:1.5rem;margin-bottom:1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.15);transition:all .3s cubic-bezier(.4,0,.2,1);align-self:flex-start}.project-logo-featured img{width:100%;height:100%;object-fit:cover}.project-card:hover .project-logo-featured{border-color:#ffffff40;transform:scale(1.02);box-shadow:0 8px 20px #0003}.project-header{display:flex;align-items:flex-start;margin-bottom:.5rem;gap:.5rem}.featured-layout{height:100%;display:flex;flex-direction:column;flex:1}.featured-header{display:flex;align-items:flex-start;margin-bottom:1.5rem;gap:1rem}.featured-title-section{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;text-align:left;flex:1}.project-card.featured .project-title{font-size:1.8rem;margin:0 0 .5rem;line-height:1.2}.project-position{font-size:1.1rem;font-weight:400;color:#fffc;margin:0 0 .75rem;font-family:Inter,sans-serif}.featured-links{display:flex;flex-direction:row;gap:.75rem;align-items:center;flex-wrap:wrap}.featured-link{color:#ffffffe6;text-decoration:none;font-size:.9rem;font-weight:400;font-family:Inter,sans-serif;transition:all .3s cubic-bezier(.4,0,.2,1);word-break:break-all}.featured-link:hover{color:#fff;text-decoration:underline}.link-separator{color:#fff9;font-size:.9rem;font-weight:400;-webkit-user-select:none;user-select:none}.project-links{display:flex;gap:.5rem;flex-shrink:0;margin-left:auto}.project-link{width:28px;height:28px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);border-radius:6px;display:flex;align-items:center;justify-content:center;color:#ffffffb3;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.project-link:hover{background:#fff3;border-color:#ffffff4d;color:#ffffffe6;transform:translateY(-1px)}.project-link svg{width:16px;height:16px}.project-content{padding:1rem;flex:1;display:flex;flex-direction:column}.project-title{font-size:1.1rem;font-weight:500;color:#fffffff2;margin:0;font-family:Inter,sans-serif;line-height:1.3;flex:1}.project-description{font-size:.8rem;font-weight:300;color:#ffffffb3;line-height:1.4;margin:0 0 .8rem;font-family:Inter,sans-serif;flex:1}.project-technologies{display:flex;flex-wrap:nowrap;gap:.5rem;margin-top:auto;overflow:hidden;align-items:center}.project-card.featured .project-technologies{margin-top:auto;padding-top:.5rem;align-items:flex-start;flex-shrink:0;min-height:32px}.project-footer{display:flex;justify-content:space-between;align-items:flex-end;margin-top:auto;gap:1rem;min-height:32px}.project-footer .project-technologies{margin-top:0;flex:1;min-height:24px;max-width:calc(100% - 80px)}.project-external-link{flex-shrink:0}.external-link{color:#ffffffe6;text-decoration:none;font-size:.8rem;font-weight:400;font-family:Inter,sans-serif;transition:all .3s ease}.external-link:hover{color:#fff;text-decoration:underline}.tech-tag{padding:.2rem .6rem;background:#667eea33;border:1px solid rgba(102,126,234,.3);border-radius:16px;font-size:.7rem;font-weight:400;color:#fffc;font-family:Inter,sans-serif;transition:all .3s ease;display:inline-flex;align-items:center;white-space:nowrap}.tech-tag:hover{background:#667eea4d;border-color:#667eea80;color:#ffffffe6}.tech-tag.overflow{background:#ffffff1a;border-color:#fff3;color:#ffffffb3}.tech-tag.overflow:hover{background:#ffffff26;border-color:#ffffff4d;color:#ffffffe6}.tech-tags-loading{display:flex;align-items:center;min-height:24px}.loading-shimmer{width:120px;height:20px;background:linear-gradient(90deg,#ffffff0d,#ffffff26,#ffffff0d);background-size:200% 100%;border-radius:16px;animation:shimmer 1.5s ease-in-out infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.pagination-arrow{width:50px;height:50px;background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:50%;color:#fffc;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;flex-shrink:0}.pagination-arrow:hover:not(:disabled){background:#ffffff1a;border-color:#fff3;color:#fffffff2;transform:translateY(-2px)}.pagination-arrow:disabled{opacity:.3;cursor:not-allowed}.pagination-arrow svg{width:24px;height:24px}.pagination-arrow.left{margin-right:auto}.pagination-arrow.right{margin-left:auto}@media (max-width: 1024px){.projects-grid{gap:.8rem;min-height:300px}.project-card.featured .project-title{font-size:1.5rem}.project-card.featured .project-description{font-size:.9rem}.project-card.featured .project-content{padding:1.25rem}.project-position{font-size:1rem}.featured-header{gap:1.25rem;margin-bottom:1.25rem}.pagination-arrow{width:45px;height:45px}.pagination-arrow svg{width:20px;height:20px}.project-logo-small{width:28px;height:28px}.project-logo-featured{width:100px;height:100px;margin-right:1.25rem}}@media (max-width: 768px){.projects-section{padding:80px 1.5rem 3rem}.projects-wrapper{flex-direction:column;gap:1.5rem}.projects-grid{grid-template-columns:1fr;grid-template-rows:auto;gap:1rem;min-height:auto}.project-card.featured{grid-column:span 1;grid-row:span 1}.pagination-arrow{display:none}}@media (max-width: 480px){.projects-section{padding:70px 1rem 2rem}.projects-container{gap:1.5rem}.project-content{padding:.8rem}.project-card.featured .project-content{padding:.9rem}.project-title{font-size:1rem}.project-card.featured .project-title{font-size:1.3rem}.project-position{font-size:.9rem}.featured-header{gap:1rem;margin-bottom:1rem}.featured-link{font-size:.85rem}.project-description{font-size:.75rem}.project-card.featured .project-description{font-size:.8rem}.tech-tag{font-size:.65rem;padding:.15rem .4rem}.project-footer{gap:.5rem;flex-direction:column;align-items:flex-start}.project-footer .project-technologies{margin-bottom:.5rem}.external-link{font-size:.7rem}.project-logo-featured{width:80px;height:80px;margin-right:1rem}.project-card.featured .project-title{font-size:1.2rem}}.skills-section{height:100vh;width:100%;position:relative;display:flex;align-items:center;justify-content:center;padding:100px 2rem 2rem;box-sizing:border-box}.skills-container{max-width:1200px;width:100%;height:100%;display:flex;flex-direction:column}.skills-header{text-align:center;margin-bottom:3rem}.section-title{font-size:2.5rem;font-weight:300;color:#fffffff2;text-transform:uppercase;letter-spacing:.2em;margin:0;font-family:Inter,sans-serif}.skills-content{flex:1;display:grid;grid-template-columns:2fr 1fr 1fr;gap:6rem;align-items:start;max-width:1200px;margin:0 auto}.skills-category{display:flex;flex-direction:column}.category-title{font-size:1.5rem;font-weight:500;color:#ffffffe6;margin:0 0 2.5rem;font-family:Inter,sans-serif;letter-spacing:.1em}.skillsets-category{gap:2rem}.skillset-item{margin-bottom:2rem}.skillset-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.skillset-name{font-size:1.1rem;font-weight:400;color:#ffffffe6;font-family:Inter,sans-serif}.skillset-level{font-size:1.1rem;font-weight:500;color:#ffffffe6;font-family:Inter,sans-serif}.skillset-progress-bar{width:100%;height:8px;background:#ffffff1a;border-radius:4px;overflow:hidden;position:relative;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.skillset-progress-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:4px;transition:width 1s cubic-bezier(.4,0,.2,1);position:relative}.skillset-progress-fill:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.3) 50%,transparent 100%);animation:shimmer 2s infinite}.languages-list{display:flex;flex-direction:column;gap:1.25rem}.language-item{font-size:1.1rem;font-weight:400;color:#fffc;font-family:Inter,sans-serif;transition:color .3s ease}.language-item:hover{color:#fff}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.tools-list{display:flex;flex-direction:column;gap:1.25rem}.tool-item{font-size:1.1rem;font-weight:400;color:#fffc;font-family:Inter,sans-serif;transition:color .3s ease}.tool-item:hover{color:#fff}@media (max-width: 768px){.skills-section{padding:80px 1.5rem 2rem}.skills-content{grid-template-columns:1fr;gap:3rem}.languages-category,.tools-category{display:none}.section-title{font-size:2rem}.skills-header{margin-bottom:1.5rem}.category-title{font-size:1.3rem;margin-bottom:1.5rem}.skillset-item{margin-bottom:1.25rem}.skillset-name,.skillset-level,.language-item,.tool-item{font-size:.95rem}}@media (max-width: 480px){.skills-section{padding:70px 1rem 2rem}.skills-content{gap:2.5rem}.languages-category,.tools-category{display:none}.section-title{font-size:1.8rem}.category-title{font-size:1.2rem}.skillset-name,.skillset-level,.language-item,.tool-item{font-size:.9rem}}.echo-works-section{height:100vh;width:100%;position:relative;display:flex;align-items:center;justify-content:center;padding:100px 2rem 2rem;box-sizing:border-box}.echo-works-container{max-width:1200px;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.echo-works-content{width:100%;display:flex;flex-direction:column;gap:3rem;align-items:center;text-align:center}.echo-works-header{max-width:800px;display:flex;flex-direction:column;gap:1.5rem;align-items:center}.echo-works-intro{font-size:1.2rem;font-weight:300;color:#fffc;line-height:1.6;margin:0;font-family:Inter,sans-serif;max-width:600px}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;width:100%;max-width:1000px}.service-card{background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.1) 0%,transparent 50%);opacity:0;transition:opacity .3s ease}.service-card:hover{transform:translateY(-8px);border-color:#fff3;box-shadow:0 20px 40px #0003;background:#ffffff14}.service-card:hover:before{opacity:1}.service-icon{width:60px;height:60px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;z-index:1}.service-icon svg{width:28px;height:28px;transition:transform .3s cubic-bezier(.4,0,.2,1)}.service-card:hover .service-icon{transform:scale(1.1);box-shadow:0 8px 25px #667eea66}.service-card:hover .service-icon svg{transform:scale(1.1)}.service-title{font-size:1.4rem;font-weight:500;color:#fffffff2;margin:0;font-family:Inter,sans-serif;position:relative;z-index:1}.service-description{font-size:1rem;font-weight:300;color:#ffffffb3;line-height:1.6;margin:0;font-family:Inter,sans-serif;position:relative;z-index:1}.echo-works-cta{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:1rem}.hire-me-button{position:relative;padding:1rem 3rem;border:none;border-radius:50px;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:600;cursor:pointer;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden;box-shadow:0 4px 15px #667eea4d;min-width:180px}.button-text{position:relative;z-index:2}.button-glow{position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.2) 0%,transparent 50%);opacity:0;transition:opacity .3s ease}.hire-me-button:hover{transform:translateY(-3px);box-shadow:0 8px 25px #667eea66,0 0 30px #667eea4d}.hire-me-button:hover .button-glow{opacity:1}.hire-me-button:active{transform:translateY(-1px)}.cta-subtext{font-size:.95rem;font-weight:300;color:#fff9;margin:0;font-family:Inter,sans-serif}@media (max-width: 768px){.echo-works-section{height:auto;min-height:100vh;padding:120px 1rem 4rem}.echo-works-content{gap:2.5rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:1.5rem}.echo-works-intro{font-size:1.1rem}.hire-me-button{padding:.875rem 2.5rem;font-size:1rem}}@media (max-width: 480px){.echo-works-section{padding:120px 1rem 3rem}.service-card{padding:1.25rem}.service-icon{width:50px;height:50px}.service-icon svg{width:24px;height:24px}.service-title{font-size:1.2rem}.service-description{font-size:.95rem}}.newsletter-section{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative;overflow:hidden}.newsletter-container{max-width:800px;width:100%;position:relative}.newsletter-content{padding:3rem;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.newsletter-header{margin-bottom:2.5rem}.newsletter-description{font-size:1.1rem;color:#fffc;line-height:1.6;max-width:600px;margin:0 auto;text-shadow:0 1px 3px rgba(0,0,0,.3)}.newsletter-form-container{display:flex;flex-direction:column;gap:2rem}.newsletter-form{width:100%}.form-group{display:flex;flex-direction:column;gap:1rem}.input-container{display:flex;gap:0;background:#ffffff14;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);border-radius:50px;padding:.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 32px #0003,inset 0 1px #ffffff1a}.input-container:focus-within{border-color:#667eea80;box-shadow:0 0 0 3px #667eea33,0 8px 32px #0003,inset 0 1px #ffffff1a}.input-container.error{border-color:#ef444480;box-shadow:0 0 0 3px #ef444433,0 8px 32px #0003,inset 0 1px #ffffff1a}.email-input{flex:1;background:transparent;border:none;outline:none;padding:1rem 1.5rem;font-size:1rem;color:#fffffff2;font-family:Inter,sans-serif;border-radius:50px}.email-input::placeholder{color:#ffffff80}.email-input:disabled{opacity:.6;cursor:not-allowed}.subscribe-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50px;padding:1rem 2rem;font-size:1rem;font-weight:600;color:#fff;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:.5rem;white-space:nowrap;box-shadow:0 4px 15px #667eea66,0 2px 8px #0003;position:relative;overflow:hidden}.subscribe-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s}.subscribe-button:hover:before{left:100%}.subscribe-button:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 8px 25px #667eea99,0 4px 15px #0000004d}.subscribe-button:active{transform:translateY(0) scale(.98)}.subscribe-button:disabled{opacity:.8;cursor:not-allowed;transform:none}.subscribe-button.loading{background:linear-gradient(135deg,#667eea,#764ba2);animation:pulse 2s infinite}.subscribe-button.success{background:linear-gradient(135deg,#10b981,#059669);animation:successPulse .6s ease-out}.arrow-icon,.success-icon{width:20px;height:20px;transition:transform .3s ease}.subscribe-button:hover .arrow-icon{transform:translate(3px)}.error-message{color:#ef4444;font-size:.9rem;text-align:left;padding:.5rem 1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:10px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.success-message{color:#10b981;font-size:.9rem;text-align:center;padding:.5rem 1rem;background:#10b9811a;border:1px solid rgba(16,185,129,.2);border-radius:10px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);animation:slideInUp .4s ease-out;display:flex;align-items:center;justify-content:center;gap:.5rem}.success-message-icon{width:18px;height:18px;color:#10b981;stroke-width:2.5}.newsletter-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;margin-top:1rem}.feature{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:15px;transition:all .3s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.feature:hover{background:#ffffff14;transform:translateY(-2px)}.feature-icon{width:32px;height:32px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.feature-icon svg{width:18px;height:18px;color:#fff;stroke-width:2.5}.feature span:last-child{font-size:.9rem;color:#fffc;font-weight:500}.success-animation-overlay{position:fixed;inset:0;background:#000c;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .4s ease-out}.confetti-container{position:absolute;inset:0;pointer-events:none;overflow:hidden}.confetti{position:absolute;width:10px;height:10px;animation:confettiFall 3s ease-out forwards}.confetti-0{background:#667eea;left:10%;animation-delay:0s}.confetti-1{background:#764ba2;left:20%;animation-delay:.1s}.confetti-2{background:#10b981;left:30%;animation-delay:.2s}.confetti-3{background:#f59e0b;left:40%;animation-delay:.3s}.confetti-4{background:#ef4444;left:50%;animation-delay:.4s}.confetti-5{background:#8b5cf6;left:60%;animation-delay:.5s}.success-popup{background:#ffffff1a;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border:1px solid rgba(255,255,255,.2);border-radius:30px;padding:3rem;text-align:center;max-width:400px;box-shadow:0 25px 80px #0006,0 12px 40px #0000004d,inset 0 1px #ffffff26;animation:popIn .6s cubic-bezier(.68,-.55,.265,1.55)}.success-icon-large{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;display:flex;align-items:center;justify-content:center;animation:bounceIn .8s ease-out}.success-icon-large svg{width:40px;height:40px;color:#fff;stroke-width:3}.success-popup h3{font-size:1.8rem;color:#fffffff2;margin-bottom:.5rem;font-weight:700}.success-popup p{font-size:1.1rem;color:#fffc;margin:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes popIn{0%{opacity:0;transform:scale(.8) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes confettiFall{0%{opacity:1;transform:translateY(-100vh) rotate(0)}to{opacity:0;transform:translateY(100vh) rotate(720deg)}}@media (max-width: 768px){.newsletter-section{padding:1rem;min-height:90vh}.newsletter-content{padding:2rem}.section-title{font-size:2rem}.newsletter-description{font-size:1rem}.input-container{flex-direction:column;border-radius:20px;padding:.3rem}.email-input{padding:1rem;border-radius:15px}.subscribe-button{border-radius:15px;padding:1rem;justify-content:center}.newsletter-features{grid-template-columns:repeat(2,1fr);gap:.8rem}.feature{padding:.8rem}.success-popup{margin:1rem;padding:2rem;border-radius:20px}}@media (max-width: 480px){.newsletter-content{padding:1.5rem}.section-title{font-size:1.8rem}.newsletter-features{grid-template-columns:1fr}}.contact-section{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative}.contact-container{max-width:1000px;width:100%;position:relative}.contact-content{padding:3rem;transition:all .4s cubic-bezier(.4,0,.2,1)}.contact-header{text-align:center;margin-bottom:3rem}.section-title{font-size:2.5rem;font-weight:300;color:#fffffff2;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.2em;font-family:Inter,sans-serif}.contact-description{font-size:1.1rem;color:#fffc;line-height:1.6;max-width:600px;margin:0 auto;text-shadow:0 1px 3px rgba(0,0,0,.3)}.contact-form-container{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:start}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.9rem;font-weight:600;color:#ffffffe6;text-shadow:0 1px 3px rgba(0,0,0,.3)}.form-input,.form-textarea{background:#ffffff14;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);border-radius:15px;padding:1rem;font-size:1rem;color:#fffffff2;font-family:Inter,sans-serif;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #0000001a,inset 0 1px #ffffff1a}.form-input::placeholder,.form-textarea::placeholder{color:#ffffff80}.form-input:focus,.form-textarea:focus{outline:none;border-color:#667eea80;box-shadow:0 0 0 3px #667eea33,0 4px 15px #0000001a,inset 0 1px #ffffff1a;background:#ffffff1f}.form-input:disabled,.form-textarea:disabled{opacity:.6;cursor:not-allowed}.form-input.error,.form-textarea.error{border-color:#ef444480;box-shadow:0 0 0 3px #ef444433,0 4px 15px #0000001a,inset 0 1px #ffffff1a}.form-textarea{resize:vertical;min-height:120px}.submit-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:15px;padding:1rem 2rem;font-size:1rem;font-weight:600;color:#fff;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 4px 15px #667eea66,0 2px 8px #0003;position:relative;overflow:hidden}.submit-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s}.submit-button:hover:before{left:100%}.submit-button:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 8px 25px #667eea99,0 4px 15px #0000004d}.submit-button:active{transform:translateY(0) scale(.98)}.submit-button:disabled{opacity:.8;cursor:not-allowed;transform:none}.submit-button.loading{background:linear-gradient(135deg,#667eea,#764ba2);animation:pulse 2s infinite}.submit-button.success{background:linear-gradient(135deg,#10b981,#059669);animation:successPulse .6s ease-out}.loading-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.send-icon,.success-icon{width:20px;height:20px;transition:transform .3s ease}.submit-button:hover .send-icon{transform:translate(3px)}.error-message{color:#ef4444;font-size:.9rem;padding:.75rem 1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:10px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;align-items:center;gap:.5rem;animation:slideInUp .4s ease-out}.success-message{color:#10b981;font-size:.9rem;padding:.75rem 1rem;background:#10b9811a;border:1px solid rgba(16,185,129,.2);border-radius:10px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;align-items:center;gap:.5rem;animation:slideInUp .4s ease-out}.error-icon,.success-message .success-icon{width:18px;height:18px;stroke-width:2.5}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.contact-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:20px;transition:all .3s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.contact-item:hover{background:#ffffff14;transform:translateY(-2px);box-shadow:0 8px 25px #0003}.contact-icon{width:48px;height:48px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-icon svg{width:24px;height:24px;color:#fff;stroke-width:2}.contact-details h4{font-size:1rem;font-weight:600;color:#fffffff2;margin:0 0 .25rem;text-shadow:0 1px 3px rgba(0,0,0,.3)}.contact-details p{font-size:.9rem;color:#ffffffb3;margin:0;text-shadow:0 1px 3px rgba(0,0,0,.3)}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}@keyframes successPulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.contact-section{padding:1rem;min-height:90vh}.contact-content{padding:2rem}.section-title{font-size:2rem}.contact-description{font-size:1rem}.contact-form-container{grid-template-columns:1fr;gap:2rem}.form-row{grid-template-columns:1fr}.form-input,.form-textarea{padding:.875rem;border-radius:12px}.submit-button{padding:1rem;border-radius:12px}.contact-item{padding:1.25rem;border-radius:15px}.contact-icon{width:40px;height:40px}.contact-icon svg{width:20px;height:20px}}@media (max-width: 480px){.contact-content{padding:1.5rem}.section-title{font-size:1.8rem}.contact-header{margin-bottom:2rem}}.book-call-section{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;position:relative}.book-call-container{max-width:1200px;width:100%;margin:0 auto}.book-call-header{text-align:center;margin-bottom:3rem}.book-call-header .section-title{font-size:3rem;font-weight:400;color:#fff;margin-bottom:1rem;font-family:Inter,sans-serif}.book-call-header .section-description{font-size:1.2rem;color:#fffc;max-width:600px;margin:0 auto;line-height:1.6;font-family:Inter,sans-serif}.cal-embed-container{background:#ffffff08;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:1rem;height:700px;overflow:hidden;box-shadow:0 8px 32px #0003,0 0 0 1px #ffffff08;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.cal-embed-container:hover{transform:translateY(-2px);box-shadow:0 12px 40px #00000040,0 0 0 1px #ffffff14}.cal-embed-container iframe{border-radius:16px!important;border:none!important;background:transparent!important}@media (max-width: 768px){.book-call-section{padding:2rem 1rem;min-height:auto}.book-call-header .section-title{font-size:2.5rem}.book-call-header .section-description{font-size:1.1rem;padding:0 1rem}.cal-embed-container{padding:.75rem;height:600px;border-radius:16px}}@media (max-width: 480px){.book-call-header .section-title{font-size:2rem}.book-call-header .section-description{font-size:1rem}.cal-embed-container{padding:.5rem;height:500px;border-radius:12px}}.homepage{width:100vw;min-height:100vh;background:radial-gradient(circle at 20% 80%,rgba(40,40,40,.4) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(60,60,60,.2) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(80,80,80,.15) 0%,transparent 50%),linear-gradient(135deg,#000,#1a1a1a,#0d0d0d 50%,#000);position:relative;margin:0;padding:0;overflow-y:auto;scroll-behavior:smooth}.homepage:before{content:"";position:fixed;inset:0;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.02) 0%,transparent 70%),repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(255,255,255,.01) 2px,rgba(255,255,255,.01) 4px);pointer-events:none;z-index:1}.hero-section{position:relative;z-index:2;height:100vh;display:flex;align-items:center;justify-content:center;padding-top:100px}.hero-content{text-align:left;max-width:800px;padding:0 2rem;width:100%}.hero-name{font-size:3rem;font-weight:300;color:#fffffff2;margin:0;font-family:Inter,sans-serif;text-transform:uppercase;letter-spacing:.2em;transition:all .8s cubic-bezier(.4,0,.2,1);transform:translateY(0)}.hero-name.name-complete{transform:translateY(-2rem)}.typing-cursor{animation:blink 1s infinite;color:#ffffffb3}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.hero-subheader{opacity:0;transform:translateY(1rem);transition:all .8s cubic-bezier(.4,0,.2,1);margin-top:2rem}.hero-subheader.show{opacity:1;transform:translateY(0)}.hero-subheader p{font-size:1.25rem;font-weight:300;color:#fffc;line-height:1.6;margin:0;font-family:Inter,sans-serif}.hero-subheader .highlight{font-weight:300;color:#fffc}.hero-cta-buttons{opacity:0;transform:translateY(2rem);transition:all .8s cubic-bezier(.4,0,.2,1);margin-top:3rem;display:flex;gap:1rem;flex-wrap:wrap}.hero-cta-buttons.show{opacity:1;transform:translateY(0)}.cta-button{padding:.875rem 2rem;border:none;border-radius:50px;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;display:inline-flex;align-items:center;justify-content:center;min-width:140px}.cta-button.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 15px #667eea4d}.cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}.cta-button.secondary{background:#ffffff1a;color:#ffffffe6;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-button.secondary:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-2px)}.about-section{height:100vh;width:100%;position:relative;display:flex;align-items:center;justify-content:center;padding:100px 2rem 2rem;box-sizing:border-box}.about-container{max-width:1200px;width:100%;height:100%;display:flex;align-items:center}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;width:100%}.about-text{display:flex;flex-direction:column;gap:1.5rem}.section-title{font-size:3rem;font-weight:300;color:#fffffff2;text-transform:uppercase;letter-spacing:.2em;margin:0;font-family:Inter,sans-serif}.about-description{font-size:1.1rem;font-weight:300;color:#fffc;line-height:1.7;margin:0;font-family:Inter,sans-serif}.social-links{display:flex;gap:1rem;margin-top:2rem;align-items:center}.social-icon{width:50px;height:50px;background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#ffffffb3;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.social-icon:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.1) 0%,transparent 50%);opacity:0;transition:opacity .3s ease}.social-icon:hover{transform:translateY(-3px);border-color:#fff3;box-shadow:0 10px 25px #0003;color:#ffffffe6}.social-icon:hover:before{opacity:1}.social-icon svg{width:24px;height:24px;transition:transform .3s cubic-bezier(.4,0,.2,1)}.social-icon:hover svg{transform:scale(1.1)}.about-image{display:flex;justify-content:center;align-items:center}.photo-gallery{position:relative;width:450px;height:450px;transition:all .3s ease}.photo-gallery.transitioning{transform:scale(.98)}.photo-gallery.transitioning .profile-photo{filter:blur(1px);opacity:.9}.photo-gallery:hover{transform:scale(1.01)}.photo-gallery:hover .profile-photo{border-color:#ffffff4d}.profile-photo{width:450px;height:450px;border-radius:20px;overflow:hidden;border:3px solid rgba(255,255,255,.2);transition:all .5s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0}.profile-photo.clickable{cursor:pointer}.profile-photo.clickable:hover{border-color:#fff6}.back-photo{transform:rotate(-8deg) translate(-20px,20px);z-index:1;opacity:.7}.middle-photo{transform:translate(-10px,10px);z-index:2;opacity:.85}.front-photo{transform:rotate(5deg);z-index:3}.profile-photo:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.1) 0%,transparent 50%);opacity:0;transition:opacity .3s ease;z-index:1}.front-photo:hover{transform:rotate(5deg) scale(1.02);border-color:#ffffff4d;box-shadow:0 20px 40px #0000004d}.middle-photo:hover{transform:translate(-10px,10px) scale(1.01)}.back-photo:hover{transform:rotate(-8deg) translate(-20px,20px) scale(1.01)}.profile-photo:hover:before{opacity:1}.profile-photo img{width:100%;height:100%;object-fit:cover;object-position:top center;transition:all .5s cubic-bezier(.4,0,.2,1)}.profile-photo:hover img{transform:scale(1.02)}.image-credits{position:absolute;bottom:8px;right:8px;z-index:2;opacity:.6;transition:opacity .3s cubic-bezier(.4,0,.2,1)}.image-credits a{font-size:.7rem;color:#ffffffe6;text-decoration:none;padding:2px 4px;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:Inter,sans-serif;font-weight:300;text-shadow:0 1px 3px rgba(0,0,0,.8)}.image-credits a:hover{color:#fff;transform:translateY(-1px);opacity:1}.main-content{position:relative;z-index:2}.content-section{height:100vh;width:100%;position:relative;display:flex;align-items:center;justify-content:center;border-bottom:1px solid rgba(255,255,255,.05);padding-top:100px;box-sizing:border-box}.section-placeholder{font-size:3rem;font-weight:300;color:#ffffff1a;text-transform:uppercase;letter-spacing:.2em;-webkit-user-select:none;user-select:none;pointer-events:none}.homepage:after{content:"";position:fixed;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 25% 25%,rgba(40,40,40,.08) 0%,transparent 50%),radial-gradient(circle at 75% 75%,rgba(60,60,60,.05) 0%,transparent 50%);animation:slowRotate 60s linear infinite;pointer-events:none;z-index:1}@keyframes slowRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.header{z-index:1000}@media (max-width: 768px){.hero-section,.about-section,.content-section{padding-top:80px}.about-content{grid-template-columns:1fr;gap:3rem;text-align:center}.section-title{font-size:2.5rem}.about-description{font-size:1rem}.social-links{justify-content:center;margin-top:1.5rem}.social-icon{width:45px;height:45px}.social-icon svg{width:22px;height:22px}.photo-gallery,.profile-photo{width:350px;height:350px}.back-photo{transform:rotate(-6deg) translate(-15px,15px)}.middle-photo{transform:translate(-8px,8px)}.front-photo{transform:rotate(4deg)}.hero-name{font-size:2.5rem}.hero-subheader p{font-size:1.1rem}.hero-content{padding:0 1.5rem}.hero-cta-buttons{flex-direction:column;align-items:stretch}.cta-button{width:100%}}@media (max-width: 480px){.hero-section,.about-section,.content-section{padding-top:70px}.about-content{gap:2rem}.section-title{font-size:2rem}.about-description{font-size:.95rem}.social-links{gap:.75rem;margin-top:1.25rem}.social-icon{width:40px;height:40px}.social-icon svg{width:20px;height:20px}.photo-gallery,.profile-photo{width:300px;height:300px}.back-photo{transform:rotate(-5deg) translate(-12px,12px)}.middle-photo{transform:translate(-6px,6px)}.front-photo{transform:rotate(3deg)}.hero-name{font-size:2rem}.hero-subheader p{font-size:1rem}.hero-content{padding:0 1rem}}#root{width:100%;min-height:100vh;margin:0;padding:0}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
