@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Outfit:wght@300;400;500;600;700;800&display=swap";:root{--primary: #0f172a;--primary-light: #1e293b;--secondary: #eab308;--secondary-hover: #ca8a04;--accent: #3b82f6;--accent-hover: #2563eb;--background: #f8fafc;--surface: #ffffff;--surface-alt: #f1f5f9;--text: #334155;--text-light: #64748b;--text-medium: #475569;--text-muted: #94a3b8;--border: #e2e8f0;--border-dark: #cbd5e1;--success: #22c55e;--warning: #f59e0b;--error: #ef4444;--info: #3b82f6;--radius: 12px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--font-heading: "Outfit", sans-serif;--font-body: "Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--background);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--primary);line-height:1.2}a{text-decoration:none;color:inherit;transition:color .2s}button{cursor:pointer;border:none;background:none;font-family:inherit;transition:transform .1s ease}button:active{transform:scale(.97)!important}.button-primary{background-color:var(--primary);color:#fff;padding:.75rem 1.5rem;border-radius:50px;font-weight:600;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;box-shadow:var(--shadow)}.button-primary:hover{opacity:.9;transform:translateY(-1px)}.button-gold{background-color:var(--secondary);color:#000;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;box-shadow:var(--shadow)}.button-gold:hover{background-color:var(--secondary-hover);transform:translateY(-1px)}.button-secondary{background-color:#fff;color:var(--primary);border:1px solid var(--border);padding:.75rem 1.5rem;border-radius:50px;font-weight:600;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm)}.button-secondary:hover{background-color:#f8fafc;transform:translateY(-1px)}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1}}@keyframes cardPopIn{0%{opacity:0;transform:scale(.96) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.4}}.animate-card-pop{animation:cardPopIn .5s cubic-bezier(.2,1,.3,1) forwards}.search-results-container{min-height:600px;position:relative;width:100%}.loader-dots{display:inline-flex;gap:4px}.loader-dots span{width:6px;height:6px;background-color:var(--secondary);border-radius:50%;animation:dotFlash 1.4s infinite linear}@keyframes dotFlash{0%{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.1)}to{opacity:.3;transform:scale(.8)}}.image-preview-wrapper{position:relative;transition:all .2s ease;display:inline-block;line-height:0;overflow:hidden;z-index:1}.image-preview-wrapper img{transition:all .3s ease;display:block}.image-preview-wrapper:after{content:"";position:absolute;inset:0;background-color:#ffffff73;opacity:0;transition:opacity .2s ease;pointer-events:none;z-index:2}.image-preview-wrapper:hover:after{opacity:1}.image-preview-wrapper:hover img{box-shadow:var(--shadow-lg)}.image-preview-wrapper .remove-btn{opacity:0;visibility:hidden;transition:all .2s ease-in-out;transform:scale(.8);pointer-events:none;z-index:10}.image-preview-wrapper:hover .remove-btn{opacity:1;visibility:visible;transform:scale(1);pointer-events:auto}.pill-toggle{position:relative;display:inline-block;width:48px;height:26px}.pill-toggle input{opacity:0;width:0;height:0}.pill-toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#cbd5e1;transition:.3s cubic-bezier(.4,0,.2,1);border-radius:26px}.pill-toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#fff;transition:.3s cubic-bezier(.4,0,.2,1);border-radius:50%;box-shadow:0 2px 4px #0000001a}.pill-toggle input:checked+.pill-toggle-slider{background-color:#22c55e}.pill-toggle input:checked+.pill-toggle-slider:before{transform:translate(22px)}.glass{background:#fffc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.3)}.text-gradient{background:linear-gradient(135deg,var(--primary) 0%,#334155 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hidden-on-mobile{display:flex!important}.visible-on-mobile{display:none!important}.business-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:start}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.directory-layout{display:grid;grid-template-columns:350px 1fr;gap:2rem;padding:2rem;max-width:1600px;margin:0 auto;position:relative;width:100%}@media(min-width:769px)and (max-width:1180px){.directory-layout{grid-template-columns:290px minmax(0,1fr);gap:1.5rem;padding:1.5rem;max-width:1180px}.directory-layout .filter-card{padding:1.5rem!important;border-radius:20px!important}.directory-layout .business-card-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))!important;gap:1.5rem!important}}@media(max-width:768px){.mobile-hidden{display:none!important}.mobile-visible{display:block!important;animation:slideDown .3s ease-out}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.directory-mobile-toggle{display:none}.business-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;padding-bottom:2rem}.business-card-list{display:flex;flex-direction:column;gap:1rem;padding-bottom:2rem}@media(min-width:768px){.business-layout-grid{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:start}}@media(max-width:768px){.hidden-on-mobile{display:none!important}.visible-on-mobile{display:flex!important}.container{padding:0 1rem}h1{font-size:2.25rem}.business-layout-grid{display:flex;flex-direction:column;gap:2rem}.directory-layout{display:flex;flex-direction:column;padding:1rem;gap:1rem}.directory-sidebar{display:none}.directory-sidebar.open{display:block;position:fixed;inset:135px 0 0;z-index:50;background:#fff;padding:0;overflow-y:auto;border-top:1px solid var(--border)}.filter-card{border:none!important;box-shadow:none!important;border-radius:0!important;padding:1.5rem!important}.directory-mobile-toggle{display:flex;padding:.75rem 1rem;align-items:center;justify-content:center;background:#fff;position:sticky;top:80px;z-index:60;border-bottom:1px solid var(--border);margin:0;width:100%;height:auto;box-shadow:var(--shadow-sm)}.business-card-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}}@keyframes kenburns{0%{transform:scale(1)}to{transform:scale(1.1)}}.responsive-grid-2{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.responsive-grid-2{grid-template-columns:1fr 1fr;gap:2rem}}.responsive-grid-3{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){.responsive-grid-3{grid-template-columns:repeat(3,1fr)}}.hero-search-bar{position:relative;background:linear-gradient(135deg,#ffffff38,#ffffff1f);border-radius:50px;padding:.6rem;min-height:84px;display:flex;align-items:center;box-shadow:0 24px 45px -18px #0f172a73,inset 0 1px #ffffff47;gap:.5rem;flex-wrap:nowrap;border:1px solid rgba(255,255,255,.26);backdrop-filter:blur(18px) saturate(145%);-webkit-backdrop-filter:blur(18px) saturate(145%);transition:background .25s ease,border-color .25s ease,box-shadow .25s ease,transform .25s ease}.hero-search-bar.active{background:linear-gradient(135deg,#ffffff4d,#ffffff2e);border-color:#ffffff6b;box-shadow:0 28px 50px -20px #0f172a8c,0 0 0 3px #eab30824,inset 0 1px #ffffff57;transform:translateY(-2px)}.hero-search-bar--idle{animation:hero-search-pulse 5.5s ease-in-out infinite}.hero-search-bar--engaged{animation:none}.hero-search-divider{width:1px;height:36px;background:linear-gradient(to bottom,#ffffff0a,#ffffff73,#ffffff0a);transition:background .25s ease,height .25s ease}.hero-search-bar.active .hero-search-divider{background:linear-gradient(to bottom,#ffffff14,#ffffffa6,#ffffff14)}.hero-search-category{position:relative;flex:0 1 190px;min-width:190px}.hero-search-city{flex-basis:150px;min-width:150px}.hero-search-wrapper{display:flex;align-items:center;flex:1 1 0;min-width:0}.hero-search-wrapper svg{color:#ffffffb8;transition:color .25s ease,transform .25s ease}.hero-search-bar.active .hero-search-wrapper svg{color:#ffffffeb;transform:scale(1.04)}.hero-search-input::placeholder{color:#ffffffb8;font-size:1rem}.mobile-search-trigger-text{display:inline-flex;align-items:center;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-search-trigger-text:after{content:"";display:inline-block;width:1px;height:1.05em;margin-left:.2rem;background:#64748bcc;animation:hero-search-caret 1s steps(1) infinite;flex-shrink:0}.hero-search-bar.active .hero-search-input::placeholder{color:#ffffffdb}.hero-search-bar.active .hero-search-category-trigger{color:#fff!important}.ai-search-helper{border-radius:20px;padding:1rem;border:1px solid rgba(59,130,246,.14);box-shadow:0 20px 36px -30px #0f172a4d}.ai-search-helper--light{background:linear-gradient(135deg,#3b82f60f,#eab30814)}.ai-search-helper--dark{background:#0f172a57;border-color:#ffffff24;box-shadow:0 20px 32px -18px #0f172a6b;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.ai-search-helper__header{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.85rem}.ai-search-helper__icon{width:38px;height:38px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.ai-search-helper--light .ai-search-helper__icon{background:#3b82f61f;color:#2563eb}.ai-search-helper--dark .ai-search-helper__icon{background:#eab30833;color:#facc15}.ai-search-helper__eyebrow{font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.ai-search-helper--light .ai-search-helper__eyebrow{color:#2563eb}.ai-search-helper--dark .ai-search-helper__eyebrow{color:#facc15}.ai-search-helper__description{margin-top:.2rem;font-size:.95rem;font-weight:600}.ai-search-helper--light .ai-search-helper__description{color:var(--primary)}.ai-search-helper--dark .ai-search-helper__description{color:#ffffffdb}.ai-search-helper__prompts{display:flex;gap:.5rem;margin-top:.9rem}.ai-search-helper__prompts--wrap{flex-wrap:wrap}.ai-search-helper__prompts--stack{flex-direction:column}.ai-search-helper__prompt{border-radius:999px;padding:.7rem .9rem;text-align:left;font-size:.87rem;font-weight:600;line-height:1.4;transition:transform .2s ease,background-color .2s ease,border-color .2s ease}.ai-search-helper__prompt[data-tone=light]{background:#fff;color:var(--primary);border:1px solid rgba(15,23,42,.08)}.ai-search-helper__prompt[data-tone=dark]{background:#ffffff14;color:#fff;border:1px solid rgba(255,255,255,.14)}.ai-search-helper__prompt:hover{transform:translateY(-1px)}.ai-search-helper__toggle{margin-top:.2rem;border-radius:999px;padding:.62rem .9rem;font-size:.82rem;font-weight:700;transition:transform .2s ease,background-color .2s ease,border-color .2s ease}.ai-search-helper__toggle[data-tone=light]{background:#ffffffc7;color:#2563eb;border:1px solid rgba(37,99,235,.12)}.ai-search-helper__toggle[data-tone=dark]{background:#ffffff14;color:#facc15;border:1px solid rgba(255,255,255,.12)}.ai-search-helper__toggle:hover{transform:translateY(-1px)}.hero-ai-panel-shell{display:grid;grid-template-rows:0fr;margin-top:0;opacity:0;pointer-events:none;transition:grid-template-rows .56s cubic-bezier(.22,1,.36,1),margin-top .56s cubic-bezier(.22,1,.36,1),opacity .36s ease}.hero-ai-panel-shell.visible{grid-template-rows:1fr;margin-top:.9rem;opacity:1;pointer-events:auto}.hero-ai-panel-inner{min-height:0;overflow:hidden}.hero-ai-panel{opacity:0;transform:translateY(-14px) scale(.985);filter:blur(10px);transform-origin:top center;transition:opacity .42s ease,transform .56s cubic-bezier(.22,1,.36,1),filter .42s ease}.hero-ai-panel.visible{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}@keyframes hero-search-pulse{0%,to{transform:translateY(0);box-shadow:0 24px 45px -18px #0f172a73,inset 0 1px #ffffff47}50%{transform:translateY(-1px);box-shadow:0 28px 52px -18px #0f172a85,0 0 0 2px #eab30814,inset 0 1px #ffffff4d}}@keyframes hero-search-caret{0%,49%{opacity:1}50%,to{opacity:0}}@media(max-width:768px){.hero-search-bar{flex-direction:column;border-radius:24px;padding:.5rem;gap:0;align-items:stretch;background:#fffffff0;border:1px solid rgba(255,255,255,.5);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);min-height:auto}.hero-search-wrapper{width:100%;border-bottom:1px solid var(--border);padding:.25rem .5rem}.hero-search-divider{display:none}.hero-search-category{width:100%;border-bottom:1px solid var(--border);padding:0;margin:0;background-color:transparent;max-height:none;opacity:1;overflow:visible}.hero-search-category select{width:100%;max-width:none!important;padding:1rem!important}.hero-search-category svg{right:1rem!important}.search-btn-container{padding:.5rem}.hero-search-button{width:100%;height:auto;border-radius:16px;padding:.85rem!important;justify-content:center;margin-top:0}.btn-text{display:inline-block!important}.btn-icon{display:none!important}.hero-ai-panel-shell{display:none}.hero-search-bar--idle{animation:hero-search-pulse-mobile 6.5s ease-in-out infinite}@keyframes hero-search-pulse-mobile{0%,to{transform:translateY(0);box-shadow:0 24px 45px -18px #0f172a73,inset 0 1px #ffffff47}50%{transform:translateY(-.5px);box-shadow:0 26px 46px -18px #0f172a80,inset 0 1px #ffffff4d}}}.search-btn-container{flex-shrink:0;display:flex;align-items:center}.hero-search-button{background:linear-gradient(135deg,#f7d24f 0%,var(--secondary) 100%);color:var(--primary);padding:1.05rem 2rem;border-radius:50px;font-weight:600;font-size:1rem;transition:background-color .2s,transform .2s,box-shadow .2s;white-space:nowrap;border:none;display:flex;align-items:center;gap:.5rem;box-shadow:0 14px 28px -16px #eab3088c;min-width:156px;justify-content:center}.hero-search-button:hover{transform:translateY(-1px);box-shadow:0 18px 34px -18px #eab3089e}.hero-search-bar.active .hero-search-button{box-shadow:0 20px 36px -20px #eab308ad}.home-category-card:hover{transform:translateY(-6px);box-shadow:0 24px 42px -24px #0f172a42;background-color:#fff;border-color:var(--category-accent, rgba(15, 23, 42, .12))!important}.home-category-card:hover .home-category-icon{transform:translateY(-2px) scale(1.05);box-shadow:0 14px 24px -18px #0f172a2e}.home-category-card:hover .home-category-label{color:var(--primary)}.btn-icon{display:none}.contact-hero{padding:6rem 1.5rem;text-align:center;position:relative;overflow:hidden;background-color:var(--primary);color:#fff}.contact-section{padding:6rem 1.5rem}.contact-grid{display:grid;grid-template-columns:1fr;gap:3rem;max-width:1000px;margin:0 auto}@media(min-width:768px){.contact-grid{grid-template-columns:1fr 1fr;gap:4rem}}@media(max-width:768px){.contact-hero,.contact-section{padding:3rem 1.5rem}.contact-grid{gap:2.5rem}}@media(max-width:768px){.business-main-wrapper{display:contents!important}.business-description-section{order:1}.business-services-section{order:2;grid-column:1 / -1}.business-sidebar-wrapper{order:3}.business-location-section{order:4}.business-hero-content{padding-bottom:2.5rem!important}.business-main-content{padding:1rem!important;margin-top:-1rem!important}.business-description-section{padding-top:2rem!important}.business-hero{height:200px!important}.business-main-content{padding-bottom:6rem!important}.business-hero-content{height:100%!important;display:flex!important;flex-direction:column!important;justify-content:flex-end!important;top:0!important;bottom:0!important;padding-top:1rem!important;padding-bottom:1.5rem!important}.business-hero-actions{margin-bottom:0!important;align-items:flex-start!important;width:100%}.mobile-only-badge{display:inline-flex!important}.desktop-only-badge{display:none!important}}.mobile-only-badge{display:none!important}.desktop-only-badge{display:inline-flex!important}.admin-container{display:flex;min-height:100vh;background-color:#edf2f7}.admin-sidebar{width:260px;background-color:var(--primary);color:#fff;padding:1.5rem 1rem;display:flex;flex-direction:column;flex-shrink:0;transition:transform .3s cubic-bezier(.4,0,.2,1);position:sticky;top:0;height:100vh;overflow:hidden}.admin-listings-container{padding:2rem}@media(max-width:768px){.admin-listings-container{padding:1rem 0}}.admin-content{flex:1;padding:2rem;overflow-y:auto;width:100%;max-width:100%}.admin-dashboard-grid{display:grid;grid-template-columns:3fr 1fr;gap:2rem}.admin-menu-toggle{display:none;position:fixed;bottom:1.5rem;right:1.5rem;z-index:60;width:56px;height:56px;border-radius:50%;background-color:var(--primary);color:#fff;justify-content:center;align-items:center;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;border:2px solid var(--secondary);cursor:pointer;transition:transform .2s}.admin-menu-toggle:active{transform:scale(.95)}@media(max-width:1024px){.admin-dashboard-grid{grid-template-columns:1fr;gap:1.5rem}}.mobile-quick-actions{display:none!important}@media(max-width:768px){.admin-sidebar{position:fixed;top:0;left:0;bottom:0;z-index:50;transform:translate(-100%);width:85%;max-width:320px;box-shadow:20px 0 25px -5px #0000001a}.admin-sidebar.open{transform:translate(0)}.admin-content{padding:1.5rem .5rem 6rem}.admin-menu-toggle{display:flex;bottom:2rem;right:1.5rem}.admin-overlay{position:fixed;inset:0;background-color:#0f172a99;z-index:40;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .3s ease-out}.admin-content table{display:block}.admin-content thead{display:none}.admin-content tbody{display:block}.admin-content tr{display:block;margin-bottom:1rem;background:#fff;border:1px solid #e2e8f0!important;border-radius:12px;padding:0;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;position:relative;overflow:hidden;transition:all .2s ease}.admin-content tr[style*="background-color: rgb(239, 246, 255)"],.admin-content tr[style*="backgroundColor: rgb(239, 246, 255)"]{border:2px solid #3b82f6!important;box-shadow:0 8px 16px -4px #3b82f64d,0 4px 8px -2px #3b82f633!important}.admin-content td{display:flex;align-items:center;padding:.75rem 1rem!important;border:none!important;border-bottom:1px solid #f8fafc!important;text-align:left!important;background-color:#fff!important}.admin-content td:last-child{border-bottom:none!important}.admin-content td:first-child{display:none!important}.admin-content td:nth-child(2){padding:1.25rem 5.5rem 1rem 1rem!important;background:#fff;border-bottom:1px solid #f1f5f9!important}.admin-content td:nth-child(2)>div{display:flex;align-items:center;gap:.75rem;width:100%}.admin-content td:nth-child(2) a{font-size:1.15rem;font-weight:800;color:var(--primary);letter-spacing:-.01em;line-height:1.3}.admin-content td:nth-child(2)>div>div:last-child{flex:1}.admin-content td:nth-child(2)>div>div:last-child>div{margin-top:.125rem;font-size:.8rem;color:#6b7280;font-weight:400}.admin-content td:nth-child(3),.admin-content td:nth-child(4),.admin-content td:nth-child(5){justify-content:space-between}.admin-content td:nth-child(3):before,.admin-content td:nth-child(4):before,.admin-content td:nth-child(5):before{font-weight:700;color:#94a3b8;font-size:.725rem;text-transform:uppercase;letter-spacing:.075em}.admin-content td:nth-child(3):before{content:"CATEGORY"}.admin-content td:nth-child(4):before{content:"PLAN"}.admin-content td:nth-child(5):before{content:"STATUS"}.admin-content td:last-child{display:flex!important;flex-direction:column!important;padding:0!important;border:none!important;background:transparent!important;min-height:auto!important}.mobile-quick-actions{display:flex!important;width:100%!important;min-height:52px!important;order:10}.admin-content .glass>div:first-child{flex-direction:column!important;align-items:stretch!important;gap:1rem!important}.admin-content .glass>div:first-child>div:last-child{width:100%}.admin-content .glass>div:first-child input,.admin-content .glass>div:first-child select{width:100%!important;min-width:auto!important;margin-left:0!important;margin-top:.5rem;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e7eb}.admin-content>div:first-child{flex-direction:column!important;align-items:stretch!important}.admin-content>div:first-child>div:last-child{flex-direction:column!important;width:100%}.admin-content>div:first-child>div:last-child>*{width:100%;justify-content:center!important;padding:1rem!important;font-size:1.05rem!important;border-radius:12px!important;font-weight:700!important}.admin-content>div:first-child>div:last-child>button:first-of-type{background-color:#16a34a!important;color:#fff!important;order:-1;box-shadow:0 4px 6px -1px #16a34a33!important}.listings-table-container{background:transparent!important;border:none!important;box-shadow:none!important;border-radius:0!important;padding:0!important}.listings-table-header{background:#fff;border-radius:12px!important;border:1px solid #e5e7eb!important;margin-bottom:1.25rem;box-shadow:0 2px 4px -1px #0000000f!important;padding:1rem!important}.mobile-search-primary{display:flex!important}.desktop-header-layout,.desktop-search-controls{display:none!important}.mobile-search-primary input[type=text]{font-size:1rem!important;padding:.875rem 1rem .875rem 3rem!important;border-width:2px!important;box-shadow:0 2px 8px #0000000a!important}.mobile-search-primary input[type=text]:focus{border-color:var(--primary)!important;box-shadow:0 4px 16px #0f172a1f!important;transform:translateY(-1px)}.mobile-search-primary svg{color:var(--text)!important}.status-pill-button{padding:.65rem 1.25rem!important;font-size:.95rem!important;min-height:44px;box-shadow:0 1px 2px #0000000d;display:inline-flex;align-items:center;gap:.5rem!important;font-weight:600!important}.status-dropdown-menu{min-width:200px!important;padding:.5rem!important;border-radius:16px!important;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d!important}.status-dropdown-item{padding:1.15rem 1.5rem!important;font-size:1.1rem!important;font-weight:700!important;border-radius:12px!important;margin-bottom:.35rem;display:flex!important;align-items:center!important;gap:.75rem!important}.status-dropdown-item:last-child{margin-bottom:0}.status-dropdown-item div{width:10px!important;height:10px!important}.admin-tabs-container,.bulk-actions-bar{margin-bottom:.5rem!important}.listings-table-header{padding:.75rem!important;margin-bottom:1rem!important;gap:.5rem!important}.listings-table-header input,.listings-table-header select,.listings-table-header button{padding-top:.35rem!important;padding-bottom:.35rem!important;font-size:.8rem!important}.admin-actions-cell{padding:0!important;background:#fff!important;border-top:1px solid #f3f4f6!important;display:flex!important;flex-direction:column!important;align-items:stretch!important}.mobile-quick-actions{display:flex!important;width:100%!important;min-height:52px!important}.mobile-quick-actions button{flex:1!important;margin:0!important;padding:1.15rem .5rem!important;border:none!important;font-size:.85rem!important;font-weight:800!important;letter-spacing:.05em!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:.5rem!important;border-radius:0!important;transition:background-color .15s!important;box-shadow:none!important;min-width:0!important;min-height:0!important;height:auto!important;background:#fff!important;border-top:1px solid #f1f5f9!important}.mobile-quick-actions button.quick-approve-btn{color:#065f46!important;background-color:#f0fdf4!important;border-right:1px solid #dcfce7!important}.mobile-quick-actions button.quick-approve-btn.confirming{background-color:#059669!important;color:#fff!important;box-shadow:0 4px 6px -1px #05966933!important}.mobile-quick-actions button.quick-approve-btn:active{background-color:#dcfce7!important}.mobile-quick-actions button.quick-reject-btn{color:#9f1239!important;background-color:#fff1f2!important}.mobile-quick-actions button.quick-reject-btn.confirming{background-color:#be123c!important;color:#fff!important;box-shadow:0 4px 6px -1px #be123c33!important}.mobile-quick-actions button.quick-reject-btn:active{background-color:#ffe4e6!important}.mobile-quick-actions button.quick-pending-btn{color:#854d0e!important;background-color:#fffbeb!important}.mobile-quick-actions button.quick-pending-btn.confirming{background-color:var(--secondary)!important;color:#fff!important;box-shadow:0 4px 6px -1px #d4af3733!important}.mobile-quick-actions button.quick-pending-btn:active{background-color:#fef3c7!important}.desktop-actions{position:absolute!important;top:.75rem!important;right:.75rem!important;display:flex!important;gap:.35rem!important;z-index:20!important;padding:0!important;background:transparent!important;box-shadow:none!important;border:none!important;width:auto!important;height:auto!important}.desktop-actions a,.desktop-actions button{min-width:32px!important;min-height:32px!important;width:32px!important;height:32px!important;padding:.35rem!important;border-radius:8px!important;box-shadow:0 2px 4px #00000014!important;margin:0!important}.desktop-actions a{background-color:#dbeafe!important;color:#1e40af!important}.desktop-actions a:active{background-color:#bfdbfe!important;transform:scale(.95)}.desktop-actions button{background-color:#fee2e2!important;color:#991b1b!important}.desktop-actions button:active{background-color:#fecaca!important;transform:scale(.95)}.admin-content td.claim-business-cell:before,.admin-content td.claim-claimant-cell:before,.admin-content td.claim-phone-cell:before,.admin-content td.claim-status-cell:before,.admin-content td.claim-actions-cell:before{content:none!important}.admin-content tbody tr td.claim-business-cell{display:flex!important;flex-direction:column!important;align-items:flex-start!important;padding:1.25rem 1rem 1rem!important;background:#fff;border-bottom:1px solid #f1f5f9!important}.admin-content tbody tr td.claim-business-cell>div:first-child{font-size:1.15rem!important;font-weight:800!important;color:var(--primary)!important;letter-spacing:-.01em;line-height:1.3}.admin-content tbody tr td.claim-claimant-cell{flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important}.admin-content tbody tr td.claim-claimant-cell:before{content:"CLAIMANT"!important;font-weight:700;color:#94a3b8;font-size:.725rem;text-transform:uppercase;letter-spacing:.075em;margin-bottom:.5rem;display:block}.admin-content tbody tr td.claim-phone-cell{flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important}.admin-content tbody tr td.claim-phone-cell:before{content:"PHONE & METHOD"!important;font-weight:700;color:#94a3b8;font-size:.725rem;text-transform:uppercase;letter-spacing:.075em;margin-bottom:.5rem;display:block}.admin-content tbody tr td.claim-status-cell{justify-content:space-between!important;align-items:center!important}.admin-content tbody tr td.claim-status-cell:before{content:"STATUS"!important;font-weight:700;color:#94a3b8;font-size:.725rem;text-transform:uppercase;letter-spacing:.075em}.admin-content tbody tr td.claim-actions-cell{display:flex!important;flex-direction:row!important;padding:.75rem 1rem!important;background:#f8fafc!important;border-top:1px solid #e2e8f0!important;gap:.5rem!important;justify-content:center!important;border-bottom:none!important}.admin-content tbody tr td.claim-actions-cell>div{display:flex!important;flex-direction:row!important;gap:.5rem!important;width:100%!important}.admin-content tbody tr td.claim-actions-cell button{flex:1!important;padding:.85rem .5rem!important;font-size:.8rem!important;font-weight:700!important;border-radius:8px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:.35rem!important;min-height:48px!important;border:none!important;cursor:pointer!important;transition:all .15s!important}.admin-content tbody tr td.claim-actions-cell button[title="Review Claim"]{background-color:#dbeafe!important;color:#1e40af!important}.admin-content tbody tr td.claim-actions-cell button[title="Review Claim"]:active{background-color:#bfdbfe!important;transform:scale(.98)}.admin-content tbody tr td.claim-actions-cell button[title="Approve Claim"]{background-color:#dcfce7!important;color:#166534!important}.admin-content tbody tr td.claim-actions-cell button[title="Approve Claim"]:active{background-color:#bbf7d0!important;transform:scale(.98)}.admin-content tbody tr td.claim-actions-cell button[title="Reject Claim"]{background-color:#fee2e2!important;color:#991b1b!important}.admin-content tbody tr td.claim-actions-cell button[title="Reject Claim"]:active{background-color:#fecaca!important;transform:scale(.98)}}@media(min-width:769px){.admin-content tr.hover\:bg-gray-50:hover{background-color:#f1f5f9!important;transition:background-color .15s ease}.admin-content tr.hover\:bg-gray-50:hover td{background-color:transparent!important}}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}@media(max-width:640px){.admin-content td{padding-left:.75rem!important;padding-right:.75rem!important}.admin-content td:nth-child(2){padding-left:.75rem!important;padding-right:2.5rem!important}.admin-content .glass>div:first-child input{margin-top:0!important}}@keyframes ticker{0%{transform:translateY(100%);opacity:0}10%{transform:translateY(0);opacity:1}90%{transform:translateY(0);opacity:1}to{transform:translateY(-100%);opacity:0}}@keyframes slideInUp{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes pulse-subtle{0%{transform:scale(1);box-shadow:0 0 #8b5cf666}70%{transform:scale(1.02);box-shadow:0 0 0 10px #8b5cf600}to{transform:scale(1);box-shadow:0 0 #8b5cf600}}.animate-pulse-subtle{animation:pulse-subtle 2s infinite}@keyframes availability-sweep{0%{transform:translate(-120%)}to{transform:translate(240%)}}.details-container{position:relative;cursor:help;z-index:1}.details-container:hover{z-index:1001}.diff-tooltip{display:none;position:absolute;bottom:calc(100% + 10px);left:0;width:350px;padding:1rem;z-index:9999;margin-bottom:.5rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:slideInUp .15s ease-out;pointer-events:none}.details-container:hover .diff-tooltip{display:block}.diff-tooltip div:last-child{margin-bottom:0!important}.dashboard-tabs{display:flex;background-color:#e2e8f0;padding:.25rem;border-radius:12px;gap:.25rem;width:fit-content}.dashboard-tab-btn{padding:.6rem 1.25rem!important;border-radius:10px!important;font-size:.9rem!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:.5rem!important;transition:all .2s!important}@media(max-width:768px){.dashboard-tabs{width:100%!important}.dashboard-tab-btn{flex:1!important;justify-content:center!important}}.badge-group{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.status-badge{padding:.35rem .85rem;border-radius:20px;font-size:.8rem;font-weight:600;display:flex!important;align-items:center!important;gap:.35rem;box-shadow:var(--shadow-sm);border:1px solid transparent}.status-badge-approved{background-color:#dcfce7;color:#15803d;border-color:#bbf7d0}.status-badge-pending{background-color:#fff7ed;color:#c2410c;border-color:#fed7aa}.status-badge-rejected{background-color:#fef2f2;color:#b91c1c;border-color:#fecaca}.status-badge-verified{background-color:#e0f2fe;color:#0369a1;border-color:#bae6fd}.status-badge-plan{background-color:#f1f5f9;color:#475569;border-color:#e2e8f0}.status-badge-premium{background-color:#fef9c3;color:#ca8a04;border-color:#fcd34d}.performance-tabs{display:flex;background-color:#f1f5f9;padding:.25rem;border-radius:8px;gap:.25rem;width:fit-content}.performance-tab-btn{padding:.35rem .75rem!important;font-size:.75rem!important;font-weight:600!important;border-radius:6px!important;border:none!important;cursor:pointer;background-color:transparent;color:var(--text-light);transition:all .2s;display:flex;align-items:center;justify-content:center;white-space:nowrap}.performance-tab-btn.active{background-color:#fff;color:var(--primary);box-shadow:0 1px 3px #0000001a}@media(max-width:768px){.performance-tabs{width:100%}.performance-tab-btn{flex:1;justify-content:center}}.dashboard-action-btn{align-self:flex-start;background-color:var(--primary);color:#fff;padding:.75rem 1.5rem;border-radius:50px;font-weight:700;font-size:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:var(--shadow-md);text-decoration:none;transition:all .2s;border:none;cursor:pointer;width:100%}.dashboard-action-btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.dashboard-action-btn.disabled{background-color:#e2e8f0;color:#94a3b8;box-shadow:none;border:2px solid #cbd5e1;cursor:not-allowed;opacity:.7}.dashboard-action-btn.disabled:hover{transform:none;box-shadow:none}.dashboard-grid{display:grid;grid-template-columns:400px 1fr;gap:2rem;align-items:stretch}@media(max-width:1024px){.dashboard-grid{grid-template-columns:1fr;gap:1.5rem}}.account-card{background-color:#fff;padding:2.5rem;border-radius:12px;box-shadow:var(--shadow);border:1px solid rgba(0,0,0,.05)}.account-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.account-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.account-detail-card{border:1px solid var(--border);padding:1.5rem;border-radius:12px;height:100%;display:flex;flex-direction:column;justify-content:center}.account-security-card{border:1px solid var(--border);padding:1.5rem;border-radius:12px;background-color:#f8fafc}@media(max-width:768px){.account-card{padding:1.5rem}.account-header{flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem}.account-grid{grid-template-columns:1fr;gap:1rem}.account-detail-card,.account-security-card{padding:1.25rem}}.account-info-box{background-color:#eff6ff;border:1px solid #bfdbfe;padding:1.5rem;border-radius:12px;display:flex;gap:1rem}@media(max-width:768px){.account-info-box{padding:1.25rem;flex-direction:column;gap:.5rem}}.owner-dashboard-wrapper{background-color:#f8fafc;min-height:calc(100vh - 80px);padding:2rem 1rem}@media(max-width:768px){.owner-dashboard-wrapper{padding:1.5rem 0}}.dashboard-card{background-color:#fff;padding:2.5rem;border-radius:12px;box-shadow:var(--shadow);border:1px solid rgba(0,0,0,.05);display:flex;flex-direction:column}@media(max-width:768px){.dashboard-card{padding:1.5rem}}.switch{position:relative;display:inline-block;width:48px;height:26px;flex-shrink:0}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#cbd5e1;transition:.3s cubic-bezier(.4,0,.2,1);border-radius:34px}.slider:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#fff;transition:.3s cubic-bezier(.4,0,.2,1);border-radius:50%;box-shadow:0 2px 4px #0003}input:checked+.slider{background-color:var(--primary)}input:focus+.slider{box-shadow:0 0 1px var(--primary)}.admin-edit-page{max-width:1600px;margin:0 auto;padding:0 1rem 4rem;background:radial-gradient(circle at top left,rgba(234,179,8,.08),transparent 28%),linear-gradient(180deg,#f8fafc,#fff 60%)}.admin-edit-topbar{position:sticky;top:0;z-index:50;margin:0 -1rem 2rem;padding:1rem 1.25rem;background:#ffffffdb;backdrop-filter:blur(16px) saturate(150%);-webkit-backdrop-filter:blur(16px) saturate(150%);border-bottom:1px solid rgba(226,232,240,.9);box-shadow:0 10px 26px -24px #0f172a4d;border-radius:0 0 18px 18px}.admin-edit-topbar-actions{display:flex;gap:.75rem;flex-wrap:wrap}.admin-edit-form,.admin-edit-panel,.admin-edit-left>.glass{border:1px solid rgba(226,232,240,.9)!important;box-shadow:0 12px 32px -28px #0f172a59!important}.admin-edit-form{background:#fffffff5!important}.admin-edit-form h2,.admin-edit-form h3,.admin-edit-panel h3,.admin-edit-left h3{letter-spacing:-.02em}.admin-edit-form input,.admin-edit-form textarea,.admin-edit-form select,.admin-edit-panel input,.admin-edit-panel select,.admin-edit-panel textarea,.admin-edit-left input,.admin-edit-left select,.admin-edit-left textarea{border-color:#cbd5e1;background-color:#fff;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.admin-edit-form input:focus,.admin-edit-form textarea:focus,.admin-edit-form select:focus,.admin-edit-panel input:focus,.admin-edit-panel select:focus,.admin-edit-panel textarea:focus,.admin-edit-left input:focus,.admin-edit-left select:focus,.admin-edit-left textarea:focus{outline:none;border-color:var(--secondary);box-shadow:0 0 0 3px #eab3081f}.admin-edit-grid{display:grid;grid-template-columns:300px minmax(0,1fr) 300px;gap:2rem;align-items:start;margin-top:.5rem}@media(max-width:1280px){.admin-edit-grid{grid-template-columns:250px minmax(0,1fr) 250px;gap:1.5rem}}@media(max-width:1024px){.admin-edit-page{padding:0 .75rem 3.5rem}.admin-edit-topbar{margin:0 -.75rem 1.5rem;padding:.9rem 1rem;border-radius:0 0 16px 16px}.admin-edit-topbar>div{gap:.75rem!important}.admin-edit-topbar-actions{width:100%;justify-content:flex-start}.admin-edit-topbar-actions button{flex:1 1 140px}.admin-edit-grid{grid-template-columns:1fr;max-width:800px;margin:0 auto;gap:1rem}.admin-edit-left{order:1}.admin-edit-center{order:2}.admin-edit-right{order:3}.admin-edit-center form.glass{padding:1.25rem!important;border-radius:18px!important}.admin-edit-right>.glass{position:static!important;top:auto!important}}@media(max-width:640px){.admin-edit-page{padding:0 .5rem 3rem}.admin-edit-topbar{margin:0 -.5rem 1rem;padding:.8rem .85rem}.admin-edit-topbar>div:first-child{gap:.75rem!important}.admin-edit-topbar h1{font-size:1.05rem!important}.admin-edit-topbar-actions{gap:.5rem}.admin-edit-topbar-actions button{flex:1 1 100%}.admin-edit-grid{gap:1rem}.admin-edit-left>.glass,.admin-edit-center form.glass,.admin-edit-right>.glass{padding:.95rem!important;border-radius:16px!important}.admin-edit-center form.glass{box-shadow:0 8px 18px -18px #0f172a47!important}.admin-edit-right>.glass{box-shadow:0 8px 18px -20px #0f172a3d!important}.business-highlights-editor{padding:1rem .9rem!important}.business-highlights-editor>div:last-child>label{display:grid!important;grid-template-columns:20px minmax(0,1fr)!important;gap:.7rem!important;padding:.7rem .45rem!important;width:100%!important;max-width:100%!important;align-items:flex-start!important}.business-highlights-editor>div:last-child>label input{width:20px!important;height:20px!important;margin-top:.1rem!important;flex-shrink:0!important}.business-highlights-editor>div:last-child>label>div:nth-child(2){min-width:0!important;width:100%!important}.business-highlights-editor>div:last-child>label h3{font-size:.94rem!important;line-height:1.2!important;overflow-wrap:anywhere!important}.business-highlights-editor>div:last-child>label p{font-size:.8rem!important;line-height:1.35!important;overflow-wrap:anywhere!important}}.pac-container{background-color:var(--surface)!important;font-family:Inter,sans-serif!important;border-radius:12px!important;border:1px solid var(--border)!important;box-shadow:0 10px 30px -5px #0000001a,0 4px 6px -2px #0000000d!important;margin-top:8px!important;padding-top:5px!important;padding-bottom:0!important;overflow:hidden!important;z-index:9999!important}.pac-item{cursor:pointer!important;padding:.85rem 1rem!important;font-size:1rem!important;color:var(--text)!important;line-height:1.4!important;border-top:1px solid var(--border)!important;display:flex!important;align-items:center!important}.pac-item:first-child{border-top:none!important}.pac-item:hover,.pac-item-selected{background-color:#f1f5f9!important}.pac-item-query{font-size:1rem!important;color:var(--primary)!important;font-weight:600!important;padding-right:4px}.pac-icon{width:20px!important;height:20px!important;margin-right:12px!important;margin-top:1px!important;opacity:.6!important}.pac-item span{font-size:.9rem!important;color:var(--text-light)!important}.pac-container:after{padding:4px 10px!important;height:auto!important;background-position:right 10px center!important}.loader{width:48px;height:48px;border:4px solid var(--border);border-bottom-color:var(--secondary);border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loader-dots{display:inline-flex;align-items:center;gap:4px}.loader-dots span{width:4px;height:4px;background-color:currentColor;border-radius:50%;animation:dots-pulse 1s infinite alternate}.loader-dots span:nth-child(2){animation-delay:.2s}.loader-dots span:nth-child(3){animation-delay:.4s}@keyframes dots-pulse{0%{opacity:.2;transform:scale(.8)}to{opacity:1;transform:scale(1.2)}}.loc-footer{position:relative;margin-top:auto;background:var(--primary);color:var(--border-dark);border-top:1px solid rgba(203,213,225,.08);overflow:hidden}.loc-footer:before{content:"";position:absolute;inset:0;background-image:none;opacity:0;pointer-events:none}.loc-footer__inner{position:relative;z-index:1;width:min(1200px,calc(100% - 2rem));margin:0 auto;padding:3.25rem 0 1.25rem}.loc-footer__grid{display:grid;grid-template-columns:minmax(0,1.4fr) repeat(3,minmax(0,1fr));gap:1.75rem}.loc-footer__brand,.loc-footer__section{min-width:0}.loc-footer__brand-title{margin:0 0 .9rem}.loc-footer__logo{display:block;max-width:234px;width:100%;height:auto;object-fit:contain}.loc-footer__brand-fallback{display:inline-block;font-size:1rem;font-weight:700;letter-spacing:-.01em;color:var(--background)}.loc-footer__heading{margin:0 0 .85rem;font-size:.92rem;font-weight:700;letter-spacing:-.01em;color:#eab308ad}.loc-footer__copy{max-width:34ch;margin:0;color:#cbd5e1d6;font-size:.9rem;line-height:1.75}.loc-footer__copy--tagline{color:#cbd5e1e0;font-weight:500}.loc-footer__inline-link{display:inline;color:#e2e8f0d6;font-size:inherit;font-weight:600;transition:color .2s ease}.loc-footer__inline-link:hover,.loc-footer__inline-link:focus-visible{color:#f8fafc;text-decoration:underline;text-underline-offset:.14em}.loc-footer__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.62rem}.loc-footer__link{width:fit-content;color:#cbd5e1cc;font-size:.88rem;line-height:1.5;transition:color .2s ease,transform .2s ease,opacity .2s ease}.loc-footer__link:hover,.loc-footer__link:focus-visible{color:#f8fafc;transform:translate(2px)}.loc-footer__link:focus-visible{outline:2px solid rgba(226,232,240,.45);outline-offset:3px;border-radius:999px}.loc-footer__support{margin-top:1.35rem;padding-top:.85rem;border-top:1px solid rgba(148,163,184,.1);display:flex;flex-direction:row;justify-content:center;align-items:center;text-align:center;gap:1rem 1.25rem;flex-wrap:wrap}.loc-footer__support-heading{margin:0;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:#eab308ad;white-space:nowrap}.loc-footer__support-links{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:.35rem 1rem}.loc-footer__bottom{margin-top:.85rem;padding-top:.85rem;border-top:1px solid rgba(148,163,184,.1);display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.loc-footer__bottom-copy{margin:0;color:#cbd5e1c7;font-size:.82rem}.loc-footer__bottom-copy--muted{color:#94a3b8a8}@media(max-width:980px){.loc-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.loc-footer__brand{grid-column:1 / -1}}@media(max-width:640px){.loc-footer__inner{width:min(100% - 1rem,1200px);padding-top:1.8rem;padding-bottom:.95rem}.loc-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem .9rem}.loc-footer__brand-title{margin-bottom:.5rem}.loc-footer__brand{grid-column:1 / -1}.loc-footer__section:nth-of-type(4){grid-column:1 / -1}.loc-footer__support{margin-top:.75rem;padding-top:.7rem;display:block;text-align:left}.loc-footer__bottom{align-items:flex-start;margin-top:.7rem;padding-top:.7rem;gap:.25rem}.loc-footer__logo{max-width:158px}.loc-footer__copy{max-width:34ch;font-size:.78rem;line-height:1.42}.loc-footer__heading{font-size:.72rem;margin-bottom:.35rem}.loc-footer__link{font-size:.77rem}.loc-footer__support-heading{display:block;margin-bottom:.45rem;font-size:.64rem;letter-spacing:.11em}.loc-footer__support-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));justify-content:flex-start;gap:.55rem .8rem}.loc-footer__support-links .loc-footer__link{width:100%}.loc-footer__bottom-copy{font-size:.71rem}}
