@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap";
:root{--bg-primary:#0a0a0a;--bg-secondary:#111;--bg-tertiary:#1a1a1a;--bg-card:#151515;--text-primary:#fff;--text-secondary:#b0b0b0;--text-muted:#666;--accent:#e63946;--accent-glow:#e639464d;--border-color:#ffffff14;--border-hover:#ffffff26;--glass-bg:#0a0a0ab3;--glass-border:#ffffff0f;--transition-fast:.2s ease;--transition-medium:.4s ease;--transition-slow:.6s cubic-bezier(.16,1,.3,1);--font-family:"Outfit",sans-serif;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-full:100px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-family);background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;outline:none;font-family:inherit}img{max-width:100%;height:auto}ul,ol{list-style:none}::selection{background-color:var(--accent);color:var(--text-primary)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.section-padding{padding:120px 5%}@media (max-width:768px){.section-padding{padding:80px 5%}}.section-header{text-align:center;margin-bottom:64px}.section-label{letter-spacing:3px;text-transform:uppercase;color:var(--accent);margin-bottom:16px;font-size:.75rem;font-weight:600;display:block}.section-title{color:var(--text-primary);margin-bottom:16px;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.1}.section-subtitle{color:var(--text-secondary);max-width:560px;margin:0 auto;font-size:1.1rem;line-height:1.7}
.Navbar-module__cJzEcG__navbar{z-index:1000;height:72px;transition:background var(--transition-medium),backdrop-filter var(--transition-medium);justify-content:space-between;align-items:center;padding:0 5%;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__navbar.Navbar-module__cJzEcG__scrolled{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--glass-border)}.Navbar-module__cJzEcG__logo{letter-spacing:-.5px;color:var(--text-primary);font-size:1.5rem;font-weight:800}.Navbar-module__cJzEcG__logoAccent{color:var(--accent)}.Navbar-module__cJzEcG__navLinks{align-items:center;gap:32px;display:flex}.Navbar-module__cJzEcG__navLink{letter-spacing:1px;text-transform:uppercase;color:var(--text-secondary);transition:color var(--transition-fast);font-size:.8rem;font-weight:500;position:relative}.Navbar-module__cJzEcG__navLink:after{content:"";background:var(--accent);width:0;height:2px;transition:width var(--transition-medium);border-radius:1px;position:absolute;bottom:-4px;left:0}.Navbar-module__cJzEcG__navLink:hover,.Navbar-module__cJzEcG__navLink.Navbar-module__cJzEcG__active{color:var(--text-primary)}.Navbar-module__cJzEcG__navLink.Navbar-module__cJzEcG__active:after,.Navbar-module__cJzEcG__navLink:hover:after{width:100%}.Navbar-module__cJzEcG__hamburger{cursor:pointer;z-index:1001;flex-direction:column;gap:5px;padding:4px;display:none}.Navbar-module__cJzEcG__hamburgerLine{background:var(--text-primary);width:24px;height:2px;transition:all var(--transition-fast);border-radius:1px}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__open .Navbar-module__cJzEcG__hamburgerLine:first-child{transform:rotate(45deg)translate(5px,5px)}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__open .Navbar-module__cJzEcG__hamburgerLine:nth-child(2){opacity:0}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__open .Navbar-module__cJzEcG__hamburgerLine:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}@media (max-width:768px){.Navbar-module__cJzEcG__hamburger{display:flex}.Navbar-module__cJzEcG__navLinks{background:var(--bg-secondary);width:280px;height:100vh;transition:right var(--transition-slow);border-left:1px solid var(--border-color);flex-direction:column;justify-content:center;gap:28px;padding:40px;position:fixed;top:0;right:-100%}.Navbar-module__cJzEcG__navLinks.Navbar-module__cJzEcG__open{right:0}.Navbar-module__cJzEcG__navLink{font-size:1rem}.Navbar-module__cJzEcG__overlay{z-index:999;opacity:0;pointer-events:none;transition:opacity var(--transition-medium);background:#0009;position:fixed;inset:0}.Navbar-module__cJzEcG__overlay.Navbar-module__cJzEcG__visible{opacity:1;pointer-events:auto}}
.Footer-module__S6Hkya__footer{border-top:1px solid var(--border-color);background:#000;padding:64px 5% 32px}.Footer-module__S6Hkya__footerTop{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:48px;margin-bottom:48px;display:flex}.Footer-module__S6Hkya__brandCol{max-width:300px}.Footer-module__S6Hkya__logo{color:var(--text-primary);margin-bottom:12px;font-size:1.5rem;font-weight:800}.Footer-module__S6Hkya__logoAccent{color:var(--accent)}.Footer-module__S6Hkya__brandTagline{color:var(--text-muted);font-size:.9rem;line-height:1.6}.Footer-module__S6Hkya__linksCol{gap:48px;display:flex}.Footer-module__S6Hkya__colTitle{letter-spacing:2px;text-transform:uppercase;color:var(--text-secondary);margin-bottom:16px;font-size:.75rem;font-weight:600}.Footer-module__S6Hkya__linkList{flex-direction:column;gap:10px;display:flex}.Footer-module__S6Hkya__footerLink{color:var(--text-muted);transition:color var(--transition-fast);font-size:.9rem}.Footer-module__S6Hkya__footerLink:hover{color:var(--text-primary)}.Footer-module__S6Hkya__socialCol{flex-direction:column;gap:16px;display:flex}.Footer-module__S6Hkya__socialLinks{gap:12px;display:flex}.Footer-module__S6Hkya__socialIcon{width:36px;height:36px;color:var(--text-muted);transition:all var(--transition-fast);border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;display:flex}.Footer-module__S6Hkya__socialIcon:hover{color:var(--text-primary);border-color:#ffffff40;transform:translateY(-2px)}.Footer-module__S6Hkya__contactInfo{flex-direction:column;gap:6px;display:flex}.Footer-module__S6Hkya__contactLink{color:var(--text-muted);transition:color var(--transition-fast);font-size:.85rem}.Footer-module__S6Hkya__contactLink:hover{color:var(--accent)}.Footer-module__S6Hkya__portfolioLink{color:#f7aeae;transition:color var(--transition-fast),text-shadow var(--transition-fast);font-weight:600}.Footer-module__S6Hkya__portfolioLink:hover{color:red;text-shadow:0 0 10px #ff00004d}.Footer-module__S6Hkya__footerDivider{background:#ffffff0f;width:100%;height:1px;margin-bottom:24px}.Footer-module__S6Hkya__footerBottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.Footer-module__S6Hkya__copyright{color:var(--text-muted);font-size:.8rem}.Footer-module__S6Hkya__legalLinks{gap:24px;display:flex}.Footer-module__S6Hkya__legalLink{color:var(--text-muted);transition:color var(--transition-fast);font-size:.8rem}.Footer-module__S6Hkya__legalLink:hover{color:var(--text-secondary)}@media (max-width:768px){.Footer-module__S6Hkya__footerTop{flex-direction:column;gap:32px}.Footer-module__S6Hkya__linksCol{gap:32px}.Footer-module__S6Hkya__footerBottom{text-align:center;flex-direction:column}}
