.app{min-height:100vh;background:linear-gradient(135deg,#1e293b,#334155);padding-top:70px}.navbar{position:fixed;top:0;left:0;right:0;background:#fff;box-shadow:0 2px 10px #0000001a;z-index:100}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;height:70px}.logo{font-size:24px;font-weight:700;color:#0ea5e9}.nav-links{display:flex;list-style:none;gap:30px}.nav-links button{background:none;border:none;font-size:14px;font-weight:600;color:#475569;cursor:pointer;padding:8px 0;transition:all .3s ease;border-bottom:2px solid transparent}.nav-links button:hover{color:#0ea5e9}.nav-links button.active{color:#0ea5e9;border-bottom-color:#0ea5e9}main{max-width:1200px;margin:0 auto;padding:40px 20px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:linear-gradient(135deg,#1e293b,#334155);min-height:100vh}html,body,#root{height:100%}.card{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-width:500px;width:100%;margin:0 auto;padding:60px 40px;text-align:center}h1{font-size:36px;color:#1e293b;margin-bottom:10px;font-weight:700}.subtitle{font-size:18px;color:#0ea5e9;margin-bottom:40px;font-weight:600}.description{font-size:15px;color:#475569;line-height:1.6;margin-bottom:40px}.services{text-align:left;margin-bottom:40px;font-size:14px;color:#334155}.services p{margin:8px 0}.contact-info{display:flex;flex-direction:column;gap:15px;margin-bottom:40px;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;padding:30px 0}.contact-item{font-size:14px}.contact-item strong{color:#1e293b;display:block;margin-bottom:4px}.contact-item a{color:#0ea5e9;text-decoration:none}.contact-item a:hover{text-decoration:underline}.buttons{display:flex;flex-direction:column;gap:12px}.btn{padding:12px 24px;border-radius:8px;border:none;font-size:14px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:all .3s ease}.btn-primary{background:#0ea5e9;color:#fff}.btn-primary:hover{background:#0284c7}.btn-secondary{background:#f1f5f9;color:#1e293b}.btn-secondary:hover{background:#e2e8f0}
