.cookie-banner{z-index:9999;pointer-events:none;background:#fff;border-top:1px solid #f1f5f9;padding:1rem 1.5rem;font-family:Inter,sans-serif;transition:transform .3s;position:fixed;bottom:0;left:0;right:0;transform:translateY(100%);box-shadow:0 -4px 20px #00000014}.cookie-banner.visible{pointer-events:auto;transform:translateY(0)}.cookie-banner-container{justify-content:space-between;align-items:center;gap:1.5rem;max-width:1000px;margin:0 auto;display:flex}.cookie-banner-content{flex:1;align-items:center;gap:.75rem;display:flex}.cookie-icon{color:#87ceeb;background:#87ceeb1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;display:flex}.cookie-text h3{color:#1a1a1a;margin:0 0 .25rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600}.cookie-text p{color:#64748b;max-width:500px;margin:0 0 .25rem;font-family:Inter,sans-serif;font-size:.875rem;line-height:1.4}.cookie-link{color:#87ceeb;border-bottom:1px solid #0000;font-family:Inter,sans-serif;font-size:.8rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.cookie-link:hover{color:#1a1a1a;border-bottom-color:#87ceeb}.cookie-banner-actions{flex-shrink:0;gap:.5rem;display:flex}.cookie-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:.5rem 1rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;transition:all .2s}.cookie-btn-primary{color:#1a1a1a;background:linear-gradient(135deg,#87ceeb 0%,#b0e0e6 100%);box-shadow:0 4px 15px #87ceeb4d}.cookie-btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 20px #87ceeb66}.cookie-btn-secondary{color:#64748b;background:#f8fafc;border:1px solid #e2e8f0}.cookie-btn-secondary:hover{color:#1a1a1a;background:#f1f5f9}.cookie-btn-tertiary{color:#87ceeb;background:#fff;border:1px solid #87ceeb}.cookie-btn-tertiary:hover{color:#1a1a1a;background:#87ceeb1a}.cookie-settings-overlay{z-index:10000;background:#00000080;justify-content:center;align-items:center;padding:1rem;font-family:Inter,sans-serif;animation:.3s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cookie-settings-modal{background:#fff;border:1px solid #f1f5f9;border-radius:12px;flex-direction:column;width:100%;max-width:800px;max-height:90vh;animation:.3s slideUp;display:flex;overflow:hidden;box-shadow:0 4px 20px #00000014}@keyframes slideUp{0%{opacity:0;transform:translateY(60px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.cookie-settings-header{background:#f8fafc;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.cookie-settings-header h2{color:#1a1a1a;margin:0;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:600}.cookie-settings-close{cursor:pointer;color:#666;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.5rem;transition:all .2s;display:flex}.cookie-settings-close:hover{color:#333;background:#f5f5f5}.cookie-settings-body{flex:1;padding:2rem;overflow-y:auto}.cookie-settings-intro{color:#64748b;background:#f8fafc;border-left:3px solid #87ceeb;border-radius:8px;margin:0 0 1.5rem;padding:1rem;font-family:Inter,sans-serif;font-size:.9rem;line-height:1.6}.cookie-category{background:#fff;border:1px solid #f1f5f9;border-radius:8px;margin-bottom:1rem;padding:1.5rem;transition:all .2s;box-shadow:0 2px 4px #00000005}.cookie-category:hover{border-color:#87ceeb;box-shadow:0 4px 8px #0000000a}.cookie-category-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.cookie-category-info{align-items:center;gap:.75rem;display:flex}.cookie-category-info h3{color:#1a1a1a;margin:0;font-family:Inter,sans-serif;font-size:1rem;font-weight:600}.cookie-category-badge{text-transform:uppercase;border-radius:12px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.cookie-category-badge.required{color:#87ceeb;background:#87ceeb1a;border:1px solid #87ceeb4d}.cookie-category-badge.optional{color:#64748b;background:#f8fafc;border:1px solid #e2e8f0}.cookie-category-description{color:#666;margin:0 0 1rem;font-size:.9rem;line-height:1.5}.cookie-switch{width:50px;height:26px;display:inline-block;position:relative}.cookie-switch input{opacity:0;width:0;height:0}.cookie-slider{cursor:pointer;background-color:#ccc;border-radius:26px;transition:all .3s;position:absolute;inset:0}.cookie-slider:before{content:"";background-color:#fff;border-radius:50%;width:20px;height:20px;transition:all .3s;position:absolute;bottom:3px;left:3px}.cookie-switch input:checked+.cookie-slider{background-color:#06c}.cookie-switch input:checked+.cookie-slider:before{transform:translate(24px)}.cookie-slider.disabled{cursor:not-allowed;opacity:.6;background-color:#1976d2}.cookie-details{margin-top:1rem}.cookie-details summary{cursor:pointer;color:#06c;-webkit-user-select:none;user-select:none;padding:.5rem 0;font-size:.9rem;font-weight:600}.cookie-details summary:hover{text-decoration:underline}.cookie-table{border-collapse:collapse;background:#fff;border-radius:6px;width:100%;margin-top:1rem;font-size:.85rem;overflow:hidden}.cookie-table th{text-align:left;color:#333;background:#f5f5f5;padding:.75rem;font-weight:600}.cookie-table td{color:#666;border-top:1px solid #e0e0e0;padding:.75rem}.cookie-table code{color:#d63384;background:#f5f5f5;border-radius:3px;padding:.2rem .4rem;font-size:.85em}.cookie-settings-footer{border-top:1px solid #e0e0e0;justify-content:flex-end;gap:1rem;padding:1.5rem 2rem;display:flex}@media (max-width:768px){.cookie-banner-container{flex-direction:column;align-items:stretch}.cookie-banner-actions{flex-direction:column}.cookie-btn{width:100%}.cookie-settings-modal{border-radius:0;max-height:100vh;margin:0}.cookie-category-header{flex-direction:column;align-items:flex-start;gap:1rem}.cookie-table{font-size:.75rem}.cookie-table th,.cookie-table td{padding:.5rem}}@media (max-width:480px){.cookie-banner{padding:1rem}.cookie-text h3{font-size:1rem}.cookie-text p{font-size:.85rem}.cookie-settings-body,.cookie-category{padding:1rem}}
.FloatingContactButtons-module__2_nAXq__floatingButtons{right:20px;bottom:max(20px,env(safe-area-inset-bottom));z-index:1000;flex-direction:column;gap:12px;display:flex;position:fixed}.FloatingContactButtons-module__2_nAXq__whatsappButton,.FloatingContactButtons-module__2_nAXq__callButton{color:#fff;border-radius:12px;justify-content:center;align-items:center;padding:12px 20px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.FloatingContactButtons-module__2_nAXq__whatsappButton:focus-visible,.FloatingContactButtons-module__2_nAXq__callButton:focus-visible{outline-offset:2px;outline:2px solid #fff}.FloatingContactButtons-module__2_nAXq__whatsappButton{background:linear-gradient(135deg,#25d366 0%,#128c7e 100%);box-shadow:0 4px 12px #25d3664d}.FloatingContactButtons-module__2_nAXq__whatsappButton:hover{color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #25d36666}.FloatingContactButtons-module__2_nAXq__callButton{background:linear-gradient(135deg,#4a5568 0%,#2d3748 100%);box-shadow:0 4px 12px #4a55684d}.FloatingContactButtons-module__2_nAXq__callButton:hover{color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #4a556866}@media (max-width:768px){.FloatingContactButtons-module__2_nAXq__floatingButtons{right:10px;bottom:max(10px,env(safe-area-inset-bottom));flex-direction:row;gap:8px}.FloatingContactButtons-module__2_nAXq__whatsappButton,.FloatingContactButtons-module__2_nAXq__callButton{padding:10px 16px;font-size:12px}}@media (max-width:480px){.FloatingContactButtons-module__2_nAXq__floatingButtons{right:8px;bottom:max(8px,env(safe-area-inset-bottom));gap:6px}.FloatingContactButtons-module__2_nAXq__whatsappButton,.FloatingContactButtons-module__2_nAXq__callButton{padding:8px 14px;font-size:11px}}
