.location-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;z-index:10000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:fadeIn .4s ease-out}.location-modal-overlay:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.3);z-index:1}.location-modal-overlay:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:2}.location-modal{background:white;border-radius:12px;padding:0;max-width:850px;width:90%;max-height:80vh;overflow:hidden;box-shadow:0 16px 64px rgba(0,0,0,.2);animation:slideUp .4s cubic-bezier(.16,1,.3,1);border:1px solid rgba(255,255,255,.2);position:relative;z-index:10}.modal-close-button{position:absolute;top:16px;right:16px;width:32px;height:32px;border:none;background:rgba(255,255,255,.9);color:#374151;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:20;transition:all .2s ease;font-size:14px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 2px 8px rgba(0,0,0,.1)}.modal-close-button:hover{background:rgba(255,255,255,1);color:#111827;transform:scale(1.05);box-shadow:0 4px 12px rgba(0,0,0,.15)}.location-modal-content{display:flex;min-height:480px}.location-modal-image-section{flex:1 1;background:#f8fafc;display:flex;align-items:center;justify-content:center;padding:48px;border-radius:12px 0 0 12px;position:relative;overflow:hidden;border-right:1px solid #e5e7eb}.welcome-content{text-align:center;color:#374151;z-index:2;position:relative;max-width:320px}.logo-section{margin-bottom:32px}.modal-logo{width:120px;height:auto;opacity:.9}.welcome-text h3{font-size:24px;font-weight:600;margin:0 0 16px;color:#111827;letter-spacing:-.025em;line-height:1.2}.welcome-text p{font-size:15px;line-height:1.6;margin:0 0 32px;color:#6b7280;font-weight:400}.welcome-image{width:100%;max-width:280px;height:180px;border-radius:8px;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.08);margin:0 auto;background:#f3f4f6}.welcome-image img{width:100%;height:100%;object-fit:cover}.image-placeholder{width:100%;height:100%;background:#f9fafb;display:flex;align-items:center;justify-content:center;border-radius:8px;border:2px dashed #d1d5db}.image-placeholder i{font-size:32px;color:#9ca3af}.location-modal-search-section{flex:1 1;display:flex;flex-direction:column;background:white}.location-modal-header{text-align:left;padding:48px 48px 24px;background:white}.location-modal-header h2{font-size:28px;font-weight:600;margin:0 0 12px;line-height:1.2;color:#111827;letter-spacing:-.025em}.location-modal-header p{font-size:15px;color:#6b7280;margin:0;line-height:1.5;font-weight:400}.location-modal-body{padding:0 48px 24px;background:white;flex:1 1}.location-search-container{position:relative;margin-bottom:32px}.location-input{width:100%;padding:16px 20px;border:1px solid #d1d5db;border-radius:8px;font-size:15px;transition:all .2s ease;outline:none;background:white;color:#111827;font-weight:400}.location-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.location-input:disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed;border-color:#e5e7eb}.location-input::placeholder{color:#9ca3af;font-weight:400}.search-button{position:absolute;right:4px;top:50%;transform:translateY(-50%);background:#3b82f6;color:white;border:none;padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s ease;box-shadow:0 1px 3px rgba(0,0,0,.1)}.search-button:hover:not(:disabled){background:#2563eb;box-shadow:0 2px 6px rgba(0,0,0,.15)}.search-button:disabled{background:#d1d5db;cursor:not-allowed;transform:translateY(-50%);box-shadow:none}.loading-spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:white;border-radius:50%;animation:spin 1s linear infinite}.popular-locations{text-align:left}.popular-locations p{font-size:14px;color:#6b7280;margin-bottom:16px;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.popular-buttons{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;align-items:stretch}.popular-btn{padding:12px 16px;border:1px solid #e5e7eb;background:white;color:#374151;border-radius:8px;font-size:12px;line-height:12px;font-weight:500;cursor:pointer;transition:all .2s ease;text-align:center}.popular-btn:hover{border-color:#3b82f6;background:#f8fafc;color:#3b82f6;box-shadow:0 1px 3px rgba(0,0,0,.1)}.advisor-cta-section{padding:24px 48px;background:white;text-align:center}.advisor-cta-button,.advisor-cta-content{display:flex;justify-content:center;align-items:center}.advisor-cta-button{background:#2c2c2c;color:white;border:none;padding:14px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;gap:8px;transition:all .3s ease;box-shadow:0 2px 8px rgba(139,92,246,.3);text-decoration:none;min-width:200px}.advisor-cta-button:hover{transform:translateY(-1px);box-shadow:0 4px 16px rgba(139,92,246,.4);background:linear-gradient(135deg,#7c3aed,#6d28d9)}.advisor-cta-button i{font-size:14px}.location-modal-footer{padding:24px 48px;text-align:center;background:white;border-top:1px solid #f3f4f6}.manual-search-button{background:none;border:1px solid #e5e7eb;color:#6b7280;font-size:14px;font-weight:500;cursor:pointer;padding:12px 24px;border-radius:8px;transition:all .2s ease;text-decoration:none}.manual-search-button:hover{color:#374151;background:#f9fafb;border-color:#d1d5db}.location-modal-main-footer{background:#f8fafc;border-top:1px solid #e5e7eb;padding:16px 0;border-radius:0 0 12px 12px}.footer-content{display:flex;justify-content:space-between;align-items:center;padding:0 48px;max-width:100%}.footer-left .footer-text{margin:0;font-size:13px;color:#6b7280;font-weight:400}.footer-links,.footer-right{display:flex;align-items:center}.footer-links{gap:8px}.footer-link{font-size:13px;color:#6b7280;text-decoration:none;transition:color .2s ease;font-weight:400}.footer-link:hover{color:#3b82f6}.footer-separator{color:#d1d5db;font-size:12px;margin:0 4px}.location-display{margin-right:15px}.location-button{display:flex;align-items:center;gap:8px;background:rgba(59,130,246,.1);border:1px solid rgba(59,130,246,.2);color:#3b82f6;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;outline:none}.location-button:hover{background:rgba(59,130,246,.15);border-color:rgba(59,130,246,.3);color:#2563eb}.location-text{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.location-button i:first-child{font-size:12px}.location-button i:last-child{font-size:10px;opacity:.7}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.location-modal{width:95%;margin:20px;border-radius:12px;max-width:420px}.location-modal-content{flex-direction:column;min-height:auto}.location-modal-image-section{display:none}.location-modal-search-section{flex:none}.location-modal-header{padding:32px 24px 20px;text-align:center}.location-modal-header h2{font-size:24px}.location-modal-header p{font-size:14px}.location-modal-body{padding:0 24px 20px}.location-modal-footer{padding:20px 24px}.footer-content{flex-direction:column;gap:12px;padding:0 24px;text-align:center}.footer-links{justify-content:center}.popular-buttons{grid-template-columns:1fr;gap:8px}.popular-btn{padding:12px 16px;font-size:14px}.location-display{margin-right:8px}.location-button{padding:6px 12px;font-size:13px}.location-text{max-width:100px}.modal-close-button{top:12px;right:12px;width:28px;height:28px;font-size:12px}.advisor-cta-section{padding:20px 24px}.advisor-cta-button{width:100%;min-width:auto;padding:12px 16px}}@media (min-width:769px) and (max-width:1024px){.location-modal{max-width:750px}.location-modal-content{min-height:420px}.location-modal-image-section{padding:32px}.welcome-text h3{font-size:22px}.welcome-text p{font-size:14px}.welcome-image{max-width:240px;height:160px}.modal-logo{width:120px}.logo-section{margin-bottom:24px}.location-modal-header{padding:32px 32px 20px}.location-modal-body{padding:0 32px 20px}.location-modal-footer{padding:20px 32px}.footer-content{padding:0 32px}.advisor-cta-section{padding:20px 32px}}@media (max-width:480px){.location-modal-header h2{font-size:22px}.location-input{font-size:16px;padding:14px 18px}.search-button{font-size:13px;padding:9px 18px}}.pac-container{z-index:10001!important;border-radius:8px!important;border:none!important;box-shadow:0 4px 16px rgba(0,0,0,.1)!important;margin-top:4px!important;overflow:hidden!important}.pac-item{padding:12px 16px!important;border-bottom:1px solid #f3f4f6!important;cursor:pointer!important;transition:background-color .2s ease!important;font-size:14px!important}.pac-item:hover{background-color:#f8fafc!important}.pac-item:last-child{border-bottom:none!important}.pac-item-selected{background-color:rgba(59,130,246,.05)!important;color:#3b82f6!important}.pac-item-query{font-weight:500!important;color:#111827!important}.pac-matched{font-weight:600!important;color:#3b82f6!important}