:root{--primary-blue: #003399;--accent-yellow: #FFCC00;--dark-black: #1A1A1A;--light-white: #FFFFFF;--gray-light: #F4F4F4;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;color-scheme:light;color:var(--dark-black);background-color:var(--light-white);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}body{min-width:320px;min-height:100vh}h1,h2,h3{color:var(--primary-blue);line-height:1.2}button{cursor:pointer;border:none;transition:all .3s ease}.container{max-width:1200px;margin:0 auto;padding:0 20px}section{padding:80px 0}.navbar{background-color:var(--primary-blue);color:var(--light-white);padding:15px 0;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px #0000001a}.navbar .container{display:flex;justify-content:space-between;align-items:center}.logo{font-weight:800;font-size:1.2rem;letter-spacing:-1px}.hero{background:linear-gradient(#001f5cb3,#001f5cb3),url(/img_hero.jpg) center/cover no-repeat;color:var(--light-white);padding:80px 0;text-align:center}.hero h1{color:var(--accent-yellow);font-size:2.2rem;margin-bottom:15px;padding:0 10px}.hero p{font-size:1.1rem;max-width:90%;margin:0 auto 30px}.btn-primary{background-color:var(--accent-yellow);color:var(--dark-black);padding:12px 25px;border-radius:50px;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;gap:10px;font-size:1rem}.features{background-color:var(--gray-light)}.features-grid{display:flex;flex-direction:column;gap:20px}.feature-card{background:#fff;padding:30px;border-radius:15px;text-align:center}.feature-icon{color:var(--primary-blue);margin-bottom:15px}.steps-section{text-align:center}.steps-grid{display:flex;flex-direction:column;gap:40px;margin-top:40px}.step-num{background:var(--accent-yellow);width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 15px;font-weight:800}.catalog{background:var(--dark-black);color:#fff}.catalog h2{color:var(--accent-yellow);text-align:center;margin-bottom:40px}.brand-grid{display:flex;flex-direction:column;gap:30px}.brand-card{border:1px solid #333;padding:25px;border-radius:15px;background:#252525}.price-tag{color:var(--accent-yellow);font-size:1.4rem;font-weight:700;margin:10px 0}.footer{background:var(--primary-blue);color:#fff;padding:50px 0 20px}.footer-content{display:flex;flex-direction:column;gap:30px;margin-bottom:40px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:20px;text-align:center;font-size:.85rem}@media(min-width:768px){.logo{font-size:1.5rem}.hero{padding:140px 0}.hero h1{font-size:3.5rem}.hero p{font-size:1.25rem}.features-grid,.steps-grid{display:grid;grid-template-columns:repeat(3,1fr)}.brand-grid{display:grid;grid-template-columns:repeat(2,1fr);max-width:900px;margin:0 auto}.footer-content{display:grid;grid-template-columns:repeat(3,1fr)}}.contact-section{background:var(--gray-light);padding:60px 0}.contact-grid{display:flex;flex-direction:column;gap:40px}.form-container{background:#fff;padding:30px 20px;border-radius:15px;box-shadow:0 10px 30px #0000000d}.map-container{background:#fff;padding:20px;border-radius:15px;box-shadow:0 10px 30px #0000000d;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.atacama-svg{max-width:100%;max-height:350px;width:auto;height:auto;filter:drop-shadow(0 5px 15px rgba(0,0,0,.1))}.province path{transition:all .3s ease}.province.active path{filter:drop-shadow(0 0 10px rgba(255,204,0,.5))}.pulse-dot{animation:pulse 2s infinite}@keyframes pulse{0%{r:6;opacity:1}50%{r:10;opacity:.5}to{r:6;opacity:1}}.map-legend{margin-top:25px;display:flex;flex-direction:column;gap:10px;width:100%}.legend-item{display:flex;align-items:center;gap:10px;font-size:.9rem;color:#444;font-weight:600}.dot{width:15px;height:15px;border-radius:50%;display:inline-block}.dot.yellow{background:var(--accent-yellow);border:2px solid #D4A017}.dot.gray{background:#e0e0e0;border:2px solid #CCC}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:600;font-size:.95rem}.form-group input,.form-group textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:8px;font-family:inherit;font-size:1rem}.btn-submit{background:var(--primary-blue);color:#fff;padding:15px 30px;border-radius:8px;width:100%;font-weight:700;font-size:1.1rem;border:none;cursor:pointer;transition:background .3s}.btn-submit:hover{background:#002673}@media(min-width:992px){.contact-section{padding:80px 0}.contact-grid{display:grid;grid-template-columns:1fr 1fr;align-items:start;gap:60px}.form-container,.map-container{padding:40px}}
