*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;line-height:1.6;color:#1e293b;background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (min-width: 768px){.container{padding:0 2rem}}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem;color:#1e293b}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}p{margin-bottom:1rem}.lead{font-size:1.25rem;color:#64748b;margin-bottom:2rem}.subtitle{font-size:1.125rem;color:#64748b;font-weight:400}.site-header{background-color:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:1000;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06)}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo-text{font-size:1.5rem;font-weight:700;color:#2563eb;text-decoration:none}.main-nav{position:relative}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-menu a{text-decoration:none;color:#1e293b;font-weight:500;transition:color 0.3s}.nav-menu a:hover,.nav-menu a.active{color:#2563eb}.mobile-menu-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:0.5rem}.mobile-menu-toggle span{width:25px;height:3px;background-color:#1e293b;transition:all 0.3s}@media (max-width: 767px){.mobile-menu-toggle{display:flex}.nav-menu{position:absolute;top:100%;right:0;flex-direction:column;background-color:#fff;box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);padding:1rem;min-width:200px;gap:0;transform:translateY(-10px);opacity:0;visibility:hidden;transition:all 0.3s}.nav-menu.active{transform:translateY(0);opacity:1;visibility:visible}.nav-menu li{padding:0.75rem 0;border-bottom:1px solid #e2e8f0}.nav-menu li:last-child{border-bottom:none}}#main-content{min-height:calc(100vh - 200px)}.hero{background:linear-gradient(135deg, #2563eb 0%, #134cca 100%);color:white;padding:6rem 0;text-align:center}@media (max-width: 767px){.hero{padding:4rem 0}}.hero-content{max-width:800px;margin:0 auto}.hero-title{font-size:3rem;margin-bottom:1rem;color:white}@media (max-width: 767px){.hero-title{font-size:2rem}}.hero-subtitle{font-size:1.5rem;margin-bottom:2rem;opacity:0.9}@media (max-width: 767px){.hero-subtitle{font-size:1.25rem}}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-block;padding:0.75rem 1.5rem;border-radius:0.5rem;text-decoration:none;font-weight:600;transition:all 0.3s;border:none;cursor:pointer;font-size:1rem}.btn.btn-primary{background-color:#2563eb;color:white}.btn.btn-primary:hover{background-color:#134cca;transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05)}.btn.btn-secondary{background-color:transparent;color:white;border:2px solid white}.btn.btn-secondary:hover{background-color:white;color:#2563eb}.btn.btn-large{padding:1rem 2rem;font-size:1.125rem}.features{padding:5rem 0;background-color:#f8fafc}.section-title{text-align:center;margin-bottom:3rem;font-size:2.5rem}@media (max-width: 767px){.section-title{font-size:2rem}}.features-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem}.feature-card{background-color:#fff;padding:2rem;border-radius:0.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1),0 2px 4px -1px rgba(0,0,0,0.06);text-align:center;transition:transform 0.3s, box-shadow 0.3s}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{margin-bottom:1rem;color:#1e293b}.cta-section{padding:5rem 0;background:linear-gradient(135deg, #0f172a 0%, #1c2c50 100%);color:white;text-align:center}.cta-content{max-width:600px;margin:0 auto}.cta-content h2{color:white;margin-bottom:1rem}.cta-content p{margin-bottom:2rem;font-size:1.125rem}.page-content{padding:3rem 0}.page-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #e2e8f0}.page-body{max-width:800px;margin:0 auto}.services-content .services-intro{margin-bottom:3rem}.services-content .services-list{margin-bottom:3rem}.services-content .service-item{margin-bottom:3rem;padding:2rem;background-color:#f8fafc;border-radius:0.5rem}.services-content .service-item h3{color:#2563eb;margin-bottom:1rem}.services-content .service-item ul{margin-top:1rem;margin-left:2rem}.services-content .service-item ul li{margin-bottom:0.5rem}.services-content .services-cta{text-align:center;padding:3rem 0;background-color:#f8fafc;border-radius:0.5rem;margin-top:3rem}.about-content .about-intro{margin-bottom:3rem}.about-content .about-details{margin-bottom:3rem}.about-content .about-details h2{margin-top:2rem;margin-bottom:1rem;color:#2563eb}.about-content .about-details h2:first-child{margin-top:0}.about-content .about-details ul{margin-left:2rem;margin-top:1rem}.about-content .about-details ul li{margin-bottom:0.75rem}.about-content .about-cta{text-align:center;padding:3rem 0;background-color:#f8fafc;border-radius:0.5rem;margin-top:3rem}.contact-content .contact-intro{margin-bottom:3rem}.contact-content .contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}@media (max-width: 767px){.contact-content .contact-grid{grid-template-columns:1fr}}.contact-content .contact-form-section h2{margin-bottom:1.5rem}.contact-content .contact-form .form-group{margin-bottom:1.5rem}.contact-content .contact-form .form-group label{display:block;margin-bottom:0.5rem;font-weight:600;color:#1e293b}.contact-content .contact-form .form-group input,.contact-content .contact-form .form-group textarea{width:100%;padding:0.75rem;border:1px solid #e2e8f0;border-radius:0.5rem;font-size:1rem;font-family:inherit;transition:border-color 0.3s}.contact-content .contact-form .form-group input:focus,.contact-content .contact-form .form-group textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,0.1)}.contact-content .contact-form .form-group textarea{resize:vertical}.contact-content .form-message{margin-top:1rem;padding:1rem;border-radius:0.5rem;display:none}.contact-content .form-message.success{background-color:#d1fae5;color:#065f46;display:block}.contact-content .form-message.error{background-color:#fee2e2;color:#991b1b;display:block}.contact-content .contact-info h2{margin-bottom:1.5rem}.contact-content .contact-info .contact-item{margin-bottom:2rem}.contact-content .contact-info .contact-item h3{color:#2563eb;margin-bottom:0.5rem;font-size:1.125rem}.contact-content .contact-info .contact-item p{margin-bottom:0.5rem}.contact-content .contact-info .contact-item a{color:#2563eb;text-decoration:none}.contact-content .contact-info .contact-item a:hover{text-decoration:underline}.site-footer{background-color:#0f172a;color:white;padding:3rem 0 1rem;margin-top:4rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{color:white;margin-bottom:1rem}.footer-section p{margin-bottom:0.5rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:0.5rem}.footer-section ul li a{color:rgba(255,255,255,0.8);text-decoration:none;transition:color 0.3s}.footer-section ul li a:hover{color:white}.footer-section a{color:rgba(255,255,255,0.8);text-decoration:none;transition:color 0.3s}.footer-section a:hover{color:white}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,0.1);color:rgba(255,255,255,0.6)}
