*{box-sizing:border-box}:root{--bg:#071114;--panel:#0e1b20;--panel2:#10242a;--text:#ecfeff;--muted:#a9c7cc;--line:rgba(151,255,255,.18);--accent:#28d8f2;--accent2:#d8fbff;--good:#33d17a;--shadow:0 24px 80px rgba(0,0,0,.34)}html,body{margin:0;min-height:100%;font-family:system-ui,Segoe UI,Arial,sans-serif;background:radial-gradient(circle at 20% 0%,rgba(40,216,242,.18),transparent 35%),var(--bg);color:var(--text)}body{overflow:hidden}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin:0}.topbar{height:82px;display:flex;align-items:center;justify-content:space-between;padding:14px 22px;border-bottom:1px solid var(--line);background:rgba(7,17,20,.88);backdrop-filter:blur(14px)}.topbar h1{font-size:25px;letter-spacing:-.02em}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:11px;color:var(--accent);font-weight:900;margin-bottom:5px}.eyebrow.dark{color:#0789a0}.top-actions,.row{display:flex;gap:10px;align-items:center}button,.primary,.ghost{border:0;border-radius:14px;padding:12px 15px;font-weight:900;cursor:pointer}.primary{background:linear-gradient(135deg,var(--accent),#8ef7ff);color:#042126}.ghost{background:rgba(255,255,255,.06);border:1px solid var(--line);color:var(--text)}.full{flex:1}.layout{height:calc(100vh - 82px);display:grid;grid-template-columns:minmax(0,1fr) 400px;gap:18px;padding:18px}.web-shell{overflow:hidden;border:1px solid var(--line);border-radius:24px;background:#f4f8f8;box-shadow:var(--shadow);min-width:0}.browser-bar{height:44px;display:flex;align-items:center;gap:9px;padding:0 16px;background:#eff7f8;color:#173139;border-bottom:1px solid #dbe9eb}.dot{width:11px;height:11px;border-radius:50%;background:#b5c7cc}.status{margin-left:auto;font-size:12px;color:#5b7379}.site-view{height:calc(100% - 44px);overflow:auto;color:#10242a;padding:22px;background:linear-gradient(180deg,#fff,#eef7f8)}.hero-card{display:grid;grid-template-columns:1.2fr .8fr;gap:22px;align-items:center;border-radius:28px;padding:30px;background:linear-gradient(135deg,#0b2c35,#0e6675);color:white;box-shadow:0 18px 45px rgba(0,0,0,.18)}.tag{display:inline-block;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.25);padding:8px 12px;border-radius:999px;font-weight:900;margin-bottom:14px}.hero-card h2{font-size:38px;line-height:1.05;max-width:760px;margin-bottom:12px}.hero-card p{color:#d7fbff;max-width:720px;line-height:1.55}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}.hero-actions button,.product-card button,.location-card button{background:white;color:#10242a;border:1px solid #d9e9ec;box-shadow:0 10px 28px rgba(0,0,0,.13)}.hero-product{margin:0;background:#fff;border-radius:24px;padding:18px;min-height:230px;display:flex;align-items:center;justify-content:center}.hero-product img{max-width:100%;max-height:260px;object-fit:contain}.trust-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:16px 0}.trust-strip div{background:white;border:1px solid #d9e9ec;border-radius:18px;padding:15px}.trust-strip strong,.trust-strip span{display:block}.trust-strip span{color:#547077;font-size:13px;margin-top:3px}.section-title{padding:14px 4px}.section-title h2{font-size:26px}.section-title p{color:#49646b;line-height:1.45;margin-top:6px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.product-card{background:white;border:1px solid #d9e9ec;border-radius:22px;padding:14px;box-shadow:0 12px 30px rgba(0,0,0,.06);display:flex;flex-direction:column;gap:12px}.product-card.wide{grid-column:span 2;display:grid;grid-template-columns:190px 1fr;align-items:center}.product-card img{width:100%;height:145px;object-fit:contain;background:#fff;border-radius:16px}.product-card h3{margin-bottom:7px}.product-card p{color:#49646b;line-height:1.42;font-size:14px;min-height:60px}.product-card button,.location-card button{margin-top:12px;padding:10px 13px}.quote-panel{background:white;border:1px solid #d9e9ec;border-radius:22px;padding:20px;margin-top:16px}.quote-panel h3{margin-bottom:14px}.quote-list{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.quote-list span{background:#eef7f8;border:1px solid #d9e9ec;border-radius:14px;padding:12px;font-weight:900}.location-card{display:grid;grid-template-columns:.85fr 1.15fr;gap:18px;align-items:center;background:white;border:1px solid #d9e9ec;border-radius:24px;padding:20px;margin-top:16px}.location-card p{color:#49646b;line-height:1.5;margin-top:8px}.location-card img{width:100%;border-radius:18px;border:1px solid #d9e9ec}.guide{border:1px solid var(--line);border-radius:24px;background:linear-gradient(180deg,rgba(16,36,42,.97),rgba(8,20,24,.97));box-shadow:var(--shadow);padding:18px;overflow:auto}.guide-head{display:flex;gap:12px;align-items:center;margin-bottom:16px}.guide h2{font-size:21px}.pulse{width:16px;height:16px;border-radius:50%;background:var(--good);box-shadow:0 0 0 9px rgba(51,209,122,.12),0 0 28px rgba(51,209,122,.65)}.message{min-height:170px;padding:16px;border-radius:20px;background:rgba(255,255,255,.06);border:1px solid var(--line);line-height:1.55;color:var(--accent2);font-size:15px}.chips{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:14px 0}.chips button{text-align:left;background:rgba(40,216,242,.08);border:1px solid var(--line);color:var(--text);min-height:48px}.chips button:hover{background:rgba(40,216,242,.16)}.ask-label{display:block;color:var(--muted);font-size:13px;font-weight:900;margin:10px 0 7px}textarea{width:100%;min-height:84px;resize:vertical;border-radius:16px;border:1px solid var(--line);background:rgba(0,0,0,.22);color:var(--text);padding:13px;font:inherit;outline:none}textarea:focus{border-color:rgba(40,216,242,.7)}.conversion-card{margin-top:16px;border-top:1px solid var(--line);padding-top:16px}.conversion-card h3{font-size:16px;margin-bottom:9px}.conversion-card p{color:var(--muted);line-height:1.5;margin-bottom:14px}.whatsapp{display:block;text-align:center;border-radius:16px;background:rgba(51,209,122,.16);border:1px solid rgba(51,209,122,.42);padding:13px;font-weight:900;color:#d8ffe8}.voice-box{margin:12px 0}.voice-box select{width:100%;border-radius:14px;border:1px solid var(--line);background:rgba(0,0,0,.22);color:var(--text);padding:11px;font:inherit;outline:none}.voice-box small{display:block;color:var(--muted);line-height:1.35;margin-top:7px}.map-link{display:inline-block;margin-top:10px;font-weight:900;color:#0789a0}@media(max-width:1250px){.product-grid{grid-template-columns:repeat(2,1fr)}.quote-list{grid-template-columns:repeat(2,1fr)}}@media(max-width:1050px){body{overflow:auto}.topbar{height:auto;gap:12px;align-items:flex-start;flex-direction:column}.layout{height:auto;grid-template-columns:1fr}.web-shell{height:auto;min-height:600px}.guide{max-height:none}.chips{grid-template-columns:1fr}.hero-card,.location-card{grid-template-columns:1fr}.product-card.wide{grid-column:auto;display:flex}.trust-strip{grid-template-columns:1fr}}@media(max-width:560px){.layout{padding:10px}.web-shell,.guide{border-radius:18px}.top-actions{width:100%;flex-direction:column;align-items:stretch}.top-actions a,.top-actions button{text-align:center}.hero-card{padding:20px}.hero-card h2{font-size:28px}.product-grid,.quote-list{grid-template-columns:1fr}.row{flex-direction:column}.row button{width:100%}}

.acciones-comerciales{display:flex;flex-direction:column;gap:12px;margin:20px 0}.action-btn{display:block;text-decoration:none;text-align:center;padding:14px;border-radius:12px;background:#113b52;color:#fff;font-weight:600}.conversion-card ul{padding-left:20px}