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}*{box-sizing:border-box;margin:0;padding:0}body{background:#fff;color:#2b2b2b;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;line-height:1.6}.container{margin:0 auto;max-width:1200px;padding:0 20px}.header{background:#fff;box-shadow:0 2px 12px #0000000f;position:fixed;top:0;width:100%;z-index:1000}.navbar{justify-content:space-between;padding:1rem 0}.logo,.navbar{align-items:center;display:flex}.logo{color:#2c5aa0;font-size:1.6rem;font-weight:700;gap:.55rem;text-decoration:none}.logo-icon{align-items:center;display:flex}.logo-icon img{height:34px;max-width:34px;object-fit:contain;width:auto}.logo-text{color:maroon;letter-spacing:.3px}.hamburger{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px}.hamburger span{background:#2c5aa0;border-radius:2px;height:3px;transition:all .3s ease;width:24px}.hamburger.open span:first-child{transform:rotate(45deg) translate(5px,5px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:#333;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .25s}.nav-links a.active,.nav-links a:hover{color:#2c5aa0}.hero{background:linear-gradient(135deg,#2c5aa0,#1e3a6b);color:#fff;margin-top:70px;padding:60px 0}.hero .container{max-width:850px;text-align:center}.hero h1{font-size:3.1rem;font-weight:700;line-height:1.25;margin-bottom:1.4rem}.hero p{font-size:1rem;margin:0 auto 2.5rem;max-width:720px;opacity:.95}.hero-actions{display:flex;flex-wrap:wrap;gap:1.2rem;justify-content:center;margin-top:2.5rem}.cta-button{background:#ff6b35;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:13px 36px;text-decoration:none;transition:background .3s,transform .2s,box-shadow .2s}.cta-button:hover{background:#e55a2b;box-shadow:0 6px 16px #00000026;transform:translateY(-1px)}.hero-intro{border-top:1px solid #ffffff40;margin-left:auto;margin-right:auto;margin-top:3.5rem;max-width:720px;padding-top:2.5rem;text-align:center}.hero-intro h2{color:#fff;font-size:1.6rem;font-weight:600;letter-spacing:.3px;margin-bottom:1rem}.hero-intro p{color:#ffffffe6;font-size:.95rem;line-height:1.7;margin-bottom:.8rem}.hero-intro strong{color:#fff;font-weight:600}.section{padding:50px 0}.section-light{background:#f7f9fc}.section-title{margin:0 auto 2rem;max-width:700px;text-align:center}.section-title h2{color:#2c5aa0;font-size:2.4rem;font-weight:700;margin-bottom:.8rem}.section-title p{color:#666;font-size:1.05rem}.process-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin-top:3rem}.process-step{padding:2.2rem 2rem;text-align:center}.process-number{align-items:center;background:#2c5aa0;border-radius:50%;color:#fff;display:flex;font-size:1.2rem;font-weight:600;height:48px;justify-content:center;margin:0 auto 1.2rem;width:48px}.process-step h3{color:#1f3e72;font-size:1.2rem;margin-bottom:.6rem}.process-step p{color:#555;font-size:.95rem;line-height:1.7}.features-grid{grid-gap:2.2rem;display:grid;gap:2.2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.feature-item{background:#fff;border-radius:14px;box-shadow:0 8px 28px #0000000f;padding:2.6rem 2.4rem;text-align:left}.feature-icon{display:flex;font-size:2.2rem;justify-content:center;margin-bottom:1.2rem}.feature-item h3{color:#1f3e72;font-size:1.25rem;font-weight:600;margin-bottom:.8rem;text-align:center}.feature-item p{color:#555;font-size:.95rem;line-height:1.7}.feature-item:hover{box-shadow:0 14px 36px #2c5aa026;transform:translateY(-4px)}.services-grid{grid-gap:2.2rem;display:grid;gap:2.2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:3rem}.service-card{background:#fff;border-left:4px solid #2c5aa0;border-radius:14px;box-shadow:0 8px 26px #0000000f;padding:2.4rem 2.2rem}.service-card h3{color:#1f3e72;font-size:1.25rem;margin-bottom:.7rem}.service-card p{color:#555;font-size:.95rem}.footer{background:#2c5aa0;color:#fff;padding:60px 0 25px}.footer-content{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:2.5rem}.footer-section h3{margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.6rem}.footer-section a{color:#d4def3;text-decoration:none}.footer-section a:hover{color:#fff}.footer-bottom{border-top:1px solid #fff3;color:#d4def3;font-size:.9rem;padding-top:2rem;text-align:center}@media (max-width:768px){.logo-icon img{height:30px;max-width:30px}.hamburger{display:flex}.nav-links{align-items:center;background:#fff;box-shadow:0 12px 30px #0000001f;flex-direction:column;gap:1.4rem;left:0;padding:2.2rem 0;position:absolute;top:70px;transform:translateY(-120%);transition:transform .3s ease;width:100%}.nav-links.show{transform:translateY(0)}.hero{padding:50px 0}.hero h1{font-size:2.2rem}.hero p{font-size:1rem}.section{padding:70px 0}.section-title h2{font-size:2rem}}
/*# sourceMappingURL=main.1ad69532.css.map*/