*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;height:100%}@supports (height: 100dvh){html{height:100dvh}}@supports not (scroll-behavior: smooth){html{scroll-behavior:auto}}body{background-color:#000;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden;height:100%;margin:0;padding:0}@supports (height: 100dvh){body{height:100dvh}}.app{min-height:100vh;width:100%}.navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;background:#0000001a;backdrop-filter:blur(10px);transition:all .3s ease}.navbar.scrolled{background:#000000e6;backdrop-filter:blur(20px)}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo-link{font-size:1.5rem;font-weight:700;color:#fff;text-decoration:none;transition:all .3s ease;position:relative;padding:.5rem 1rem;border-radius:8px}.nav-logo-link:hover{color:#00d4ff;text-shadow:0 0 20px rgba(0,212,255,.8),0 0 40px rgba(0,212,255,.6);transform:scale(1.05)}.nav-logo-link:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,#00d4ff,#0f8,#00d4ff,#0f8);border-radius:8px;opacity:0;transition:opacity .3s ease;z-index:-1;animation:logoGlow 2s ease-in-out infinite}.nav-logo-link:hover:before{opacity:.2}@keyframes logoGlow{0%,to{background:linear-gradient(45deg,#00d4ff,#0f8,#00d4ff,#0f8)}50%{background:linear-gradient(45deg,#0f8,#00d4ff,#0f8,#00d4ff)}}.nav-menu{display:flex;gap:2rem}.nav-link{color:#fff;text-decoration:none;font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover{color:#00d4ff}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#00d4ff;transition:width .3s ease}.nav-link:hover:after{width:100%}.hero{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-video-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.hero-video{width:100%;height:100%;object-fit:cover;filter:brightness(.7)}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,#0000004d,#0000001a);display:flex;align-items:center;justify-content:center;z-index:1}.hero-content{text-align:center;z-index:2}.hero-title{font-size:4rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(45deg,#fff,#00d4ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.5rem;margin-bottom:2rem;color:#fffc}.brand-carousel-section{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);padding:4rem 0;position:relative;overflow:hidden}.brand-carousel-container{max-width:1200px;margin:0 auto;padding:0 2rem}.brand-carousel-header{text-align:center;margin-bottom:3rem}.brand-carousel-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem;background:linear-gradient(45deg,#fff,#00d4ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.brand-carousel-subtitle{font-size:1.2rem;color:#ffffffb3;max-width:600px;margin:0 auto}.brand-carousel-wrapper{position:relative;overflow:hidden;mask:linear-gradient(90deg,transparent,white 10%,white 90%,transparent);-webkit-mask:linear-gradient(90deg,transparent,white 10%,white 90%,transparent)}.brand-carousel-track{display:flex;animation:scroll 30s linear infinite;gap:3rem;align-items:center}.brand-item{flex-shrink:0;display:flex;align-items:center;justify-content:center}.brand-logo-container{width:120px;height:80px;background:#ffffff0d;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;display:flex;align-items:center;justify-content:center;padding:1rem;transition:all .3s ease;box-shadow:0 4px 20px #0000001a}.brand-logo-container:hover{background:#ffffff1a;border-color:#00d4ff4d;transform:translateY(-5px);box-shadow:0 8px 30px #00d4ff33}.brand-logo{width:80px;height:50px;object-fit:contain;filter:brightness(0) invert(1);opacity:.8;transition:all .3s ease}.brand-logo-container:hover .brand-logo{opacity:1;transform:scale(1.05)}.brand-carousel-wrapper:hover .brand-carousel-track{animation-play-state:paused}@media (max-width: 768px){.brand-carousel-section{padding:3rem 0}.brand-carousel-title{font-size:2rem}.brand-carousel-subtitle{font-size:1rem}.brand-logo-container{width:100px;height:70px}.brand-logo{width:70px;height:45px}.brand-carousel-track{gap:2rem}}@media (max-width: 480px){.brand-carousel-section{padding:2rem 0}.brand-carousel-title{font-size:1.8rem}.brand-carousel-subtitle{font-size:.9rem}.brand-logo-container{width:80px;height:60px}.brand-logo{width:60px;height:40px}.brand-carousel-track{gap:1.5rem}}.hero-cta{background:linear-gradient(45deg,#00d4ff,#09c);color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-transform:uppercase;letter-spacing:1px;position:relative;overflow:hidden;outline:none;user-select:none;-webkit-tap-highlight-color:transparent}.hero-cta: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 .5s ease}.hero-cta:hover:before{left:100%}.hero-cta:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 15px 35px #00d4ff66,0 5px 15px #0099cc4d;background:linear-gradient(45deg,#00e6ff,#0ac)}.hero-cta:active{transform:translateY(-1px) scale(.98);box-shadow:0 8px 20px #00d4ff4d}.hero-cta:focus{outline:2px solid #00d4ff;outline-offset:4px;box-shadow:0 0 0 4px #00d4ff33}.hero-cta:focus:not(:focus-visible){outline:none;box-shadow:none}.hero-cta:focus-visible{outline:2px solid #00d4ff;outline-offset:4px;box-shadow:0 0 0 4px #00d4ff33}.splash{position:fixed;inset:0;width:100vw;height:100vh;z-index:9999;background:linear-gradient(135deg,#0a0a0a,#1a1a1a,#0a0a0a);overflow:hidden;display:flex;align-items:center;justify-content:center;animation:splashFadeIn .5s ease-out}.splash.fade-out{animation:splashFadeOut .5s ease-in forwards}@keyframes splashFadeIn{0%{opacity:0}to{opacity:1}}@keyframes splashFadeOut{0%{opacity:1}to{opacity:0}}.splash-background-pattern{position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 20% 30%,rgba(0,212,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(0,255,136,.1) 0%,transparent 50%);animation:patternPulse 4s ease-in-out infinite;pointer-events:none}@keyframes patternPulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.splash-container{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding:2rem;position:relative;z-index:1}.splash-embedded-frame{width:90%;max-width:1200px;background:#000;border-radius:24px;overflow:hidden;border:2px solid rgba(255,255,255,.3);box-shadow:0 25px 80px #000000e6,0 0 0 2px #00d4ff80,0 0 30px #00d4ff66,0 0 60px #00d4ff33,inset 0 0 40px #0009;animation:frameEntrance .8s ease-out,frameGlow 3s ease-in-out infinite}@keyframes frameGlow{0%,to{box-shadow:0 25px 80px #000000e6,0 0 0 2px #00d4ff80,0 0 30px #00d4ff66,0 0 60px #00d4ff33,inset 0 0 40px #0009;border-color:#00d4ff80}50%{box-shadow:0 25px 80px #000000e6,0 0 0 2px #00d4ffcc,0 0 50px #00d4ff99,0 0 100px #00d4ff66,inset 0 0 40px #0009;border-color:#00d4ffcc}}@keyframes frameEntrance{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.splash-frame-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:linear-gradient(180deg,#1a1a1a,#0f0f0f);border-bottom:1px solid rgba(255,255,255,.1)}.splash-frame-dots{display:flex;gap:.5rem}.splash-dot{width:12px;height:12px;border-radius:50%;background:#fff3;animation:dotPulse 2s ease-in-out infinite}.splash-dot:nth-child(1){animation-delay:0s}.splash-dot:nth-child(2){animation-delay:.2s}.splash-dot:nth-child(3){animation-delay:.4s}@keyframes dotPulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.splash-frame-title{color:#fffc;font-size:.9rem;font-weight:500;letter-spacing:.5px}.splash-frame-controls{width:12px;height:12px;border-radius:50%;background:#00d4ff4d;box-shadow:0 0 10px #00d4ff80;animation:controlGlow 2s ease-in-out infinite}@keyframes controlGlow{0%,to{box-shadow:0 0 10px #00d4ff80}50%{box-shadow:0 0 20px #00d4ffcc}}.splash-video-wrapper{position:relative;width:100%;aspect-ratio:16 / 9;background:#000;overflow:hidden}.splash-video{width:100%;height:100%;object-fit:contain;object-position:center}.splash-video-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 0%,transparent 80%,rgba(0,0,0,.3) 100%);pointer-events:none}.splash-frame-footer{padding:1rem 1.5rem;background:linear-gradient(180deg,#0f0f0f,#1a1a1a);border-top:1px solid rgba(255,255,255,.1)}.splash-loading-bar{width:100%;height:3px;background:#ffffff1a;border-radius:2px;overflow:hidden}.splash-loading-progress{height:100%;width:0%;background:linear-gradient(90deg,#00d4ff,#0f8);border-radius:2px;animation:loadingProgress 10s linear forwards;box-shadow:0 0 10px #00d4ff80}@keyframes loadingProgress{0%{width:0%}to{width:100%}}.splash-branding{text-align:center;animation:brandingEntrance 1s ease-out .3s both}@keyframes brandingEntrance{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.splash-brand-text{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.5rem;background:linear-gradient(135deg,#fff,#00d4ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:2px}.splash-brand-subtitle{font-size:.9rem;color:#fff9;letter-spacing:1px;text-transform:uppercase}@media (max-width: 768px){.splash{height:-webkit-fill-available;padding:.75rem;min-height:100vh}@supports (height: 100dvh){.splash{height:100dvh;min-height:100dvh}}.splash-container{gap:1rem;padding:0;width:100%;max-width:100%;justify-content:center}.splash-embedded-frame{width:100%;max-width:100%;border-radius:16px;border:2px solid rgba(255,255,255,.4);box-shadow:0 15px 50px #000000f2,0 0 0 2px #00d4ff99,0 0 25px #00d4ff80,0 0 50px #00d4ff4d,inset 0 0 25px #000000b3;margin:0 auto;animation:frameEntrance .8s ease-out,frameGlowMobile 3s ease-in-out infinite}@keyframes frameGlowMobile{0%,to{box-shadow:0 15px 50px #000000f2,0 0 0 2px #00d4ff99,0 0 25px #00d4ff80,0 0 50px #00d4ff4d,inset 0 0 25px #000000b3;border-color:#00d4ff99}50%{box-shadow:0 15px 50px #000000f2,0 0 0 2px #00d4ffe6,0 0 40px #00d4ffb3,0 0 80px #00d4ff80,inset 0 0 25px #000000b3;border-color:#00d4ffe6}}.splash-frame-header{padding:.7rem 1rem;flex-wrap:nowrap}.splash-frame-dots{gap:.4rem;flex-shrink:0}.splash-dot{width:9px;height:9px;flex-shrink:0}.splash-frame-title{font-size:.75rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;text-align:center;margin:0 .5rem}.splash-frame-controls{width:10px;height:10px;flex-shrink:0}.splash-video-wrapper{width:100%;aspect-ratio:16 / 9;max-height:calc(100vh - 200px)}@supports (height: 100dvh){.splash-video-wrapper{max-height:calc(100dvh - 200px)}}.splash-video{width:100%;height:100%;object-fit:contain}.splash-frame-footer{padding:.7rem 1rem}.splash-loading-bar{height:2.5px}.splash-branding{width:100%;padding:0 1rem}.splash-brand-text{font-size:1.1rem;letter-spacing:1px;margin-bottom:.3rem}.splash-brand-subtitle{font-size:.75rem;letter-spacing:.5px}}@media (max-width: 480px){.splash{padding:.5rem}.splash-container{gap:.75rem;padding:0}.splash-embedded-frame{border-radius:14px;border:2px solid rgba(255,255,255,.4);box-shadow:0 12px 40px #000000f2,0 0 0 2px #00d4ff99,0 0 20px #00d4ff80,0 0 40px #00d4ff4d,inset 0 0 20px #000000b3;animation:frameEntrance .8s ease-out,frameGlowMobile 3s ease-in-out infinite}.splash-frame-header{padding:.6rem .8rem}.splash-frame-dots{gap:.3rem}.splash-dot{width:7px;height:7px}.splash-frame-title{font-size:.7rem;margin:0 .3rem}.splash-frame-controls{width:8px;height:8px}.splash-video-wrapper{max-height:calc(100vh - 180px)}@supports (height: 100dvh){.splash-video-wrapper{max-height:calc(100dvh - 180px)}}.splash-frame-footer{padding:.6rem .8rem}.splash-loading-bar{height:2px}.splash-branding{padding:0 .8rem}.splash-brand-text{font-size:.95rem;letter-spacing:.5px}.splash-brand-subtitle{font-size:.7rem}}@media (max-width: 768px) and (orientation: landscape){.splash{padding:.5rem}.splash-container{gap:.5rem;flex-direction:row;align-items:center;justify-content:center}.splash-embedded-frame{width:90%;max-width:800px;border-radius:12px;border:2px solid rgba(255,255,255,.4);box-shadow:0 10px 40px #000c,0 0 0 2px #00d4ff99,0 0 20px #00d4ff80,0 0 40px #00d4ff4d,inset 0 0 20px #00000080;flex:0 1 auto;animation:frameEntrance .8s ease-out,frameGlowMobile 3s ease-in-out infinite}.splash-frame-header{padding:.5rem .8rem}.splash-video-wrapper{aspect-ratio:16 / 9;max-height:calc(100vh - 120px)}@supports (height: 100dvh){.splash-video-wrapper{max-height:calc(100dvh - 120px)}}.splash-frame-footer{padding:.5rem .8rem}.splash-branding{display:none}}@media (max-width: 360px){.splash{padding:.4rem}.splash-container{gap:.5rem}.splash-embedded-frame{border-radius:12px;border:2px solid rgba(255,255,255,.4);box-shadow:0 10px 35px #000000e6,0 0 0 2px #00d4ff99,0 0 20px #00d4ff80,0 0 40px #00d4ff4d,inset 0 0 20px #0009;animation:frameEntrance .8s ease-out,frameGlowMobile 3s ease-in-out infinite}.splash-frame-header{padding:.5rem .6rem}.splash-dot{width:6px;height:6px}.splash-frame-title{font-size:.65rem;margin:0 .2rem}.splash-frame-controls{width:7px;height:7px}.splash-video-wrapper{max-height:calc(100vh - 160px)}@supports (height: 100dvh){.splash-video-wrapper{max-height:calc(100dvh - 160px)}}.splash-frame-footer{padding:.5rem .6rem}.splash-loading-bar{height:2px}.splash-brand-text{font-size:.85rem}.splash-brand-subtitle{font-size:.65rem}}@media (max-width: 320px){.splash{padding:.3rem}.splash-frame-header{padding:.4rem .5rem}.splash-frame-title{font-size:.6rem}.splash-frame-footer{padding:.4rem .5rem}.splash-brand-text{font-size:.8rem}}.about{min-height:100vh;background-color:#000;padding:4rem 0}.about-container{max-width:1200px;margin:0 auto;padding:0 2rem}.about-content{display:flex;align-items:center;gap:4rem;margin-bottom:4rem}.about-text{flex:1}.about-title{font-size:3.5rem;font-weight:700;color:#fff;margin-bottom:1.5rem;line-height:1.1}.about-description{font-size:1.1rem;color:#fffc;line-height:1.6;margin-bottom:2rem}.about-cta{background:#0f8;color:#000;border:none;padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;text-transform:none;letter-spacing:.5px}.about-cta:hover{background:#00e077;transform:translateY(-2px);box-shadow:0 8px 25px #00ff884d}.about-image{flex:1;display:flex;justify-content:center}.profile-circle{width:300px;height:300px;border-radius:50%;background:#1a1a1a;display:flex;align-items:center;justify-content:center;overflow:hidden;border:3px solid #333}.profile-img{width:100%;height:100%;object-fit:cover;border-radius:50%}.worked-with{margin-top:4rem}.worked-title{font-size:1.2rem;color:#ffffffb3;margin-bottom:2rem;font-weight:500}.carousel-container{overflow:hidden;position:relative;width:100%}.carousel-track{display:flex;gap:1.5rem;animation:scroll 30s linear infinite;width:max-content}.logo-box{background:#1a1a1a;border:1px solid #333;border-radius:12px;padding:1.5rem 2rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease;cursor:pointer;min-width:150px;height:80px;flex-shrink:0}.logo-box:hover{border-color:#0f8;background:#1f1f1f;transform:translateY(-5px);box-shadow:0 10px 30px #0f83}.brand-logo{max-width:100px;max-height:40px;object-fit:contain;filter:brightness(.8);transition:all .3s ease}.logo-box:hover .brand-logo{filter:brightness(1.2);transform:scale(1.1)}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.carousel-track:hover{animation-play-state:paused}.projects{min-height:100vh;background-color:#000;padding:4rem 0}.projects-container{max-width:1200px;margin:0 auto;padding:0 2rem}.projects-header{text-align:center;margin-bottom:4rem}.projects-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1rem;background:linear-gradient(45deg,#fff,#00d4ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.projects-subtitle{font-size:1.2rem;color:#ffffffb3;max-width:600px;margin:0 auto}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.project-card{background:#1a1a1a;border-radius:16px;overflow:hidden;border:1px solid #333;transition:all .3s ease;cursor:pointer}.project-card:hover{transform:translateY(-10px);border-color:#0f8;box-shadow:0 20px 40px #0f83}.project-image{position:relative;height:250px;overflow:hidden}.project-video{width:100%;height:100%;object-fit:cover;filter:brightness(.8);transition:all .3s ease}.project-iframe{width:100%;height:100%;border:none;filter:brightness(.8);transition:all .3s ease}.project-logo-container{width:100%;height:100%;border-radius:12px 12px 0 0;overflow:hidden;position:relative}.project-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000c;backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease;border-radius:12px 12px 0 0}.project-card:hover .project-overlay{opacity:1}.project-card:hover .project-video,.project-card:hover .project-iframe,.project-card:hover .project-logo-container{filter:brightness(.6);transform:scale(1.05)}.project-links{display:flex;gap:1rem;flex-direction:column;align-items:center}.project-link{padding:.8rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;font-size:.9rem;min-width:140px;text-align:center;box-shadow:0 4px 15px #0000004d}.live-link{background:linear-gradient(135deg,#0f8,#00e077);color:#000;border:2px solid transparent}.live-link:hover{background:linear-gradient(135deg,#00e077,#00d4aa);transform:translateY(-3px);box-shadow:0 8px 25px #0f86}.github-link{background:transparent;color:#fff;border:2px solid #fff}.github-link:hover{background:#fff;color:#000;transform:translateY(-3px);box-shadow:0 8px 25px #ffffff4d}.project-content{padding:1.5rem}.project-title{font-size:1.3rem;font-weight:600;color:#fff;margin-bottom:.8rem}.project-description{color:#ffffffb3;line-height:1.6;margin-bottom:1rem;font-size:.95rem}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background:#00ff881a;color:#0f8;padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:500;border:1px solid rgba(0,255,136,.3)}@media (max-width: 768px){.nav-container{padding:1rem}.nav-menu{gap:1rem}.nav-link{font-size:.9rem}.hero{min-height:100vh;min-height:100dvh}.hero-title{font-size:2.5rem;line-height:1.2}.hero-subtitle{font-size:1.2rem}.hero-cta{padding:.8rem 1.5rem;font-size:1rem}.about-content{flex-direction:column;text-align:center;gap:2rem}.about-title{font-size:2.5rem}.profile-circle{width:250px;height:250px}.company-logos{justify-content:center}.projects-grid{grid-template-columns:1fr;gap:1.5rem}.projects-title{font-size:2.5rem}.project-links{flex-direction:column;gap:.5rem}.project-link{padding:.6rem 1.2rem;font-size:.8rem;min-width:120px}.hero-video{object-fit:cover;object-position:center}.about-container{padding:0 1rem}.about-description{font-size:1rem;line-height:1.6}.carousel-container{margin-top:2rem}.logo-box{width:60px;height:60px}.brand-logo{width:40px;height:40px}.project-card{margin-bottom:1rem}.project-image{height:200px}.project-content{padding:1rem}}@media (max-width: 480px){.nav-menu{gap:.5rem}.nav-link{font-size:.8rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-cta{padding:.7rem 1.2rem;font-size:.9rem}.about-container{padding:0 1rem}.about-title{font-size:2rem}.about-description{font-size:1rem}.profile-circle{width:200px;height:200px}.logo-box{padding:.8rem 1rem}.logo-text{font-size:.8rem}.projects-container{padding:0 1rem}.projects-title{font-size:2rem}.projects-subtitle{font-size:1rem}.project-image{height:200px}.project-content{padding:1rem}.project-title{font-size:1.1rem}.project-description{font-size:.9rem}}.contact{min-height:100vh;background-color:#f2f2f2;padding:4rem 0}.contact-container{max-width:1200px;margin:0 auto;padding:0 2rem}.contact-header{text-align:center;margin-bottom:4rem}.contact-title{font-size:3rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem;background:linear-gradient(45deg,#1a1a1a,#00d4ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-subtitle{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.social-media-links{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.social-link{width:80px;height:80px;background:#fff;border:2px solid #e0e0e0;border-radius:20px;display:flex;align-items:center;justify-content:center;color:#666;transition:all .3s ease;text-decoration:none;position:relative;overflow:hidden;box-shadow:0 4px 15px #0000001a}.social-link:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#00d4ff,#09c);opacity:0;transition:opacity .3s ease;border-radius:20px}.social-link:hover:before{opacity:1}.social-link:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 15px 30px #00d4ff4d;border-color:#00d4ff}.social-link svg{position:relative;z-index:1;transition:color .3s ease}.social-link:hover svg{color:#fff}.social-link.linkedin:hover{box-shadow:0 15px 30px #0077b54d}.social-link.gmail:hover{box-shadow:0 15px 30px #ea43354d}.social-link.facebook:hover{box-shadow:0 15px 30px #1877f24d}.social-link.instagram:hover{box-shadow:0 15px 30px #e1306c4d}.footer{background:#111;padding:3rem 0 1rem;border-top:1px solid #333}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:2rem}.footer-section{display:flex;flex-direction:column;gap:1rem}.footer-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.footer-subtitle{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:1rem}.footer-description{color:#ffffffb3;line-height:1.6;margin-bottom:1.5rem}.social-links{display:flex;gap:1rem}.social-link{width:40px;height:40px;background:#1a1a1a;border:1px solid #333;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#ffffffb3;transition:all .3s ease;text-decoration:none}.social-link:hover{background:#0f8;color:#000;transform:translateY(-2px)}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-links a{color:#ffffffb3;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#0f8}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid #333}.footer-copyright{color:#ffffff80;font-size:.9rem}.footer-legal{display:flex;gap:2rem}.footer-legal a{color:#ffffff80;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-legal a:hover{color:#0f8}@media (max-width: 768px){.contact-title{font-size:2.5rem}.social-media-links{gap:1.5rem}.social-link{width:70px;height:70px}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.social-links{justify-content:center}}@media (max-width: 480px){.contact-container{padding:0 1rem}.contact-title{font-size:2rem}.contact-subtitle{font-size:1rem}.social-link{width:60px;height:60px}.footer-container{padding:0 1rem}}@media (max-width: 360px){.hero-title{font-size:1.8rem}.hero-subtitle{font-size:.9rem}.about-title,.projects-title,.contact-title{font-size:1.8rem}.nav-link{font-size:.7rem}.brand-logo-container{width:70px;height:50px}.brand-logo{width:40px;height:30px}}@media (hover: none) and (pointer: coarse){.nav-link:hover,.hero-cta:hover,.project-card:hover,.social-link:hover{transform:none}.nav-link:active,.hero-cta:active,.project-card:active,.social-link:active{transform:scale(.95)}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.hero-video,.project-video{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media (max-width: 768px) and (orientation: landscape){.hero{min-height:100vh;min-height:100dvh}.hero-content{padding:1rem 0}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}}
