:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.modal-overlay_login{position:fixed;inset:0;background:#0f172a8c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:999}.modal-container_login{width:100%;max-width:420px;background:#00000067;border-radius:16px;padding:2rem;position:relative;box-shadow:0 20px 50px #00000026;display:flex;flex-direction:column;gap:1.5rem}.modal-close_login{position:absolute;top:14px;right:14px;width:26px;height:26px;border:none;background:transparent;cursor:pointer}.modal-close_login:before,.modal-close_login:after{content:"";position:absolute;top:12px;left:4px;width:18px;height:2px;background:#006aff;border-radius:2px}.modal-close_login:before{transform:rotate(45deg)}.modal-close_login:after{transform:rotate(-45deg)}.modal-close_login:hover:before,.modal-close_login:hover:after{background:#0f172a}.modal-header_login{display:flex;flex-direction:column;gap:6px}.modal-header_login h2{font-size:1.25rem;font-weight:700;color:#fff}.modal-header_login p{font-size:.9rem;color:#a7b3c3}.modal-body_login{display:flex;flex-direction:column;gap:1rem}.input-box{display:flex;flex-direction:column;gap:.4rem}.input-label{font-size:.95rem;font-weight:600;color:#000}.input-required{margin-left:4px;color:#2563eb}.input-field{width:93%;padding:.85rem 1rem;font-size:1rem;color:#000;background:#fff;border-radius:14px;border:2px solid #f3f4f6;outline:none;transition:all .2s ease;box-shadow:0 2px 4px -1px #2563eb0f}.input-field::placeholder{color:#9ca3af}.input-field:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26,0 4px 6px -1px #2563eb1f}.input-textarea{resize:vertical;min-height:120px}.input-field:disabled{background:#f9fafb;cursor:not-allowed}.input-wrapper{position:relative;display:flex;align-items:center}.toggle-password{position:absolute;right:20px;width:20px;height:20px;border:none;background:transparent;cursor:pointer;padding:0;opacity:.6;transition:opacity .2s ease}.toggle-password:hover{opacity:1}.eye-icon{position:relative;display:block;width:100%;height:12px;border:1.5px solid #666;border-radius:10px}.eye-icon:after{content:"";position:absolute;top:50%;left:50%;width:4px;height:4px;background:#666;border-radius:50%;transform:translate(-50%,-50%)}.toggle-password.visible .eye-icon:before{content:"";position:absolute;width:120%;height:1.5px;background:#666;top:50%;left:-10%;transform:rotate(-45deg)}@media(max-width:770px){.toggle-password{display:none}.input-field{width:100%}}.submit-button,.quote-submit-button{padding:.9rem 2.8rem;border-radius:9999px;background-color:#fff;color:#2563eb;font-size:1rem;font-weight:600;border:none;cursor:pointer;transition:all .25s ease;box-shadow:0 8px 12px -2px #00000059,0 16px 20px -4px #00000026}.submit-button:hover,.quote-submit-button:hover{transform:translateY(-2px);box-shadow:0 12px 16px -2px #00000073,0 20px 24px -4px #0003}.submit-button:active,.quote-submit-button:active{transform:translateY(0)}.submit-button:disabled,.quote-submit-button:disabled{background:#cbd5e1;cursor:not-allowed;transform:none}.login-layout{display:flex;min-height:100vh;width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.login-left{flex:1;background:#2563eb;display:flex;align-items:center;justify-content:center}.login-brand h1{color:#fff;font-size:3rem;font-weight:700;letter-spacing:1px}.login-right{flex:1;background:#fff;display:flex;align-items:center;justify-content:center;padding:2rem}.login-form{width:100%;max-width:360px;display:flex;flex-direction:column;gap:1.2rem}.login-title{margin-bottom:1rem;font-size:1.5rem;font-weight:600;color:#111827}.login-error{font-size:.85rem;font-weight:500;color:#dc2626}.login-form button[type=submit]{margin-top:.5rem;background-color:#2563eb;border:none;border-radius:26px;padding:.75rem;color:#fff;font-weight:600;cursor:pointer;transition:background .2s ease,transform .05s ease}.login-form button[type=submit]:hover{background-color:#1d4ed8}.login-form button[type=submit]:active{transform:scale(.98)}@media(max-width:768px){.login-layout{flex-direction:column}.login-left{flex:none;height:180px}.login-brand h1{font-size:2rem}.login-right{flex:1;padding:1.5rem}.login-form{max-width:100%}.login-title{font-size:1.3rem}.login-form button{width:100%}}@media(max-width:480px){.login-left{height:140px}.login-brand h1{font-size:1.7rem}.login-right{padding:1.2rem}}.login-links{display:flex;flex-direction:column;align-items:center;gap:.35rem;margin-top:.5rem}.login-text-button{background:none;border:none;padding:0;font-size:.85rem;color:#2563eb;cursor:pointer;font-weight:500;transition:color .2s ease}.login-text-button:hover{color:#1d4ed8;text-decoration:underline}.footer-box{min-height:120px;background-color:#1e1e1e;display:grid;grid-template-rows:auto 1fr}.footer-text{text-align:center;display:flex;flex-direction:column;padding-left:90px}.footer-text__company{font-size:1.1rem;font-weight:700;letter-spacing:.04em;color:#fff;padding-top:15px;cursor:pointer}.footer-text__contact{display:flex;justify-content:center;gap:1.25rem;font-size:.9rem;color:#6b7280;padding-top:10px;cursor:pointer}.footer-text__contact span{white-space:nowrap}.footer-text__copyright{font-size:.75rem;color:#9ca3af}.footer-text__social{margin-top:10px}.instagram-link{align-items:center;text-decoration:none;color:inherit;transition:opacity .2s ease}.instagram-link:hover{opacity:.7}.loading-container{display:flex;align-items:center;justify-content:center;min-height:100vh;width:100%;background:linear-gradient(135deg,#fff 0% 100%);position:fixed;top:0;left:0;z-index:9999}.spinner{position:relative;width:80px;height:80px}.spinner:before,.spinner:after{content:"";position:absolute;border-radius:50%}.spinner:before{width:100%;height:100%;border:4px solid rgba(37,99,235,.1)}.spinner:after{width:80%;height:80%;top:10%;left:10%;border:4px solid transparent;border-top-color:#2563eb;border-right-color:#2563eb;animation:spin-luxury 1.8s cubic-bezier(.68,-.55,.27,1.55) infinite}.spinner-backdrop{position:absolute;width:120px;height:120px;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.08) 0%,transparent 70%);animation:pulse 2s ease-in-out infinite}@keyframes spin-luxury{0%{transform:rotate(0);border-top-color:#2563eb;border-right-color:#2563eb}50%{border-top-color:#60a5fa;border-right-color:#60a5fa}to{transform:rotate(720deg);border-top-color:#2563eb;border-right-color:#2563eb}}@keyframes pulse{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.1);opacity:.8}}@keyframes fadeInOut{0%,to{opacity:.3}50%{opacity:1}}.sidebar{width:90px;background:linear-gradient(180deg,#2563eb,#1e40af);display:flex;flex-direction:column;border-top-right-radius:24px;overflow:hidden;transition:width .35s cubic-bezier(.4,0,.2,1)}.sidebar:hover{width:260px}.sidebar-top{height:80px;display:flex;align-items:center;justify-content:center}.logo{color:#fff;font-size:1.2rem;font-weight:700;white-space:nowrap}.sidebar-nav{display:flex;flex-direction:column;padding:10px;gap:6px}.sidebar-nav a{display:flex;align-items:center;gap:14px;color:#fff;text-decoration:none;padding:12px;font-size:.92rem;opacity:.9;cursor:pointer;border-radius:12px;transition:background .25s ease,transform .15s ease,opacity .2s ease}.sidebar-nav a:hover{background:#ffffff2e;transform:translate(4px)}.icon{font-size:1.2rem;min-width:24px;display:flex;justify-content:center}.text{white-space:nowrap;transition:opacity .2s ease,transform .2s ease}.sidebar:not(:hover) .text{opacity:0;transform:translate(-10px);pointer-events:none}body{margin:0}.sidebar:not(:hover) .user-info{opacity:0;transform:translate(-10px);pointer-events:none}.user-info{transition:opacity .2s ease,transform .2s ease}.sidebar-bottom{margin-top:auto;padding:16px}.user-info{display:flex;flex-direction:column}.user-name{font-weight:600;font-size:14px}.company-name{font-size:12px;color:#888}.hero-box{max-height:70vh;min-height:320px;display:flex;flex-direction:column;background:#fff;box-shadow:0 8px 24px #0000001f;margin-bottom:2rem;overflow-x:hidden}.hero-container{overflow-y:auto}.hero-box-title{font-size:2rem;font-weight:700;color:#111827}.hero-box-subtitle{font-size:1.25rem;color:#6b7280}@media(max-width:768px){.hero-box{padding:1.6rem 1.4rem;min-height:280px}}.modal-overlay{position:fixed;inset:0;background:#0f172a8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:999}.modal-container{width:100%;max-width:520px;max-height:85vh;background:#fff;border-radius:18px;padding:0;position:relative;box-shadow:0 12px 30px #00000014;display:flex;flex-direction:column;overflow:hidden}.modal-close{position:absolute;top:18px;right:18px;width:28px;height:28px;border:none;background:transparent;cursor:pointer}.modal-close:before,.modal-close:after{content:"";position:absolute;top:13px;left:5px;width:18px;height:2px;background:#64748b;border-radius:2px}.modal-close:before{transform:rotate(45deg)}.modal-close:after{transform:rotate(-45deg)}.modal-close:hover:before,.modal-close:hover:after{background:#0f172a}.modal-container h2{margin:0 0 1.5rem;font-size:1.4rem;font-weight:600;color:#0f172a}.modal-content{display:flex;flex-direction:column;gap:1rem;font-size:.95rem;color:#334155}.modal-content p{margin:0}.modal-content strong{color:#0f172a;font-weight:600}.section-divider{height:1px;background:#e2e8f0;margin:1rem 0}.upload-title{font-size:1.05rem;font-weight:600;color:#0f172a;margin:0}.upload-subtitle{font-size:.85rem;color:#64748b;margin-top:.2rem}.upload-area{margin-top:1rem;padding:2rem 1rem;border:2px dashed #cbd5e1;border-radius:16px;background:#f8fafc;text-align:center;cursor:pointer;transition:border-color .2s ease,background .2s ease;display:flex;flex-direction:column;align-items:center}.upload-area:hover,.upload-area.active{border-color:#2563eb;background:#eff6ff}.upload-icon{font-size:2rem;margin-bottom:.5rem}.upload-main-text{font-weight:500;color:#0f172a;margin:0}.upload-hint{font-size:.75rem;color:#94a3b8;margin-top:.4rem}.file-input{display:none}.file-summary{margin-top:1rem;display:flex;justify-content:space-between;font-size:.85rem;color:#334155}.file-list{margin-top:.8rem;max-height:160px;overflow-y:auto;display:flex;flex-direction:column;gap:.5rem}.file-item{background:#f1f5f9;padding:.6rem .75rem;border-radius:10px;font-size:.85rem;display:flex;justify-content:space-between;align-items:center;word-break:break-word}.remove-btn{background:transparent;border:none;cursor:pointer;font-size:.9rem;color:#64748b;transition:color .2s ease}.remove-btn:hover{color:#dc2626}.submit-btn{margin-top:1.2rem;padding:.75rem;border:none;border-radius:12px;background:#0f172a;color:#fff;font-weight:500;cursor:pointer;transition:background .2s ease}.submit-btn:hover{background:#1e293b}.modal-header{padding:1.5rem 2rem .5rem;flex-shrink:0}.modal-body{padding:1rem 2rem 2rem;overflow-y:auto;flex:1}.sent-files-container{display:flex;flex-direction:column;gap:10px;margin-top:12px}.sent-files-title{font-size:13px;font-weight:600;color:#1e293b;background:#f1f5f9;padding:8px 10px;border-radius:8px;border:1px solid #e2e8f0}.sent-files-list{display:flex;flex-direction:column;gap:8px}.sent-file-item{display:flex;align-items:center;gap:10px;border:1px solid #e2e8f0;background:#fff;padding:10px 12px;border-radius:10px;cursor:pointer;text-align:left;font-size:13px;color:#1e293b;transition:all .2s ease}.sent-file-item:hover{background:#eef2ff;border-color:#6366f1;transform:translateY(-1px)}.sent-file-icon{font-size:16px;opacity:.8}.sent-file-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#334155;font-weight:500}.sent-files-empty{font-size:12px;color:#64748b;padding:10px;border:1px dashed #cbd5f5;border-radius:8px;background:#f8fafc;text-align:center}.request-files{margin-top:1.5rem;border-radius:18px;background:#f8fafc;padding:1.2rem}.files-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.8rem}.files-header h4{font-size:.95rem;font-weight:700;color:#0f172a}.files-scroll{max-height:220px;overflow-y:auto;display:flex;flex-direction:column;gap:8px;padding-right:4px}.files-scroll::-webkit-scrollbar{width:6px}.files-scroll::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.file-row{display:flex;align-items:center;gap:10px;background:#fff;border-radius:10px;padding:10px;transition:all .15s ease;cursor:pointer}.file-row:hover{transform:translateY(-1px);box-shadow:0 4px 10px #0000000f}.file-icon{font-size:16px}.file-info{display:flex;flex-direction:column}.file-name{font-size:.85rem;font-weight:600;color:#0f172a;word-break:break-word}.file-date{font-size:.72rem;color:#64748b}.files-header{display:flex;justify-content:space-between;align-items:center}.files-header-left{display:flex;align-items:center;gap:10px}.requested-note{font-size:12px;color:#9ca3af;font-style:italic;max-width:260px;text-align:right;line-height:1.4}.modal-overlay{position:fixed;inset:0;background:#0f172a8c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:9999}.modal-box{width:92%;max-width:1100px;height:85%;background:#fff;border-radius:22px;padding:1.8rem;display:flex;flex-direction:column;border:2px solid rgba(37,99,235,.12);box-shadow:0 10px 15px -3px #2563eb1f,0 25px 40px -10px #00000040}.modal-header{display:flex;align-items:center;gap:16px;margin-bottom:16px}.modal-header h2{flex:1;font-size:1rem;font-weight:700;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.modal-actions{display:flex;align-items:center;gap:10px}.download-btn{background:#2563eb;color:#fff;padding:7px 16px;border-radius:999px;text-decoration:none;font-size:.85rem;font-weight:600;display:flex;align-items:center;gap:6px;transition:all .2s ease;box-shadow:0 4px 6px -1px #2563eb59,0 8px 12px -3px #0003}.download-btn:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 8px 12px -2px #2563eb73,0 16px 20px -4px #00000040}.modal-close_e{width:36px;height:36px;border-radius:9999px;background:#fff;border:2px solid #2563eb;cursor:pointer;position:relative;transition:all .2s ease;box-shadow:0 4px 6px -1px #2563eb26,0 8px 10px -3px #0000001f}.modal-close_e:hover{background:#2563eb14;transform:translateY(-1px)}.modal-close_e:active{transform:translateY(0)}.file-preview-body{flex:1;display:flex;background:#f1f5f9;border-radius:14px;overflow:hidden}.file-preview-frame{width:100%;height:100%;border:none}.document-card{padding:1.6rem;margin-top:0;position:relative;overflow:visible;transition:transform .25s ease}.document-card:hover{transform:translateY(-4px)}.document-header{margin-bottom:1.6rem}.document-header h2{font-size:1.4rem;font-weight:800;color:#0f172a;margin-bottom:6px;letter-spacing:-.5px}.document-code{font-size:.75rem;font-weight:700;letter-spacing:1.5px;color:#16a34a;text-transform:uppercase}.stage-strip{display:flex;gap:.8rem;overflow-x:auto;padding:.4rem 0 .9rem .2rem;margin-bottom:1.8rem;scroll-snap-type:x mandatory}.stage-strip::-webkit-scrollbar{display:none}.stage-chip{display:inline-flex;align-items:center;gap:.55rem;padding:.55rem 1.2rem;border-radius:999px;font-size:.82rem;font-weight:500;border:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;background:#f1f5f9;color:#334155;white-space:nowrap;scroll-snap-align:start}.stage-chip:hover{transform:translateY(-3px);box-shadow:0 10px 20px #00000017}.chip-dot{width:8px;height:8px;border-radius:50%;background:currentColor}.stage-chip.completed{background:linear-gradient(135deg,#16a34a,#22c55e);color:#fff}.stage-chip.active{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff}.stage-chip.upcoming{background:#e2e8f0;color:#64748b}.stage-chip.selected{box-shadow:0 6px 10px #00000026,0 0 0 3px #2563eb59;font-weight:700}.stage-panel{border-radius:22px;padding:1.8rem;background:linear-gradient(160deg,#0f172a,#1e293b);color:#fff;transition:all .3s ease;box-shadow:0 20px 40px #0f172a59,inset 0 1px #ffffff0d}.stage-panel:hover{transform:translateY(-2px)}.panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.panel-header h4{font-size:1rem;font-weight:800;letter-spacing:-.3px}.panel-detail{font-size:.92rem;line-height:1.7;color:#cbd5e1;white-space:pre-line}.badge{font-size:.7rem;font-weight:800;padding:6px 14px;border-radius:999px;letter-spacing:.8px;text-transform:uppercase;white-space:nowrap}.badge.completed{background:linear-gradient(135deg,#16a34a,#22c55e)}.badge.active{background:linear-gradient(135deg,#2563eb,#3b82f6)}.badge.upcoming{background:#334155}.stage-cost{display:block;font-size:.8rem;font-weight:500;color:#64748b;margin-top:.25rem}.doc-layout{display:grid;grid-template-columns:1fr 340px;gap:28px;height:100%}.doc-left{display:flex;flex-direction:column;height:100%}.doc-right{height:100%;border-radius:22px;background:#f1f5f9;padding:1.6rem;display:flex;flex-direction:column;gap:12px}.doc-side-placeholder{font-size:.9rem;color:#64748b}.create-doc-btn{padding:10px 16px;border:none;border-radius:10px;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;font-weight:600;cursor:pointer;transition:all .2s ease}.doc-client-box{margin-top:18px;padding:18px;background:linear-gradient(135deg,#eef2ff,#f8fafc);border-radius:14px;border:1px solid rgba(99,102,241,.15);box-shadow:0 6px 18px #0000000f,inset 0 1px #ffffffb3;display:flex;flex-direction:column;gap:6px;position:relative;overflow:hidden}.doc-client-box:before{content:"";position:absolute;top:-30px;right:-30px;width:90px;height:90px;background:radial-gradient(circle,#6366f1 0%,transparent 70%);opacity:.15}.doc-client{display:block;font-size:13px;color:#6b7280;margin-top:2px}.doc-client-type{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#6366f1;margin-bottom:6px}.doc-client-contact{font-size:14px;color:#374151;display:flex;align-items:center;gap:8px;padding:4px 0;transition:all .2s ease}.doc-client-contact:hover{color:#4f46e5;transform:translate(3px)}.stage-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.stage-header .stage-strip{flex:1;margin-bottom:0}.stage-dates{margin-top:6px;display:flex;gap:16px;font-size:12px;color:#888}.stage-dates span{display:flex;gap:4px}.stage-dates span:before{content:attr(data-label);font-weight:500;color:#555}.doc-moral-label{margin-top:4px;font-size:12px;color:#6b7280;font-weight:400}.documents-list-section{margin-top:2.5rem;margin-left:auto;margin-right:auto;padding:0 1.5rem 2rem}.list-title{font-size:1.4rem;margin-bottom:1.5rem;font-weight:700;color:#0f172a}.documents-list{display:flex;flex-direction:column;gap:1.2rem}.document-list-card{display:flex;justify-content:space-between;align-items:flex-start;background:#fff;padding:1.4rem 1.6rem;border-radius:18px;border:1px solid transparent;box-shadow:0 6px 18px #0a339148;transition:all .2s ease;cursor:pointer}.document-list-card:hover:not(.active-doc){transform:translateY(-2px);box-shadow:0 10px 22px #0f172a5c;border-color:#e2e8f0}.doc-left{flex:2}.doc-left h3{margin:0 0 4px;font-size:1.05rem;font-weight:700;color:#000}.doc-code{font-size:.72rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:#94a3b8;margin-bottom:.6rem;display:block}.doc-stage-title{font-size:.78rem;color:#000;opacity:.75;line-height:1.4}.doc-center{flex:1;text-align:center;display:flex;flex-direction:column;justify-content:center;gap:4px}.doc-cost{font-weight:700;font-size:.95rem;color:#16a34a}.doc-status{font-size:.8rem;font-weight:600;color:#000;opacity:.7}.doc-right{flex:1;min-width:120px;text-align:right}.doc-progress{font-size:.85rem;font-weight:700;color:#000;margin-bottom:6px}.progress-bar{height:6px;background:#f1f5f9;border-radius:999px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#2563eb,#3b82f6);transition:width .4s ease}.active-doc{border-color:#2563eb;box-shadow:0 8px 20px #2563eb2e;transform:none}.document-list-card{cursor:pointer}.doc-cost-label{display:block;font-size:11px;color:#6b7280;margin-bottom:2px}.empty-state-container{padding:60px 20px;text-align:center;max-width:600px;margin:0 auto}.empty-state-icon{font-size:3rem;margin-bottom:20px;opacity:.7}.empty-state-title{font-size:1.6rem;font-weight:700;color:#0f172a;margin-bottom:12px}.empty-state-description{font-size:.95rem;color:#64748b;margin-bottom:24px}.empty-state-button{padding:10px 20px;border-radius:999px;border:none;background:#1e40af;color:#fff;font-weight:600;cursor:pointer;transition:all .25s ease}.empty-state-button:hover{background:#1e3a8a;transform:translateY(-2px)}.request-document-cta-container{margin-top:28px;width:100%}.request-document-cta-card{background:#fff;border-radius:16px;padding:36px 24px;text-align:center;max-width:520px;margin:0 auto;transition:all .25s ease}.request-document-cta-card:hover{box-shadow:0 10px 25px #0000000d}.request-document-cta-icon{font-size:2.5rem;margin-bottom:16px;opacity:.8}.request-document-cta-title{font-size:1.4rem;font-weight:700;color:#0f172a;margin-bottom:10px}.request-document-cta-description{font-size:.95rem;color:#64748b;margin-bottom:24px}.request-document-cta-button{padding:10px 22px;border-radius:999px;border:none;background:#1e40af;color:#fff;font-weight:600;cursor:pointer;transition:all .25s ease}.request-document-cta-button:hover{background:#1e3a8a;transform:translateY(-2px)}html{scroll-behavior:smooth}.hero-anchor{scroll-margin-top:20px}.page-wrapper_info{width:100%;min-height:100vh;padding:48px 24px;display:flex;justify-content:center;background:#fafafa}.info-container{max-width:820px;width:100%;display:flex;flex-direction:column;gap:28px}.info-section{background:#fff;padding:28px 32px;border-radius:10px;border:1px solid #eaeaea;transition:box-shadow .2s ease,transform .15s ease}.info-section:hover{box-shadow:0 6px 18px #0000000d;transform:translateY(-2px)}.info-title{font-size:22px;font-weight:600;color:#000;margin-bottom:14px;letter-spacing:-.2px}.info-text{font-size:15.5px;line-height:1.75;color:#444;white-space:pre-line}.quote-modal-overlay{position:fixed;inset:0;background:#00000073;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:4vh 4vw;animation:fadeIn .25s ease}.quote-modal{position:relative;width:100%;max-width:1100px;max-height:78vh;background-color:#fff;border-radius:24px;padding:3rem;margin:6vh auto;display:flex;flex-direction:column;border:2px solid rgba(37,99,235,.15);box-shadow:0 10px 15px -3px #2563eb26,0 25px 40px -10px #00000040;animation:scaleUp .25s ease}.quote-modal-header{flex-shrink:0;margin-bottom:2.5rem}.quote-modal-header h2{font-size:2rem;font-weight:700;margin:0 0 .5rem;color:#000}.quote-modal-header p{font-size:1.1rem;color:#4a4a4a;margin:0}.quote-modal-body{flex:1;overflow-y:auto;display:grid;gap:2rem;padding-right:.5rem}.quote-modal-close{position:absolute;top:1.5rem;right:1.5rem;width:38px;height:38px;border-radius:9999px;background:#fff;border:2px solid #2563eb;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 6px -1px #2563eb26,0 8px 10px -3px #0000001f}.quote-modal-close:hover{background:#2563eb14;transform:translateY(-2px)}.quote-modal-close:active{transform:translateY(0)}.quote-modal-footer{flex-shrink:0;margin-top:2.5rem;padding-top:2rem;border-top:1px solid rgba(37,99,235,.12);display:flex;justify-content:flex-end}.quote-submit-button{padding:.9rem 2.8rem;border-radius:9999px;background-color:#fff;color:#2563eb;font-size:1rem;font-weight:600;border:none;cursor:pointer;transition:all .25s ease;box-shadow:0 8px 12px -2px #00000059,0 16px 20px -4px #00000026}.quote-submit-button:hover{transform:translateY(-2px);box-shadow:0 12px 16px -2px #00000073,0 20px 24px -4px #0003}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleUp{0%{opacity:0;transform:scale(.97) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}@media(max-width:768px){.quote-modal{padding:2rem;border-radius:18px;margin:4vh auto}.quote-modal-header h2{font-size:1.6rem}}@media(max-width:480px){.quote-modal{padding:1.5rem;border-radius:16px;margin:3vh auto}}.service-section-item{padding:14px 18px;border-radius:12px;cursor:pointer;border:1px solid #e2e8f0;margin-bottom:12px;transition:all .25s ease;font-weight:500;background:#fff;color:#0f172a;display:flex;align-items:center;justify-content:space-between}.service-section-item:hover{background:#1e40af;color:#fff;border-color:#1e40af;transform:translateY(-2px);box-shadow:0 8px 20px #1e40af40}.card-wrapper{width:100%;padding:1.5rem 0;display:flex;justify-content:center}.pre-card-modern{width:100%;max-width:1100px;padding:2px;background:linear-gradient(135deg,#0f172a,#2563eb);border-radius:18px;transition:transform .25s ease,box-shadow .25s ease}.pre-card-modern:hover{transform:translateY(-4px);box-shadow:0 18px 15px #2563eb2e}.pre-card-modern>*{background:linear-gradient(180deg,#f8fafc,#fff);padding:2.5rem;border-radius:16px}.card-header-modern{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.8rem;gap:24px}.title-block{display:flex;flex-direction:column}.title-block h3{font-size:1.4rem;font-weight:700;color:#0f172a;margin-bottom:.6rem;letter-spacing:-.3px}.state-pill{font-size:.7rem;padding:6px 14px;background:#f1f5f9;color:#334155;font-weight:600;border-radius:999px;letter-spacing:.5px;width:fit-content}.status-modern{font-size:.7rem;font-weight:700;padding:8px 16px;background:#1e40af;color:#fff;border-radius:999px;letter-spacing:1px;text-transform:uppercase;box-shadow:0 6px 14px #1e40af40}.card-body-modern{font-size:1rem;line-height:1.7;color:#334155;border-top:1px solid #e2e8f0;padding-top:1.5rem;white-space:pre-line}.pre-card-modern:hover .status-modern{transform:scale(1.03);transition:.2s ease}.interaction-hint{font-size:.8rem;color:#94a3b8;margin-top:6px;font-weight:500;letter-spacing:.2px;transition:color .25s ease;background:none}.card-meta{display:flex;gap:2rem;margin-bottom:1.5rem}.meta-item{display:flex;flex-direction:column}.meta-label{font-size:.7rem;text-transform:uppercase;letter-spacing:1px;color:#94a3b8;font-weight:600;margin-bottom:4px}.meta-value{font-size:1.05rem;font-weight:700;color:#0f172a}.meta-item.price .meta-value{color:#2563eb;font-size:1.2rem}.card-meta{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:1.5rem}.meta-left{display:flex;gap:2rem}.meta-alert{max-width:45%;font-size:.85rem;font-weight:500;color:#b91c1c;background:#fef2f2;padding:10px 14px;border-radius:10px;border:1px solid #fecaca;line-height:1.4}.person-badge{padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600;display:inline-block;width:fit-content}.person-badge.fisica{background-color:#e0f2fe;color:#0369a1}.person-badge.moral{background-color:#ede9fe;color:#5b21b6}@media(max-width:768px){.card-meta{flex-direction:column}.meta-left{justify-content:space-between;width:100%}.meta-alert{max-width:100%}}@media(max-width:768px){.pre-card-modern>*{padding:2rem}.card-header-modern{flex-direction:column;align-items:flex-start;gap:1rem}.title-block h3{font-size:1.25rem}}@media(max-width:480px){.pre-card-modern>*{padding:1.5rem}.title-block h3{font-size:1.1rem}}.files-preview{margin-top:1rem;padding-top:1rem;border-top:1px dashed #e2e8f0}.files-preview{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:10px;margin-top:10px;position:relative}.files-title{font-size:.75rem;font-weight:600;color:#64748b;margin-bottom:.6rem;display:block}.files-grid{display:flex;flex-wrap:wrap;gap:8px;max-height:100px;overflow-y:auto;padding-right:6px}.file-chip{background:#f1f5f9;border:1px solid #e2e8f0;padding:6px 10px;border-radius:999px;font-size:.75rem;font-weight:500;color:#334155;cursor:pointer;transition:all .2s ease;max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-chip:hover{background:#e2e8f0;transform:scale(1.03)}.file-more{background:#2563eb;color:#fff;padding:6px 10px;border-radius:999px;font-size:.75rem;font-weight:600}.file-more.clickable{background:#2563eb;color:#fff;cursor:pointer;transition:all .2s ease}.file-more.clickable:hover{background:#1d4ed8;transform:scale(1.05)}.files-grid{display:flex;flex-wrap:wrap;gap:8px;max-height:90px;overflow-y:auto;padding-right:4px}.files-preview:after{content:"";position:absolute;bottom:8px;left:0;right:0;height:20px;pointer-events:none}.files-grid::-webkit-scrollbar{width:6px}.files-grid::-webkit-scrollbar-track{background:transparent}.files-grid::-webkit-scrollbar-thumb{background:#cbd5f5;border-radius:10px}.files-grid::-webkit-scrollbar-thumb:hover{background:#94a3b8}.pre-register-container{width:100%;padding-top:2rem;padding-bottom:1rem;max-height:420px;overflow-y:auto;display:flex;flex-direction:column;gap:1.5rem}.pre-register-container::-webkit-scrollbar{width:6px}.pre-register-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.split-container{margin:3rem auto;max-width:95%;background:#fff;border-radius:16px;box-shadow:0 10px 30px #0000000a;display:flex;flex-direction:column;overflow:hidden}.split-header{padding:2rem;background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff}.split-header h2{font-size:1.5rem;margin-bottom:.5rem;font-weight:600}.split-header p{opacity:.8;font-size:.95rem}.split-body{display:grid;grid-template-columns:1fr 1fr;height:400px}.split-left,.split-right{padding:2rem;overflow-y:auto;color:#000}.split-left{border-right:1px solid #e2e8f0}.split-left,.split-right{background:#fff;border-radius:0;transition:none;box-shadow:none}.split-left::-webkit-scrollbar-thumb,.split-right::-webkit-scrollbar-thumb{background:#0003;border-radius:10px}@media(max-width:900px){.split-body{grid-template-columns:1fr;height:auto}.split-left{border-right:none;border-bottom:1px solid #e2e8f0}.split-left,.split-right{overflow:visible}}.split-body{display:grid;grid-template-columns:320px 1fr;height:400px}.split-left{background:linear-gradient(180deg,#0404cb0e,#01063014);color:#000;padding:2rem;overflow-y:auto;font-size:.95rem}.split-right{background:#fff;padding:3rem;overflow-y:auto;color:#0f172a;font-size:.95rem;line-height:1.6}.split-left::-webkit-scrollbar,.split-right::-webkit-scrollbar{width:6px}.split-left::-webkit-scrollbar-thumb{background:#ffffff59;border-radius:10px}.split-right::-webkit-scrollbar-thumb{background:#0f172a40;border-radius:10px}@media(max-width:900px){.split-body{grid-template-columns:1fr;height:auto}.split-left{background:linear-gradient(180deg,#0404cb0e,#01063014)}}.header-top{display:flex;justify-content:right;margin-bottom:0rem}.header-back-btn{background:#ffffff1a;border:0px;color:#fff;padding:6px 14px;border-radius:8px;font-size:.85rem;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:all .2s ease}.header-back-btn:hover{background:#fff3;border-color:#fff9}.options-buttons{display:flex;flex-wrap:wrap;gap:12px}.option-btn{padding:10px 18px;border-radius:14px;border:1px solid #e5e7eb;background:#fff;color:#000;font-size:14px;font-weight:500;cursor:pointer;transition:all .25s ease;box-shadow:0 1px 2px #0000000a}.option-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014;border-color:#d1d5db}.option-btn.active{background:linear-gradient(135deg,#1e3a8a,#2563eb);color:#fff;border:none;box-shadow:0 6px 18px #2563eb59}.option-btn:active{transform:scale(.97)}.pricing-panel{margin-left:-3rem;margin-right:-3rem;padding:32px 3rem;margin-bottom:32px;background:linear-gradient(180deg,#f8fafc,#fff);border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.pricing-header{display:flex;justify-content:space-between;align-items:center;gap:24px}.pricing-left{display:flex;flex-direction:column}.pricing-label{font-size:.7rem;text-transform:uppercase;letter-spacing:1.2px;color:#64748b;margin-bottom:6px;font-weight:600}.price-display{font-size:2.2rem;font-weight:700;color:#0f172a;line-height:1.1}.person-switch{display:flex;gap:6px;background:#f1f5f9;padding:4px;border-radius:999px}.switch-btn{padding:7px 16px;border-radius:999px;border:none;background:transparent;cursor:pointer;font-size:.8rem;font-weight:600;color:#334155;transition:all .2s ease}.switch-btn:hover{background:#1e40af14}.switch-btn.active{background:#1e40af;color:#fff;box-shadow:0 6px 14px #1e40af40}.price-notes{margin-top:14px;font-size:.85rem;color:#64748b;max-width:600px}.select-box{display:flex;flex-direction:column;gap:.4rem;padding-bottom:12px}.select-label{font-size:.95rem;font-weight:600;color:#000}.select-required{margin-left:4px;color:#2563eb}.select-field{width:55%;padding:.85rem 1rem;font-size:1rem;color:#000;background:#fff;border-radius:14px;border:2px solid #f3f4f6;outline:none;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px -1px #2563eb0f;appearance:none;-webkit-appearance:none;-moz-appearance:none}.select-field option:disabled{color:#9ca3af}.select-field:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26,0 4px 6px -1px #2563eb1f}.select-field:disabled{background:#f9fafb;cursor:not-allowed}@media(min-width:768px){.select-field{width:55%}}@media(min-width:1200px){.select-field{width:55%}}@media(min-width:1600px){.select-field{width:55%}}.selected-service-title{font-size:1.8rem;font-weight:700;color:#0f172a;margin-bottom:20px;line-height:1.2}.selected-service-title.empty{font-size:1.2rem;font-weight:500;color:#64748b}.snackbar{position:fixed;bottom:32px;left:50%;transform:translate(-50%);min-width:320px;max-width:400px;padding:16px 24px;border-radius:12px;color:#050505;display:flex;justify-content:space-between;align-items:center;box-shadow:0 10px 25px #00000026,0 5px 10px #0000001a,inset 0 1px #ffffff1a;animation:slideUp .4s cubic-bezier(.16,1,.3,1);z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.08)}@keyframes progressShrink{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.snackbar:hover{transform:translate(-50%) translateY(-2px);box-shadow:0 15px 35px #0003,0 8px 15px #00000026,inset 0 1px #ffffff1a}@media(max-width:480px){.snackbar{min-width:calc(100% - 48px);max-width:calc(100% - 48px);bottom:20px;padding:14px 20px}}.form-section{margin-top:20px;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.request-info-banner{width:100%;padding:10px 14px;margin-bottom:12px;background:#fff}.banner-content{display:flex;align-items:flex-start;gap:10px}.banner-icon{font-size:16px;color:#0742b0;margin-top:2px;flex-shrink:0}.banner-text{font-size:13px;line-height:1.4;color:#374151}.banner-text .highlight{font-weight:500;color:#0742b0;margin-left:4px}.banner-text .note{display:block;margin-top:4px;font-size:12px;color:#6b7280}@media(max-width:640px){.request-info-banner{padding:10px 12px}.banner-content{flex-direction:row;gap:8px}.banner-icon{font-size:14px;margin-top:3px}.banner-text{font-size:12px}.banner-text .note{font-size:11px}}@media(max-width:400px){.banner-content{flex-direction:column;gap:6px}.banner-icon{margin-top:0}}.contact-wrapper{width:100%;min-height:100vh;display:flex;position:relative;overflow:hidden;background:#fff}.contact-wrapper:before{content:"";position:absolute;width:80vw;height:80vw;background:radial-gradient(circle,rgba(0,0,0,.04),transparent 70%);top:-30%;left:-20%;animation:ambientMove 25s ease-in-out infinite alternate;pointer-events:none;z-index:0}.contact-wrapper:after{content:"";position:absolute;width:70vw;height:70vw;background:radial-gradient(circle,rgba(37,99,235,.05),transparent 70%);bottom:-25%;right:-20%;animation:ambientMove 30s ease-in-out infinite alternate-reverse;pointer-events:none;z-index:0}@keyframes ambientMove{0%{transform:translate(0) scale(1)}to{transform:translate(40px,-30px) scale(1.08)}}.contact-card{width:100%;display:flex;justify-content:center;align-items:center;padding:6rem 6vw;position:relative;z-index:2}.contact-content{width:100%;max-width:1300px;display:flex;align-items:center;justify-content:space-between;gap:6vw}.contact-left{flex:1;max-width:600px;color:#111827;display:flex;flex-direction:column;gap:2.5rem}.contact-subtitle{font-size:clamp(1.8rem,2.5vw,2.5rem);font-weight:800;line-height:1.2;letter-spacing:-1px}.contact-paragraph{font-size:clamp(1rem,1.2vw,1.2rem);line-height:1.9;color:#4b5563}.contact-divider{display:none}.contact-right{width:420px;max-width:100%;padding:3rem;border-radius:20px;display:flex;flex-direction:column;gap:2rem;transition:all .3s ease}.contact-right:hover{transform:translateY(-4px)}.quote-submit-button{padding:1.1rem;border-radius:12px;border:none;font-weight:700;font-size:1rem;cursor:pointer;background:#2563eb;color:#fff;transition:all .25s ease}.quote-submit-button:hover{background:#1e40af;transform:translateY(-2px)}.quote-submit-button:active{transform:translateY(0)}@media(max-width:1024px){.contact-content{flex-direction:column;align-items:center;gap:4rem;text-align:center}.contact-left{max-width:700px}.contact-right{width:100%;max-width:500px}}@media(max-width:640px){.contact-card{padding:4rem 1.5rem}.contact-right{padding:2rem;border-radius:16px}}@media(max-width:400px){.contact-subtitle{font-size:1.6rem}.contact-paragraph{font-size:.95rem}}.quote-submit-button:disabled{background:#94a3b8;cursor:not-allowed;transform:none}.quote-submit-button:disabled:hover{background:#94a3b8}.page-wrapper{background-color:#fff;width:100%;min-height:100vh;box-sizing:border-box}.page-content{padding:2rem}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.company-map{height:180px;width:100%;border-radius:14px;overflow:hidden;position:relative;box-shadow:0 4px 12px #00000014}.leaflet-container{width:100%;height:100%;background:#e2e8f0}.leaflet-tile-pane{filter:brightness(.98)}.leaflet-container img.leaflet-tile{border:none!important}.create-company-card{padding:28px 32px;animation:fadeInUp .4s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.create-company-header{display:flex;align-items:flex-start;gap:20px;margin-bottom:0}.create-company-icon{width:72px;height:72px;border-radius:16px;background:linear-gradient(135deg,#eff6ff,#dbeafe);display:flex;align-items:center;justify-content:center;color:#2563eb;flex-shrink:0;box-shadow:0 4px 12px #2563eb26}.create-company-text{flex:1;padding-top:4px}.create-company-title{font-size:1.35rem;font-weight:700;color:#0f172a;margin:0 0 8px;letter-spacing:-.3px}.create-company-subtitle{font-size:.95rem;color:#64748b;margin:0;line-height:1.6}.create-company-divider{height:1px;background:linear-gradient(90deg,transparent,#e2e8f0 20%,#e2e8f0 80%,transparent);margin:24px 0}.create-company-form{display:flex;flex-direction:column;gap:18px;margin-bottom:28px}.create-company-features{display:flex;flex-direction:column;gap:12px;padding:20px;background:#f8fafc;border-radius:12px;margin-bottom:28px;border:1px solid #f1f5f9}.feature-item{display:flex;align-items:center;gap:12px;font-size:.9rem;color:#475569}.feature-icon{width:32px;height:32px;border-radius:8px;background:#fff;display:flex;align-items:center;justify-content:center;color:#2563eb;box-shadow:0 1px 3px #00000014}.create-company-actions{display:flex;justify-content:flex-end;padding-top:8px}.create-company-actions .submit-button{padding:14px 36px;font-size:1rem;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:none;border-radius:12px;font-weight:600;cursor:pointer;transition:all .25s ease;box-shadow:0 4px 14px #2563eb59,0 8px 20px #2563eb26}.create-company-actions .submit-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2563eb66,0 12px 28px #2563eb33}.create-company-actions .submit-button:active{transform:translateY(0)}.create-company-actions .submit-button:disabled{background:#94a3b8;cursor:not-allowed;transform:none;box-shadow:none}.lawyer-search-card{animation:fadeInUp .4s ease}.lawyer-search-header{margin-bottom:20px}.lawyer-search-subtitle{font-size:.9rem;color:#64748b;margin:0}.lawyer-search-bar{display:flex;gap:12px;margin-bottom:24px;align-items:center}.lawyer-search-input-wrapper{flex:1}.lawyer-search-btn{display:flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:none;border-radius:12px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .25s ease;white-space:nowrap;box-shadow:0 4px 12px #2563eb4d}.lawyer-search-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #2563eb66}.lawyer-search-btn:active{transform:translateY(0)}.lawyer-search-spinner{display:flex;align-items:center;justify-content:center;width:48px;height:48px}.spinner-icon{width:24px;height:24px;color:#2563eb;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.lawyer-clear-btn{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#f1f5f9;border:none;border-radius:12px;cursor:pointer;transition:all .2s ease;color:#64748b}.lawyer-clear-btn:hover{background:#e2e8f0;color:#475569}.lawyer-search-content{display:grid;grid-template-columns:1fr 1.2fr;gap:32px}.search-results-dropdown{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-top:-8px;margin-bottom:16px;max-height:250px;overflow-y:auto;box-shadow:0 4px 12px #0000001a}.search-result-item{padding:12px 16px;cursor:pointer;border-bottom:1px solid #f1f5f9;transition:background .15s}.search-result-item:last-child{border-bottom:none}.search-result-item:hover{background:#f8fafc}.search-result-name{font-size:.9rem;font-weight:600;color:#0f172a;margin-bottom:2px}.search-result-location{font-size:.75rem;color:#64748b;display:flex;align-items:center;gap:8px}.search-result-badge{font-size:.65rem;padding:2px 8px;background:#fef3c7;color:#92400e;border-radius:999px;font-weight:600}.search-no-results{padding:16px;text-align:center;color:#64748b;font-size:.9rem}.search-loading{padding:24px;text-align:center;color:#64748b;font-size:.9rem;display:flex;align-items:center;justify-content:center;gap:8px}.search-loading:before{content:"";width:16px;height:16px;border:2px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;animation:spin .8s linear infinite}.lawyer-item-stats{display:flex;gap:12px;margin-top:8px}.stat-mini{display:flex;align-items:center;gap:4px;font-size:.75rem;color:#64748b}.stat-dot{width:6px;height:6px;border-radius:50%}.stat-dot.green{background:#16a34a}.stat-dot.gray{background:#94a3b8}.lawyer-empty-hint{font-size:.8rem;color:#94a3b8;margin-top:4px}.lawyer-detail-actions{padding-top:16px;border-top:1px solid #e2e8f0;margin-top:8px}.lawyer-action-btn{width:100%;padding:12px 20px;border-radius:10px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease}.lawyer-action-btn.associate{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:none;box-shadow:0 4px 12px #2563eb4d}.lawyer-action-btn.associate:hover{transform:translateY(-2px);box-shadow:0 6px 16px #2563eb66}.lawyer-action-btn.disassociate{background:#fff;color:#ef4444;border:2px solid #ef4444}.lawyer-action-btn.disassociate:hover{background:#fef2f2}.lawyer-action-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.lawyer-list{display:flex;flex-direction:column;gap:12px}.lawyer-list-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:12px;border-bottom:1px solid #e2e8f0}.lawyer-list-header h3{font-size:1rem;font-weight:600;color:#0f172a;margin:0}.lawyer-count{font-size:.8rem;color:#64748b;background:#f1f5f9;padding:4px 10px;border-radius:999px}.lawyer-list-items{display:flex;flex-direction:column;gap:10px;max-height:450px;overflow-y:auto;padding-right:8px}.lawyer-list-items::-webkit-scrollbar-thumb{background:#cbd5f5;border-radius:10px}.lawyer-loading,.lawyer-empty{padding:32px;text-align:center;color:#64748b;background:#f8fafc;border-radius:12px;border:1px dashed #e2e8f0}.lawyer-item{padding:16px 18px;background:#f8fafc;border-radius:12px;cursor:pointer;border:2px solid transparent;transition:all .2s ease;color:#0f172a}.lawyer-item:hover{background:#f1f5f9;border-color:#e2e8f0;transform:translate(4px)}.lawyer-item.selected{background:#eff6ff;border-color:#2563eb}.lawyer-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.lawyer-item-header h4{font-size:.95rem;font-weight:600;color:#0f172a;margin:0}.lawyer-associated-badge{font-size:.65rem;padding:4px 10px;background:linear-gradient(135deg,#16a34a,#22c55e);color:#fff;border-radius:999px;font-weight:600}.lawyer-item-location{font-size:.8rem;color:#64748b}.lawyer-item-services{display:flex;flex-wrap:wrap;gap:4px;margin-top:8px}.lawyer-service-tag{font-size:.65rem;padding:2px 8px;background:#e2e8f0;color:#475569;border-radius:4px;font-weight:500}.lawyer-service-more{font-size:.65rem;padding:2px 6px;background:#f1f5f9;color:#64748b;border-radius:4px;font-weight:500}.lawyer-services-preview{padding-top:16px;border-top:1px solid #e2e8f0;margin-top:8px}.lawyer-services-label{display:block;font-size:.75rem;color:#64748b;margin-bottom:8px;font-weight:500}.lawyer-services-list{display:flex;flex-wrap:wrap;gap:8px}.lawyer-service-badge{font-size:.8rem;padding:6px 12px;background:#eff6ff;color:#2563eb;border-radius:8px;font-weight:500;border:1px solid #bfdbfe}.lawyer-detail{display:flex;flex-direction:column;gap:16px}.lawyer-detail-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:12px;border-bottom:1px solid #e2e8f0}.lawyer-detail-header h3{font-size:1.15rem;font-weight:700;color:#0f172a;margin:0}.lawyer-current-badge{font-size:.75rem;padding:6px 14px;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;border-radius:999px;font-weight:600}.lawyer-detail-map{width:100%;height:200px;border-radius:16px;overflow:hidden;box-shadow:0 8px 20px #0000001a}.lawyer-detail-map .company-map{height:100%;border-radius:16px}.lawyer-detail-info{display:flex;flex-direction:column;gap:16px;background:#f8fafc;padding:20px;border-radius:16px}.info-row{display:flex;gap:14px;align-items:flex-start}.info-row svg{color:#2563eb;flex-shrink:0;margin-top:2px}.info-row label{display:block;font-size:.75rem;color:#64748b;margin-bottom:2px;font-weight:500}.info-row p{font-size:.9rem;color:#0f172a;margin:0}.address-detail{font-size:.8rem!important;color:#64748b!important}.lawyer-detail-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding-top:16px;border-top:1px solid #e2e8f0}.stat-card-mini{display:flex;flex-direction:column;align-items:center;padding:14px 10px;background:#fff;border-radius:12px;text-align:center;box-shadow:0 2px 8px #0000000a}.stat-card-mini.green{background:linear-gradient(135deg,#f0fdf4,#dcfce7)}.stat-card-mini .stat-number{font-size:1.5rem;font-weight:700;color:#0f172a}.stat-card-mini.green .stat-number{color:#16a34a}.stat-card-mini .stat-label{font-size:.7rem;color:#64748b;margin-top:4px;font-weight:500}.lawyer-rating-section{display:flex;flex-direction:column;gap:8px;padding-top:16px;border-top:1px solid #e2e8f0}.lawyer-rating-label{font-size:.75rem;color:#64748b;font-weight:500}.lawyer-star-rating{display:flex;align-items:center;gap:4px}.star-btn{background:none;border:none;cursor:pointer;padding:4px;color:#e2e8f0;transition:all .15s ease;display:flex;align-items:center;justify-content:center}.star-btn svg{width:24px;height:24px}.star-btn:hover{transform:scale(1.15);color:#2563eb}.star-btn.filled{color:#2563eb}.star-btn.loading{opacity:.5;cursor:wait}.star-btn:disabled{cursor:not-allowed}.rating-value{margin-left:8px;font-size:.85rem;font-weight:600;color:#475569}.global-rating{padding-bottom:12px;border-bottom:1px solid #e2e8f0;margin-bottom:12px}.global-rating .rating-label{font-size:.7rem;color:#64748b;text-transform:uppercase;font-weight:600;min-width:50px}.global-rating .stars-display{display:flex;align-items:center;gap:2px}.global-rating .star-icon{color:#e2e8f0;display:flex;align-items:center}.global-rating .star-icon svg{width:18px;height:18px}.global-rating .star-icon.filled{color:#fbbf24}.global-rating .rating-value{font-size:.75rem;color:#64748b}.user-rating{flex-direction:column;align-items:flex-start;gap:6px}.user-rating .rating-label{font-size:.7rem;color:#64748b;text-transform:uppercase;font-weight:600}.user-rating .stars-input{display:flex;align-items:center;gap:2px}.user-rating .rating-value{font-size:.8rem;color:#2563eb;font-weight:600}.rating-hint{font-size:.75rem;color:#94a3b8;font-style:italic;margin-top:4px}.lawyer-detail-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:350px;background:#f8fafc;border-radius:16px;color:#64748b;text-align:center;padding:32px;border:1px dashed #e2e8f0}.lawyer-detail-empty svg{margin-bottom:16px;opacity:.4}.lawyer-detail-empty p{font-size:.95rem;margin:0}@media(max-width:900px){.lawyer-search-content{grid-template-columns:1fr}.lawyer-detail-map{height:180px}}.quote-modal{max-height:80vh;overflow-y:auto;display:flex;flex-direction:column}.quote-modal-body{overflow-y:auto;padding:16px}.location-map{margin-top:16px}.location-form{margin-top:20px;display:flex;flex-direction:column;gap:12px;width:100%}.address-autocomplete{position:relative}.address-autocomplete{display:flex;flex-direction:column;gap:10px}.suggestions{width:96.2%;background:#fff;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 8px 20px #0000000f;max-height:220px;overflow-y:auto;margin-top:4px;animation:fadeIn .2s ease}.suggestion-item{padding:12px 14px;cursor:pointer;font-size:14px;color:#1f2937;transition:all .2s ease;border-bottom:1px solid #f1f5f9}.suggestion-item:hover{background:#eff6ff;color:#2563eb}.no-suggestions{padding:14px;font-size:14px;color:#6b7280;text-align:center}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.company-page{background:#f1f5f9;min-height:100vh;padding:2rem;box-sizing:border-box}.company-container{max-width:2500px;margin:0 auto}.company-title{font-size:2rem;font-weight:800;color:#0f172a;margin-bottom:2rem}.company-grid{display:grid;grid-template-columns:2fr 1fr;gap:24px}.company-full-width{margin-top:24px}.company-main,.company-side{display:flex;flex-direction:column;gap:20px}.company-card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 10px 25px #0000000d;display:flex;flex-direction:column}.company-card-title{font-size:1.1rem;font-weight:700;color:#0f172a;margin-bottom:12px}.company-info p{margin:6px 0;color:#475569}.company-info span{font-weight:600;color:#0f172a}.company-address{font-size:.9rem;color:#475569;margin-bottom:12px}.company-members{display:flex;flex-direction:column;gap:8px;max-height:230px;overflow-y:auto;padding-right:4px}.company-members::-webkit-scrollbar-thumb{background:#cbd5f5;border-radius:10px}.member{padding:10px 12px;border-radius:10px;background:#f1f5f9;font-size:.9rem;color:#0f172a}.company-stats-advanced{display:grid;grid-template-columns:1fr;gap:14px}.company-stats-scroll{max-height:400px;overflow-y:auto;padding-right:4px}.company-stats-scroll::-webkit-scrollbar-thumb{background:#cbd5f5;border-radius:10px}.company-stat-panel{border-radius:16px;padding:17px;background:linear-gradient(160deg,#0f172a,#1e293b);color:#fff;box-shadow:0 12px 24px #0f172a40,inset 0 1px #ffffff0d;transition:all .25s ease}.company-stat-panel:hover{transform:translateY(-3px)}.company-stat-header{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;font-weight:600;opacity:.9}.company-stat-value{font-size:2rem;font-weight:800;margin-top:8px}.company-stat-sub{font-size:.75rem;color:#cbd5f5;margin-top:4px}.stat-badge{font-size:.65rem;padding:4px 10px;border-radius:999px;background:linear-gradient(135deg,#16a34a,#22c55e);font-weight:700}.stat-badge.blue{background:linear-gradient(135deg,#2563eb,#3b82f6)}.stat-badge.gray{background:#334155}.stat-badge.green{background:linear-gradient(135deg,#16a34a,#22c55e)}.action-btn{display:flex;align-items:center;gap:6px;background:transparent;border:1px solid #e5e7eb;color:#334155;padding:6px 10px;border-radius:8px;font-size:13px;cursor:pointer;transition:all .2s ease}.edit-btn{color:#2563eb}.edit-btn:hover{background:#eff6ff;border-color:#bfdbfe}.add-btn{color:#16a34a}.add-btn:hover{background:#ecfdf5;border-color:#bbf7d0}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.app-layout{display:flex;height:100vh;overflow:hidden}.main-content{flex:1;min-width:0;background:#fff;overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth}
