.info-modal-overlay{z-index:9999;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.info-modal{background:var(--bg-surface,#fff);border-radius:12px;width:100%;max-width:440px;overflow:hidden;box-shadow:0 10px 40px #0003}.info-modal-header{border-bottom:1px solid var(--gray-200,#e5e7eb);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.info-modal-header h3{color:var(--text-primary,#1f2937);margin:0;font-size:1.1rem;font-weight:600}.info-modal-close{color:var(--gray-500,#6b7280);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.25rem;transition:background .2s;display:flex}.info-modal-close:hover{background:var(--gray-100,#f3f4f6);color:var(--gray-700,#374151)}.info-modal-product{background:var(--gray-50,#f9fafb);align-items:center;gap:.75rem;padding:1rem 1.25rem;display:flex}.info-modal-product img{object-fit:cover;border:1px solid var(--gray-200,#e5e7eb);border-radius:8px;width:50px;height:50px}.info-modal-product-details{flex-direction:column;gap:2px;min-width:0;display:flex}.info-modal-product-details strong{color:var(--text-primary,#1f2937);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;overflow:hidden}.info-modal-product-details small{color:var(--gray-500,#6b7280);font-size:.8rem}.info-modal-body{padding:1.25rem}.info-modal-body label{color:var(--text-primary,#374151);margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:block}.info-modal-body textarea{border:1px solid var(--gray-300,#d1d5db);resize:none;border-radius:8px;width:100%;padding:.75rem;font-family:inherit;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.info-modal-body textarea:focus{border-color:var(--primary-color,#2563eb);box-shadow:0 0 0 3px var(--primary-alpha-10,#2563eb1a);outline:none}.info-modal-footer{border-top:1px solid var(--gray-200,#e5e7eb);gap:.75rem;padding:1rem 1.25rem;display:flex}.info-modal-footer .btn{cursor:pointer;border-radius:8px;flex:1;padding:.7rem 1rem;font-size:.95rem;font-weight:500;transition:all .2s}.info-modal-footer .btn-secondary{border:1px solid var(--gray-300,#d1d5db);background:var(--bg-surface,#fff);color:var(--text-secondary,#4b5563)}.info-modal-footer .btn-secondary:hover{background:var(--gray-50,#f9fafb)}.info-modal-footer .btn-whatsapp{background:var(--social-whatsapp,#25d366);color:#fff;border:none;flex:2;justify-content:center;align-items:center;gap:.5rem;display:flex}.info-modal-footer .btn-whatsapp:hover{background:var(--social-whatsapp-hover,#1da851)}