@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@400;600;700;800&display=swap";:root{--primary:#1c2c4d;--primary-light:#2d415d;--secondary:#d4a017;--secondary-hover:#b8860b;--accent:#f4d03f;--text-dark:#1f2937;--text-light:#6b7280;--white:#fff;--bg-soft:#f9fafb;--glass:#ffffff1a;--glass-dark:#1c2c4de6;--transition:all .3s cubic-bezier(.4, 0, .2, 1);--shadow:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text-dark);background-color:var(--white);font-family:Inter,sans-serif;line-height:1.5;overflow-x:hidden}h1,h2,h3,h4,.brand-font{font-family:Outfit,sans-serif}a{color:inherit;transition:var(--transition);text-decoration:none}button{cursor:pointer;transition:var(--transition);border:none;outline:none;font-family:inherit}ul{list-style:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.section-padding{padding:5rem 0}.text-center{text-align:center}.btn{border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;display:inline-flex}.btn-primary{background-color:var(--primary);color:var(--white)}.btn-primary:hover{background-color:var(--primary-light);transform:translateY(-2px)}.btn-secondary{background-color:var(--secondary);color:var(--white)}.btn-secondary:hover{background-color:var(--secondary-hover);transform:translateY(-2px)}.btn-outline{border:2px solid var(--secondary);color:var(--secondary);background-color:#0000}.btn-outline:hover{background-color:var(--secondary);color:var(--white)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.section-padding{padding:3rem 0}}.modal-overlay{z-index:10000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#1c2c4dd9;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s ease-out modalFadeIn;display:flex;position:fixed;top:0;left:0}.modal-content{background-color:#fff;border:1px solid #fff3;border-radius:30px;width:90%;max-width:500px;max-height:95vh;animation:.3s cubic-bezier(.34,1.56,.64,1) modalSlideUp;position:relative;overflow:hidden;box-shadow:0 30px 60px #0006}.modal-body{max-height:90vh;padding:1rem;overflow-y:auto}.modal-close{cursor:pointer;z-index:10002;color:#1c2c4d;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex;position:absolute;top:15px;right:15px;box-shadow:0 4px 12px #00000026}.modal-close:hover{background-color:#f3f4f6;transform:rotate(90deg)scale(1.1)}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(40px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-body .form-card-content{padding:1rem}.modal-body .form-title-mobile{text-align:center;color:#1c2c4d;margin-top:1rem;margin-bottom:1.5rem;font-size:1.25rem;font-weight:700;display:block!important}.lead-form-section .form-title-mobile{display:none}.profile-config-container{background:#fff;border-radius:20px;width:100%;max-width:500px;padding:2.5rem}.profile-header-modal{text-align:center;flex-direction:column;align-items:center;margin-bottom:2rem;display:flex}.avatar-large-wrapper{margin-bottom:1.5rem;position:relative}.avatar-large{color:#fff;background:linear-gradient(135deg,#1c2c4d,#2a4175);border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;font-family:Outfit;font-size:2.5rem;font-weight:800;display:flex;box-shadow:0 10px 20px #0000001a}.edit-avatar-btn{color:#64748b;cursor:pointer;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;bottom:0;right:0}.edit-avatar-btn:hover{color:#1c2c4d;background:#fff;box-shadow:0 4px 10px #0000001a}.profile-header-modal h3{color:#1e293b;margin-bottom:.25rem;font-family:Outfit;font-size:1.5rem;font-weight:800}.user-email-subtitle{color:#64748b;margin-bottom:1rem;font-size:.95rem}.role-badge-large{letter-spacing:1px;border-radius:99px;align-items:center;gap:8px;padding:6px 14px;font-size:.75rem;font-weight:800;display:inline-flex}.role-badge-large.role-admin{color:#1d4ed8;background:#dbeafe}.role-badge-large.role-afiliado{color:#15803d;background:#dcfce7}.role-badge-large.role-invitado{color:#92400e;background:#fef3c7}.profile-form{flex-direction:column;gap:1.5rem;display:flex}.profile-input-group{flex-direction:column;gap:.5rem;display:flex}.profile-input-group label{color:#475569;align-items:center;gap:8px;font-size:.875rem;font-weight:600;display:flex}.profile-input-group input{border:1px solid #e2e8f0;border-radius:10px;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;transition:all .2s}.profile-input-group input:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 4px #2563eb1a}.profile-input-group.readonly input{color:#94a3b8;cursor:not-allowed;background:#f8fafc}.input-tip{color:#94a3b8;font-size:.75rem}.message-banner{text-align:center;border-radius:10px;padding:.75rem 1rem;font-size:.9rem;font-weight:600}.message-banner.success{color:#15803d;background:#f0fdf4;border:1px solid #bbfcce}.message-banner.error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.profile-actions-footer{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1.5rem;display:flex}.btn-save-profile{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;align-items:center;gap:10px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 12px #2563eb33}.btn-save-profile:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 6px 15px #2563eb4d}.btn-logout-alt{color:#ef4444;cursor:pointer;background:0 0;border:1px solid #fee2e2;border-radius:10px;align-items:center;gap:8px;padding:.75rem 1.25rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.btn-logout-alt:hover{background:#fef2f2;border-color:#fecaca}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.header{z-index:1000;width:100%;transition:var(--transition);position:fixed;top:0;left:0}.top-bar{color:#fff;z-index:1002;background-color:#8b0000;padding:.5rem 0;font-size:.8125rem;font-weight:500;position:relative}.flex-justify-between{justify-content:space-between!important;align-items:center!important;display:flex!important}.lang-switcher{align-items:center;gap:.5rem;font-family:Outfit;font-size:.75rem;font-weight:700;display:flex}.lang-switcher button{color:#fff9;cursor:pointer;transition:var(--transition);background:0 0;border:none;border-radius:4px;padding:.2rem .4rem}.lang-switcher button:hover{color:#fff}.lang-switcher button.active{color:#fff;background-color:#fff3}.separator{opacity:.3;font-weight:300}.main-nav{background-color:var(--primary);transition:var(--transition);z-index:1001;padding:1rem 0;position:relative;box-shadow:0 4px 10px #0003}.header.scrolled .main-nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#1c2c4dfa;padding:.75rem 0}.nav-content{justify-content:space-between;align-items:center;display:flex}.logo{align-items:center;gap:.75rem;display:flex}.brand-logo-img{width:auto;height:52px;display:block}.logo-text{flex-direction:column;justify-content:center;display:flex}.brand-name{color:#fff;margin-bottom:2px;font-family:Outfit;font-size:1.25rem;font-weight:800;line-height:1}.brand-tagline{color:var(--secondary);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:600;line-height:1}.nav-links{gap:2rem;display:flex}.nav-links li{list-style:none}.nav-links a{color:#ffffffe6;letter-spacing:.5px;transition:var(--transition);font-size:.875rem;font-weight:600}.dropdown-item{position:relative}.dropdown-toggle{color:#ffffffe6;letter-spacing:.5px;cursor:pointer;transition:var(--transition);background:0 0;border:none;align-items:center;gap:.4rem;padding:0;font-size:.875rem;font-weight:600;display:flex}.dropdown-toggle:hover{color:var(--secondary)}.chevron{transition:transform .3s}.dropdown-open .chevron{transform:rotate(180deg)}.dropdown-menu{background-color:var(--primary);opacity:0;visibility:hidden;z-index:100;border:1px solid #ffffff1a;border-radius:8px;min-width:200px;margin-top:1rem;padding:1rem 0;transition:all .3s;position:absolute;top:100%;left:0;transform:translateY(10px);box-shadow:0 10px 30px #00000080}.dropdown-open .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu li{width:100%}.dropdown-menu a{text-transform:none;padding:.75rem 1.5rem;font-size:.8125rem;display:block}.dropdown-menu a:hover{background-color:#ffffff0d;padding-left:1.75rem}.active-service{color:var(--secondary)!important;font-weight:700!important}.nav-btns{align-items:center;gap:1rem;display:flex}.hamburger{color:#fff;cursor:pointer;transition:var(--transition);background:0 0;border:none;padding:.5rem;display:none}.mobile-only-cta,.mobile-menu-header{display:none}.menu-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:999;background:#00000080;width:100%;height:100%;position:fixed;top:0;left:0}@media (width<=992px){.hamburger{display:block}.hide-tablet,.hide-mobile{display:none!important}.nav-links{background-color:var(--primary);z-index:1000;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1.5rem;width:85%;max-width:400px;height:100vh;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:-100%;overflow-y:auto;box-shadow:-10px 0 30px #0000004d}.nav-links.open{right:0}.nav-links li{border-bottom:1px solid #ffffff0d;width:100%;padding-bottom:.5rem}.nav-links a,.dropdown-toggle{text-align:left;width:100%;padding:.75rem 0;font-size:1.25rem;display:block}.nav-links .dropdown-menu{opacity:1;visibility:visible;box-shadow:none;border-left:2px solid var(--secondary);background:#ffffff08;border-top:none;border-bottom:none;border-right:none;border-radius:0;margin-top:0;margin-left:1rem;padding:0;display:none;position:static;transform:none}.dropdown-open .dropdown-menu{display:block}.dropdown-menu a{padding-left:2rem;font-size:1.1rem}.mobile-menu-header{justify-content:space-between;align-items:center;width:100%;margin-bottom:1rem;display:flex;border-bottom:2px solid var(--secondary)!important;padding-bottom:1rem!important}.mobile-menu-header span{letter-spacing:2px;color:var(--secondary);font-size:1rem;font-weight:800}.close-btn-manual{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.mobile-only-cta{width:100%;margin-top:2rem;display:block;border-bottom:none!important}.mobile-only-cta .btn{justify-content:center;align-items:center;gap:.75rem;width:100%;display:flex;padding:1rem!important}}@media (width<=576px){.brand-name{font-size:1.05rem}.brand-tagline{font-size:.75rem}.brand-logo-img{height:38px}.nav-links{width:85%}.top-text span{display:none}}.menu-open body{overflow:hidden}.user-header-profile{cursor:pointer;background:#ffffff14;border:1px solid #ffffff1a;border-radius:99px;align-items:center;gap:.75rem;margin-right:.5rem;padding:.4rem .6rem;transition:all .2s;display:flex}.user-header-profile:hover{background:#ffffff26;transform:translateY(-1px)}.user-avatar-small{background:var(--secondary);width:32px;height:32px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;font-family:Outfit;font-size:.9rem;font-weight:800;display:flex}.user-name-small{color:#fff;letter-spacing:.5px;font-size:.85rem;font-weight:700}.btn-primary.with-user{margin-right:.5rem}@media (width<=1200px){.user-name-small{display:none}}.footer{background-color:var(--primary);color:#fff;border-top:4px solid var(--secondary);padding:6rem 0 3rem}.footer-grid{grid-template-columns:2fr 1fr 1.5fr;gap:5rem;margin-bottom:5rem;display:grid}.footer-brand{max-width:450px}.footer-logo{align-items:center;gap:.75rem;margin-bottom:1.5rem;font-family:Outfit;font-size:1.5rem;font-weight:800;display:flex}.footer-brand-logo{filter:none;width:auto;height:48px}.footer-mission{color:#ffffffb3;font-size:.9375rem;line-height:1.6}.footer-links h3,.footer-contact h3{letter-spacing:1px;color:var(--secondary);margin-bottom:2rem;font-family:Outfit;font-size:1rem;font-weight:700}.footer-links ul,.footer-contact ul{flex-direction:column;gap:1rem;display:flex}.footer-links a,.footer-contact a,.footer-contact p{color:#ffffffb3;align-items:center;gap:.75rem;font-size:.875rem;display:flex}.footer-links a:hover,.footer-contact a:hover{color:var(--secondary);padding-left:5px}.footer-bottom{border-top:1px solid #ffffff1a;padding-top:3rem}.footer-disclaimer{max-width:800px;margin-bottom:2rem}.footer-disclaimer p{color:#fff6;font-size:.75rem;line-height:1.5}.footer-copyright p{color:#fff9;font-size:.8125rem}@media (width<=992px){.footer-grid{text-align:center;grid-template-columns:1fr;gap:3rem}.footer-brand{max-width:100%}.footer-links a,.footer-contact a,.footer-contact p{justify-content:center}.footer-links a:hover{padding-left:0}}.floating-call-container{z-index:9999;position:fixed;bottom:0;left:0}.floating-call-btn{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;padding:0;text-decoration:none;display:flex;position:absolute;bottom:30px;left:30px}.btn-content{z-index:3;color:#fff;background:linear-gradient(135deg,#25d366 0%,#128c7e 100%);border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),box-shadow .3s;display:flex;position:relative;box-shadow:0 4px 20px #00000040}.floating-call-btn:hover .btn-content{transform:scale(1.1)}.call-capture-card{z-index:10000;opacity:0;visibility:hidden;background:#fff;border:1px solid #0000000d;border-radius:20px;width:320px;padding:1.5rem;transition:all .4s cubic-bezier(.16,1,.3,1);position:absolute;bottom:110px;left:30px;transform:translateY(20px)scale(.9);box-shadow:0 15px 40px #00000026}.floating-call-container.active .call-capture-card{opacity:1;visibility:visible;transform:translateY(0)scale(1)}.close-capture{cursor:pointer;color:#64748b;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:all .2s;display:flex;position:absolute;top:12px;right:12px}.close-capture:hover{color:#1e293b;background:#e2e8f0}.call-capture-card h3{color:#1e293b;margin:0 0 8px;font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:800}.call-capture-card p{color:#64748b;margin-bottom:1.25rem;font-size:.85rem;line-height:1.4}.capture-form{flex-direction:column;gap:12px;display:flex}.input-with-icon{position:relative}.input-with-icon .icon{color:#94a3b8;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.input-with-icon input{box-sizing:border-box;background:#f8fafc;border:2px solid #f1f5f9;border-radius:12px;outline:none;width:100%;padding:12px 14px 12px 42px;font-size:1rem;transition:border-color .2s}.input-with-icon input:focus{border-color:#25d366}.btn-call-now{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;padding:14px;font-size:.95rem;font-weight:700;transition:transform .2s;display:flex}.btn-call-now:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0003}.btn-call-now:active{transform:translateY(0)}.pulse-ring{opacity:.6;z-index:1;background-color:#25d366;border-radius:50%;width:100%;height:100%;animation:2s ease-out infinite pulse-ring;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pulse-ring.delay{animation-delay:.8s}@keyframes pulse-ring{0%{opacity:.6;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(1.8)}}.tooltip-text{color:#fff;white-space:nowrap;opacity:0;visibility:hidden;background-color:#1c2c4d;border-radius:6px;padding:6px 12px;font-size:14px;font-weight:500;transition:opacity .3s,transform .3s;position:absolute;bottom:50px;left:80px;transform:translate(-10px)}.floating-call-btn:hover .tooltip-text{opacity:1;visibility:visible;transform:translate(0)}@media (width<=768px){.floating-call-btn{width:55px;height:55px;bottom:20px;left:20px}.btn-content{width:55px;height:55px}.btn-content svg{width:24px!important;height:24px!important}.tooltip-text{display:none}.call-capture-card{width:calc(100vw - 40px);max-width:320px;bottom:90px;left:20px}}.lead-form-section{background-color:#fafafa;padding:8rem 0}.lead-form-wrapper{color:#fff;background-color:#1c2c4d;border-radius:40px;justify-content:space-between;align-items:center;gap:4rem;padding:4rem;display:flex;position:relative;overflow:hidden;box-shadow:0 40px 100px -20px #0006}.lead-form-wrapper:before{content:"";z-index:0;background:radial-gradient(circle,#d4a0171a 0%,#0000 70%);width:100%;height:100%;position:absolute;top:-50%;left:-50%}.lead-content{z-index:1;flex:1}.lead-content h2{color:#fff;margin-bottom:1.5rem}.lead-subtext{opacity:.9;margin-bottom:2rem;font-size:1.125rem;line-height:1.6}.lead-bullets{flex-direction:column;gap:1rem;margin-top:2rem;display:flex}.lead-bullets li{align-items:center;gap:1rem;font-size:1rem;font-weight:500;display:flex}.form-card{color:var(--text-dark);z-index:1;background-color:#fff;border-radius:20px;flex:1;max-width:500px;padding:2.5rem;box-shadow:0 20px 40px #0000001a}.form-group{margin-bottom:1.5rem}.form-group label{color:var(--text-light);letter-spacing:1px;margin-bottom:.5rem;font-size:.75rem;font-weight:800;display:block}.form-group input,.form-group select{width:100%;transition:var(--transition);background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:1rem;font-size:1rem}.form-group input:focus,.form-group select:focus{border-color:var(--secondary);background-color:#fff;outline:none;box-shadow:0 0 0 4px #d4a0171a}.form-row{gap:1rem;display:flex}.form-row .form-group{flex:1}.btn-block{letter-spacing:1px;width:100%;padding:1.25rem!important;font-size:1rem!important}@media (width<=992px){.lead-form-wrapper{text-align:center;border-radius:20px;flex-direction:column;padding:3rem 2rem}.lead-bullets{align-items:center}.form-card{max-width:100%}.form-row{flex-direction:column;gap:0}}.captcha-image-container{border:1px solid #e5e7eb;border-radius:10px;justify-content:flex-start;width:160px;height:52px;margin-bottom:.75rem;display:flex;overflow:hidden}.captcha-img{object-fit:cover;width:100%;height:100%;display:block;transform:scale(1.5)}.input-error{background-color:#fef2f2!important;border-color:#ef4444!important}.error-hint{color:#ef4444;margin-top:.5rem;font-size:.75rem;font-weight:500;display:block}.privacy-checkbox-group{margin-bottom:1.5rem}.checkbox-label{cursor:pointer;color:var(--text-dark)!important;text-transform:none!important;letter-spacing:0!important;align-items:center!important;gap:.75rem!important;font-size:.875rem!important;font-weight:500!important;display:flex!important}.checkbox-label input[type=checkbox]{cursor:pointer;accent-color:var(--secondary);width:18px!important;height:18px!important}.checkbox-label a{color:var(--secondary);font-weight:700;text-decoration:underline}.checkbox-label a:hover{color:var(--secondary-hover)}.success-container{text-align:center;flex-direction:column;align-items:center;padding:3.5rem 2rem;display:flex;position:relative;overflow:hidden}.success-icon-wrapper{margin-bottom:2rem;display:inline-block;position:relative}.success-icon{color:#25d366;z-index:2;filter:drop-shadow(0 0 10px #25d36666);animation:.5s cubic-bezier(.175,.885,.32,1.275) forwards icon-scale;position:relative}.icon-pulse{z-index:1;background-color:#25d36633;border-radius:50%;width:100%;height:100%;animation:2s ease-out infinite pulse-ring;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.success-title{color:#1c2c4d;margin-bottom:1.5rem;font-family:Outfit,sans-serif;font-size:2.2rem;font-weight:800;line-height:1.2}.success-divider{background:#d4a017;border-radius:2px;width:60px;height:4px;margin:0 auto 1.5rem}.success-message{color:#4b5563;max-width:400px;margin-bottom:2rem;font-size:1.2rem;line-height:1.6}.success-info-card{color:#fff;background:linear-gradient(135deg,#1c2c4d 0%,#2d415d 100%);border-radius:15px;justify-content:center;align-items:center;gap:.75rem;margin-bottom:1rem;padding:1.25rem 2rem;font-weight:600;display:flex;box-shadow:0 10px 25px #1c2c4d33}.info-icon{color:#d4a017}.celebration-particles{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.celebration-particles svg{color:#d4a017;opacity:.4;animation:3s ease-in-out infinite particle-float;position:absolute}.p1{width:24px;top:15%;left:10%;animation-duration:4s!important}.p2{width:30px;top:60%;right:10%;animation-duration:3.5s!important;animation-delay:1.5s!important}.p3{width:20px;bottom:20%;left:15%;animation-duration:4.5s!important;animation-delay:.8s!important}@keyframes icon-scale{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes particle-float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-40px)rotate(25deg)}}@media (width<=500px){.success-container{padding:2.5rem 1.5rem}.success-title{font-size:1.8rem}.success-message{font-size:1.1rem}}.error-container{text-align:center;flex-direction:column;align-items:center;padding:3.5rem 2rem;display:flex;position:relative;overflow:hidden}.error-icon-wrapper{margin-bottom:1.5rem}.error-icon{color:#ef4444;animation:.5s ease-in-out shake}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}50%{transform:translate(5px)}75%{transform:translate(-5px)}}.error-title{color:#1c2c4d;margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:2rem;font-weight:800}.error-divider{background:#ef4444;border-radius:2px;width:50px;height:4px;margin:0 auto 1.5rem}.error-message{color:#4b5563;max-width:350px;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.error-close-btn{justify-content:center;align-items:center;gap:.5rem;display:flex;color:#fff!important;background-color:#1c2c4d!important;padding:1rem!important}.error-close-btn:hover{background-color:#2d415d!important}.privacy-policy-content{background-color:#fff;max-width:800px;margin:0 auto;padding:3rem 2rem}.privacy-header{text-align:center;border-bottom:2px solid var(--secondary);margin-bottom:3.5rem;padding-bottom:2rem}.privacy-header h2{color:var(--primary);margin-bottom:.5rem;font-family:Outfit;font-size:2.25rem;font-weight:800}.brand-subtitle{color:var(--secondary);margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.last-update{color:var(--text-light);font-size:.85rem;display:block}.privacy-body{max-height:400px;margin-bottom:3rem;padding-right:2rem;overflow-y:auto}.privacy-body::-webkit-scrollbar{width:6px}.privacy-body::-webkit-scrollbar-thumb{background:var(--bg-soft);border-radius:10px}.intro-text{color:#334155;margin-bottom:2.5rem;font-weight:500;line-height:1.7}.privacy-body section{margin-bottom:3rem}.privacy-body h3{color:var(--primary);border-left:4px solid var(--secondary);margin-bottom:1.25rem;padding-left:1rem;font-family:Outfit;font-size:1.25rem;font-weight:700}.privacy-body p,.privacy-body li{color:#64748b;margin-bottom:.75rem;font-size:.95rem;line-height:1.8}.privacy-body ul{margin-bottom:1rem;padding-left:1.5rem}.highlight-section{background-color:#fefce8;border:1px solid #fef08a;border-radius:12px;padding:1.5rem}.contact-section{background-color:var(--bg-soft);border-radius:12px;padding:1.5rem}.contact-details p{margin-bottom:.25rem}.privacy-footer{text-align:center;border-top:1px solid #e2e8f0;padding-top:2rem}.privacy-footer .btn-consent{background-color:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:50px;padding:1rem 3rem;font-family:Outfit;font-size:1rem;font-weight:700;transition:all .3s;box-shadow:0 4px 6px -1px #0000001a}.privacy-footer .btn-consent:hover{background-color:var(--secondary);transform:translateY(-3px);box-shadow:0 10px 15px -5px #0003}@media (width<=768px){.privacy-policy-content{padding:2rem 1.25rem}.privacy-header h2{font-size:1.75rem}}.hero{color:#fff;background:linear-gradient(135deg,#1c2c4d 0%,#2d415d 100%);align-items:center;min-height:90vh;padding:10rem 0 6rem;display:flex;position:relative;overflow:hidden}.hero:after{content:"";pointer-events:none;background:radial-gradient(circle at 60%,#d4a0171a 0%,#0000 70%);width:50%;height:100%;position:absolute;top:0;right:0}.hero-container{justify-content:space-between;align-items:center;gap:4rem;display:flex}.hero-content{flex:1;max-width:600px}.hero-badge{background-color:var(--secondary);color:#fff;text-transform:uppercase;border-radius:4px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.8rem;font-weight:700;animation:.8s forwards fadeIn;display:inline-block}.hero h1{margin-bottom:1.5rem;font-size:4rem;font-weight:800;line-height:1.1;color:#fff!important}.hero-subtext{color:#ffffffe6;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.6}.hero-btns{flex-wrap:wrap;gap:1.5rem;display:flex}.btn-lg{padding:1rem 2rem;font-size:1.1rem}.btn-primary-light{background-color:var(--primary-light);color:#fff;border:1px solid #ffffff1a}.hero-image-container{aspect-ratio:4/6;border:4px solid #ffffff1a;border-radius:20px;max-height:650px;position:relative;overflow:hidden;box-shadow:0 40px 100px -20px #0006}.hero-image{object-fit:cover;object-position:50% 15%;width:100%;height:100%;display:block}.image-overlay-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1c2c4de6;border-top:1px solid #ffffff1a;width:100%;padding:1.5rem 2rem;position:absolute;bottom:0;left:0}.overlay-role{color:var(--secondary);letter-spacing:2px;margin-bottom:.5rem;font-size:.75rem;font-weight:700;display:block}.overlay-name{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.overlay-quote{opacity:.8;font-size:.9rem;font-style:italic}@media (width<=992px){.hero-container{text-align:center;flex-direction:column;gap:3rem}.hero-content{max-width:100%}.hero h1{font-size:3rem}.hero-btns{justify-content:center}.hero-image-wrapper{flex:0 0 100%;width:100%;max-width:500px}}@media (width<=576px){.hero h1{font-size:2.5rem}.hero-btns .btn{width:100%}}.insurance-logos{background-color:var(--white);border-bottom:1px solid #f0f0f0;padding:4rem 0}.insurance-title{text-align:center;letter-spacing:2px;color:var(--text-light);text-transform:uppercase;margin-bottom:2.5rem;font-size:.875rem;font-weight:700}.logos-grid{opacity:.7;flex-wrap:wrap;justify-content:space-around;align-items:center;gap:3rem;display:flex}.logo-item{transition:var(--transition);cursor:default;position:relative}.logo-item:hover{opacity:1;transform:scale(1.05)}.logo-text{color:var(--text-dark);font-family:Outfit;font-size:1.5rem;font-weight:800}.logo-item:hover .logo-text{color:var(--accent-color)}.logo-img{opacity:.7;width:auto;max-height:42px;transition:var(--transition);filter:grayscale()brightness(.6)}.logo-item:hover .logo-img{opacity:1;filter:none}@media (width<=768px){.logos-grid{gap:2rem}.logo-text{font-size:1.25rem}}.invisible-damage{background-color:#f8fafc}.damage-grid{grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem;display:grid}.damage-card{background:#fff;border:1px solid #0000000d;border-radius:16px;flex-direction:column;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.damage-card:hover{border-color:var(--secondary);transform:translateY(-12px);box-shadow:0 20px 25px -5px #0000001a}.damage-image-container{background-color:#e2e8f0;height:180px;position:relative;overflow:hidden}.damage-image{object-fit:cover;width:100%;height:100%;transition:transform .6s}.damage-card:hover .damage-image{transform:scale(1.1)}.damage-badge{color:#fff;letter-spacing:1px;background:#d4a017e6;border-radius:4px;padding:4px 8px;font-size:.65rem;font-weight:800;position:absolute;top:10px;right:10px}.damage-content{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.time-card{text-align:center;color:#fff;background:linear-gradient(135deg,#1c2c4d 0%,#111827 100%);padding:3rem 1.5rem}.time-card h3{color:#fff!important}.time-card p{color:#fffc!important}.icon-wrapper{background-color:var(--bg-soft);width:60px;height:60px;color:var(--secondary);transition:var(--transition);border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.time-card .icon-wrapper{background:#ffffff1a;border-radius:50%;width:80px;height:80px;margin:0 auto 1.5rem}.damage-card h3{color:var(--primary);margin-bottom:.75rem;font-size:1.25rem;font-weight:700;line-height:1.2}.damage-card p{color:var(--text-light);font-size:.9375rem;line-height:1.6}@media (width<=1200px){.damage-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.damage-grid{grid-template-columns:1fr;max-width:400px;margin:3rem auto 0}}.rachel-effect{color:#fff;background-color:#1c2c4d;padding:8rem 0}.text-left{text-align:left}.effect-layout{align-items:center;gap:4rem;display:flex}.effect-content{flex:1}.effect-content h2{color:#fff;margin-bottom:3rem;line-height:1.2}.benefits-list{flex-direction:column;gap:2.5rem;display:flex}.benefit-item{align-items:flex-start;gap:1.5rem;display:flex}.benefit-icon{width:50px;height:50px;color:var(--secondary);transition:var(--transition);background-color:#ffffff1a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.benefit-item:hover .benefit-icon{background-color:var(--secondary);color:#fff}.benefit-text h3{margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.benefit-text p{opacity:.8;font-size:.9375rem;line-height:1.5}.effect-video-wrapper{flex:1;justify-content:flex-end;display:flex}.image-stack{width:100%;max-width:500px;position:relative}.main-roof-img{border-radius:20px;width:100%;box-shadow:0 30px 60px -12px #00000080}.stats-badge{background-color:var(--secondary);color:#fff;text-align:center;border-radius:15px;flex-direction:column;align-items:center;width:180px;padding:2rem;display:flex;position:absolute;bottom:-30px;left:-30px;box-shadow:0 10px 30px #0003}.stats-number{font-family:Outfit;font-size:3rem;font-weight:800;line-height:1}.stats-label{text-transform:uppercase;letter-spacing:1px;margin-top:.5rem;font-size:.75rem;font-weight:700}@media (width<=992px){.effect-layout{text-align:center;flex-direction:column}.text-left{text-align:center}.benefit-item{text-align:center;flex-direction:column;align-items:center}.effect-video-wrapper{justify-content:center;margin-top:4rem}.stats-badge{bottom:-40px;left:50%;transform:translate(-50%)}}.process{background-color:var(--white);padding:8rem 0}.process-grid{justify-content:space-between;gap:3rem;margin-top:5rem;display:flex;position:relative}.process-step{text-align:center;flex:1;max-width:300px;position:relative}.step-number{background-color:var(--primary);color:#fff;width:80px;height:80px;transition:var(--transition);border-radius:12px;justify-content:center;align-items:center;margin:0 auto 2rem;font-family:Outfit;font-size:2.5rem;font-weight:800;display:flex;box-shadow:0 10px 20px #1c2c4d33}.process-step:hover .step-number{background-color:var(--secondary);transform:translateY(-5px)rotate(5deg)}.process-step h3{color:var(--primary);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.process-step p{color:var(--text-light);line-height:1.6}.step-divider{z-index:-1;border-top:2px dashed #d4a0174d;width:100%;height:2px;position:absolute;top:40px;right:-50%}@media (width<=992px){.process-grid{flex-direction:column;align-items:center;gap:5rem}.step-divider{display:none}.process-step{max-width:100%}}.testimonials{background-color:var(--white);padding:8rem 0}.testimonials-grid{grid-template-columns:repeat(2,1fr);justify-content:center;gap:2.5rem;max-width:1100px;margin:5rem auto 0;display:grid}.testimonial-card.google-review{background-color:#f1f3f4;border:none;border-radius:20px;flex-direction:column;height:100%;padding:2.5rem;transition:all .3s;display:flex;position:relative;box-shadow:0 4px 15px #0000000d}.testimonial-card.google-review:hover{background-color:#fff;transform:translateY(-5px);box-shadow:0 15px 35px #0000001a}.testimonial-card:before{display:none}.google-review-header{justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;display:flex}.author-name h4{color:#202124;margin-bottom:2px;font-family:Outfit;font-size:1.25rem;font-weight:800}.review-time{color:#70757a;font-size:.875rem;font-weight:400}.google-icon-wrapper{background:#fff;border-radius:50%;justify-content:center;align-items:center;padding:8px;display:flex;box-shadow:0 2px 5px #0000001a}.stars-row{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.stars{gap:2px;display:flex}.verified-badge{margin-left:2px}.testimonial-text{color:#3c4043;flex:1;margin-bottom:1.5rem;font-family:Inter;font-size:1rem;font-style:normal;line-height:1.6}.read-more-btn{color:#70757a;cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-size:.875rem;font-weight:600;transition:color .2s}.read-more-btn:hover{color:#202124;text-decoration:underline}@media (width<=992px){.testimonials-grid{grid-template-columns:1fr;max-width:550px}}@media (width<=576px){.testimonial-card.google-review{padding:1.5rem}.author-name h4{font-size:1.1rem}}.faq-section{background-color:#fafafa;overflow:hidden}.faq-header{text-align:center;margin-bottom:4rem}.faq-badge{background-color:var(--bg-soft);color:var(--secondary);letter-spacing:1.5px;border-radius:20px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-family:Outfit;font-size:.8rem;font-weight:700;display:inline-flex}.faq-grid{flex-direction:column;gap:1.25rem;max-width:800px;margin:0 auto;display:flex}.faq-item{cursor:pointer;background:#fff;border:1px solid #0000000d;border-radius:12px;transition:all .3s;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.faq-item:hover{border-color:var(--secondary);transform:translate(5px)}.faq-item.active{border-color:var(--secondary);box-shadow:0 10px 15px -3px #0000001a}.faq-question{justify-content:space-between;align-items:center;gap:1.5rem;padding:1.5rem 2rem;display:flex}.question-text{color:var(--primary);font-family:Outfit;font-size:1.125rem;font-weight:700;line-height:1.4}.faq-chevron{color:var(--secondary);flex-shrink:0;transition:transform .3s}.faq-item.active .faq-chevron{transform:rotate(180deg)}.faq-answer{background-color:var(--bg-soft);max-height:0;transition:max-height .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.faq-item.active .faq-answer{max-height:350px;overflow-y:auto}.faq-answer::-webkit-scrollbar{width:4px}.faq-answer::-webkit-scrollbar-thumb{background:var(--secondary);border-radius:10px}.answer-content{border-top:1px solid #0000000d;padding:2rem}.answer-content p{color:var(--text-light);font-size:1rem;line-height:1.7}.faq-cta{text-align:center;background-color:var(--primary);color:#fff;border-radius:24px;margin-top:5rem;padding:4rem}.faq-cta p{margin-bottom:2rem;font-family:Outfit;font-size:1.5rem;font-weight:700}.btn-secondary-outline{border:2px solid var(--secondary);color:var(--secondary);cursor:pointer;background:0 0;border-radius:50px;padding:1rem 2.5rem;font-family:Outfit;font-weight:700;transition:all .3s}.btn-secondary-outline:hover{background:var(--secondary);color:#fff;transform:translateY(-3px);box-shadow:0 10px 15px -5px #0000004d}@media (width<=768px){.faq-question{padding:1.25rem 1.5rem}.question-text{font-size:1rem}.faq-cta{padding:3rem 1.5rem}.faq-cta p{font-size:1.25rem}}.content-clusters{background-color:#fcfcfc;padding:8rem 0}.clusters-subtitle{max-width:800px;color:var(--text-dark);opacity:.85;margin:1.5rem auto 0;font-size:1.25rem;line-height:1.6}.clusters-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:3rem;max-width:1200px;margin:0 auto 5rem;display:grid}.cluster-card{background:#fff;border:1px solid #f0f0f0;border-radius:24px;flex-direction:column;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden;box-shadow:0 10px 30px #0000000d}.cluster-card:hover{border-color:var(--secondary);transform:translateY(-10px);box-shadow:0 30px 60px #0000001f}.cluster-image-wrapper{height:240px;position:relative;overflow:hidden}.cluster-image{object-fit:cover;width:100%;height:100%;transition:transform .6s}.cluster-card:hover .cluster-image{transform:scale(1.1)}.cluster-icon-overlay{background:var(--primary);color:#fff;z-index:2;border:2px solid #fff;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;display:flex;position:absolute;bottom:-20px;right:30px;box-shadow:0 10px 20px #1c2c4d4d}.cluster-content{flex-direction:column;flex:1;padding:2.5rem 2rem;display:flex}.cluster-content h3{color:var(--primary);margin-bottom:1rem;font-family:Outfit;font-size:1.5rem;font-weight:800}.cluster-content p{color:var(--text-dark);opacity:.8;flex:1;margin:0;line-height:1.7}.clusters-cta{padding-top:2rem}@media (width<=768px){.clusters-grid{grid-template-columns:1fr;max-width:450px}}.ad-banner-section{padding:4rem 0 8rem}.ad-banner-container{color:#fff;text-align:center;background-position:50%;background-size:cover;border-radius:32px;justify-content:center;align-items:center;padding:6rem 4rem;display:flex;position:relative;overflow:hidden;box-shadow:0 40px 80px #0000004d}.ad-banner-content{z-index:2;max-width:900px;position:relative}.ad-badge{background:var(--secondary);color:#fff;letter-spacing:1px;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:800;display:inline-flex;box-shadow:0 10px 20px #1665344d}.ad-banner-content h2{text-transform:uppercase;letter-spacing:1px;opacity:.95;margin-bottom:1.5rem;font-family:Outfit;font-size:2.25rem;font-weight:800}.ad-highlight-box{color:var(--primary);background:#fff;border-radius:12px;margin-bottom:2rem;padding:1.5rem 2.5rem;display:inline-block;transform:rotate(-1deg);box-shadow:0 10px 30px #0003}.ad-highlight-box h3{margin:0;font-family:Outfit;font-size:3rem;font-weight:900}.ad-banner-content p{opacity:.85;max-width:700px;margin:0 auto 3rem;font-size:1.25rem;line-height:1.7}.ad-banner-content .btn{padding:1.5rem 3rem;font-size:1.1rem;animation:2s infinite pulse-gold}@keyframes pulse-gold{0%{box-shadow:0 0 #166534b3}70%{box-shadow:0 0 0 20px #16653400}to{box-shadow:0 0 #16653400}}@media (width<=992px){.ad-banner-container{padding:5rem 2rem}.ad-highlight-box h3{font-size:2.25rem}.ad-banner-content h2{font-size:1.75rem}}@media (width<=576px){.ad-banner-container{border-radius:0;margin:0 -1rem;padding:4rem 1.5rem}.ad-highlight-box{padding:1rem 1.5rem;transform:none}.ad-highlight-box h3{font-size:1.5rem}.ad-banner-content p{font-size:1rem}}.home-brand-page{color:#1e293b;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.text-accent{color:#2563eb}.text-secondary{color:#f59e0b}.badge-premium{color:#2563eb;letter-spacing:.1em;background:#2563eb1a;border-radius:99px;margin-bottom:1.5rem;padding:6px 14px;font-size:.75rem;font-weight:800;display:inline-block}.section-header{margin-bottom:4rem}.section-header.centered{text-align:center}.section-header.centered h2{letter-spacing:-.02em;margin:1rem 0;font-size:2.5rem}.section-header h2{font-family:Outfit,sans-serif;font-weight:800}.section-header p{color:#64748b;max-width:700px;margin:1rem auto;font-size:1.15rem}.hero-brand{background:linear-gradient(#f8fafc,#fff);padding:180px 0 100px}.hero-flex{justify-content:space-between;align-items:center;gap:4rem;display:flex}.hero-content{flex:1}.hero-content h1{color:#0f172a;margin-bottom:1.5rem;font-family:Outfit,sans-serif;font-size:3.5rem;font-weight:900;line-height:1.1}.sub-headline{color:#475569;margin-bottom:2.5rem;font-size:1.25rem}.sub-headline strong{color:#1e293b}.hero-btns{gap:1rem;margin-bottom:3rem;display:flex}.social-proof{color:#64748b;align-items:center;gap:12px;font-size:.95rem;font-weight:500;display:flex}.icon-blue{color:#2563eb}.hero-image-wrapper{flex:0 0 450px;position:relative}.image-blob{background:#e2e8f0;border:8px solid #fff;border-radius:40px;width:450px;height:550px;overflow:hidden;box-shadow:0 30px 60px #0000001a}.rachel-hero-img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.floating-card{background:#fff;border-radius:16px;align-items:center;gap:1rem;padding:1.5rem;display:flex;position:absolute;bottom:40px;left:-30px;box-shadow:0 20px 40px #0000001a}.floating-card strong{color:#0f172a;font-size:1.5rem;display:block}.floating-card span{color:#64748b;text-transform:uppercase;font-size:.8rem;font-weight:600}.problem-opportunity{background:#fff;padding:100px 0}.icon-warning{color:#ef4444;margin-bottom:1rem}.problem-grid{grid-template-columns:1.5fr 1fr;align-items:center;gap:4rem;display:grid}.lead-text{color:#1e293b;border-left:4px solid #f59e0b;padding-left:2rem;font-size:1.5rem;font-weight:500}.data-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:24px;padding:2.5rem}.data-value{color:#0f172a;font-size:4rem;font-weight:900;line-height:1}.bg-navy{color:#fff;background:#0f172a}.solution-model{padding:100px 0}.section-header.dark h2{color:#fff;margin-bottom:1rem}.section-header.dark p{color:#94a3b8}.pillars-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.pillar-card{background:#ffffff08;border:1px solid #ffffff1a;border-radius:24px;padding:3rem 2rem;transition:transform .3s}.pillar-card:hover{background:#ffffff0d;transform:translateY(-10px)}.pillar-icon{background:#2563eb;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.5rem;display:flex}.pillar-card h3{margin-bottom:1rem;font-size:1.35rem}.pillar-card p{color:#94a3b8;font-size:.95rem}.how-it-works{padding:100px 0}.steps-row{justify-content:space-between;gap:2.5rem;display:flex}.step-item{text-align:center;background:#fff;border-radius:20px;flex:1;padding:3rem 1.5rem;transition:transform .3s;position:relative;box-shadow:0 10px 30px #00000008}.step-item:hover{transform:translateY(-5px)}.step-number{color:#eff6ff;margin-bottom:.5rem;font-size:4rem;font-weight:900;line-height:1;display:block}.step-item h3{color:#1e293b;margin-bottom:1rem;font-size:1.4rem;font-weight:800}.step-item p{color:#64748b;font-size:.95rem}.profile-authority{padding:100px 0}.bg-light{background:#f8fafc}.profile-flex{align-items:center;gap:5rem;display:flex}.profile-portrait{border-radius:30px;width:400px;box-shadow:0 40px 80px #0000001a}.profile-text-area{flex:1}.profile-text-area h2{margin-bottom:2rem;font-size:2.5rem}.quote-box{color:#475569;background:#fff;border-left:6px solid #2563eb;border-radius:20px;margin-top:2rem;padding:2.5rem;font-size:1.25rem;font-style:italic;position:relative}.faq-section{padding:100px 0}.faq-accordion{max-width:800px;margin:0 auto}.faq-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:1rem;padding:1.5rem}.faq-question{cursor:pointer;align-items:center;gap:1rem;display:flex}.faq-question h4{margin:0;font-size:1.1rem}.faq-answer{color:#64748b;margin-top:1rem;padding-left:2rem}.cta-final{text-align:center;padding:100px 0}.btn-giant{border-radius:16px;margin-top:2rem;padding:20px 40px;font-size:1.25rem}.centered h2{font-size:2.5rem}@media (width<=992px){.hero-flex{text-align:center;flex-direction:column}.hero-btns{justify-content:center}.hero-image-wrapper{flex:none}.pillars-grid{grid-template-columns:1fr}.steps-row{flex-direction:column;gap:4rem}.profile-flex{text-align:center;flex-direction:column}.profile-portrait{width:100%;max-width:400px}.problem-grid{grid-template-columns:1fr}}@media (width<=600px){.hero-content h1{font-size:2.5rem}.image-blob{width:300px;height:380px}.hero-image-wrapper{flex:0 0 300px}.data-value{font-size:3rem}}.activity-history-container{max-width:600px;margin:0 auto;padding:1.5rem}.activity-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.lead-quick-info h3{color:#1e293b;margin:0 0 .5rem;font-size:1.5rem;font-weight:800}.lead-meta-row{color:#64748b;gap:1.5rem;font-size:.9rem;font-weight:500;display:flex}.lead-meta-row span{align-items:center;gap:6px;display:flex}.btn-add-activity{background:var(--primary-blue,#2563eb);color:#fff;cursor:pointer;border:none;border-radius:99px;align-items:center;gap:8px;padding:10px 16px;font-size:.9rem;font-weight:700;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 12px #2563eb33}.btn-add-activity:hover{opacity:.95;transform:translateY(-2px)}.add-activity-form{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:2.5rem;padding:1.5rem}.form-row{margin-bottom:1rem}.form-row select{color:#1e293b;cursor:pointer;border:1px solid #cbd5e1;border-radius:8px;outline:none;width:100%;padding:10px 12px;font-size:.9rem;font-weight:600}.add-activity-form textarea{resize:vertical;border:1px solid #cbd5e1;border-radius:8px;outline:none;width:100%;min-height:100px;margin-bottom:1rem;padding:12px;font-family:inherit;font-size:.95rem}.add-activity-form textarea:focus{border-color:#2563eb}.form-actions{justify-content:flex-end;gap:1rem;display:flex}.btn-cancel-mini{color:#64748b;cursor:pointer;background:0 0;border:none;font-weight:600}.btn-save-mini{color:#fff;cursor:pointer;background:#1e293b;border:none;border-radius:8px;padding:8px 18px;font-size:.9rem;font-weight:700}.activity-timeline-section h4{color:#1e293b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:2rem;font-size:1.1rem;font-weight:800}.vertical-timeline{flex-direction:column;gap:0;display:flex}.timeline-item{grid-template-columns:50px 1fr;gap:15px;display:grid}.timeline-icon-line{flex-direction:column;align-items:center;display:flex}.icon-circle{z-index:2;color:#475569;background:#fff;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex;box-shadow:0 4px 10px #0000000d}.timeline-icon-line.call .icon-circle{color:#2563eb;background:#eff6ff}.timeline-icon-line.email .icon-circle{color:#166534;background:#f0fdf4}.timeline-icon-line.text .icon-circle{color:#e11d48;background:#fff1f2}.timeline-icon-line.inspection .icon-circle{color:#f59e0b;background:#fff7ed}.line{background:#e2e8f0;flex:1;width:2px;min-height:40px}.timeline-content{padding-bottom:2.5rem}.content-header{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.activity-type{letter-spacing:.05em;font-size:.75rem;font-weight:800}.activity-date{color:#94a3b8;font-size:.8rem;font-weight:500}.activity-text{color:#334155;margin:0 0 10px;font-size:1rem;line-height:1.5}.activity-author{color:#94a3b8;font-size:.75rem;font-style:italic}.no-activities{text-align:center;color:#94a3b8;padding:4rem 2rem}.no-activities p{margin-top:10px;font-size:1rem}.mini-loading{text-align:center;color:#64748b;padding:2rem;font-style:italic}@media (width<=500px){.lead-meta-row{flex-direction:column;gap:6px}.activity-header{flex-direction:column;align-items:flex-start;gap:1rem}}:root{--primary-blue:#2563eb;--bg-page:#f8fafc;--sidebar-width:320px;--status-pending:#fbbf24;--status-contacted:#3b82f6;--status-completed:#10b981;--status-cancelled:#ef4444;--glass:#ffffffd9;--border-glass:#ffffff4d;--shadow-soft:0 10px 30px #0000000d}.dashboard-container{background-color:var(--bg-page);color:#1e293b;box-sizing:border-box;min-height:100vh;padding:140px 2rem 2rem;font-family:Inter,system-ui,-apple-system,sans-serif;overflow-x:hidden}.dashboard-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:2.5rem;display:flex}.header-left{flex:1;min-width:300px}.header-left h1{letter-spacing:-.02em;margin:.5rem 0;font-size:2.2rem;font-weight:800}.brand-pill{background:var(--primary-blue);color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:6px;padding:4px 10px;font-size:.7rem;font-weight:700;display:inline-block}.text-gradient{background:linear-gradient(135deg,#2563eb,#6366f1);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.header-left p{color:#64748b;font-size:1rem}.stats-grid{flex-wrap:wrap;flex-shrink:0;gap:1.5rem;max-width:100%;display:flex}.stat-card{box-shadow:var(--shadow-soft);background:#fff;border-radius:16px;align-items:center;gap:1rem;padding:1.25rem;transition:transform .2s;display:flex}.stat-card:hover{transform:translateY(-3px)}.stat-icon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.bg-blue{color:#2563eb;background:#eff6ff}.bg-yellow{color:#d97706;background:#fffbeb}.bg-green{color:#166534;background:#f0fdf4}.stat-content h3{margin:0;font-size:1.5rem;font-weight:700}.stat-content span{color:#64748b;font-size:.8rem;font-weight:500}.dashboard-body{box-shadow:var(--shadow-soft);background:#fff;border:1px solid #e2e8f0;border-radius:20px;overflow:hidden}.table-controls{background:#fafafa;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.search-wrapper{width:100%;max-width:400px;position:relative}.search-icon{color:#94a3b8;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.search-wrapper input{border:1px solid #e2e8f0;border-radius:12px;outline:none;width:100%;padding:12px 12px 12px 42px;font-size:.95rem;transition:all .2s}.search-wrapper input:focus{border-color:var(--primary-blue);box-shadow:0 0 0 4px #2563eb1a}.filter-pills{gap:.5rem;display:flex}.pill{color:#64748b;cursor:pointer;border-radius:99px;padding:6px 14px;font-size:.85rem;font-weight:500;transition:all .2s}.pill:hover{background:#f1f5f9}.pill.active{color:#fff;background:#1e293b}.table-container{max-width:100%;overflow-x:auto}.leads-table{border-collapse:collapse;text-align:left;width:100%}.leads-table th{text-transform:uppercase;color:#64748b;letter-spacing:.05em;background:#f8fafc;padding:1rem 1.5rem;font-size:.75rem;font-weight:700}.leads-table td{vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:1.25rem 1.5rem;font-size:.95rem}.table-row-hover:hover{background-color:#f8fafc}.name-cell{align-items:center;gap:.75rem;display:flex}.avatar-circle{color:#fff;background:linear-gradient(135deg,#60a5fa,#3b82f6);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.9rem;font-weight:700;display:flex}.lead-name{color:#1e293b;font-weight:600}.contact-cell{flex-direction:column;gap:4px;display:flex}.contact-item{color:#475569;align-items:center;gap:6px;display:flex}.contact-item.email{color:#94a3b8;font-size:.8rem}.service-badge{color:#475569;background:#f1f5f9;border-radius:6px;padding:4px 10px;font-size:.8rem;font-weight:600}.status-pill{border-radius:99px;padding:4px 12px;font-size:.8rem;font-weight:600;display:inline-block}.status-yellow{color:#b45309;background:#fffbeb}.status-blue{color:#1d4ed8;background:#eff6ff}.status-green{color:#15803d;background:#f0fdf4}.status-red{color:#b91c1c;background:#fef2f2}.date-cell{color:#94a3b8;align-items:center;gap:6px;font-size:.85rem;display:flex}.actions-flex{justify-content:center;gap:.5rem;display:flex}.action-btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.action-btn.view-history{color:#2563eb;background:#eff6ff}.action-btn.view-history:hover{color:#1d4ed8;background:#dbeafe}.action-btn.edit{color:#475569;background:#f1f5f9}.action-btn.edit:hover{color:#1e293b;background:#e2e8f0}.action-btn.delete{color:#ef4444;background:#fef2f2}.action-btn.delete:hover{color:#b91c1c;background:#fee2e2}.drawer-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0f172a66;justify-content:flex-end;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.drawer-content{background:#fff;flex-direction:column;width:100%;max-width:500px;height:100%;animation:.3s cubic-bezier(.16,1,.3,1) slideLeft;display:flex;box-shadow:-10px 0 30px #0000001a}@keyframes slideLeft{0%{transform:translate(100%)}to{transform:translate(0)}}.drawer-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.header-title h2{margin:0;font-size:1.25rem}.id-tag{color:#94a3b8;font-size:.7rem;font-weight:500}.close-drawer{color:#94a3b8;cursor:pointer;background:0 0;border:none}.drawer-form{flex:1;padding:0 2rem;overflow-y:auto}.form-section{border-bottom:1px solid #f1f5f9;padding:1.5rem 0}.form-section.highlight{background:#f8fafc;margin:0 -2rem;padding:1.5rem 2rem}.section-title{color:#1e293b;align-items:center;gap:8px;margin-bottom:1rem;font-size:.9rem;font-weight:700;display:flex}.form-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.input-box.full{grid-column:span 2}.input-box label{color:#64748b;margin-bottom:6px;font-size:.8rem;font-weight:600;display:block}.input-box input,.input-box select{border:1px solid #e2e8f0;border-radius:8px;outline:none;width:100%;padding:10px 12px;font-size:.9rem}.input-box input:focus{border-color:var(--primary-blue)}.check-box-group{grid-column:span 2;gap:2rem;display:flex}.check-item{color:#475569;align-items:center;gap:8px;font-size:.85rem;font-weight:600;display:flex}.drawer-footer{border-top:1px solid #f1f5f9;grid-template-columns:1fr 2fr;gap:1rem;padding:1.5rem 2rem;display:grid}.btn-cancel{color:#475569;cursor:pointer;background:#f1f5f9;border:none;border-radius:10px;padding:12px;font-weight:600}.btn-save-large{background:var(--primary-blue);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:12px;font-weight:700;box-shadow:0 4px 12px #2563eb33}.btn-save-large:hover{opacity:.9}@media (width<=900px){.dashboard-header{flex-direction:column}.stats-grid{grid-template-columns:repeat(3,1fr);width:100%}.avatar-circle{display:none}}@media (width<=600px){.dashboard-container{padding:160px 1rem 2rem}.stats-grid{flex-direction:column;width:100%}.leads-table th:nth-child(2),.leads-table td:nth-child(2),.leads-table th:nth-child(5),.leads-table td:nth-child(5){display:none}}.dashboard-loading{flex-direction:column;justify-content:center;align-items:center;height:100vh;display:flex}.spinner{border:4px solid #f3f3f3;border-top:4px solid var(--primary-blue);border-radius:50%;width:40px;height:40px;margin-bottom:1rem;animation:1s linear infinite spin}.user-management-section{box-shadow:var(--shadow-soft);background:#fff;border-radius:20px;margin-top:1.5rem;padding:1.5rem}.section-header-simple{flex-direction:column;gap:.5rem;margin-bottom:2rem;display:flex}.section-header-simple h2{color:#1e293b;margin:0;font-size:1.5rem;font-weight:800}.section-header-simple p{color:#64748b;font-size:.9rem}.users-table-container{overflow-x:auto}.users-table{border-collapse:collapse;width:100%}.users-table th{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:.05em;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:1rem 1.5rem;font-size:.75rem;font-weight:700}.users-table td{border-bottom:1px solid #f1f5f9;padding:1.25rem 1.5rem}.user-info-cell{align-items:center;gap:1rem;display:flex}.user-avatar{color:#fff;background:#2563eb;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.1rem;font-weight:700;display:flex}.user-name{color:#1e293b;font-weight:600}.user-date-joined{color:#94a3b8;margin-top:2px;font-size:.75rem}.user-contact-cell{flex-direction:column;gap:4px;display:flex}.contact-item{color:#475569;align-items:center;gap:6px;font-size:.85rem;display:flex}.role-badge{letter-spacing:.05em;border-radius:99px;align-items:center;gap:6px;padding:4px 10px;font-size:.7rem;font-weight:800;display:inline-flex}.role-invitado{color:#92400e;background:#fef3c7}.role-afiliado{color:#166534;background:#dcfce7}.role-admin{color:#1e40af;background:#dbeafe}.role-actions{gap:.5rem;display:flex}.btn-role{cursor:pointer;color:#475569;background:#f1f5f9;border:1px solid #0000;border-radius:8px;padding:6px 12px;font-size:.75rem;font-weight:600;transition:all .2s}.btn-role:disabled{opacity:.3;cursor:not-allowed;background:#fff;border-color:currentColor}.btn-role-admin:hover:not(:disabled){color:#fff;background:#2563eb}.btn-role-afiliado:hover:not(:disabled){color:#fff;background:#10b981}.btn-role-invitado:hover:not(:disabled){color:#fff;background:#64748b}.superuser-row{background:#f0f7ff80}.dashboard-tabs{border-bottom:1px solid #e2e8f0;gap:1.5rem;margin-bottom:2rem;padding:0 1.5rem;display:flex}.tab-link{color:#64748b;cursor:pointer;background:0 0;border:none;padding:1rem .5rem;font-size:1rem;font-weight:600;transition:color .2s;position:relative}.tab-link:hover{color:#1e293b}.tab-link.active{color:#2563eb}.tab-link.active:after{content:"";background:#2563eb;width:100%;height:2px;position:absolute;bottom:-1px;left:0}.dashboard-guest-restrict{justify-content:center;align-items:center;min-height:80vh;padding:2rem;display:flex}.restrict-card{text-align:center;background:#fff;border:1px solid #f1f5f9;border-radius:24px;max-width:600px;padding:3rem;box-shadow:0 25px 50px -12px #0000001a}.restrict-icon-wrapper{background:#f0fdf4;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin:0 auto 2rem;display:flex}.restrict-icon{color:#10b981}.restrict-card h2{color:#1e293b;margin-bottom:1rem;font-size:1.8rem;font-weight:800}.welcome-msg{color:#64748b;margin-bottom:1.5rem;font-size:1.1rem}.status-badge{color:#92400e;letter-spacing:.05em;background:#fef3c7;border-radius:99px;margin-bottom:2rem;padding:8px 16px;font-size:.8rem;font-weight:800;display:inline-block}.next-steps{text-align:left;background:#f8fafc;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.next-steps p{color:#475569;margin-bottom:.5rem;font-weight:700}.next-steps ul{padding:0;list-style:none}.next-steps li{color:#64748b;margin-bottom:8px;padding-left:1.5rem;font-size:.9rem;position:relative}.next-steps li:before{content:"✓";color:#10b981;font-weight:900;position:absolute;left:0}.fade-in{animation:.6s ease-out fadeIn}.dashboard-error-fullscreen{justify-content:center;align-items:center;min-height:80vh;padding:2rem;display:flex}.error-card{text-align:center;background:#fff;border:1px solid #fee2e2;border-radius:24px;max-width:500px;padding:3rem;box-shadow:0 25px 50px -12px #ef44441a}.error-icon{color:#ef4444;margin-bottom:2rem}.error-card h2{color:#1e293b;margin-bottom:1rem;font-size:1.8rem;font-weight:800}.error-text{color:#475569;margin-bottom:1.5rem;font-weight:500}.info-box{color:#991b1b;text-align:left;background:#fef2f2;border-radius:12px;margin-bottom:2rem;padding:1rem;font-size:.85rem}.status-pill{letter-spacing:.5px;border-radius:99px;align-items:center;gap:6px;padding:6px 12px;font-size:.75rem;font-weight:700;display:inline-flex}.status-pill.verified{color:#15803d;background:#f0fdf4;border:1px solid #bbfcce}.status-pill.unverified{color:#be123c;background:#fff1f2;border:1px solid #fecaca}.auth-toggle-btn{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:8px 14px;font-size:.8rem;font-weight:700;transition:all .2s;display:flex}.auth-toggle-btn:hover{background:#f8fafc;transform:translateY(-1px)}.auth-toggle-btn.is-auth{color:#2563eb;background:#eff6ff;border-color:#dbeafe}.auth-toggle-btn.not-auth{color:#ef4444;background:#fef2f2;border-color:#fee2e2}.auth-toggle-btn svg{flex-shrink:0}.auth-container{box-sizing:border-box;background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);justify-content:center;align-items:center;min-height:100vh;padding:120px 1.5rem 50px;display:flex}.auth-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:24px;width:100%;max-width:480px;overflow:hidden;box-shadow:0 20px 40px #0000004d}.auth-header{text-align:center;padding:2.5rem 2.5rem 1.5rem}.auth-header h2{color:#1e293b;margin-bottom:.5rem;font-size:1.8rem;font-weight:800}.auth-header p{color:#64748b;font-size:.95rem}.auth-tabs{border-bottom:1px solid #f1f5f9;gap:1.5rem;padding:0 2.5rem;display:flex}.tab-btn{color:#94a3b8;cursor:pointer;letter-spacing:.05em;background:0 0;border:none;padding:1rem .5rem;font-size:.85rem;font-weight:700;transition:all .2s;position:relative}.tab-btn.active{color:var(--primary-blue,#2563eb)}.tab-btn.active:after{content:"";background:var(--primary-blue,#2563eb);border-radius:99px;width:100%;height:3px;position:absolute;bottom:0;left:0}.auth-body{padding:2rem 2.5rem 3rem}.auth-error-box{color:#ef4444;background:#fef2f2;border-left:4px solid #ef4444;border-radius:12px;margin-bottom:1.5rem;padding:12px;font-size:.85rem;font-weight:600}.auth-form{flex-direction:column;gap:1.25rem;display:flex}.input-group label{color:#64748b;text-transform:uppercase;letter-spacing:.02em;margin-bottom:8px;font-size:.8rem;font-weight:600;display:block}.input-wrapper{align-items:center;display:flex;position:relative}.input-wrapper svg{color:#94a3b8;position:absolute;left:14px}.input-wrapper input{background:#fcfcfc;border:1px solid #e2e8f0;border-radius:12px;outline:none;width:100%;padding:12px 14px 12px 42px;font-size:1rem;transition:all .2s}.input-wrapper input:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.auth-captcha{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-top:.5rem;padding:1rem}.auth-captcha p{color:#64748b;margin-bottom:10px;font-size:.75rem;font-weight:700}.auth-captcha img{border-radius:6px;height:40px;margin-bottom:10px;display:block}.auth-captcha input{border:1px solid #cbd5e1;border-radius:8px;width:100%;padding:10px;font-size:.9rem}.btn-auth{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:12px;justify-content:center;align-items:center;margin-top:1rem;padding:14px;font-size:1rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 15px #2563eb4d}.btn-auth:hover{background:#1d4ed8;transform:translateY(-2px)}.btn-auth:disabled{opacity:.7;cursor:not-allowed}.spinner{animation:1s linear infinite spin}@media (width<=500px){.auth-card{border-radius:0;min-height:100vh}.auth-container{align-items:flex-start;padding:0}.auth-body{padding:2rem 1.5rem}.auth-header{padding:4rem 1.5rem 1.5rem}}.app{flex-direction:column;min-height:100vh;display:flex}main{flex:1}.section-title{color:var(--primary);font-size:2.5rem;font-weight:800;text-align:center!important;margin-bottom:2rem!important}.section-subtitle{color:var(--text-light);max-width:800px;font-size:1.125rem;text-align:center!important;margin:0 auto 3rem!important}.gold-line{background-color:var(--secondary);width:60px;height:4px;margin:1rem auto!important}.overflow-hidden{overflow:hidden}@media (width<=768px){.section-title{font-size:2rem}}
