*{box-sizing:border-box;margin:0;padding:0}:root{--wa-teal:#075e54;--wa-teal-dark:#054d44;--wa-green:#25d366;--wa-out:#dcf8c6;--wa-bg:#ece5dd}body,html{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#111;background:#d9d3ca}.landing{min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:24px;background:linear-gradient(160deg,#075e54,#128c7e)}.landing-card{background:#fff;border-radius:20px;padding:32px 28px;max-width:440px;width:100%;box-shadow:0 20px 50px rgba(0,0,0,.25)}.landing-badge{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.08em;color:var(--wa-green);background:rgba(37,211,102,.12);padding:5px 12px;border-radius:999px;margin-bottom:16px}.landing-card h1{font-size:26px;line-height:1.2;margin-bottom:12px}.landing-card p{color:#444;line-height:1.5;margin-bottom:20px}.landing-choices{display:grid;grid-gap:12px;gap:12px}.choice{display:flex;flex-direction:column;gap:3px;padding:16px 18px;border-radius:14px;text-decoration:none;color:#fff;transition:transform .12s ease,filter .12s ease}.choice:hover{transform:translateY(-2px);filter:brightness(1.05)}.choice strong{font-size:17px}.choice span{font-size:13px;opacity:.9}.choice--inmo{background:#128c7e}.choice--serv{background:#075e54}.landing-note{margin-top:18px;text-align:center;font-size:12px;color:#999}.phone{max-width:480px;margin:0 auto;height:100dvh;display:flex;flex-direction:column;background:var(--wa-bg)}.wa-header{gap:12px;padding:10px 14px;background:var(--wa-teal);color:#fff}.wa-avatar,.wa-header{display:flex;align-items:center}.wa-avatar{width:38px;height:38px;border-radius:50%;background:#ffffff2e;justify-content:center;font-weight:700;font-size:18px}.wa-title{display:flex;flex-direction:column;line-height:1.2}.wa-title strong{font-size:16px}.wa-title span{font-size:12px;opacity:.85}.wa-business{margin-left:auto;font-size:11px;opacity:.8;text-align:right;max-width:120px}.wa-banner{background:#fff6d5;color:#7a5b00;font-size:12px;text-align:center;padding:5px 10px;border-bottom:1px solid #eadfae}.wa-messages{flex:1 1;overflow-y:auto;padding:14px 12px;display:flex;flex-direction:column;gap:8px}.bubble{max-width:78%;padding:8px 11px;border-radius:10px;font-size:15px;line-height:1.4;box-shadow:0 1px 1px rgba(0,0,0,.08);word-wrap:break-word}.bubble.in{align-self:flex-start;background:#fff;border-top-left-radius:2px}.bubble.out{align-self:flex-end;background:var(--wa-out);border-top-right-radius:2px}.bubble a{color:#027eb5}.bubble.typing{display:flex;gap:4px;align-items:center}.bubble.typing span{width:7px;height:7px;border-radius:50%;background:#9aa0a6;animation:blink 1.2s infinite both}.bubble.typing span:nth-child(2){animation-delay:.2s}.bubble.typing span:nth-child(3){animation-delay:.4s}@keyframes blink{0%,80%,to{opacity:.3}40%{opacity:1}}.wa-chips{display:flex;flex-wrap:wrap;gap:8px;padding:8px 12px 2px}.chip{border:1px solid var(--wa-teal);color:var(--wa-teal);background:#fff;border-radius:999px;padding:7px 14px;font-size:14px;cursor:pointer}.chip:disabled{opacity:.5;cursor:default}.wa-input{display:flex;gap:8px;padding:10px 12px;background:#f0f0f0}.wa-input input{flex:1 1;border:none;border-radius:999px;padding:11px 16px;font-size:15px;outline:none}.wa-input button{width:44px;height:44px;border:none;border-radius:50%;background:var(--wa-green);color:#fff;font-size:18px;cursor:pointer}.wa-input button:disabled{opacity:.5;cursor:default}