*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#172033;background:#fff;min-width:320px;margin:0;font-family:Arial,Helvetica,sans-serif}button,input,textarea{font:inherit}a{color:inherit;text-decoration:none}.header{z-index:1000;background-position:50%;background-repeat:no-repeat;background-size:cover;border-bottom:1px solid #102b4e2e;width:100%;height:120px;position:fixed;top:0;left:0;box-shadow:0 4px 18px #0000001a}.header-container{align-items:center;width:min(1180px,100% - 48px);height:100%;margin:0 auto;display:flex;position:relative}.logo{flex-shrink:0;align-items:center;height:90px;display:flex}.logo img{object-fit:contain;width:185px;height:80px;display:block}.header-menu{align-items:center;gap:12px;margin-left:120px;display:flex}.navigation{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffffe6;border-radius:6px;align-items:center;gap:8px;padding:7px 9px;display:flex;box-shadow:0 4px 15px #00000014}.navigation a{color:#102b4e;white-space:nowrap;padding:8px 10px;font-size:14px;font-weight:700;transition:color .25s;position:relative}.navigation a:hover{color:#b48816}.navigation a:after{content:"";background:#d8ad32;width:0;height:2px;transition:width .25s;position:absolute;bottom:2px;left:10px}.navigation a:hover:after{width:calc(100% - 20px)}.quote-button{color:#061a42;white-space:nowrap;background:#d8ad32;border:1px solid #e6bd43;border-radius:5px;justify-content:center;align-items:center;min-height:46px;padding:0 18px;font-size:13px;font-weight:700;transition:background .25s,transform .25s,box-shadow .25s;display:inline-flex;box-shadow:0 5px 15px #00000026}.quote-button:hover{background:#efca56;transform:translateY(-2px);box-shadow:0 8px 20px #0000002e}@media (width<=1050px){.header-menu{margin-left:auto}.navigation{display:none}}@media (width<=600px){.header{height:90px}.header-container{justify-content:space-between;width:calc(100% - 30px)}.logo{height:70px}.logo img{width:140px;height:62px}.header-menu{margin-left:10px}.quote-button{min-height:40px;padding:0 12px;font-size:11px}}.hero{background:radial-gradient(circle at 75% 30%,#1e4c7e14,#0000 30%),#f6f8fa;align-items:center;min-height:100vh;padding-top:160px;padding-bottom:60px;display:flex;overflow:hidden}.hero-container{grid-template-columns:1fr .9fr;align-items:center;gap:80px;width:min(1180px,100% - 48px);margin:0 auto;display:grid}.hero-content{max-width:650px}.hero-label{color:#56708f;letter-spacing:2.5px;align-items:center;gap:12px;margin-bottom:30px;font-size:12px;font-weight:700;display:inline-flex}.hero-label:before{content:"";background:#56708f;width:35px;height:2px}.hero h1{color:#102b4e;letter-spacing:-3px;margin:0;font-size:clamp(48px,5vw,72px);font-weight:700;line-height:1.04}.hero h1 span{color:#61758e;font-weight:400;display:block}.hero-description{color:#667181;max-width:590px;margin-top:28px;font-size:17px;line-height:1.8}.hero-actions{align-items:center;gap:16px;margin-top:38px;display:flex}.hero-primary,.hero-secondary{border-radius:4px;justify-content:center;align-items:center;min-height:54px;padding:0 26px;font-size:14px;font-weight:600;transition:background .25s,border-color .25s,transform .25s;display:inline-flex}.hero-primary{color:#fff;background:#102b4e;gap:16px}.hero-primary span{font-size:20px;transition:transform .25s}.hero-primary:hover{background:#1b426d;transform:translateY(-2px)}.hero-primary:hover span{transform:translate(4px)}.hero-secondary{color:#102b4e;background:0 0;border:1px solid #cfd6df}.hero-secondary:hover{background:#fff;border-color:#102b4e;transform:translateY(-2px)}.hero-trust{border-top:1px solid #dde2e8;margin-top:55px;padding-top:27px;display:flex}.hero-trust div{border-right:1px solid #dde2e8;flex-direction:column;margin-right:25px;padding-right:25px;display:flex}.hero-trust div:last-child{border-right:none;margin-right:0;padding-right:0}.hero-trust strong{color:#102b4e;font-size:14px;font-weight:700}.hero-trust span{color:#89919d;margin-top:5px;font-size:11px}.hero-visual{height:570px;position:relative}.hero-image{background:#fff;width:100%;height:100%;padding:12px;overflow:hidden;box-shadow:0 30px 70px #102b4e1f}.hero-image img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.hero-floating-card{background:#fffffff7;border-radius:5px;align-items:center;gap:15px;padding:19px 23px;display:flex;position:absolute;bottom:40px;left:-45px;box-shadow:0 15px 45px #102b4e26}.floating-icon{color:#102b4e;background:#edf3f8;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:39px;height:39px;font-size:17px;font-weight:700;display:flex}.hero-floating-card strong{color:#102b4e;font-size:13px;display:block}.hero-floating-card p{color:#8a929d;margin:4px 0 0;font-size:11px}@media (width<=950px){.hero{padding-top:150px;padding-bottom:70px}.hero-container{grid-template-columns:1fr;gap:60px}.hero-content{max-width:750px}.hero-visual{height:500px}.hero-floating-card{left:25px}}@media (width<=650px){.hero{min-height:auto;padding-top:120px;padding-bottom:60px}.hero-container{grid-template-columns:1fr;gap:45px;width:calc(100% - 32px)}.hero-label{letter-spacing:1.8px;margin-bottom:22px;font-size:10px}.hero h1{letter-spacing:-2px;font-size:43px}.hero-description{margin-top:22px;font-size:15px}.hero-actions{flex-direction:column;align-items:stretch;margin-top:30px}.hero-primary,.hero-secondary{width:100%}.hero-trust{gap:15px;margin-top:40px}.hero-trust div{flex:1;margin-right:0;padding-right:10px}.hero-trust strong{font-size:12px}.hero-trust span{font-size:9px}.hero-visual{height:400px}.hero-floating-card{bottom:20px;left:15px;right:15px}}.about{background:#f6f8fa;padding:110px 0}.about-container{grid-template-columns:.95fr 1fr;align-items:center;gap:90px;width:min(1180px,100% - 48px);margin:0 auto;display:grid}.about-image{background:#fff;width:100%;height:560px;padding:12px;position:relative;overflow:hidden;box-shadow:0 25px 60px #102b4e1f}.about-image img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .6s;display:block}.about-image:hover img{transform:scale(1.03)}.about-image:after{content:"";background:#d8ad32;width:90px;height:4px;position:absolute;bottom:12px;left:12px}.about-content{max-width:580px}.about-label{color:#b38a20;letter-spacing:2.5px;align-items:center;gap:12px;margin-bottom:22px;font-size:12px;font-weight:700;display:inline-flex}.about-label:before{content:"";background:#d8ad32;width:35px;height:2px}.about-content h2{color:#102b4e;letter-spacing:-2px;margin:0 0 30px;font-size:48px;line-height:1.12}.about-content h2 span{color:#687b91;font-weight:400;display:block}.about-content p{color:#727d8b;margin:0 0 18px;font-size:15px;line-height:1.8}.about-highlights{border-top:1px solid #dde2e8;border-bottom:1px solid #dde2e8;grid-template-columns:repeat(3,1fr);margin-top:35px;display:grid}.about-highlights div{border-right:1px solid #dde2e8;padding:22px 18px}.about-highlights div:last-child{border-right:none}.about-highlights strong{color:#d1a62f;letter-spacing:1.5px;margin-bottom:8px;font-size:13px;display:block}.about-highlights span{color:#102b4e;font-size:13px;font-weight:600;line-height:1.4}.about-button{color:#fff;background:#102b4e;border-radius:4px;align-items:center;gap:16px;min-height:52px;margin-top:35px;padding:0 24px;font-size:13px;font-weight:700;transition:background .25s,transform .25s;display:inline-flex}.about-button:hover{background:#1b426d;transform:translateY(-2px)}.about-button span{color:#e5bd45;font-size:18px}@media (width<=950px){.about-container{grid-template-columns:1fr;gap:60px}.about-content{max-width:750px}.about-image{height:500px}}@media (width<=600px){.about{padding:80px 0}.about-container{width:calc(100% - 32px)}.about-image{height:390px}.about-content h2{font-size:38px}.about-highlights{grid-template-columns:1fr}.about-highlights div{border-bottom:1px solid #dde2e8;border-right:none}.about-highlights div:last-child{border-bottom:none}}.products{background:#f8fafc;padding:115px 0}.products-container{width:min(1180px,100% - 48px);margin:0 auto}.products-header{justify-content:space-between;align-items:flex-end;gap:60px;margin-bottom:60px;display:flex}.section-label{color:#b38a20;letter-spacing:2.5px;align-items:center;gap:12px;margin-bottom:22px;font-size:12px;font-weight:700;display:inline-flex}.section-label:before{content:"";background:#d8ad32;width:35px;height:2px}.products-header h2{color:#102b4e;letter-spacing:-2px;max-width:650px;margin:0;font-size:48px;line-height:1.12}.products-header h2 span{color:#687b91;font-weight:400;display:block}.products-header>p{color:#727d8b;max-width:390px;margin:0;font-size:15px;line-height:1.8}.products-grid{flex-direction:column;gap:30px;margin-bottom:45px;display:flex}.product-card{background:#fff;border:1px solid #e1e7ed;border-radius:6px;grid-template-columns:430px 1fr;min-height:390px;transition:transform .3s,box-shadow .3s,border-color .3s;display:grid;overflow:hidden}.product-card:hover{border-color:#d2dbe5;transform:translateY(-5px);box-shadow:0 20px 45px #102b4e1a}.product-image-wrapper{background:linear-gradient(135deg,#e9eef3 0%,#f5f7f9 50%,#e3e9ef 100%);min-height:390px;position:relative;overflow:hidden}.product-image-wrapper img{z-index:2;object-fit:cover;width:100%;height:100%;transition:transform .5s;position:absolute;inset:0}.product-card:hover .product-image-wrapper img{transform:scale(1.04)}.image-placeholder{z-index:1;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.image-placeholder span{color:#c3ccd5;letter-spacing:3px;font-size:50px;font-weight:700}.product-content{flex-direction:column;justify-content:center;padding:45px 50px;display:flex}.product-category{color:#b38a20;letter-spacing:2px;margin-bottom:13px;font-size:11px;font-weight:700}.product-content h3{color:#102b4e;letter-spacing:-.5px;margin:0 0 15px;font-size:29px;font-weight:700;line-height:1.2}.product-content>p{color:#727d8b;max-width:600px;margin:0 0 25px;font-size:14px;line-height:1.8}.product-specifications{border-top:1px solid #e8edf1;grid-template-columns:1fr 1.3fr;gap:30px;margin-bottom:28px;padding-top:22px;display:grid}.specification-group{flex-direction:column;display:flex}.specification-title{color:#102b4e;letter-spacing:1.5px;margin-bottom:10px;font-size:10px;font-weight:700}.specification-list{flex-wrap:wrap;gap:7px;display:flex}.specification-tag{color:#526477;background:#f2f5f8;border:1px solid #e2e7ec;border-radius:3px;padding:7px 10px;font-size:11px;font-weight:600}.colors-note{color:#8b949e;margin-top:9px;font-size:10px;font-style:italic}.product-whatsapp{color:#102b4e;letter-spacing:.5px;align-items:center;gap:10px;width:fit-content;font-size:12px;font-weight:700;text-decoration:none;transition:color .25s,gap .25s;display:inline-flex}.product-whatsapp span{color:#b38a20;font-size:17px}.product-whatsapp:hover{color:#b38a20;gap:15px}.products-bottom{background:#fff;border:1px solid #e1e7ed;border-radius:6px;justify-content:space-between;align-items:center;gap:50px;padding:42px 48px;display:flex}.products-bottom-content{max-width:700px}.products-bottom-label{color:#b38a20;letter-spacing:2px;margin-bottom:12px;font-size:11px;font-weight:700;display:block}.products-bottom h3{color:#102b4e;margin:0 0 10px;font-size:27px;line-height:1.2}.products-bottom h3 span{color:#687b91;font-weight:400}.products-bottom p{color:#727d8b;max-width:650px;margin:0;font-size:14px;line-height:1.7}.products-contact-button{color:#fff;white-space:nowrap;background:#102b4e;border:1px solid #102b4e;border-radius:5px;justify-content:center;align-items:center;gap:12px;min-height:50px;padding:0 24px;font-size:12px;font-weight:700;text-decoration:none;transition:background .25s,transform .25s,box-shadow .25s;display:inline-flex}.products-contact-button span{color:#e5bd45;font-size:17px}.products-contact-button:hover{background:#183d69;transform:translateY(-2px);box-shadow:0 10px 25px #102b4e26}@media (width<=1000px){.products-header{display:block}.products-header>p{max-width:650px;margin-top:25px}.product-card{grid-template-columns:350px 1fr}.product-content{padding:40px 35px}.product-specifications{grid-template-columns:1fr;gap:18px}.products-bottom{flex-direction:column;align-items:flex-start}}@media (width<=700px){.products{padding:80px 0}.products-container{width:calc(100% - 32px)}.products-header{margin-bottom:40px}.section-label{letter-spacing:2px;font-size:11px}.products-header h2{letter-spacing:-1.5px;font-size:38px}.products-header>p{font-size:14px;line-height:1.7}.product-card{flex-direction:column;min-height:auto;display:flex}.product-image-wrapper{height:300px;min-height:300px}.image-placeholder span{font-size:40px}.product-content{padding:32px 25px 38px}.product-content h3{font-size:25px}.product-content>p{font-size:13px}.product-specifications{grid-template-columns:1fr;gap:20px}.products-bottom{gap:25px;padding:32px 25px}.products-bottom h3{font-size:24px}.products-bottom p{font-size:13px}.products-contact-button{width:100%}}@media (width<=420px){.product-image-wrapper{height:250px;min-height:250px}.product-content{padding:28px 20px 32px}.product-content h3{font-size:23px}.specification-tag{font-size:10px}}.quality{background:#fff;padding:115px 0}.quality-container{width:min(1180px,100% - 48px);margin:0 auto}.quality-header{max-width:760px;margin-bottom:65px}.quality-label{color:#b38a20;letter-spacing:2.5px;align-items:center;gap:12px;margin-bottom:22px;font-size:12px;font-weight:700;display:inline-flex}.quality-label:before{content:"";background:#d8ad32;width:35px;height:2px}.quality-header h2{color:#102b4e;letter-spacing:-2px;margin:0;font-size:48px;line-height:1.12}.quality-header h2 span{color:#687b91;font-weight:400;display:block}.quality-header p{color:#727d8b;max-width:700px;margin-top:25px;font-size:15px;line-height:1.8}.quality-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.quality-card{background:#f8fafc;border:1px solid #e4e9ee;border-radius:6px;min-height:300px;padding:34px 30px;transition:transform .3s,box-shadow .3s,border-color .3s,background .3s;position:relative}.quality-card:hover{background:#fff;border-color:#d4dce5;transform:translateY(-7px);box-shadow:0 20px 45px #102b4e1a}.quality-icon{color:#e5bd45;background:#102b4e;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;margin:0 auto 35px;transition:transform .3s,background .3s;display:flex}.quality-card:hover .quality-icon{background:#183d69;transform:translateY(-3px)}.quality-icon svg{width:27px;height:27px;display:block}.quality-card h3{color:#102b4e;text-align:center;margin:0 0 14px;font-size:21px;font-weight:700}.quality-card p{color:#727d8b;text-align:center;margin:0;font-size:13px;line-height:1.75}.quality-link{color:#b38a20;letter-spacing:.8px;text-transform:uppercase;text-align:center;font-size:11px;font-weight:700;position:absolute;bottom:28px;left:30px;right:30px}.quality-link:after{content:" →";font-size:14px}@media (width<=1050px){.quality-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.quality{padding:80px 0}.quality-container{width:calc(100% - 32px)}.quality-header{margin-bottom:45px}.quality-label{letter-spacing:2px;font-size:11px}.quality-header h2{letter-spacing:-1.5px;font-size:38px}.quality-header p{font-size:14px;line-height:1.7}.quality-grid{grid-template-columns:1fr;gap:15px}.quality-card{min-height:270px;padding:30px 25px}.quality-icon{width:55px;height:55px;margin-bottom:28px}.quality-icon svg{width:25px;height:25px}.quality-card h3{font-size:20px}.quality-card p{font-size:13px}.quality-link{bottom:25px;left:25px;right:25px}}.contact{background:#fff;padding:110px 0}.contact-container{grid-template-columns:1fr .9fr;align-items:center;gap:100px;width:min(1180px,100% - 48px);margin:0 auto;display:grid}.contact-content{max-width:650px}.contact-label{color:#b38a20;letter-spacing:2.5px;align-items:center;gap:12px;margin-bottom:22px;font-size:12px;font-weight:700;display:inline-flex}.contact-label:before{content:"";background:#d8ad32;width:35px;height:2px}.contact-content h2{color:#102b4e;letter-spacing:-2px;margin:0;font-size:46px;line-height:1.12}.contact-content h2 span{color:#687b91;font-weight:400;display:block}.contact-content>p{color:#727d8b;max-width:570px;margin-top:25px;font-size:15px;line-height:1.8}.contact-info{flex-direction:column;gap:16px;max-width:520px;margin-top:40px;display:flex}.contact-item{border:1px solid #0000;border-radius:6px;align-items:center;gap:16px;padding:14px 16px;text-decoration:none;transition:background .25s,border-color .25s,transform .25s;display:flex}.contact-item:hover{background:#f7f9fb;border-color:#e4e9ee;transform:translate(4px)}.contact-icon{color:#102b4e;background:#edf3f8;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.contact-icon svg{width:21px;height:21px}.contact-item>div:last-child{flex-direction:column;display:flex}.contact-item span{color:#7d8794;margin-bottom:4px;font-size:12px}.contact-item strong{color:#102b4e;font-size:14px;font-weight:600;display:block}.contact-whatsapp .whatsapp-icon{color:#168a50;background:#edf8f2}.contact-whatsapp:hover{background:#f5fbf7;border-color:#d9eee2}.contact-whatsapp strong{color:#102b4e}.contact-form-wrapper{background:#f6f8fa;border:1px solid #e1e6eb;border-radius:6px;padding:42px;box-shadow:0 25px 60px #102b4e14}.contact-form-header span{color:#b38a20;letter-spacing:2px;font-size:10px;font-weight:700}.contact-form-header h3{color:#102b4e;margin:10px 0 14px;font-size:30px;line-height:1.2}.contact-form-header p{color:#727d8b;margin:0 0 30px;font-size:14px;line-height:1.7}.contact-whatsapp-button{box-sizing:border-box;color:#fff;cursor:pointer;background:#168a50;border:none;border-radius:4px;justify-content:center;align-items:center;gap:12px;width:100%;min-height:56px;padding:0 22px;font-family:inherit;font-size:13px;font-weight:700;text-decoration:none;transition:background .25s,transform .25s,box-shadow .25s;display:flex}.contact-whatsapp-button:hover{background:#117441;transform:translateY(-2px);box-shadow:0 10px 25px #168a502e}.contact-whatsapp-button svg{flex-shrink:0;width:20px;height:20px}.contact-direct-message{text-align:center;color:#8a949f;margin-top:18px;font-size:12px;line-height:1.6}@media (width<=950px){.contact-container{grid-template-columns:1fr;gap:60px}.contact-content{max-width:750px}.contact-form-wrapper{box-sizing:border-box;max-width:750px}}@media (width<=600px){.contact{padding:80px 0}.contact-container{gap:45px;width:calc(100% - 32px)}.contact-content h2{letter-spacing:-1.5px;font-size:38px}.contact-content>p{font-size:14px}.contact-info{gap:10px;margin-top:30px}.contact-item{padding:12px}.contact-icon{width:42px;height:42px}.contact-form-wrapper{padding:28px 22px}.contact-form-header h3{font-size:26px}.contact-whatsapp-button{min-height:54px;font-size:12px}}.footer{color:#fff;background-color:#0b1f36;background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative;overflow:hidden}.footer-overlay{z-index:1;background:#07192ddb;position:absolute;inset:0}.footer-container{z-index:2;grid-template-columns:1.8fr 1fr 1fr;gap:80px;width:min(1180px,100% - 48px);margin:0 auto;padding:75px 0 65px;display:grid;position:relative}.footer-brand{max-width:430px}.footer-logo{object-fit:contain;width:145px;height:auto;margin-bottom:22px;display:block}.footer-brand p{color:#d0d8e1;max-width:390px;margin:0 0 25px;font-size:14px;line-height:1.8}.footer-whatsapp{color:#fff;letter-spacing:.4px;align-items:center;gap:10px;font-size:12px;font-weight:700;text-decoration:none;transition:color .25s,gap .25s;display:inline-flex}.footer-whatsapp span{color:#d8ad32;font-size:17px}.footer-whatsapp:hover{color:#d8ad32;gap:15px}.footer-column{flex-direction:column;display:flex}.footer-title{color:#d8ad32;letter-spacing:2px;margin-bottom:22px;font-size:11px;font-weight:700;display:block}.footer-links{flex-direction:column;gap:13px;display:flex}.footer-links a{color:#c0cad5;width:fit-content;font-size:13px;text-decoration:none;transition:color .25s,transform .25s}.footer-links a:hover{color:#fff;transform:translate(4px)}.footer-contact{flex-direction:column;gap:15px;display:flex}.footer-contact a{color:#c0cad5;width:fit-content;font-size:13px;text-decoration:none;transition:color .25s}.footer-contact a:hover{color:#fff}.footer-bottom{z-index:2;border-top:1px solid #ffffff1f;position:relative}.footer-bottom-container{justify-content:space-between;align-items:center;gap:30px;width:min(1180px,100% - 48px);min-height:75px;margin:0 auto;display:flex}.footer-bottom p,.footer-bottom span{color:#9ba9b8;margin:0;font-size:11px}.footer-bottom span{color:#b4bec9}@media (width<=850px){.footer-container{grid-template-columns:1.5fr 1fr;gap:55px}.footer-brand{grid-column:1/-1;max-width:600px}}@media (width<=600px){.footer{background-position:50%}.footer-overlay{background:#07192de6}.footer-container{grid-template-columns:1fr;gap:40px;width:calc(100% - 32px);padding:55px 0 45px}.footer-brand{grid-column:auto}.footer-logo{width:125px;margin-bottom:20px}.footer-brand p{font-size:13px}.footer-bottom-container{flex-direction:column;align-items:flex-start;gap:8px;width:calc(100% - 32px);min-height:auto;padding:22px 0}.footer-bottom p,.footer-bottom span{font-size:10px}}@media (width<=420px){.footer-container{padding:48px 0 40px}.footer-logo{width:115px}.footer-brand p,.footer-links a,.footer-contact a{font-size:12px}}
