.app{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#1e3c72,#2a5298,#1e3c72);color:#fff}.app-header{padding:3rem 2rem;text-align:center;background:#0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1)}.app-header h1{margin:0 0 1rem;font-size:3.5rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.5);letter-spacing:2px}.about-info{margin-top:1rem}.tagline{font-size:1.4rem;margin:.5rem 0;font-weight:300;opacity:.95}.founded{font-size:1rem;margin:.5rem 0;opacity:.8;font-style:italic}.app-main{flex:1;padding:3rem 2rem;max-width:1400px;width:100%;margin:0 auto}.loading,.error{text-align:center;padding:3rem;font-size:1.2rem}.error{color:#ff6b6b;background:#ff6b6b1a;border-radius:8px;border:1px solid rgba(255,107,107,.3)}section{margin-bottom:4rem}section h2{font-size:2.5rem;margin-bottom:2rem;text-align:center;text-shadow:1px 1px 2px rgba(0,0,0,.3);border-bottom:2px solid rgba(255,255,255,.2);padding-bottom:1rem}.hero-section{text-align:center;padding:2rem 0}.hero-description{font-size:1.2rem;line-height:1.8;max-width:800px;margin:0 auto;opacity:.95}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.service-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(255,255,255,.2)}.service-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px #0006;background:#ffffff26}.service-icon{font-size:3rem;margin-bottom:1rem}.service-card h3{font-size:1.5rem;margin-bottom:1rem;color:#fff}.service-card p{font-size:1rem;line-height:1.6;opacity:.9}.technologies-section{background:#0003;padding:2rem;border-radius:12px;margin:2rem 0}.tech-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.tech-category{background:#ffffff0d;padding:1.5rem;border-radius:8px;border:1px solid rgba(255,255,255,.1)}.tech-category h3{font-size:1.3rem;margin-bottom:1rem;color:#fff;text-align:left;border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:.5rem}.tech-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background:#ffffff26;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;border:1px solid rgba(255,255,255,.2);transition:all .2s ease}.tech-tag:hover{background:#ffffff40;transform:scale(1.05)}.industries-section{text-align:center}.industries-list{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:2rem}.industry-item{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 2rem;border-radius:25px;font-size:1.1rem;font-weight:500;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.industry-item:hover{background:#fff3;transform:translateY(-3px);box-shadow:0 5px 15px #0000004d}.expertise-section{background:#0003;padding:2rem;border-radius:12px;margin:2rem 0}.expertise-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.expertise-item{background:#ffffff0d;padding:1.5rem;border-radius:8px;border-left:4px solid rgba(255,255,255,.3);line-height:1.8;font-size:1.05rem}.expertise-item strong{color:#fff;font-weight:600;display:block;margin-bottom:.5rem}.app-footer{padding:2rem;text-align:center;background:#0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-top:auto;border-top:1px solid rgba(255,255,255,.1)}.app-footer p{margin:.5rem 0;opacity:.9}.footer-contact{font-size:.9rem;opacity:.7}.footer-build-time{font-size:.85rem;opacity:.6;font-family:Courier New,monospace}@media (max-width: 768px){.app-header h1{font-size:2.5rem}.tagline{font-size:1.1rem}.app-main{padding:2rem 1rem}.services-grid,.tech-categories{grid-template-columns:1fr}section h2{font-size:2rem}.hero-description{font-size:1rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
