.footer-redesign{background:var(--secondary,#111) !important;color:var(--color-text-primary,#fff)}.footer-main{padding-bottom:0.5rem}.footer-section{margin-bottom:0}.footer-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:576px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:992px){.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:0}}.footer-col{padding:0 1rem}@media (min-width:992px){.footer-col + .footer-col{border-left:1px solid rgba(255,255,255,0.12);padding-left:1.25rem}}.footer-logo-wrap{position:relative;display:block;margin-bottom:0.5rem}.footer-logo{display:block;max-width:120px;max-height:56px;width:auto;height:auto}.footer-site-name{display:block;font-size:1.1rem;font-weight:600;color:inherit;margin-bottom:0.35rem}.footer-tagline{font-size:0.875rem;color:var(--color-text-secondary,rgba(255,255,255,0.85));line-height:1.5;margin:0 0 1rem 0}.footer-heading,.footer-heading-main{font-size:0.9rem;font-weight:700;text-transform:uppercase;letter-spacing:0.04em;margin:0 0 1rem 0;color:inherit}.footer-social-buttons{display:flex;flex-wrap:wrap;gap:0.5rem}.footer-social-btn{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;min-width:38px;min-height:38px;border-radius:6px;background:rgba(255,255,255,0.08);color:var(--color-text-primary);transition:background 0.2s ease,color 0.2s ease}.footer-social-btn:hover{background:rgba(255,255,255,0.15);color:var(--primary) !important}.footer-social-btn svg{width:1.1rem;height:1.1rem}.footer-link-list{list-style:none;padding:0;margin:0}.footer-link-list li{border-bottom:1px solid rgba(255,255,255,0.12);padding:0.5rem 0}.footer-link-list li:last-child{border-bottom:none}.footer-link-list a{color:var(--color-text-secondary,rgba(255,255,255,0.85));text-decoration:none;transition:color 0.2s ease}.footer-link-list a::before{content:'\203A';color:var(--primary,#e60023);margin-right:0.5rem;font-weight:700}.footer-link-list a:hover{color:var(--primary) !important}.footer-contact-list{list-style:none;padding:0;margin:0}.footer-contact-list li{display:flex;align-items:flex-start;gap:0.5rem;margin-bottom:0.5rem;color:var(--color-text-secondary,rgba(255,255,255,0.85));font-size:0.9rem}.footer-contact-list li:last-child{margin-bottom:0}.footer-contact-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:1.1rem;color:var(--color-text-secondary,rgba(255,255,255,0.85))}.footer-contact-icon svg{width:1rem;height:1rem}.footer-contact-list a{color:inherit;text-decoration:none;transition:color 0.2s ease}.footer-contact-list a:hover{color:var(--primary) !important}.footer-bottom-wrapper{margin-top:2rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,0.15)}.footer-bottom-bar{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:0.75rem}.footer-bottom-copy{display:flex;flex-wrap:wrap;align-items:center;gap:0.5rem 1rem}.footer-copyright,.footer-bottom-copy .footer-copyright{margin:0;font-size:0.9rem;color:var(--color-text-secondary,rgba(255,255,255,0.9))}.footer-legal-links{display:flex;flex-wrap:wrap;align-items:center;gap:0.35rem;font-size:0.875rem}.footer-legal-links a{color:var(--color-text-secondary,rgba(255,255,255,0.85));text-decoration:none;transition:color 0.2s ease}.footer-legal-links a:hover{color:var(--primary) !important}.footer-legal-sep{color:rgba(255,255,255,0.4);user-select:none}.footer-social-icons{display:flex;flex-wrap:wrap;align-items:center;gap:0.75rem}.footer-social-icons-link{color:var(--color-text-primary) !important;display:inline-flex;align-items:center;justify-content:center;transition:color 0.2s ease}.footer-social-icons-link:hover{color:var(--primary) !important}.footer-social-icons-link svg{width:1.25rem;height:1.25rem}.footer-bottom-credit{font-size:0.875rem;color:var(--color-text-secondary,rgba(255,255,255,0.85))}.footer-bottom-credit a{color:inherit;transition:color 0.2s ease}.footer-bottom-credit a:hover{color:var(--primary) !important}@media (max-width:575px){.footer-bottom-bar{flex-direction:column;align-items:center;text-align:center}.footer-bottom-copy{justify-content:center}.footer-legal-links{justify-content:center}}.whatsapp-btn{position:fixed;right:20px;bottom:20px;background:linear-gradient(135deg,#25d366 0%,#12b557 100%);color:var(--color-text-primary);width:62px;height:62px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:30px;box-shadow:0 14px 30px rgba(18,181,87,0.38),0 6px 14px rgba(0,0,0,0.18);z-index:1080;transition:transform 0.2s ease,box-shadow 0.2s ease,filter 0.2s ease;border:0;cursor:pointer}body.modal-open .whatsapp-btn{pointer-events:none;z-index:1030}.whatsapp-btn:hover{filter:brightness(1.03);color:var(--color-text-primary);transform:translateY(-2px) scale(1.03);box-shadow:0 18px 36px rgba(18,181,87,0.44),0 9px 20px rgba(0,0,0,0.2)}.whatsapp-btn:focus-visible{outline:3px solid rgba(37,211,102,0.35);outline-offset:2px}.back-to-top-btn{display:none;position:fixed;left:20px;bottom:20px;width:52px;height:52px;border-radius:50%;background:var(--accent);color:var(--accent-foreground);border:0;cursor:pointer;align-items:center;justify-content:center;font-size:1.4rem;box-shadow:0 10px 24px rgba(255,61,36,0.35),0 4px 12px rgba(0,0,0,0.15);z-index:1075;transition:transform 0.2s ease,box-shadow 0.2s ease,filter 0.2s ease}.back-to-top-btn:hover{filter:brightness(1.08);color:var(--accent-foreground);transform:translateY(-2px) scale(1.03);box-shadow:0 12px 28px rgba(255,61,36,0.4),0 6px 14px rgba(0,0,0,0.18)}.back-to-top-btn:focus-visible{outline:3px solid rgba(255,61,36,0.5);outline-offset:2px}@media (max-width:991px){.back-to-top-btn{display:flex}}#whatsappModal{padding:1rem}#whatsappModal .whatsapp-modal-dialog{width:min(620px,100%);max-width:620px}#whatsappModal .whatsapp-modal-content{border:0;border-radius:18px;overflow:hidden;box-shadow:0 28px 60px rgba(0,0,0,0.22)}#whatsappModal .whatsapp-modal-header{border-bottom:0;background:linear-gradient(145deg,#1fb85a 0%,#158748 100%);color:var(--color-text-primary);padding:1rem 1.15rem}#whatsappModal .whatsapp-modal-title{display:flex;align-items:center;gap:0.55rem;font-size:1.15rem}#whatsappModal .whatsapp-modal-title-icon{display:inline-flex;align-items:center;justify-content:center;width:1.85rem;height:1.85rem;border-radius:999px;background:rgba(255,255,255,0.22)}#whatsappModal .whatsapp-modal-body{padding:1.15rem}#whatsappModal .whatsapp-modal-subtitle{margin:0 0 0.9rem;color:var(--text-muted);font-size:0.95rem}#whatsappModal .whatsapp-field .form-label{margin-bottom:0.35rem;font-size:0.96rem}#whatsappModal .form-control,#whatsappModal .form-select{min-height:52px;border-radius:12px;border:1px solid var(--border);background-color:var(--surface-dark-soft);transition:border-color 0.16s ease,box-shadow 0.16s ease,background-color 0.16s ease}#whatsappModal textarea.form-control{min-height:160px;resize:vertical;padding-top:0.8rem}#whatsappModal .form-control:focus,#whatsappModal .form-select:focus{background-color:var(--surface-dark-soft);border-color:#25d366;box-shadow:0 0 0 0.2rem rgba(37,211,102,0.18)}#whatsappModal .whatsapp-modal-actions{display:flex;justify-content:flex-start;margin-top:0.45rem}#whatsappModal .whatsapp-send-btn{display:inline-flex;align-items:center;justify-content:center;gap:0.45rem;min-height:48px;border:0;border-radius:12px;padding:0.65rem 1.1rem;background:linear-gradient(135deg,#25d366 0%,#12b557 100%);color:var(--color-text-primary);font-weight:600;box-shadow:0 10px 24px rgba(18,181,87,0.3)}#whatsappModal .whatsapp-send-btn:hover{color:var(--color-text-primary);transform:translateY(-1px);box-shadow:0 14px 30px rgba(18,181,87,0.35)}#whatsappModal .whatsapp-send-btn:focus-visible{outline:3px solid rgba(37,211,102,0.3);outline-offset:2px}@media (max-width:575px){.whatsapp-btn{right:14px;bottom:14px;width:56px;height:56px;font-size:27px}#whatsappModal{padding:0.7rem}#whatsappModal .whatsapp-modal-header,#whatsappModal .whatsapp-modal-body{padding:0.95rem}#whatsappModal .whatsapp-send-btn{width:100%}}.cv-auto{content-visibility:auto;contain-intrinsic-size:1px 600px}