.app{min-height:100vh;display:flex;flex-direction:column}.header{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;border-bottom:1px solid rgba(0,0,0,.05)}.nav{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.75rem}.logo-image{height:40px;width:auto}.logo-text{font-size:1.5rem;font-weight:700;color:#1a1a2e}.nav-links{display:flex;gap:2rem}.nav-links a{font-weight:500;color:#4a4a68;transition:color .2s}.nav-links a:hover{color:#e26001}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:6rem 2rem 4rem;position:relative;overflow:hidden;background:linear-gradient(135deg,#fffaf5,#fff5eb)}.hero-content{max-width:800px;text-align:center;z-index:1}.hero-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem;color:#1a1a2e}.gradient-text{background:linear-gradient(135deg,#fe9c22,#e26001,#932a01);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:#4a4a68;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-button{display:inline-block;padding:1rem 2.5rem;background:linear-gradient(135deg,#fe9c22,#e26001);color:#fff;font-weight:600;font-size:1rem;border-radius:50px;transition:transform .2s,box-shadow .2s}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px #e260014d}.hero-decoration{position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(254,156,34,.15) 0%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.section{padding:6rem 2rem}.container{max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:#1a1a2e}.section-description{font-size:1.125rem;color:#4a4a68;text-align:center;max-width:600px;margin:0 auto 3rem}.about{background:#fff}.stats{display:flex;justify-content:center;gap:4rem;flex-wrap:wrap;margin-top:3rem}.stat-item{text-align:center}.stat-number{display:block;font-size:3rem;font-weight:700;background:linear-gradient(135deg,#fe9c22,#e26001);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{font-size:1rem;color:#4a4a68}.team{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.team-member{text-align:center;padding:2rem;background:#fffaf5;border-radius:16px;transition:transform .2s}.team-member:hover{transform:translateY(-5px)}.member-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.member-icon svg{width:36px;height:36px;color:#fff}.member-icon.frontend{background:linear-gradient(135deg,#fe9c22,#e26001)}.member-icon.backend{background:linear-gradient(135deg,#e26001,#932a01)}.member-icon.manager{background:linear-gradient(135deg,#932a01,#5a1a01)}.team-member h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#1a1a2e}.team-member p{color:#4a4a68;line-height:1.6}.stack{background:#fffaf5}.stack-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.stack-category{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 20px #0000000d}.stack-category h3{font-size:1.125rem;font-weight:600;color:#932a01;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.stack-items{display:flex;flex-wrap:wrap;gap:.5rem}.stack-item{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;border:1px solid #e5e5e5;border-radius:50px;font-size:.875rem;font-weight:500;color:#333;transition:all .2s}.stack-item i{font-size:1.1rem}.stack-item[data-tech=react] i{color:#61dafb}.stack-item[data-tech=vue] i{color:#4fc08d}.stack-item[data-tech=nuxt] i{color:#00dc82}.stack-item[data-tech=next] i{color:#000}.stack-item[data-tech=html] i{color:#e34f26}.stack-item[data-tech=js] i{color:#f7df1e}.stack-item[data-tech=node] i{color:#393}.stack-item[data-tech=csharp] i,.stack-item[data-tech=dotnet] i{color:#512bd4}.stack-item[data-tech=postgres] i{color:#4169e1}.stack-item[data-tech=mongo] i{color:#47a248}.stack-item[data-tech=swift] i{color:#f05138}.stack-item[data-tech=kotlin] i{color:#7f52ff}.stack-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.services{background:#fafafa}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 20px #0000000d;transition:transform .2s,box-shadow .2s}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 40px #0000001a}.service-icon{width:60px;height:60px;background:linear-gradient(135deg,#fe9c22,#e26001);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.service-icon svg{width:30px;height:30px;color:#fff}.service-card h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#1a1a2e}.service-card p{color:#4a4a68;line-height:1.7}.contact{background:linear-gradient(135deg,#932a01,#5a1a01);color:#fff}.contact .section-title{color:#fff}.contact .section-description{color:#ffffffb3}.contact-info{display:flex;justify-content:center}.contact-link{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:#ffffff1a;border-radius:50px;color:#fff;font-size:1.125rem;transition:background .2s}.contact-link:hover{background:#fff3}.contact-link svg{width:24px;height:24px}.footer{background:#3d1501;padding:2rem}.copyright{color:#ffffff80;font-size:.875rem;text-align:center}@media (max-width: 768px){.nav{padding:1rem}.nav-links{display:none}.hero{padding:5rem 1.5rem 3rem}.section{padding:4rem 1.5rem}.stats{gap:2rem}.stat-number{font-size:2.5rem}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#1a1a2e;background:#fafafa;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit}ul{list-style:none}
