*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;font-weight:400;--nav-h: 78px;--nav-h-scrolled: 60px;--nav-logo-h: 46px;--nav-logo-h-scrolled: 40px;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media screen and (max-width:768px){:root{--nav-h: 71px;--nav-h-scrolled: 56px;--nav-logo-h: 40px;--nav-logo-h-scrolled: 36px}}@media screen and (max-width:480px){:root{--nav-h: 65px;--nav-h-scrolled: 52px;--nav-logo-h: 34px;--nav-logo-h-scrolled: 32px}}body{margin:0;min-width:320px;min-height:100vh;background-color:#fff;color:#1a202c}#root{width:100%}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}ul{list-style:none}img{max-width:100%;height:auto;display:block}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f4f6f9}::-webkit-scrollbar-thumb{background:#003580;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#f60}.navbar{background:#fff;padding:.9rem 0;position:fixed;top:0;width:100%;z-index:1000;box-shadow:0 2px 12px #00000014;border-bottom:2px solid #003580;transition:padding .28s ease,box-shadow .28s ease}.navbar.scrolled{padding:.5rem 0;box-shadow:0 4px 18px #0000001f}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.nav-logo{display:flex;align-items:center;gap:.7rem;text-decoration:none;min-width:0}.nav-logo-img{height:var(--nav-logo-h);width:auto;display:block;flex-shrink:0;object-fit:contain;transition:height .28s ease,transform .28s ease}.navbar.scrolled .nav-logo-img{height:var(--nav-logo-h-scrolled)}.nav-logo:hover .nav-logo-img{transform:scale(1.05)}.nav-logo-text{display:flex;flex-direction:column;justify-content:center;min-width:0}.nav-title{color:#003580;font-size:1.4rem;font-weight:800;line-height:1.15;letter-spacing:.5px;white-space:nowrap}.nav-tagline{color:#f60;font-size:.68rem;font-weight:700;line-height:1.2;letter-spacing:1.6px;text-transform:uppercase;white-space:nowrap;height:14px;overflow:hidden;transition:opacity .2s ease,height .28s ease}.navbar.scrolled .nav-tagline{opacity:0;height:0}.nav-menu{display:flex;gap:2rem;align-items:center}.nav-link{color:#1a202c;text-decoration:none;font-weight:600;transition:color .2s ease;position:relative;font-size:.95rem}.nav-link:hover{color:#003580}.nav-link:after{content:"";position:absolute;bottom:-4px;left:50%;transform:translate(-50%);width:0;height:2px;background:#f60;transition:width .25s ease;border-radius:2px}.nav-link:hover:after{width:100%}.nav-btn{background:#f60;color:#fff;padding:.6rem 1.6rem;border-radius:6px;font-weight:700;transition:background .2s ease,transform .2s ease,box-shadow .2s ease;font-size:.92rem;border:none;cursor:pointer;letter-spacing:.3px;white-space:nowrap}.nav-btn:hover{background:#e55a00;transform:translateY(-1px);box-shadow:0 6px 14px #ff660047}.nav-logo:focus-visible,.nav-link:focus-visible,.nav-btn:focus-visible,.hamburger:focus-visible{outline:3px solid #FF6600;outline-offset:3px;border-radius:4px}.hamburger{display:none;flex-direction:column;justify-content:center;cursor:pointer;background:none;border:none;padding:.35rem;width:40px;height:40px;flex-shrink:0}.bar{width:24px;height:2px;background:#003580;margin:4px 0;transition:transform .3s ease,opacity .2s ease;border-radius:2px}.hamburger.active .bar:nth-child(1){transform:translateY(6px) rotate(45deg)}.hamburger.active .bar:nth-child(2){opacity:0}.hamburger.active .bar:nth-child(3){transform:translateY(-6px) rotate(-45deg)}@media screen and (max-width:768px){.hamburger{display:flex}.nav-title{font-size:1.1rem}.nav-tagline{display:none}.nav-menu{position:absolute;left:-100%;top:100%;flex-direction:column;background:#fff;width:100%;text-align:center;transition:left .3s ease;padding:2rem 0;gap:1.5rem;box-shadow:0 8px 24px #0000001a;border-top:1px solid #E2E8F0}.nav-menu.active{left:0}.nav-link{font-size:1.05rem}.nav-link:after{display:none}.nav-logo:hover .nav-logo-img{transform:none}}@media screen and (max-width:480px){.nav-container{padding:0 1rem}.nav-logo{gap:.5rem}.nav-title{font-size:.92rem;letter-spacing:.2px}}@media(prefers-reduced-motion:reduce){.navbar,.nav-logo-img,.nav-tagline,.nav-menu,.bar,.nav-btn{transition:none}.nav-logo:hover .nav-logo-img{transform:none}}.modal-overlay{position:fixed;inset:0;background:#00123399;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.modal-box{background:#fff;border-radius:14px;padding:2rem 1.8rem;max-width:390px;width:100%;position:relative;box-shadow:0 24px 64px #0003;animation:modalPop .2s ease-out;border-top:4px solid #003580}@keyframes modalPop{0%{opacity:0;transform:scale(.92) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-close{position:absolute;top:.9rem;right:1rem;background:#f4f6f9;border:none;font-size:.95rem;cursor:pointer;color:#4a5568;line-height:1;padding:.3rem .5rem;border-radius:6px;transition:background .15s ease,color .15s ease}.modal-close:hover{background:#e2e8f0;color:#1a202c}.modal-title{font-size:1.35rem;font-weight:800;color:#003580;margin:0 0 .25rem}.modal-subtitle{color:#718096;font-size:.88rem;margin:0 0 1.4rem}.modal-contacts{display:flex;flex-direction:column;gap:.9rem}.modal-contact-item{display:flex;align-items:center;justify-content:space-between;gap:.8rem;background:#f4f6f9;border-radius:8px;padding:.85rem 1rem;flex-wrap:wrap;border:1px solid #E2E8F0}.modal-phone{font-weight:700;color:#1a202c;font-size:.95rem}.modal-actions{display:flex;gap:.5rem}.modal-btn{padding:.4rem .9rem;border-radius:5px;font-size:.8rem;font-weight:700;text-decoration:none;transition:opacity .15s,transform .15s;white-space:nowrap}.modal-btn:hover{opacity:.88;transform:translateY(-1px)}.call-btn{background:#003580;color:#fff}.wa-btn{background:#25d366;color:#fff}.hero{min-height:calc(100vh - var(--nav-h));display:flex;align-items:center;justify-content:center;background:linear-gradient(150deg,#003580,#00246b 55%,#001a4e);position:relative;overflow:hidden;padding:2rem;margin-top:var(--nav-h)}.hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(ellipse at 15% 60%,rgba(255,102,0,.12) 0%,transparent 55%),radial-gradient(ellipse at 85% 30%,rgba(0,85,179,.22) 0%,transparent 50%),radial-gradient(ellipse at 50% 90%,rgba(0,36,107,.35) 0%,transparent 45%);animation:heroBg 18s ease-in-out infinite}@keyframes heroBg{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-15px) scale(1.02)}}.hero-content{max-width:960px;text-align:center;position:relative;z-index:1;animation:fadeInUp .8s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.hero-title{font-size:3.2rem;color:#fff;margin-bottom:1.4rem;font-weight:800;line-height:1.18;letter-spacing:-.5px}.highlight{color:#f60;display:inline-block}.hero-subtitle{font-size:1.18rem;color:#ffffffe0;margin-bottom:2.4rem;line-height:1.7;max-width:720px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1.2rem;justify-content:center;margin-bottom:3rem;flex-wrap:wrap}.btn{padding:1rem 2.6rem;border-radius:6px;text-decoration:none;font-weight:700;font-size:1.05rem;transition:all .22s ease;display:inline-block;border:none;cursor:pointer;letter-spacing:.3px}.btn-primary{background:#f60;color:#fff;box-shadow:0 6px 20px #f606}.btn-primary:hover{background:#e55a00;transform:translateY(-2px);box-shadow:0 10px 28px #ff660080}.btn-secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.7)}.btn-secondary:hover{background:#fff;color:#003580;border-color:#fff;transform:translateY(-2px);box-shadow:0 8px 24px #fff3}.hero-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1.2rem;max-width:680px;margin:0 auto}.feature-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#fff;font-weight:600;font-size:.92rem;background:#ffffff14;padding:1.4rem 1rem;border-radius:10px;border:1px solid rgba(255,255,255,.15);transition:all .22s ease;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.feature-item:hover{background:#ffffff24;transform:translateY(-4px);border-color:#ff660080}.feature-icon{font-size:2.2rem}@media screen and (max-width:768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:280px}.hero-features{grid-template-columns:repeat(2,1fr);gap:1rem}}.services{padding:5rem 2rem;background:#fff}.services-container{max-width:1200px;margin:0 auto}.services-header{text-align:center;margin-bottom:3.5rem}.section-title{font-size:2.4rem;color:#003580;margin-bottom:.8rem;font-weight:800;position:relative;display:inline-block}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:3px;background:#f60;border-radius:2px}.section-subtitle{font-size:1.1rem;color:#4a5568;margin-top:1.5rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:2rem;margin-bottom:3.5rem}.service-card{background:#fff;padding:2rem 2rem 2.2rem;border-radius:12px;box-shadow:0 2px 12px #0000000f;transition:all .28s ease;border:1px solid #E2E8F0;position:relative;overflow:hidden}.service-card:after{content:"";position:absolute;bottom:0;left:0;width:0;height:3px;background:#f60;transition:width .35s ease}.service-card:hover:after{width:100%}.service-card:hover{transform:translateY(-6px);box-shadow:0 10px 30px #0000001a;border-color:#003580}.service-icon-wrapper{width:64px;height:64px;margin-bottom:1.4rem;background:#ebf2ff;border-radius:12px;display:flex;align-items:center;justify-content:center;transition:background .25s ease}.service-card:hover .service-icon-wrapper{background:#003580}.service-icon{font-size:2rem;color:#003580;font-weight:700;transition:color .25s ease}.service-card:hover .service-icon{color:#fff}.service-title{font-size:1.25rem;color:#1a202c;margin-bottom:.75rem;font-weight:700}.service-description{color:#4a5568;line-height:1.7;margin-bottom:1.3rem;font-size:.95rem}.service-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.55rem}.service-features li{color:#4a5568;display:flex;align-items:center;gap:.7rem;font-size:.92rem;font-weight:500}.check-icon{color:#f60;font-size:.6rem;font-weight:700;width:18px;height:18px;display:flex;align-items:center;justify-content:center;background:#fff0e5;border-radius:50%;flex-shrink:0}.services-cta{text-align:center;background:linear-gradient(135deg,#003580,#00246b);padding:3.5rem 2rem;border-radius:14px;color:#fff;position:relative;overflow:hidden}.services-cta:before{content:"";position:absolute;top:-50%;right:-10%;width:350px;height:350px;background:#ff660014;border-radius:50%}.services-cta h3{font-size:1.9rem;margin-bottom:1.5rem;font-weight:700;position:relative;z-index:1}.cta-button{display:inline-block;background:#f60;color:#fff;padding:1rem 3rem;border-radius:6px;font-weight:700;font-size:1rem;transition:all .22s ease;box-shadow:0 6px 20px #ff660059;position:relative;z-index:1;border:none;cursor:pointer}.cta-button:hover{background:#e55a00;transform:translateY(-2px);box-shadow:0 10px 28px #ff660073}@media screen and (max-width:768px){.services{padding:3rem 1rem}.section-title{font-size:1.9rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.services-cta h3{font-size:1.5rem}}.about{padding:5rem 2rem;background:#f4f6f9}.about-container{max-width:1200px;margin:0 auto}.about-content{margin-bottom:3.5rem}.about-text{margin-bottom:3rem}.about-description{font-size:1.05rem;line-height:1.8;color:#4a5568;margin-bottom:1.4rem}.about-highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2.5rem}.highlight-card{background:#fff;padding:2rem;border-radius:12px;border-left:4px solid #003580;transition:all .25s ease;box-shadow:0 2px 10px #0000000d;display:flex;flex-direction:column;align-items:flex-start}.highlight-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000017}.highlight-icon-box{width:52px;height:52px;background:#003580;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem}.highlight-icon{font-size:1.6rem;color:#fff;font-weight:700}.highlight-card h3{color:#1a202c;margin-bottom:.6rem;font-size:1.2rem;font-weight:700}.highlight-card p{color:#4a5568;line-height:1.7;font-size:.95rem}.about-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1.5rem;margin-top:2.5rem}.stat-card{text-align:center;padding:2rem 1rem;background:#003580;border-radius:12px;color:#fff;transition:all .25s ease;box-shadow:0 4px 16px #00358033}.stat-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px #0035804d;background:#00246b}.stat-number{font-size:2.6rem;font-weight:800;margin-bottom:.4rem;color:#f60}.stat-label{font-size:.9rem;opacity:.92;font-weight:600;color:#ffffffe6}.why-choose{background:#fff;padding:3rem 2.5rem;border-radius:14px;box-shadow:0 2px 12px #0000000d}.why-choose h3{text-align:center;font-size:1.9rem;color:#003580;margin-bottom:2.5rem;font-weight:800}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem}.feature-card{background:#f4f6f9;padding:1.8rem 1.4rem;border-radius:10px;text-align:center;transition:all .25s ease;border:1px solid #E2E8F0}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #00000017;border-color:#003580;background:#fff}.feature-icon-wrapper{width:60px;height:60px;margin:0 auto 1.2rem;background:#003580;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .25s ease}.feature-card:hover .feature-icon-wrapper{background:#f60;transform:scale(1.08)}.feature-icon{font-size:1.7rem;color:#fff;font-weight:700}.feature-card h4{color:#1a202c;margin-bottom:.4rem;font-size:1.05rem;font-weight:700}.feature-card p{color:#718096;font-size:.9rem;line-height:1.6;margin:0}@media screen and (max-width:768px){.about{padding:3rem 1rem}.about-stats{grid-template-columns:repeat(2,1fr);gap:1rem}.stat-number{font-size:2rem}.features-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.why-choose h3{font-size:1.6rem}.why-choose{padding:2rem 1.2rem}}@media screen and (max-width:480px){.features-grid{grid-template-columns:1fr}}.contact{padding:5rem 2rem;background:#fff}.contact-container{max-width:1100px;margin:0 auto}.contact-header{text-align:center;margin-bottom:3rem}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-bottom:2.5rem}.info-card-compact{background:#fff;padding:1.8rem;border-radius:12px;box-shadow:0 2px 12px #0000000f;transition:all .25s ease;border:1px solid #E2E8F0;display:flex;align-items:center;gap:1.3rem}.info-card-compact:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a;border-color:#003580}.info-icon-box{width:52px;height:52px;background:#003580;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.info-icon{font-size:1.6rem;color:#fff;font-weight:700}.info-content{flex:1;display:flex;flex-direction:column;gap:.3rem}.info-content h3{color:#1a202c;margin-bottom:.2rem;font-size:1.05rem;font-weight:700}.info-content p{color:#4a5568;margin:0;line-height:1.6;font-size:.92rem}.contact-link{display:block;color:#003580;font-weight:600;text-decoration:none;font-size:.92rem;transition:color .2s ease;padding:.1rem 0}.contact-link:hover{color:#f60}.contact-cta{background:linear-gradient(135deg,#003580,#00246b);padding:3rem 2rem;border-radius:14px;text-align:center;color:#fff;position:relative;overflow:hidden;margin-top:2rem}.contact-cta:before{content:"";position:absolute;bottom:-60px;left:-40px;width:280px;height:280px;background:#ff660014;border-radius:50%}.contact-cta h3{font-size:1.9rem;margin-bottom:.8rem;font-weight:700;position:relative;z-index:1}.contact-cta p{font-size:1.05rem;margin-bottom:1.8rem;opacity:.9;position:relative;z-index:1}.cta-btn{display:inline-block;background:#f60;color:#fff;padding:1rem 3rem;border-radius:6px;font-weight:700;font-size:1rem;transition:all .22s ease;box-shadow:0 6px 20px #ff660059;position:relative;z-index:1;border:none;cursor:pointer}.cta-btn:hover{background:#e55a00;transform:translateY(-2px);box-shadow:0 10px 28px #ff660073}@media screen and (max-width:768px){.contact{padding:3rem 1rem}.contact-grid{grid-template-columns:1fr;gap:1.2rem}.info-card-compact{flex-direction:column;text-align:center}.contact-cta h3{font-size:1.6rem}.contact-cta p{font-size:.95rem}}.footer{background:linear-gradient(160deg,#002459,#001233);color:#fff;padding:3.5rem 2rem 1.5rem}.footer-container{max-width:1200px;margin:0 auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2.5rem;margin-bottom:2.5rem}.footer-section h3{font-size:1.35rem;margin-bottom:1rem;color:#f60;font-weight:800;letter-spacing:.3px}.footer-section h4{font-size:1rem;margin-bottom:1rem;color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:.8px;opacity:.75}.footer-section p{color:#ffffffb8;line-height:1.75;margin-bottom:1.4rem;font-size:.93rem}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.7rem}.footer-section ul li a{color:#ffffffbf;text-decoration:none;transition:color .2s ease;display:inline-block;font-size:.93rem;font-weight:500}.footer-section ul li a:hover{color:#f60}.contact-list li{color:#ffffffbf;line-height:1.9;font-size:.93rem}.social-links{display:flex;gap:.8rem;margin-top:1.4rem}.social-icon{font-size:1rem;font-weight:700;transition:all .22s ease;text-decoration:none;background:#ffffff1a;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;color:#ffffffd9;border:1px solid rgba(255,255,255,.12)}.social-icon:hover{background:#f60;border-color:#f60;transform:translateY(-3px);color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.8rem;text-align:center}.footer-bottom p{color:#ffffff8c;margin:.4rem 0;font-size:.88rem}.designer-link{color:#f60;font-weight:600;text-decoration:none;transition:opacity .2s ease}.designer-link:hover{opacity:.8;text-decoration:underline}@media screen and (max-width:768px){.footer{padding:2.5rem 1rem 1rem}.footer-content{grid-template-columns:1fr;gap:2rem}}.app{width:100%;overflow-x:hidden}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--nav-h-scrolled) + 12px)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
