: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}.chatbot{z-index:1200;font-family:inherit}.chatbot-toggle{position:fixed;right:24px;bottom:24px;width:60px;height:60px;border-radius:50%;background:var(--accent-yellow);color:var(--dark-black);box-shadow:0 14px 30px #001f5c47;display:flex;align-items:center;justify-content:center}.chatbot-toggle:hover{background:var(--primary-blue);color:var(--light-white);transform:translateY(-2px)}.chatbot-window{position:fixed;right:24px;bottom:80px;width:350px;max-width:calc(100vw - 32px);height:600px;max-height:calc(100vh - 120px);background:var(--dark-black);border:1px solid rgba(255,204,0,.22);border-radius:18px;box-shadow:0 24px 60px #1a1a1a38;display:flex;flex-direction:column;overflow:hidden;opacity:0;pointer-events:none;transform:translateY(12px) scale(.98)}.chatbot-window-open{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.chatbot-header{background:var(--primary-blue);color:var(--light-white);padding:18px 18px 16px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.chatbot-header h2{color:var(--light-white);font-size:1.05rem;margin:2px 0 0}.chatbot-eyebrow{color:var(--accent-yellow);font-size:.75rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.chatbot-icon-button{width:34px;height:34px;border-radius:50%;background:#ffffff1f;color:var(--light-white);display:flex;align-items:center;justify-content:center;flex:0 0 auto}.chatbot-icon-button:hover{background:var(--accent-yellow);color:var(--dark-black)}.chatbot-messages{flex:1;min-height:0;padding:18px;overflow-y:auto;background:#252525;display:flex;flex-direction:column;gap:14px}.chatbot-message-block{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.message-bubble{width:fit-content;max-width:92%;padding:10px 12px;font-size:.92rem;line-height:1.4;align-self:flex-start;background:var(--light-white);color:var(--dark-black);border:1px solid rgba(255,204,0,.18);border-radius:14px 14px 14px 4px}.option-buttons,.action-buttons{display:flex;flex-direction:column;align-items:stretch;gap:8px;width:min(100%,292px)}.option-btn{width:100%;min-height:40px;border-radius:10px;background:#ffffff14;color:var(--light-white);border:1px solid rgba(255,204,0,.32);padding:10px 12px;font:inherit;font-size:.88rem;font-weight:700;line-height:1.25;text-align:left}.option-btn:hover{background:var(--accent-yellow);color:var(--dark-black)}.chatbot-whatsapp-link{display:flex;align-items:center;min-height:40px;border-radius:10px;padding:10px 12px;background:var(--accent-yellow);color:var(--dark-black);font-size:.88rem;font-weight:700;text-decoration:none}.chatbot-whatsapp-link:hover{background:var(--primary-blue);color:var(--light-white)}@media(max-width:480px){.chatbot{right:16px;bottom:16px}.chatbot-window{right:16px;bottom:72px;width:calc(100vw - 32px)}}html{scroll-behavior:smooth}.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{display:flex;align-items:center;gap:10px}.logo-text{font-weight:800;font-size:.9rem;letter-spacing:-.5px;line-height:1.1;max-width:100px;color:#fff}.logo-img{height:44px;aspect-ratio:1 / 1;width:auto;display:block;border-radius:50%;border:2px solid var(--accent-yellow);background:var(--light-white);object-fit:contain;padding:4px;box-sizing:border-box}.nav-whatsapp-link{padding:8px 20px;font-size:.9rem}.footer-logo{display:flex;align-items:center;gap:15px;margin-bottom:15px}.footer-title{font-size:1.1rem;font-weight:800;margin-bottom:0;line-height:1.2;color:#fff}.footer-logo .logo-img{height:50px}.hero{background:linear-gradient(#001f5cb3,#001f5cb3),url(/logov3_transp.png) center 40px / min(90%,520px) auto no-repeat,url(/img_hero.jpg?v=2) center/cover no-repeat;color:var(--light-white);padding:60px 0}.hero-content{display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:20px;padding-top:140px}.hero h1{color:var(--accent-yellow);font-size:2.35rem;margin-bottom:15px;padding:0 10px}.hero-kicker{color:var(--light-white);font-size:.78rem;font-weight:800;letter-spacing:.08em;margin:0 0 10px;max-width:none;text-transform:uppercase}.hero p{font-size:1.1rem;max-width:90%;margin:0 0 30px}.hero-badges{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:8px;margin:0 0 26px;max-width:92%}.hero-badges span{border:1px solid rgba(255,255,255,.35);border-radius:999px;color:var(--light-white);font-size:.82rem;font-weight:700;line-height:1.2;padding:8px 12px}.hero-buttons{display:flex;flex-direction:column;gap:15px;width:100%}.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;justify-content:center;gap:10px;font-size:1rem;transition:transform .2s ease,background-color .2s ease}.btn-primary:hover{background-color:#e6b800;transform:translateY(-2px)}.btn-secondary{background-color:transparent;color:var(--light-white);padding:12px 25px;border:2px solid var(--light-white);border-radius:50px;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:1rem;transition:all .3s ease}.btn-secondary:hover{background-color:var(--light-white);color:var(--primary-blue)}.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.2rem;font-weight:700;margin:10px 0}.catalog-note{font-size:.84rem;opacity:.74}.section-title{margin-bottom:40px;text-align:center}.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-img{height:55px}.logo-text{font-size:1.2rem;max-width:none}.hero-content{flex-direction:column;justify-content:center;align-items:flex-start;text-align:left;gap:28px}.hero-text{max-width:700px}.hero h1{font-size:3rem;padding:0}.hero-buttons{flex-direction:row}.footer-logo .logo-img{height:70px}.hero{padding:80px 0}.hero h1{font-size:3rem}.hero p{font-size:1.15rem}.hero-badges{max-width:700px}.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)}}@media(min-width:1024px){.hero{padding:140px 0}.hero-content{flex-direction:row;align-items:center;justify-content:flex-start;text-align:left;gap:60px;padding-top:0}.hero-text{max-width:600px}.hero h1{font-size:3.75rem}.hero p{font-size:1.25rem;margin-left:0;max-width:560px}.hero-kicker{margin-left:0}.hero-badges{justify-content:flex-start;margin-left:0}}.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}.form-title{margin-bottom:10px}.form-intro{color:#555;font-size:.95rem;margin-bottom:24px}.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}}
