body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.header{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 10px #0000001a;color:#fff;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.logo{color:#fff;font-size:1.5rem;font-weight:700;text-decoration:none;transition:all .3s ease}.logo:hover{transform:scale(1.05)}.nav{align-items:center;display:flex;gap:2rem}.nav a{color:#fff;font-weight:500;text-decoration:none;transition:all .3s ease}.nav a:hover{color:gold}.menu-toggle{background:none;border:none;color:#fff;cursor:pointer;display:none;font-size:1.5rem}@media (max-width:768px){.header-container{padding:0 1rem}.menu-toggle{display:block}.nav{background:linear-gradient(135deg,#667eea,#764ba2);display:none;flex-direction:column;gap:1rem;left:0;padding:2rem;position:absolute;right:0;top:60px}.nav.active{display:flex}.logo{font-size:1.2rem}}.footer{background:#2c3e50;color:#fff;margin-top:auto;padding:3rem 0 1rem}.footer-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto 2rem;max-width:1200px;padding:0 2rem}.footer-section h3{font-size:1.3rem;margin-bottom:1rem}.footer-section h4{color:#667eea;font-size:1rem;margin-bottom:1rem}.footer-section p{color:#bdc3c7;line-height:1.8;margin-bottom:.5rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#bdc3c7;text-decoration:none;transition:all .3s ease}.footer-section ul li a:hover{color:#667eea;padding-left:5px}.footer-bottom{border-top:1px solid #34495e;color:#95a5a6;padding-top:2rem;text-align:center}@media (max-width:768px){.footer-container{gap:1rem;grid-template-columns:1fr}}.hero-buttons{animation:slideInUp .8s ease .4s both;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@keyframes slideInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.hero{min-height:400px;padding:4rem 1rem}.hero h1{font-size:2rem}.hero p{font-size:1rem}.hero-buttons{flex-direction:column;gap:1rem}.hero-buttons .btn{width:100%}}.services{background:#f8f9fa;padding:4rem 2rem}.services-container{margin:0 auto;max-width:1200px}.services h2{color:#2c3e50;font-size:2.5rem;margin-bottom:1rem;text-align:center}.services-subtitle{color:#666;font-size:1.1rem;margin-bottom:3rem;text-align:center}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.service-card{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;cursor:pointer;padding:2rem;text-align:center;transition:all .3s ease}.service-card:hover{box-shadow:0 10px 30px #667eea33;transform:translateY(-10px)}.service-icon{font-size:3rem;margin-bottom:1rem}.service-card h3{color:#2c3e50;font-size:1.5rem;margin-bottom:1rem}.service-card p{color:#666;line-height:1.8}@media (max-width:768px){.services{padding:2rem 1rem}.services h2{font-size:2rem}.services-grid{gap:1rem;grid-template-columns:1fr}}.contact{background:#fff;padding:4rem 2rem}.contact-container{margin:0 auto;max-width:600px}.contact h2{color:#2c3e50;font-size:2.5rem;margin-bottom:.5rem;text-align:center}.contact>p{color:#666;font-size:1.1rem;margin-bottom:2rem;text-align:center}.success-message{background:#d4edda;border:1px solid #c3e6cb;border-radius:5px;color:#155724;margin-bottom:1.5rem;padding:1rem;text-align:center}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{margin-bottom:1.5rem}.form-group label{color:#2c3e50;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group textarea{border:1px solid #ddd;border-radius:5px;font-family:inherit;font-size:1rem;padding:.75rem;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.contact-form button{margin-top:1rem;width:100%}@media (max-width:768px){.contact{padding:2rem 1rem}.contact h2{font-size:1.8rem}.form-group input,.form-group textarea{font-size:16px}}.page-content{flex:1 1;min-height:100vh;padding:2rem 0}.page-container{background:#fff;border-radius:10px;margin:0 auto;max-width:900px;padding:3rem}.page-container h1{color:#2c3e50;font-size:2.5rem;margin-bottom:.5rem}.last-updated{color:#999;font-size:.9rem;margin-bottom:2rem}.page-container section{margin-bottom:3rem}.page-container section h2{color:#667eea;font-size:1.8rem;margin-bottom:1rem;margin-top:2rem}.page-container section h3{color:#2c3e50;font-size:1.3rem;margin-bottom:.8rem;margin-top:1.5rem}.page-container section p{color:#555;line-height:1.8;margin-bottom:1rem}.page-container section ul{list-style-position:inside;margin-bottom:1rem;margin-left:1rem}.page-container section ul li{color:#555;line-height:1.6;margin-bottom:.8rem}.page-container section ul li strong{color:#2c3e50}.contact-page{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - 200px)}@media (max-width:768px){.page-container{padding:1.5rem}.page-container h1{font-size:1.8rem}.page-container section h2{font-size:1.4rem}.page-container section h3{font-size:1.1rem}}*{box-sizing:border-box;margin:0;padding:0}body{color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}.home{display:flex;flex-direction:column;min-height:100vh}.btn{border:none;border-radius:5px;cursor:pointer;display:inline-block;font-size:16px;font-weight:600;padding:12px 30px;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{box-shadow:0 5px 15px #667eea66;transform:translateY(-2px)}.btn-secondary{background:#fff;border:2px solid #667eea;color:#667eea}.btn-secondary:hover{background:#667eea;color:#fff}
/*# sourceMappingURL=main.723e145c.css.map*/