*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #0b1220;--bg-surface: #111a2e;--text-primary: #e6edf6;--text-secondary: #a0aec0;--accent: #22d3ee;--accent-hover: #06b6d4;--border: rgba(34, 211, 238, .2)}html{scroll-behavior:smooth}body{font-family:Inter,-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;background:var(--bg-primary);color:var(--text-primary);line-height:1.6}.app{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;left:0;right:0;background:#0b1220e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);z-index:1000;padding:1rem 0}.nav-content{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.25rem;font-weight:700;color:var(--text-primary);text-decoration:none;background:linear-gradient(135deg,var(--accent),#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-family:Inter,sans-serif}.nav-links{display:flex;gap:2rem}.nav-links a{color:var(--text-secondary);text-decoration:none;font-size:.95rem;transition:color .3s ease}.nav-links a:hover{color:var(--accent)}.hero{padding:120px 0 80px;background:linear-gradient(180deg,var(--bg-primary) 0%,rgba(17,26,46,.5) 100%);text-align:center}.hero-content{max-width:800px;margin:0 auto}.hero-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;margin-bottom:1.5rem;line-height:1.2;letter-spacing:-.02em;background:linear-gradient(135deg,var(--text-primary),var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-family:Inter,sans-serif}.hero-subtitle{font-size:clamp(1.1rem,2vw,1.5rem);color:var(--text-secondary);margin-bottom:2.5rem}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-block;padding:.875rem 2rem;border-radius:8px;text-decoration:none;font-weight:500;font-size:1rem;transition:all .3s ease;border:none;cursor:pointer;font-family:inherit}.btn-primary{background:linear-gradient(135deg,var(--accent),#06b6d4);color:var(--bg-primary);box-shadow:0 4px 15px #22d3ee4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #22d3ee66}.btn-secondary{background:transparent;color:var(--accent);border:2px solid var(--accent)}.btn-secondary:hover{background:#22d3ee1a;transform:translateY(-2px)}section{padding:80px 0}.section-title{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;margin-bottom:3rem;text-align:center;color:var(--text-primary);letter-spacing:-.01em;font-family:Inter,sans-serif}.services{background:var(--bg-surface)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.service-card{background:#111a2e99;border:1px solid var(--border);border-radius:12px;padding:2.5rem 2rem;text-align:center;transition:all .3s ease}.service-card:hover{transform:translateY(-5px);border-color:var(--accent);box-shadow:0 8px 25px #22d3ee26}.service-icon{font-size:3rem;margin-bottom:1rem}.service-card h3{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:var(--text-primary);font-family:Inter,sans-serif}.service-label{color:var(--accent);font-size:.95rem;font-weight:500;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.service-description{color:var(--text-secondary);font-size:.95rem;line-height:1.6;margin:0}.work-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.work-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:12px;padding:0;position:relative;transition:all .3s ease;text-decoration:none;display:block;overflow:hidden}.work-card:hover{transform:translateY(-5px);border-color:var(--accent);box-shadow:0 8px 25px #22d3ee26}.coming-soon{position:absolute;top:1rem;right:1rem;display:inline-block;background:#22d3ee33;color:var(--accent);padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;border:1px solid var(--accent);z-index:10}.work-image{width:100%;height:250px;overflow:hidden;background:var(--bg-primary)}.work-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.work-card:hover .work-image img{transform:scale(1.05)}.work-card h3{font-size:1.5rem;font-weight:600;margin-bottom:.75rem;color:var(--text-primary);font-family:Inter,sans-serif;padding:1.5rem 1.5rem .5rem}.work-card p{color:var(--text-secondary);padding:0 1.5rem 1.5rem;line-height:1.6}.about{background:var(--bg-surface)}.about-content{max-width:700px;margin:0 auto;text-align:center}.about-content p{font-size:1.1rem;line-height:1.8;color:var(--text-secondary)}.contact-card{max-width:500px;margin:0 auto;background:var(--bg-surface);border:1px solid var(--border);border-radius:16px;padding:3rem 2.5rem;text-align:center;box-shadow:0 8px 30px #0000004d}.contact-email{font-size:1.75rem;font-weight:600;color:var(--accent);margin-bottom:.5rem;word-break:break-all;font-family:Inter,sans-serif;letter-spacing:-.01em}.contact-label{color:var(--text-secondary);font-size:.9rem;margin-bottom:2rem}.contact-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem;flex-wrap:wrap}.contact-icons{display:flex;justify-content:center;gap:1rem;padding-top:1.5rem;border-top:1px solid var(--border)}.icon-link{color:var(--text-secondary);text-decoration:none;font-size:.95rem;transition:color .3s ease}.icon-link:hover{color:var(--accent)}.toast{position:fixed;bottom:2rem;right:2rem;background:var(--accent);color:var(--bg-primary);padding:1rem 1.5rem;border-radius:8px;font-weight:500;box-shadow:0 4px 15px #22d3ee66;animation:slideUp .3s ease;z-index:2000}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.footer-top{background:var(--bg-surface);border-top:1px solid var(--border);padding:1rem 0}.footer-links{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.footer-links a,.footer-links a:visited{color:var(--text-secondary);text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-links a:hover{color:var(--accent)}.legal-page{padding:120px 0 80px;min-height:calc(100vh - 200px)}.legal-content{max-width:800px;margin:0 auto}.back-link{display:inline-block;color:var(--accent);text-decoration:none;margin-bottom:2rem;font-size:.95rem;transition:color .3s ease}.back-link:hover{color:var(--accent-hover)}.legal-content h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:var(--text-primary);font-family:Inter,sans-serif}.last-updated{color:var(--text-secondary);font-size:.9rem;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}.legal-section{margin-bottom:2.5rem}.legal-section h2{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--text-primary);font-family:Inter,sans-serif}.legal-section p{color:var(--text-secondary);line-height:1.8;margin-bottom:1rem}.legal-section ul{color:var(--text-secondary);line-height:1.8;margin-left:1.5rem;margin-bottom:1rem}.legal-section li{margin-bottom:.5rem}.legal-section a{color:var(--accent);text-decoration:none;transition:color .3s ease}.legal-section a:hover{color:var(--accent-hover)}.footer{background:var(--bg-surface);border-top:1px solid var(--border);padding:2rem 0;text-align:center}.footer p{color:var(--text-secondary);font-size:.9rem}@media (max-width: 768px){.navbar{position:relative}.nav-links{gap:1rem;font-size:.85rem}.hero{padding:60px 0}.hero-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px}section{padding:60px 0}.services-grid,.work-grid{grid-template-columns:1fr}.contact-buttons{flex-direction:column}.contact-buttons .btn{width:100%}.toast{bottom:1rem;right:1rem;left:1rem}.footer-links{gap:1.5rem}.legal-page{padding:40px 0 60px}.legal-content h1{font-size:2rem}.legal-section h2{font-size:1.3rem}}@media (max-width: 480px){.nav-content{flex-direction:column;gap:1rem}.work-image{height:180px}.nav-links{flex-wrap:wrap;justify-content:center}.contact-card{padding:2rem 1.5rem}.contact-email{font-size:1.4rem}}
