.Navbar-module__dVeNwG__navbar{z-index:100;width:100%;padding:1rem 0;transition:all .3s;position:fixed;top:0;left:0}.Navbar-module__dVeNwG__scrolled{-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--glass-border);background:#0a0a0acc;padding:.8rem 0}.Navbar-module__dVeNwG__container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.Navbar-module__dVeNwG__logo{letter-spacing:-.05em;color:var(--foreground);font-size:1.5rem;font-weight:700}.Navbar-module__dVeNwG__logo span{color:var(--primary)}.Navbar-module__dVeNwG__navLinks{gap:2rem;list-style:none;display:flex}.Navbar-module__dVeNwG__navLink{color:var(--secondary);font-size:.95rem;font-weight:500;transition:color .2s}.Navbar-module__dVeNwG__navLink:hover{color:var(--foreground)}.Navbar-module__dVeNwG__ctaButton{background:var(--foreground);color:var(--background);border-radius:4px;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;transition:transform .2s,background .2s}.Navbar-module__dVeNwG__ctaButton:hover{background:#fff;transform:translateY(-1px)}@media (max-width:768px){.Navbar-module__dVeNwG__navLinks{display:none}}
.Hero-module__PgAKtG__hero{justify-content:center;align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.Hero-module__PgAKtG__background{z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__PgAKtG__blob{filter:blur(80px);opacity:.4;border-radius:50%;animation:10s ease-in-out infinite Hero-module__PgAKtG__float;position:absolute}.Hero-module__PgAKtG__blob1{background:var(--primary);width:400px;height:400px;animation-delay:0s;top:20%;left:20%}.Hero-module__PgAKtG__blob2{background:var(--accent);width:300px;height:300px;animation-delay:-5s;bottom:20%;right:20%}@keyframes Hero-module__PgAKtG__float{0%{transform:translate(0)scale(1)}33%{transform:translate(30px,-50px)scale(1.1)}66%{transform:translate(-20px,20px)scale(.9)}to{transform:translate(0)scale(1)}}.Hero-module__PgAKtG__content{text-align:center;z-index:1;max-width:900px;padding:0 2rem}.Hero-module__PgAKtG__title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:5rem;font-weight:800;line-height:1.1}.Hero-module__PgAKtG__gradient{background:linear-gradient(90deg,#fff,#94a3b8);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.Hero-module__PgAKtG__subtitle{color:var(--secondary);max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.5rem;line-height:1.6}.Hero-module__PgAKtG__ctaGroup{justify-content:center;gap:1rem;display:flex}.Hero-module__PgAKtG__primaryButton{background:var(--foreground);color:var(--background);border-radius:6px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:transform .2s}.Hero-module__PgAKtG__primaryButton:hover{background:#fff;transform:translateY(-2px)}.Hero-module__PgAKtG__secondaryButton{border:1px solid var(--glass-border);color:var(--foreground);background:#ffffff0d;border-radius:6px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:background .2s}.Hero-module__PgAKtG__secondaryButton:hover{background:#ffffff1a}@media (max-width:768px){.Hero-module__PgAKtG__title{font-size:3rem}.Hero-module__PgAKtG__subtitle{font-size:1.1rem}.Hero-module__PgAKtG__ctaGroup{flex-direction:column}}
.Services-module__hmdBJW__services{background:#0a0a0a;position:relative}.Services-module__hmdBJW__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:4rem;display:grid}.Services-module__hmdBJW__card{border:1px solid var(--glass-border);background:#ffffff08;border-radius:12px;padding:2rem;transition:transform .3s,background .3s}.Services-module__hmdBJW__card:hover{background:#ffffff0d;border-color:#fff3;transform:translateY(-5px)}.Services-module__hmdBJW__icon{color:var(--primary);margin-bottom:1.5rem;font-size:2rem}.Services-module__hmdBJW__cardTitle{color:var(--foreground);margin-bottom:1rem;font-size:1.25rem}.Services-module__hmdBJW__cardDescription{color:var(--secondary);font-size:.95rem;line-height:1.6}.Services-module__hmdBJW__sectionHeader{text-align:center;max-width:600px;margin:0 auto}.Services-module__hmdBJW__sectionTitle{background:linear-gradient(90deg,#fff,#aaa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:2.5rem}.Services-module__hmdBJW__sectionSubtitle{color:var(--secondary)}
.Portfolio-module__M3a-eq__portfolio{background:#050505}.Portfolio-module__M3a-eq__grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:4rem;display:grid}.Portfolio-module__M3a-eq__projectCard{aspect-ratio:16/9;cursor:pointer;border-radius:12px;position:relative;overflow:hidden}.Portfolio-module__M3a-eq__projectImage{background:#222;width:100%;height:100%;transition:transform .5s;position:relative}.Portfolio-module__M3a-eq__projectCard:hover .Portfolio-module__M3a-eq__projectImage{transform:scale(1.05)}.Portfolio-module__M3a-eq__overlay{opacity:0;background:linear-gradient(#0000,#000000e6);width:100%;padding:2rem;transition:all .3s;position:absolute;bottom:0;left:0;transform:translateY(20px)}.Portfolio-module__M3a-eq__projectCard:hover .Portfolio-module__M3a-eq__overlay{opacity:1;transform:translateY(0)}.Portfolio-module__M3a-eq__projectTitle{color:#fff;margin-bottom:.5rem;font-size:1.5rem}.Portfolio-module__M3a-eq__projectCategory{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;font-size:.9rem}.Portfolio-module__M3a-eq__sectionHeader{text-align:center;max-width:600px;margin:0 auto}.Portfolio-module__M3a-eq__sectionTitle{-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#fff,#aaa);-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.5rem}.Portfolio-module__M3a-eq__sectionSubtitle{color:var(--secondary)}
.Contact-module__dhIxzq__contact{background:#0a0a0a;padding-bottom:8rem}.Contact-module__dhIxzq__container{max-width:800px;margin:0 auto;padding:0 2rem}.Contact-module__dhIxzq__formContainer{border:1px solid var(--glass-border);background:#ffffff08;border-radius:16px;margin-top:3rem;padding:3rem}.Contact-module__dhIxzq__formGroup{margin-bottom:1.5rem}.Contact-module__dhIxzq__label{color:var(--secondary);margin-bottom:.5rem;font-size:.9rem;display:block}.Contact-module__dhIxzq__input,.Contact-module__dhIxzq__textarea{border:1px solid var(--glass-border);width:100%;color:var(--foreground);background:#0000004d;border-radius:6px;padding:1rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.Contact-module__dhIxzq__input:focus,.Contact-module__dhIxzq__textarea:focus{border-color:var(--primary);outline:none}.Contact-module__dhIxzq__textarea{resize:vertical;min-height:150px}.Contact-module__dhIxzq__submitButton{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:6px;width:100%;padding:1rem;font-size:1rem;font-weight:600;transition:background .2s}.Contact-module__dhIxzq__submitButton:hover{background:#2563eb}.Contact-module__dhIxzq__sectionHeader{text-align:center;margin-bottom:2rem}.Contact-module__dhIxzq__sectionTitle{background:linear-gradient(90deg,#fff,#aaa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:2.5rem}.Contact-module__dhIxzq__sectionSubtitle{color:var(--secondary)}
.Footer-module__rnk_JG__footer{border-top:1px solid var(--glass-border);background:#050505;margin-top:auto;padding:4rem 0 2rem}.Footer-module__rnk_JG__container{flex-direction:column;gap:2rem;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.Footer-module__rnk_JG__content{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;display:flex}.Footer-module__rnk_JG__brand h3{color:var(--foreground);margin-bottom:.5rem;font-size:1.2rem}.Footer-module__rnk_JG__brand p{color:var(--secondary);max-width:300px;font-size:.9rem}.Footer-module__rnk_JG__links{gap:3rem;display:flex}.Footer-module__rnk_JG__linkGroup h4{text-transform:uppercase;letter-spacing:.05em;color:var(--secondary);margin-bottom:1rem;font-size:.9rem}.Footer-module__rnk_JG__linkGroup ul{list-style:none}.Footer-module__rnk_JG__linkGroup li{margin-bottom:.5rem}.Footer-module__rnk_JG__linkGroup a{color:var(--foreground);opacity:.8;font-size:.9rem;transition:opacity .2s}.Footer-module__rnk_JG__linkGroup a:hover{opacity:1}.Footer-module__rnk_JG__copyright{text-align:center;color:var(--secondary);border-top:1px solid #ffffff0d;padding-top:2rem;font-size:.8rem}
