*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{color:#1d1d1f;background:#fff;font-family:SF Pro Display,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.47059}a{color:inherit;text-decoration:none}.navbar{z-index:100;-webkit-backdrop-filter:saturate(1.8)blur(20px);background:#fafafccc;height:44px;position:fixed;top:0;left:0;right:0}.navbar__inner{justify-content:center;align-items:center;gap:2.5rem;max-width:980px;height:44px;margin:0 auto;padding:0 22px;display:flex}.navbar__logo{color:#000000e0;letter-spacing:-.5px;opacity:.88;align-items:center;gap:5px;margin-right:auto;font-size:1.05rem;font-weight:600;display:flex}.navbar__logo:hover{opacity:1}.navbar__link{color:#000c;letter-spacing:-.01em;opacity:.8;font-size:.78rem;font-weight:400;transition:opacity .2s}.navbar__link:hover{opacity:1}section{justify-content:center;align-items:center;display:flex;overflow:hidden}.section-inner{width:100%;max-width:980px;margin:0 auto}.hero{text-align:center;background:#fafafa;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:44px 20px 0;display:flex;position:relative}.hero__bg-glow{pointer-events:none;background:radial-gradient(#0071e312 0%,#0000 65%);width:700px;height:700px;position:absolute;top:-25%;left:50%;transform:translate(-50%)}.hero__icon-row{gap:0;margin-bottom:1.2rem;font-size:3.2rem;animation:3s ease-in-out infinite float;display:flex;position:relative}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero h1{letter-spacing:-.003em;color:#1d1d1f;font-size:clamp(2.8rem,5.5vw,3.5rem);font-weight:700;position:relative}.hero__subtitle{color:#1d1d1f;letter-spacing:-.002em;margin-top:.4rem;font-size:clamp(1.1rem,2vw,1.5rem);font-weight:600;position:relative}.hero__tagline{color:#86868b;max-width:500px;margin-top:1rem;font-size:clamp(.95rem,1.5vw,1.1rem);font-weight:400;line-height:1.6;position:relative}.hero__cta-row{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:2rem;display:flex;position:relative}.hero__cta-row a{border-radius:980px;align-items:center;gap:6px;min-width:28px;padding:11px 21px;font-size:17px;font-weight:400;line-height:1.17648;transition:all .2s;display:inline-flex}.hero__cta-outline{color:#1d1d1f;background:0 0;border:1px solid #1d1d1f}.hero__cta-outline:hover{color:#fff;background:#1d1d1f}.hero__cta-filled{color:#fff;background:#0071e3;border:1px solid #0071e3}.hero__cta-filled:hover{background:#0077ed;border-color:#0077ed}.section-light{background:#fff}.section-gray{background:#f5f5f7;border-top:1px solid #e8e8ed;border-bottom:1px solid #e8e8ed}.section-dark{color:#fff;background:#1d1d1f}section .container{width:100%;padding:0 22px}.section-content{max-width:980px;margin:0 auto;padding:120px 20px}.section-content--compact{max-width:980px;margin:0 auto;padding:80px 20px}.hero-section{text-align:center;padding:100px 22px 90px;position:relative}.hero-section--dark{color:#fff;background:#1d1d1f}.hero-section h2{letter-spacing:-.003em;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:600;line-height:1.15}.hero-section p{color:#86868b;margin-top:.8rem;font-size:clamp(1rem,1.8vw,1.25rem);font-weight:400;line-height:1.6}.hero-section--dark p{color:#a1a1a6}.about-content{text-align:center;max-width:680px;margin:0 auto;padding:120px 20px}.about-content .eyebrow{letter-spacing:-.01em;color:#6e6e73;margin-bottom:.6rem;font-size:12px;font-weight:400;display:block}.about-content h2{letter-spacing:-.003em;margin-bottom:1rem;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:600;line-height:1.15}.about-content p{color:#6e6e73;max-width:580px;margin:0 auto 1rem;font-size:1rem;font-weight:400;line-height:1.8}.skills-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:8px;max-width:680px;margin:1.5rem auto 0;display:grid}.skill-tag{color:#1d1d1f;text-align:center;cursor:default;background:#0000000a;border-radius:14px;padding:10px 12px;font-size:.9rem;font-weight:500;transition:all .25s}.skill-tag:hover{color:#fff;background:#0071e3}.projects-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;margin-top:1.5rem;display:grid}.project-card{text-align:left;background:#f5f5f7;border:1px solid #0000;border-radius:18px;padding:2rem;transition:all .3s}.project-card:hover{background:#fff;border-color:#d2d2d7;transform:translateY(-4px);box-shadow:0 12px 40px #0000000a}.project-card h3{color:#1d1d1f;letter-spacing:-.003em;margin-bottom:.5rem;font-size:1.15rem;font-weight:600}.project-card p{color:#6e6e73;font-size:.9rem;font-weight:400;line-height:1.5}.project-card .lang{color:#0071e3;letter-spacing:-.01em;margin-top:.8rem;font-size:.78rem;font-weight:500;display:inline-block}.contact-content{text-align:center;max-width:500px;margin:0 auto;padding:100px 20px}.contact-content .eyebrow{letter-spacing:-.01em;color:#6e6e73;margin-bottom:.6rem;font-size:12px;font-weight:400;display:block}.contact-content h2{letter-spacing:-.003em;margin-bottom:.8rem;font-size:clamp(1.5rem,3.5vw,2.2rem);font-weight:600}.contact-content p{color:#6e6e73;margin-bottom:1.8rem;font-size:1rem;line-height:1.6}.contact-btn{color:#fff;cursor:pointer;background:#0071e3;border:none;border-radius:980px;align-items:center;gap:8px;padding:12px 31px;font-size:17px;font-weight:400;line-height:1.17648;transition:all .2s;display:inline-flex}.contact-btn:hover{background:#0077ed}footer{max-width:980px;margin:0 auto;padding:1.5rem 22px}footer hr{border:none;border-top:1px solid #d2d2d7;margin-bottom:1.2rem}footer p{letter-spacing:-.01em;color:#6e6e73;text-align:center;font-size:12px;font-weight:400}@media (width<=768px){.navbar__inner{gap:1.5rem;padding:0 16px}.navbar__link{font-size:.72rem}.navbar__logo{font-size:.95rem}.section-content{padding:80px 20px}.section-content--compact{padding:60px 20px}.hero-section{padding:80px 20px 70px}.about-content,.contact-content{padding:80px 20px}.hero{padding:80px 20px 0}.hero__bg-glow{width:100%}.projects-grid{grid-template-columns:1fr}}@media (width<=480px){.navbar__inner{justify-content:flex-start;gap:1rem;overflow-x:auto}.navbar__logo{margin-right:0}.navbar__link{white-space:nowrap;font-size:.68rem}.skills-grid{grid-template-columns:repeat(2,1fr)}.hero__cta-row{flex-direction:column;align-items:center}}
