*{box-sizing:border-box}:root{--color-bg:#f8f9fa;--color-surface:#fff;--color-text:#1a1a1a;--color-text-secondary:#666;--color-border:#e0e0e0;--color-primary:#1e3a5f;--color-bg-card:#fff;--color-bg-hover:#f1f5f9;--color-info-bg:#eff6ff;--color-info-border:#bfdbfe;--color-info-text:#1e3a5f}[data-theme=dark]{--color-bg:#0f1419;--color-surface:#1a1f2e;--color-text:#e2e8f0;--color-text-secondary:#a0aec0;--color-border:#2d3748;--color-primary:#60a5fa;--color-bg-card:#1a1f2e;--color-bg-hover:#252d3d;--color-info-bg:#1a2535;--color-info-border:#2d4a6e;--color-info-text:#93c5fd}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f8fafc;color:#14213d}a{color:#2563eb;text-decoration:none}a:hover{text-decoration:underline}.container{max-width:1100px;margin:0 auto;padding:0 20px}.page{min-height:60vh;display:grid;place-items:center;padding:24px}.page--center{min-height:calc(100vh - 56px);background:#f0f4f8}.auth-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:2.5rem 2rem;width:100%;max-width:440px;box-shadow:0 4px 20px rgba(0,0,0,.06)}.auth-card h1{font-size:1.5rem;margin:0 0 .25rem}.auth-success{background:#f0fdf4;border:1px solid #86efac;border-radius:8px;color:#166534;padding:.75rem 1rem;font-size:.9rem}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-form__hint{color:#64748b;font-size:.9rem;margin:0 0 .5rem}.auth-form__footer{text-align:center;font-size:.875rem;margin:0}.register-value-prop{margin-bottom:1rem;padding:.9rem 1rem;border:1px solid #bfdbfe;border-radius:10px;background:#eff6ff}.register-value-prop__eyebrow{margin:0 0 .25rem;font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#1d4ed8}.register-value-prop__title{margin:0 0 .5rem;font-size:1rem;line-height:1.35;color:#1e3a8a}.register-value-prop__list{margin:0;padding-left:1.1rem;display:grid;grid-gap:.3rem;gap:.3rem;color:#1f2937;font-size:.88rem}.register-value-prop__list li{line-height:1.35}[data-theme=dark] .page--center{background:#0f1725}[data-theme=dark] .auth-card{background:#1e2d40;border-color:#2d3f55;color:#e2e8f0}[data-theme=dark] .auth-card h1{color:#e2e8f0}[data-theme=dark] .auth-form__footer,[data-theme=dark] .auth-form__hint{color:#94a3b8}[data-theme=dark] .auth-form__footer a{color:#60a5fa}[data-theme=dark] .register-value-prop{background:#0c1f3f;border-color:#274f86}[data-theme=dark] .register-value-prop__eyebrow{color:#7fb0ff}[data-theme=dark] .register-value-prop__title{color:#bfdbfe}[data-theme=dark] .register-value-prop__list{color:#cbd5e1}[data-theme=dark] .auth-success{background:#052e16;border-color:#166534;color:#86efac}[data-theme=dark] .card{background:#1e2d40;color:#e2e8f0;box-shadow:0 12px 35px rgba(0,0,0,.3)}[data-theme=dark] .card h2{color:#e2e8f0;margin:0 0 .5rem}[data-theme=dark] .card p{color:#cbd5e1;margin:0}.site-header{background:#1e3a5f;color:#fff;padding:0 20px;position:-webkit-sticky;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px rgba(0,0,0,.2)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:56px}.site-header__logo{display:flex;align-items:center;gap:8px;color:#fff;font-weight:700;font-size:1.1rem;text-decoration:none;transition:opacity .2s ease}.site-header__logo:hover{opacity:.8}.site-header__logo-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px}.site-header__logo-text{font-size:1rem;font-weight:700;letter-spacing:-.5px}.site-header__nav{display:flex;gap:24px;align-items:center}.site-header__nav a,.site-header__nav>button.btn{color:#cbd5e1;font-size:.9rem;background:transparent;border:none;padding:0;cursor:pointer}.site-header__nav a:hover,.site-header__nav>button.btn:hover{color:#fff;text-decoration:none}.site-header__saved{position:relative;font-size:1.15rem;line-height:1;display:inline-flex;align-items:center}.site-header__saved-count{position:absolute;top:-8px;right:-10px;background:#f43f5e;color:#fff;font-size:.65rem;font-weight:700;border-radius:999px;padding:1px 5px;min-width:16px;text-align:center;line-height:1.4}.site-header__contractor-link{font-weight:600;color:#2563eb!important}[data-theme=dark] .site-header__contractor-link{color:#60a5fa!important}.skip-to-main{position:absolute;top:-100%;left:0;padding:8px 16px;background:#2563eb;color:#fff;font-weight:600;font-size:.9rem;z-index:10000;border-radius:0 0 6px 0;text-decoration:none;transition:top .1s}.skip-to-main:focus{top:0}.site-header__hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;padding:4px;background:transparent;border:none;color:var(--color-text,#0f172a);cursor:pointer;z-index:200}.site-header__hamburger span{display:block;width:22px;height:2px;background:currentColor;border-radius:2px;transition:transform .25s,opacity .25s}.site-header__hamburger.is-open span:first-child{transform:translateY(7px) rotate(45deg)}.site-header__hamburger.is-open span:nth-child(2){opacity:0}.site-header__hamburger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.site-header__backdrop{display:none}@media (max-width:768px){.site-header__hamburger{display:flex}.site-header__nav{display:none;flex-direction:column;align-items:flex-start;position:fixed;top:0;right:0;bottom:0;width:260px;padding:72px 24px 32px;background:#1e293b;box-shadow:-4px 0 20px rgba(0,0,0,.4);z-index:150;gap:4px;overflow-y:auto}[data-theme=light] .site-header__nav{background:#f8fafc}.site-header__nav.site-header__nav--open{display:flex}.site-header__nav a,.site-header__nav>button.btn{font-size:1rem;padding:10px 0;width:100%;text-align:left;border-bottom:1px solid rgba(100,116,139,.2);border-radius:0}.site-header__backdrop{display:block;position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:100}.site-header__inner{position:relative}}.card{width:min(420px,100%);background:#fff;border-radius:16px;padding:24px;box-shadow:0 12px 35px rgba(20,33,61,.12)}.form{grid-gap:12px;gap:12px;margin-top:16px}.form,label{display:grid}label{grid-gap:6px;gap:6px;font-weight:600;font-size:.9rem}input,textarea{border:1px solid #c7d2fe;border-radius:10px;padding:10px;font-size:14px;font-family:inherit;resize:vertical}input:focus,textarea:focus{outline:2px solid #2563eb;outline-offset:2px}button{border:0;border-radius:10px;padding:10px 14px;background:#2563eb;color:#fff;font-weight:700;cursor:pointer;font-size:.95rem}button:hover{background:#1d4ed8}button:disabled{opacity:.6;cursor:not-allowed}.btn{display:inline-block;border-radius:8px;padding:8px 16px;font-size:.85rem;font-weight:600;text-decoration:none;cursor:pointer}.btn--primary{background:#2563eb;color:#fff}.btn--primary:hover{background:#1d4ed8;text-decoration:none;color:#fff}.btn--outline{border:1.5px solid #2563eb}.btn--outline:hover{text-decoration:none}.error{color:#b91c1c;font-size:.9rem}.success{color:#047857}.loading{color:#64748b}.hero{background:linear-gradient(135deg,#1e3a5f,#2563eb);color:#fff;padding:72px 20px;text-align:center}.hero--sm{padding:40px 20px;text-align:left}.hero__inner{max-width:700px;margin:0 auto}.hero h1{margin:0 0 16px;font-size:clamp(1.6rem,4vw,2.4rem);line-height:1.2}.hero p{margin:0;font-size:1.05rem;color:#bfdbfe}.hero__stat{margin-top:12px!important;font-size:.9rem!important;color:#93c5fd!important}.hero__price-cta{margin-top:18px!important;color:#dbeafe!important;font-size:.95rem!important}.hero__price-cta-link{color:#fff;text-decoration:underline;text-underline-offset:3px;font-weight:700}.hero__price-cta-link:hover{color:#e0f2fe}.section{padding:48px 0}.section--alt{background:#f1f5f9}.section h2{margin-top:0;font-size:1.4rem;color:#1e3a5f}.section__subtitle{margin:4px 0 0;color:#64748b;font-size:.95rem}.section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:4px}.section-header h2{margin-bottom:0}.sort-control{display:flex;align-items:center;gap:8px;flex-shrink:0}.sort-control__label{font-size:.85rem;color:#64748b;white-space:nowrap}.sort-control__select{font-size:.85rem;padding:5px 10px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#1e3a5f;cursor:pointer}.sort-control__select:focus{outline:2px solid #2563eb;outline-offset:1px}.coming-soon-section{margin-top:20px}.coming-soon-toggle{background:none;border:none;padding:0;font-size:.85rem;color:#64748b;cursor:pointer;display:flex;align-items:center;gap:6px}.coming-soon-toggle:hover{color:#1e3a5f}.niche-list--coming{margin-top:10px;opacity:.65}.city-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:12px;gap:12px;margin-top:20px}.city-card{display:flex;justify-content:space-between;align-items:center;border:1px solid #e2e8f0;border-radius:10px;padding:14px 16px;font-weight:600;color:#1e3a5f;transition:border-color .15s,box-shadow .15s}.city-card:hover{box-shadow:0 2px 8px rgba(37,99,235,.15);text-decoration:none;color:#2563eb}.city-card__name{font-size:.95rem}.city-card__arrow{opacity:.5}.niche-category{margin-bottom:32px}.niche-category:last-child{margin-bottom:0}.niche-category__title{font-size:1.25rem;font-weight:700;color:#1e293b;margin:0 0 4px;display:flex;align-items:center;gap:8px;border-bottom:2px solid #e2e8f0;padding-bottom:10px}.niche-category__icon{font-size:1.3rem}[data-theme=dark] .niche-category__title{color:#e2e8f0;border-bottom-color:#334155}.niche-category--list{margin-bottom:24px}.niche-category--list .niche-category__title{font-size:1.1rem;margin-bottom:8px}.niche-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px;margin-top:24px}@media (max-width:900px){.niche-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.niche-grid{grid-template-columns:1fr}}.trust-section{padding:48px 0;background:#f8fafc}.trust-section__title{text-align:center;font-size:1.5rem;font-weight:700;margin-bottom:32px;color:#1e293b}.trust-section__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px}.trust-section__item{text-align:center;padding:24px 16px}.trust-section__icon{font-size:2rem;display:block;margin-bottom:12px}.trust-section__heading{font-size:1.1rem;font-weight:700;margin-bottom:8px;color:#1e293b}.trust-section__text{font-size:.95rem;color:#475569;line-height:1.6}[data-theme=dark] .trust-section{background:hsla(0,0%,100%,.03)}[data-theme=dark] .trust-section__heading,[data-theme=dark] .trust-section__title{color:#f1f5f9}[data-theme=dark] .trust-section__text{color:#94a3b8}@media (max-width:768px){.trust-section__grid{grid-template-columns:1fr;gap:24px}}.niche-card{background:#fff;border-radius:12px;padding:20px;border:1px solid #e2e8f0;border-top:4px solid #2563eb;text-decoration:none;display:flex;flex-direction:column;gap:8px;transition:border-color .15s,box-shadow .15s,transform .15s;overflow:hidden}.niche-card:hover{border-top-color:#1d4ed8;box-shadow:0 4px 16px rgba(37,99,235,.15);transform:translateY(-2px);text-decoration:none}.niche-card__photo-wrapper{display:none;position:relative;width:calc(100% + 40px);height:130px;max-height:130px;margin:-20px -20px 4px;overflow:hidden;flex-shrink:0}.niche-card__photo{display:block;width:100%;height:100%;object-fit:cover}.niche-card__photo-overlay{position:absolute;bottom:0;left:0;right:0;padding:8px 12px 9px;background:linear-gradient(0deg,rgba(0,0,0,.72) 0,rgba(0,0,0,.1) 75%,transparent)}.niche-card__photo-label{font-size:.88rem;font-weight:700;color:#fff;display:block;line-height:1.2;text-shadow:0 1px 3px rgba(0,0,0,.6)}.niche-card__icon{font-size:1.75rem;line-height:1}.niche-card__title{display:block;font-size:1rem;font-weight:700;color:#1e3a5f}.niche-card__desc{margin:0;font-size:.85rem;color:#64748b;flex:1 1}.niche-card__cta{font-size:.8rem;font-weight:600;color:#2563eb;margin-top:4px}.niche-card__count{font-size:.78rem;font-weight:600;color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:20px;padding:2px 10px;display:inline-block;width:-moz-fit-content;width:fit-content}[data-theme=dark] .niche-card__count{background:#1e3b5e;border-color:#2563eb;color:#93c5fd}.city-featured-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:14px;gap:14px;margin-top:12px}.city-featured-card{display:flex;flex-direction:column;border-radius:10px;border:2px solid #f59e0b;overflow:hidden;text-decoration:none;color:inherit;background:#fff;box-shadow:0 2px 8px rgba(245,158,11,.12);transition:box-shadow .15s,transform .15s}.city-featured-card:hover{box-shadow:0 6px 18px rgba(245,158,11,.22);transform:translateY(-2px)}.city-featured-card__img{width:100%;height:120px;object-fit:cover}.city-featured-card__img--placeholder{background:linear-gradient(135deg,#fef3c7,#fde68a);height:90px}.city-featured-card__body{padding:10px 12px}.city-featured-card__name{font-weight:700;font-size:.9rem;margin:4px 0 2px;color:#1e3a5f}.city-featured-card__phone{font-size:.8rem;color:#64748b;margin:0}@media (prefers-color-scheme:dark){.city-featured-card{background:#1e293b;border-color:#d97706}.city-featured-card__name{color:#e2e8f0}}.spotlight-hero{border:2px solid #f59e0b;border-radius:12px;overflow:hidden;background:linear-gradient(135deg,#fffbeb,#fff);position:relative}.spotlight-hero__badge{background:#f59e0b;color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:4px 14px;display:inline-block}.spotlight-hero__inner{display:flex;gap:24px;padding:20px 24px}.spotlight-hero__img{width:180px;height:130px;object-fit:cover;border-radius:8px;flex-shrink:0}.spotlight-hero__content{flex:1 1}.spotlight-hero__name{font-size:1.3rem;font-weight:700;margin:0 0 4px}.spotlight-hero__tagline{font-size:1rem;color:#b45309;font-weight:600;margin:0 0 6px}.spotlight-hero__desc{font-size:.88rem;color:#64748b;margin:0 0 8px}.spotlight-hero__meta{font-size:.82rem;color:#64748b;margin-bottom:12px;display:flex;gap:8px;flex-wrap:wrap;align-items:center}.spotlight-hero__cta{font-size:.9rem;text-decoration:none}@media (max-width:600px){.spotlight-hero__inner{flex-direction:column;padding:14px 16px}.spotlight-hero__img{width:100%;height:160px}}[data-theme=dark] .spotlight-hero{background:linear-gradient(135deg,#2d1e00,#1e293b);border-color:#b45309}[data-theme=dark] .spotlight-hero__name{color:#f1f5f9}[data-theme=dark] .spotlight-hero__tagline{color:#fbbf24}.cost-estimator-widget{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #bae6fd;border-radius:12px;padding:20px 24px;margin-bottom:28px}.cost-estimator-widget__header{display:flex;align-items:center;gap:8px;margin-bottom:10px}.cost-estimator-widget__icon{font-size:1.2rem}.cost-estimator-widget__title{font-size:.9rem;font-weight:600;color:#0369a1}.cost-estimator-widget__range{font-size:2rem;font-weight:800;color:#0c4a6e;margin-bottom:6px}.cost-estimator-widget__unit{font-size:1rem;font-weight:400;color:#0369a1;margin-left:4px}.cost-estimator-widget__note{font-size:.88rem;color:#0369a1;margin:0 0 6px}.cost-estimator-widget__disclaimer{font-size:.78rem;color:#64748b;margin:0 0 14px}.cost-estimator-widget__cta{font-size:.9rem}[data-theme=dark] .cost-estimator-widget{background:linear-gradient(135deg,#0c1a2e,#0f2744);border-color:#1e40af}[data-theme=dark] .cost-estimator-widget__title{color:#7dd3fc}[data-theme=dark] .cost-estimator-widget__range{color:#e0f2fe}[data-theme=dark] .cost-estimator-widget__note{color:#93c5fd}.best-of__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:20px}.best-of__item{display:flex;align-items:flex-start;gap:16px}.best-of__rank{flex-shrink:0;width:40px;height:40px;border-radius:50%;background:var(--color-primary,#1e3a5f);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;margin-top:12px}.best-of__card{flex:1 1;min-width:0}[data-theme=dark] .best-of__rank{background:#3b82f6}.niche-list{display:grid;grid-gap:10px;gap:10px;margin-top:16px}.niche-list__item{display:grid;grid-template-columns:1fr auto auto;align-items:center;grid-gap:16px;gap:16px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:14px 16px;color:#1e3a5f;text-decoration:none;transition:border-color .15s}.niche-list__item:hover{border-color:#2563eb;text-decoration:none}.niche-list__name{font-weight:600}.niche-list__meta{font-size:.85rem;color:#64748b;display:flex;align-items:center;gap:6px}.niche-list__count-pill{background:#eff6ff;color:#1d4ed8;font-weight:700;font-size:.8rem;padding:2px 8px;border-radius:20px}.niche-list__count-label{color:#64748b;font-size:.8rem}.niche-list__featured-pill{background:#fef3c7;color:#92400e;font-weight:600;font-size:.75rem;padding:2px 8px;border-radius:20px}.niche-list__arrow{color:#94a3b8}.niche-list__item--coming-soon{opacity:.5;cursor:default;background:#f8fafc}.niche-list__item--coming-soon:hover{border-color:#e2e8f0}.city-card__meta{font-size:.8rem;color:#64748b;font-weight:400;margin-left:8px}.city-card--coming-soon{opacity:.5;cursor:default;background:#f8fafc;pointer-events:none}.city-grid--dim{margin-top:12px}.coming-soon-section{margin-top:48px}.coming-soon-section h3{font-size:1rem;color:#64748b;margin-bottom:8px}.directory-layout{display:grid;grid-template-columns:1fr 320px;grid-gap:32px;gap:32px;padding-top:40px;padding-bottom:60px;align-items:start}@media (max-width:768px){.directory-layout{grid-template-columns:1fr}}.directory-layout__main{min-width:0}.directory-layout__sidebar{position:-webkit-sticky;position:sticky;top:72px}.section-title{font-size:1.2rem;color:#1e3a5f;margin:28px 0 16px;display:flex;align-items:baseline;gap:8px}.section-title__count{font-size:.9rem;color:#64748b;font-weight:400}[data-theme=dark] .section-title{color:#e2e8f0}[data-theme=dark] .section-title__count{color:#94a3b8}.listing-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:20px;gap:20px;margin-bottom:24px}.listing-card{background:#fff;border-radius:12px;border:1.5px solid #e2e8f0;overflow:hidden;display:flex;flex-direction:column;position:relative}.listing-card--featured{border-color:#f59e0b;box-shadow:0 4px 14px rgba(245,158,11,.18)}.listing-card__photo{width:100%;height:180px;object-fit:cover;display:block}.listing-card__photo--placeholder{background:linear-gradient(135deg,#dbeafe,#eff6ff);height:120px}.listing-card__body{padding:16px;display:flex;flex-direction:column;gap:8px;flex:1 1}.listing-card__name{margin:0;font-size:1rem;color:#1e3a5f}.listing-card__name a{color:inherit;text-decoration:none}.listing-card__name a:hover{color:#2563eb}.listing-card__address{margin:0;font-size:.82rem;color:#64748b}.listing-card__desc{margin:0;font-size:.85rem;color:#475569;flex:1 1}.listing-card__actions{display:flex;flex-direction:column;gap:7px;margin-top:8px}.listing-card__phone-btn{display:block;width:100%;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.9rem;padding:9px 12px;font-weight:700;letter-spacing:.01em;box-sizing:border-box}.listing-card__actions-primary{display:flex}.listing-card__quote-btn{flex:1 1;text-align:center;white-space:nowrap;font-weight:700}.listing-card__actions-secondary{display:flex;gap:6px}.listing-card__actions-secondary .btn{flex:1 1;white-space:nowrap;font-size:.78rem;padding:5px 6px;text-align:center;min-width:0}.listing-card__save{position:absolute;top:8px;right:8px;background:hsla(0,0%,100%,.9);border:1.5px solid #e2e8f0;border-radius:50%;width:34px;height:34px;font-size:1.15rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;color:#94a3b8;transition:color .15s,border-color .15s,background .15s;z-index:2}.listing-card__save:hover{border-color:#f43f5e;color:#f43f5e;background:#fff}.listing-card__save--saved{color:#f43f5e;border-color:#fecdd3;background:#fff1f2}.badge{position:absolute;top:8px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:3px 8px;border-radius:999px}.badge--featured{left:8px;background:#fef3c7;color:#92400e}.badge--verified{right:8px;background:#d1fae5;color:#065f46;cursor:help;position:relative}.badge--verified:after{content:attr(title);position:absolute;top:calc(100% + 6px);right:0;background:#1e293b;color:#f1f5f9;font-size:.73rem;font-weight:400;line-height:1.4;padding:6px 10px;border-radius:6px;white-space:normal;width:230px;z-index:200;pointer-events:none;opacity:0;transform:translateY(-4px);transition:opacity .15s ease,transform .15s ease}.badge--verified:focus:after,.badge--verified:hover:after{opacity:1;transform:translateY(0)}.quote-form{background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;padding:28px}.quote-form h3{margin:0 0 4px;color:#1e3a5f;font-size:1.2rem;font-weight:700;text-align:center}.quote-form__sub{margin:0 0 20px;font-size:.9rem;color:#64748b;text-align:center}.quote-form__optional{font-size:.78rem;color:#94a3b8;font-weight:400;margin-left:4px}.quote-form__disclaimer{font-size:.75rem;color:#94a3b8;line-height:1.5;margin:16px 0 12px;padding:12px 14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px}.quote-form__disclaimer a{color:#64748b;text-decoration:underline}[data-theme=dark] .quote-form__disclaimer{background:hsla(0,0%,100%,.04);border-color:hsla(0,0%,100%,.1);color:#64748b}[data-theme=dark] .quote-form__disclaimer a{color:#94a3b8}.quote-form__reassurance{font-size:.8rem;color:#64748b;text-align:center;margin:8px 0 4px}[data-theme=dark] .quote-form__reassurance{color:#94a3b8}.form-section{display:grid;grid-gap:14px;gap:14px;padding-bottom:18px;border-bottom:1px solid #f1f5f9}.form-section:last-of-type{border-bottom:none;padding-bottom:0}.form-section h4{margin:0 0 4px;color:#1e3a5f;font-size:.95rem;font-weight:600}.photo-upload{display:grid;grid-gap:10px;gap:10px}.photo-upload input[type=file]{padding:10px 12px;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:10px;cursor:pointer}.photo-upload input[type=file]:focus{outline:2px solid #2563eb;outline-offset:2px;background:#f0f9ff}.photo-list{display:grid;grid-gap:8px;gap:8px}.photo-list__count{margin:0;font-size:.85rem;font-weight:600;color:#64748b}.photo-item{display:flex;justify-content:space-between;align-items:center;background:#f8fafc;padding:8px 12px;border-radius:8px;border-left:3px solid #2563eb}.photo-item__name{font-size:.85rem;color:#1e3a5f;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.photo-item__remove{background:transparent;color:#64748b;border:none;padding:4px 8px;cursor:pointer;font-size:.9rem;border-radius:4px}.photo-item__remove:hover{background:#e2e8f0;color:#1e3a5f}.custom-field{display:grid;grid-gap:6px;gap:6px}.custom-field label{font-weight:600;font-size:.9rem;color:#1e3a5f}.required{color:#dc2626}.quote-count-slider{display:flex;align-items:center;gap:12px;margin-top:8px}.quote-count-slider input[type=number]{width:70px;padding:8px 10px;font-size:.95rem;font-weight:600;text-align:center}.quote-count-label{font-size:.85rem;color:#64748b;font-weight:500}.checkbox-label{display:flex;align-items:flex-start;gap:10px;font-weight:400;cursor:pointer;padding:10px;border-radius:8px;transition:background .15s}.checkbox-label:hover{background:#f8fafc}.checkbox-label input[type=checkbox]{width:20px;height:20px;margin-top:2px;cursor:pointer;flex-shrink:0}.checkbox-label span{flex:1 1;font-size:.9rem;color:#1e3a5f;line-height:1.4}.button-primary{background:#2563eb;color:#fff;border:none;border-radius:10px;padding:12px 20px;font-weight:700;font-size:.95rem;cursor:pointer;transition:background .2s,box-shadow .2s;margin-top:8px}.button-primary:hover{background:#1d4ed8;box-shadow:0 4px 12px rgba(37,99,235,.3)}.button-primary:disabled{opacity:.6;cursor:not-allowed}.quote-form--success{background:#f0fdf4;border-color:#86efac;text-align:center}.quote-form--success h3{color:#15803d}.quote-form--success p{color:#166534;font-size:.9rem}.listing-detail__badges{display:flex;gap:8px;margin-bottom:16px}.listing-detail__badges .badge{position:static;display:inline-block}.listing-detail__photos{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:12px;gap:12px;margin-bottom:24px}.listing-detail__photo{width:100%;height:200px;object-fit:cover;border-radius:10px}.listing-detail__section{margin-bottom:24px}.listing-detail__section h2{font-size:1.1rem;color:#1e3a5f;margin-bottom:8px}.listing-detail__contact{list-style:none;margin:0;padding:0;display:grid;grid-gap:8px;gap:8px}.listing-detail__contact li{font-size:.95rem}.listing-detail__back{margin-top:20px;font-size:.9rem}.listing-sticky-cta{display:none}@media (max-width:768px){.listing-sticky-cta{display:flex;gap:10px;position:fixed;bottom:0;left:0;right:0;z-index:500;background:var(--color-bg,#fff);border-top:1px solid var(--color-border,#e2e8f0);padding:12px 16px;box-shadow:0 -4px 16px rgba(0,0,0,.1)}.listing-sticky-cta__call,.listing-sticky-cta__quote{flex:1 1;text-align:center;padding:12px 8px;font-size:.95rem}}.listing-detail__directions-link{font-size:.85rem;margin-left:8px;color:#2563eb;text-decoration:none;white-space:nowrap}.listing-detail__directions-link:hover{text-decoration:underline}.load-more{display:flex;justify-content:center;margin:24px 0 8px}.load-more__btn{min-width:220px}.multi-quote-cta{margin-bottom:28px;border-radius:10px;overflow:hidden;border:2px solid #2563eb}.multi-quote-cta__banner{display:flex;align-items:center;justify-content:space-between;gap:16px;background:linear-gradient(135deg,#1e40af,#2563eb);padding:20px 24px;flex-wrap:wrap}.multi-quote-cta__text{display:flex;flex-direction:column;gap:4px;color:#fff}.multi-quote-cta__text strong{font-size:1.1rem}.multi-quote-cta__text span{font-size:.9rem;opacity:.9}.multi-quote-cta__btn{white-space:nowrap;background:#fff!important;color:#1e40af!important;border-color:#fff!important;font-weight:700}.multi-quote-cta__btn:hover{background:#eff6ff!important}.multi-quote-cta__form-wrap{padding:20px 24px;background:var(--color-surface,#fff)}[data-theme=dark] .multi-quote-cta__form-wrap{background:var(--color-surface,#1e293b)}.listing-detail__nearby{border-top:1px solid #e2e8f0;padding-top:20px}.nearby-listings{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.nearby-listings__item{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:10px 12px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.nearby-listings__name{font-weight:600;color:#1e40af;text-decoration:none}.nearby-listings__name:hover{text-decoration:underline}.nearby-listings__addr{font-size:.85rem;color:#64748b}.nearby-listings__phone{font-size:.85rem;color:#2563eb;text-decoration:none;margin-left:auto}.nearby-listings__phone:hover{text-decoration:underline}.nearby-listings__see-all{display:inline-block;margin-top:12px;font-size:.9rem;color:#2563eb;text-decoration:none}.nearby-listings__see-all:hover{text-decoration:underline}.listing-detail__hours{width:100%;border-collapse:collapse;font-size:.92rem}.listing-detail__hours td,.listing-detail__hours th{padding:6px 12px;text-align:left;border-bottom:1px solid #e2e8f0}.listing-detail__hours th{width:110px;font-weight:600;color:#1e3a5f}.listing-detail__hours--closed{color:#94a3b8}.listing-detail__services{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:0}.listing-detail__services li{background:#eff6ff;color:#1e40af;border:1px solid #bfdbfe;border-radius:20px;padding:4px 14px;font-size:.85rem;font-weight:500}.listing-detail__zip-intro{font-size:.9rem;color:#64748b;margin-bottom:10px}.zip-chips{display:flex;flex-wrap:wrap;gap:6px}.zip-chip{background:#f1f5f9;border:1px solid #cbd5e1;border-radius:6px;padding:3px 10px;font-size:.82rem;font-family:monospace;color:#334155}.listing-card__meta{font-size:.82rem;color:#64748b;margin:2px 0 4px}.listing-card__zips{font-size:.8rem;color:#64748b;margin:4px 0}.listing-detail__cta-phone{font-weight:600;color:#1e40af}.breadcrumb{font-size:.82rem;margin-bottom:12px}.breadcrumb,.breadcrumb a{color:#93c5fd}.breadcrumb a:hover{color:#fff}.empty-state{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:12px;padding:40px}.empty-state h2{color:#1e3a5f;margin-bottom:8px}[data-theme=dark] .empty-state{background:#142032;border-color:#2d4a6a;color:#94a3b8}[data-theme=dark] .empty-state h2{color:#e2e8f0}[data-theme=dark] .listing-filters__no-results{color:#94a3b8}.modal-overlay{position:fixed;inset:0;background:rgba(15,23,42,.6);z-index:9999;display:flex;align-items:flex-start;justify-content:center;padding:32px 16px;overflow-y:auto}.modal-box{background:#fff;border-radius:14px;box-shadow:0 20px 60px rgba(0,0,0,.25);width:100%;max-width:560px;display:flex;flex-direction:column;max-height:calc(100vh - 64px)}.modal-box--wide{max-width:780px}.modal-box__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid #e2e8f0}.modal-box__title{font-size:1.1rem;font-weight:700;color:#1e3a5f;margin:0}.modal-box__close{background:none;border:none;font-size:1.1rem;cursor:pointer;color:#94a3b8;padding:4px 8px;border-radius:6px;line-height:1}.modal-box__close:hover{color:#1e3a5f;background:#f1f5f9}.modal-box__body{padding:20px 24px;overflow-y:auto;flex:1 1;display:flex;flex-direction:column;gap:20px}.modal-box__footer{padding:16px 24px 20px;border-top:1px solid #e2e8f0;display:flex;gap:10px;justify-content:flex-end}.form-label{display:block;margin-bottom:6px;font-weight:600;font-size:.875rem;color:#374151}.form-input,.form-select,.form-textarea{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:.9rem;font-family:inherit;background-color:#fff;color:#1f2937;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.form-input:hover,.form-select:hover,.form-textarea:hover{border-color:#9ca3af}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.form-textarea{resize:vertical;min-height:100px}.form-field{display:flex;flex-direction:column;gap:4px;margin-bottom:16px}[data-theme=dark] .form-label{color:#cbd5e1}[data-theme=dark] .form-input,[data-theme=dark] .form-select,[data-theme=dark] .form-textarea{background-color:#1a3a52;color:#f1f5f9;border-color:#3d5a7a}[data-theme=dark] .form-input::placeholder,[data-theme=dark] .form-textarea::placeholder{color:#94a3b8}[data-theme=dark] .form-input:focus,[data-theme=dark] .form-select:focus,[data-theme=dark] .form-textarea:focus{border-color:#60a5fa;background-color:#1a3a52;box-shadow:0 0 0 3px rgba(96,165,250,.1)}[data-theme=dark] .cb-editor{background:#1e2d40;border-color:#2d4a6a;color:#e2e8f0}[data-theme=dark] .cb-editor h3{color:#e2e8f0}[data-theme=dark] .cb-editor__form label{color:#cbd5e1}[data-theme=dark] .cb-editor__form input,[data-theme=dark] .cb-editor__form select,[data-theme=dark] .cb-editor__form textarea{background:#142032;border-color:#2d4a6a;color:#e2e8f0}[data-theme=dark] .cb-editor__form input::placeholder,[data-theme=dark] .cb-editor__form textarea::placeholder{color:#64748b}.edit-fieldset{border:1px solid #e2e8f0;border-radius:10px;padding:16px 18px}.edit-fieldset legend{font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b;padding:0 6px}.edit-fieldset--admin{border-color:#fbbf24;background:#fffbeb}.edit-fieldset--admin legend{color:#92400e}.edit-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px;margin-top:12px}@media (max-width:600px){.edit-grid{grid-template-columns:1fr}}.edit-full{grid-column:1/-1}.edit-grid label{display:flex;flex-direction:column;gap:4px;font-size:.85rem;font-weight:600;color:#374151}.edit-grid label input,.edit-grid label select,.edit-grid label textarea{font-size:.88rem;padding:7px 10px;border:1px solid #d1d5db;border-radius:6px;font-family:inherit;color:#1e293b;background:#fff}.edit-grid label input:focus,.edit-grid label select:focus,.edit-grid label textarea:focus{outline:none;border-color:#4361ee;box-shadow:0 0 0 3px rgba(67,97,238,.12)}.edit-hint{font-size:.75rem;font-weight:400;color:#94a3b8}.edit-checkbox{flex-direction:row!important;align-items:center;gap:8px!important;font-weight:500!important;cursor:pointer}.edit-checkbox input[type=checkbox]{width:16px;height:16px;cursor:pointer}.hours-editor{display:flex;flex-direction:column;gap:8px;margin-top:4px}.hours-editor__row{display:flex;align-items:center;gap:12px}.hours-editor__day{width:96px;font-size:.84rem;font-weight:600;color:#374151;flex-shrink:0}.hours-editor__input{flex:1 1;font-size:.85rem;padding:6px 10px;border:1px solid #d1d5db;border-radius:6px;font-family:inherit;color:#1e293b}.hours-editor__input:focus{outline:none;border-color:#4361ee;box-shadow:0 0 0 3px rgba(67,97,238,.12)}.admin-stats{display:flex;gap:24px;margin-bottom:20px}.admin-stat{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:12px 20px;text-align:center;min-width:100px}.admin-stat--warn{border-color:#fbbf24;background:#fffbeb}.admin-stat--highlight{border-color:#4361ee;background:#eef2ff}.admin-stat--highlight .admin-stat__value{color:#4361ee}.admin-stat__value{display:block;font-size:1.8rem;font-weight:700;color:#1e3a5f}.admin-stat--warn .admin-stat__value{color:#b45309}.admin-stat__label{font-size:.78rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em}[data-theme=dark] .admin-stat{background:var(--color-bg-card);border-color:var(--color-border)}[data-theme=dark] .admin-stat__value{color:var(--color-text)}[data-theme=dark] .admin-stat__label{color:var(--color-text-secondary)}[data-theme=dark] .admin-stat--warn{background:#2a1f0d;border-color:#92400e}[data-theme=dark] .admin-stat--warn .admin-stat__value{color:#fbbf24}[data-theme=dark] .admin-stat--highlight{background:#1a2035;border-color:#3b5bdb}[data-theme=dark] .admin-stat--highlight .admin-stat__value{color:#93c5fd}.admin-tabs{display:flex;gap:8px;margin-bottom:20px;flex-wrap:wrap;align-items:center}.admin-tab{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:7px 16px;font-size:.85rem;font-weight:600;color:#475569;cursor:pointer;min-width:100px;text-align:center;white-space:nowrap}.admin-tab--active{background:#1e3a5f;color:#fff;border-color:#1e3a5f}[data-theme=dark] .admin-tab{background:#1e293b;border-color:#334155;color:#cbd5e1}[data-theme=dark] .admin-tab--active{background:#1e3a5f;color:#fff;border-color:#2563eb}.admin-tab__badge{display:inline-flex;align-items:center;justify-content:center;background:#dc2626;color:#fff;border-radius:999px;font-size:.65rem;font-weight:700;min-width:17px;height:17px;padding:0 4px;margin-left:5px;line-height:1;vertical-align:middle}[data-theme=dark] .admin-tab__badge{background:#ef4444}.admin-table-wrap{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;font-size:.9rem;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 1px 4px rgba(0,0,0,.06)}.admin-table th{background:#f1f5f9;text-align:left;padding:10px 14px;font-size:.78rem;text-transform:uppercase;letter-spacing:.05em;color:#64748b}.admin-table td{padding:10px 14px;border-top:1px solid #f1f5f9;vertical-align:middle}.admin-row--busy{opacity:.6;pointer-events:none}.admin-select{border:1px solid #e2e8f0;border-radius:6px;padding:4px 8px;font-size:.85rem;background:#fff;color:#475569}[data-theme=dark] .admin-select{background:#1e293b;border-color:#334155;color:#e2e8f0}[data-theme=dark] .admin-table{background:#1e293b}[data-theme=dark] .admin-table th{background:#0f172a;color:#94a3b8}[data-theme=dark] .admin-table td{border-top-color:#334155;color:#cbd5e1}.status-badge{display:inline-block;padding:3px 10px;border-radius:999px;font-size:.75rem;font-weight:700;text-transform:capitalize}.status-badge--pending{background:#fef3c7;color:#92400e}.status-badge--approved{background:#d1fae5;color:#065f46}.status-badge--rejected{background:#fee2e2;color:#991b1b}.btn--approve{background:#16a34a;color:#fff;font-size:.82rem;padding:5px 12px}.btn--approve:hover{background:#15803d}.btn--reject{background:#dc2626;color:#fff;font-size:.82rem;padding:5px 12px}.btn--reject:hover{background:#b91c1c}.dash-grid{display:flex;flex-direction:column;gap:28px}.dash-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px 24px}.dash-section__title{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin:0 0 16px}.dash-kpi-row{display:flex;flex-wrap:wrap;gap:16px}.dash-kpi{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:14px 20px;min-width:120px;display:flex;flex-direction:column;align-items:center;gap:4px}.dash-kpi--green{background:#f0fdf4;border-color:#bbf7d0}.dash-kpi--warn{background:#fffbeb;border-color:#fde68a}.dash-kpi--gold{background:#fef9ec;border-color:#fcd34d}.dash-kpi__value{font-size:1.75rem;font-weight:800;color:#0f172a;line-height:1}.dash-kpi--green .dash-kpi__value{color:#15803d}.dash-kpi--warn .dash-kpi__value{color:#b45309}.dash-kpi--gold .dash-kpi__value{color:#d97706}.dash-kpi__label{font-size:.75rem;color:#64748b;text-align:center;font-weight:500}@media (prefers-color-scheme:dark){.dash-section{background:#1e293b;border-color:#334155}.dash-kpi{background:#0f172a;border-color:#334155}.dash-kpi--green{background:#052e16;border-color:#166534}.dash-kpi--warn{background:#2d1f04;border-color:#78350f}.dash-kpi--gold{background:#1c1007;border-color:#78350f}.dash-kpi__value{color:#f1f5f9}.dash-kpi__label,.dash-section__title{color:#94a3b8}}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}.pricing-card{background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:2rem;position:relative;display:flex;flex-direction:column;transition:box-shadow .2s}.pricing-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.08)}.pricing-card--featured{border-color:#2563eb;box-shadow:0 4px 20px rgba(37,99,235,.12)}.pricing-badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:#2563eb;color:#fff;font-size:.75rem;font-weight:700;padding:4px 14px;border-radius:999px;white-space:nowrap}.pricing-name{font-size:1.25rem;font-weight:700;margin:0 0 .75rem;color:#1a202c}.pricing-price{margin-bottom:.75rem}.pricing-amount{font-size:2.5rem;font-weight:800;color:#1a202c}.pricing-period{font-size:1rem;color:#718096}.pricing-desc{color:#718096;font-size:.9rem;margin-bottom:1.25rem;flex:1 1}.pricing-features{list-style:none;padding:0;margin:0 0 1.5rem;display:flex;flex-direction:column;gap:.5rem;flex:1 1}.pricing-features li{font-size:.9rem;color:#2d3748;display:flex;align-items:flex-start;gap:.5rem}.pricing-check{color:#16a34a;font-weight:700;flex-shrink:0}.btn--outline{background:transparent;border:2px solid #2563eb;color:#2563eb;font-weight:600}.btn--outline:hover{background:#eff6ff}.sub-current{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:2rem;max-width:400px}.sub-info{display:flex;align-items:center;gap:1rem;margin-top:.5rem}.sub-plan-name{font-size:1.5rem;font-weight:700;color:#1a202c}.photo-upload__grid{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}.photo-upload__thumb{position:relative;width:120px;height:90px;border-radius:6px;overflow:hidden;border:2px solid #e2e8f0}.photo-upload__thumb img{width:100%;height:100%;object-fit:cover}.photo-upload__featured-badge{position:absolute;bottom:0;left:0;right:0;background:rgba(37,99,235,.82);color:#fff;font-size:.65rem;font-weight:600;text-align:center;padding:2px 4px}.photo-upload__remove{position:absolute;top:2px;right:4px;background:rgba(0,0,0,.55);color:#fff;border:none;border-radius:50%;width:20px;height:20px;font-size:1rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.photo-upload__remove:hover{background:rgba(220,38,38,.85)}.photo-upload__add{width:120px;height:90px;border:2px dashed #cbd5e0;border-radius:6px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;color:#718096;font-size:.8rem;gap:4px;transition:border-color .15s}.photo-upload__add:hover{border-color:#2563eb;color:#2563eb}.photo-upload__plus{font-size:1.75rem;line-height:1}.content-block{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:2rem;margin-bottom:1.5rem}[data-theme=dark] .content-block{background:#1e293b;border-color:#334155}.content-block__title{font-size:1.35rem;font-weight:700;color:#1a202c;margin-bottom:1.25rem}[data-theme=dark] .content-block__title{color:#e2e8f0}.content-block__body p{color:#4a5568;line-height:1.7;margin-bottom:.75rem}[data-theme=dark] .content-block__body p{color:#cbd5e0}.content-block__body--markdown h2,.content-block__body--markdown h3{font-weight:700;color:#1a202c;margin:1.25rem 0 .5rem}[data-theme=dark] .content-block__body--markdown h2,[data-theme=dark] .content-block__body--markdown h3{color:#e2e8f0}.content-block__body--markdown h2{font-size:1.15rem}.content-block__body--markdown h3{font-size:1rem}.content-block__body--markdown ol,.content-block__body--markdown ul{padding-left:1.5rem;margin-bottom:.75rem}.content-block__body--markdown li{color:#4a5568;line-height:1.7;margin-bottom:.25rem}[data-theme=dark] .content-block__body--markdown li{color:#cbd5e0}.content-block__body--markdown strong{font-weight:700;color:#1a202c}[data-theme=dark] .content-block__body--markdown strong{color:#e2e8f0}.content-block__body--markdown table{width:100%;border-collapse:collapse;font-size:.9rem;margin-bottom:1rem}.content-block__body--markdown td,.content-block__body--markdown th{border:1px solid #e2e8f0;padding:.5rem .75rem;text-align:left}[data-theme=dark] .content-block__body--markdown td,[data-theme=dark] .content-block__body--markdown th{border:1px solid #4a5568}.content-block__body--markdown th{background:#f8fafc;font-weight:600;color:#1a202c}[data-theme=dark] .content-block__body--markdown th{background:#2d3748;color:#e2e8f0}.content-block__body--markdown td{color:#4a5568}[data-theme=dark] .content-block__body--markdown td{color:#cbd5e0}.faq-list{display:flex;flex-direction:column;gap:.5rem}.faq-item{border:1px solid #e2e8f0;border-radius:6px;overflow:hidden}[data-theme=dark] .faq-item{border:1px solid #4a5568}.faq-item__question{width:100%;background:#f8fafc;border:none;padding:.875rem 1rem;text-align:left;font-size:.95rem;font-weight:600;color:#1a202c;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem}[data-theme=dark] .faq-item__question{background:#2d3748;color:#e2e8f0}.faq-item--open .faq-item__question{background:#ebf4ff;color:#1d4ed8}[data-theme=dark] .faq-item--open .faq-item__question{background:#1e3a8a;color:#93c5fd}.faq-item__icon{font-size:.85rem;flex-shrink:0;transition:transform .2s ease;display:inline-block}.faq-item__icon--open{transform:rotate(180deg)}.faq-item__answer{padding:.875rem 1rem;font-size:.9rem;color:#4a5568;line-height:1.65;border-top:1px solid #e2e8f0}[data-theme=dark] .faq-item__answer{color:#cbd5e0;border-top:1px solid #4a5568}.cb-editor{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.cb-editor__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.cb-editor__form{display:flex;flex-direction:column;gap:.75rem}.cb-editor__form label{display:flex;flex-direction:column;gap:4px;font-size:.875rem;font-weight:600;color:#4a5568}.cb-editor__form input,.cb-editor__form select,.cb-editor__form textarea{padding:.5rem .75rem;border:1px solid #cbd5e0;border-radius:5px;font-size:.9rem;font-family:inherit}.cb-editor__form textarea{resize:vertical;min-height:120px}.cb-list-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px;margin-bottom:.5rem}.cb-list-item__meta{flex:1 1}.cb-list-item__type{font-size:.75rem;font-weight:700;text-transform:uppercase;color:#718096;letter-spacing:.05em}.cb-list-item__title{font-size:.95rem;font-weight:600;color:#1a202c;margin:2px 0 4px}.cb-list-item__preview{font-size:.82rem;color:#718096;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:500px}.cb-list-item__actions{display:flex;gap:.5rem;flex-shrink:0;align-items:center}[data-theme=dark] .cb-list-item{background:#1a2d40;border-color:#2d4a6a}[data-theme=dark] .cb-list-item__type{color:#60a5fa}[data-theme=dark] .cb-list-item__title{color:#e2e8f0}[data-theme=dark] .cb-list-item__preview{color:#94a3b8}[data-theme=dark] code{background:#1e2d40!important;color:#93c5fd}.quality-bar{display:flex;align-items:center;gap:8px;width:120px}.quality-bar__fill{height:8px;border-radius:4px;flex:1 1;max-width:80px;transition:width .3s}.quality-bar__label{font-size:.8rem;font-weight:600;color:#374151;min-width:28px}.claim-cta{margin:1rem 0;padding:.875rem 1rem;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;font-size:.9rem}.claim-cta__pending{color:#2d6a4f;font-weight:500;margin:0}.claim-cta__approved{color:#1a5276;font-weight:500;margin:0}.claim-cta__rejected{color:#e53e3e;margin:0}.btn--link{border:none;color:#4361ee;text-decoration:underline;font-size:inherit;padding:0}.btn--link,.theme-toggle{background:none;cursor:pointer}.theme-toggle{border:1px solid transparent;border-radius:6px;font-size:1.1rem;line-height:1;padding:4px 8px;color:inherit;transition:border-color .15s,background .15s}.theme-toggle:hover{border-color:hsla(0,0%,100%,.4);background:hsla(0,0%,100%,.1)}[data-theme=dark],[data-theme=dark] body{background:#0f172a;color:#e2e8f0}[data-theme=dark] a{color:#7dd3fc}[data-theme=dark] .site-header{background:#1e2d40;border-bottom-color:#2d3f55;box-shadow:0 1px 4px rgba(0,0,0,.4)}[data-theme=dark] .site-header a,[data-theme=dark] .site-header__brand{color:#e2e8f0}[data-theme=dark] .hero{background:linear-gradient(135deg,#0f172a,#1e3a5f)}[data-theme=dark] .section--alt{background:#1e293b}[data-theme=dark] .city-card,[data-theme=dark] .listing-card,[data-theme=dark] .niche-card,[data-theme=dark] .niche-list__item{background:#1e293b;border-color:#334155;color:#e2e8f0}[data-theme=dark] .listing-card__name{color:#f1f5f9}[data-theme=dark] .listing-card__name a{color:#93c5fd}[data-theme=dark] .listing-card__name a:hover{color:#60a5fa}[data-theme=dark] .listing-card__address{color:#94a3b8}[data-theme=dark] .listing-card__desc{color:#cbd5e1}[data-theme=dark] .listing-card__rating{color:#e2e8f0}[data-theme=dark] .listing-card__review-count{color:#94a3b8}[data-theme=dark] .listing-card__license-badge{background:#1e3a5f;color:#93c5fd;border-color:#2563eb}[data-theme=dark] .listing-card__hours-badge--open{color:#4ade80;background:#14532d}[data-theme=dark] .listing-card__hours-badge--closed{color:#fca5a5;background:#7f1d1d}[data-theme=dark] .listing-card__save{background:rgba(30,41,59,.9);border-color:#475569;color:#94a3b8}[data-theme=dark] .listing-card__photo--placeholder{background:linear-gradient(135deg,#1e3a5f,#1e293b)}[data-theme=dark] .niche-card{border-top-color:#3b82f6}[data-theme=dark] .niche-card__title{color:#e2e8f0}[data-theme=dark] .sort-control__select{background:#1e293b;border-color:#475569;color:#e2e8f0}[data-theme=dark] .coming-soon-toggle{color:#94a3b8}[data-theme=dark] .coming-soon-toggle:hover{color:#e2e8f0}[data-theme=dark] .city-card:hover,[data-theme=dark] .listing-card:hover,[data-theme=dark] .niche-card:hover,[data-theme=dark] .niche-list__item:hover{border-color:#60a5fa;box-shadow:0 4px 16px rgba(96,165,250,.2)}[data-theme=dark] .city-card__meta,[data-theme=dark] .listing-card__meta,[data-theme=dark] .niche-list__meta{color:#94a3b8}[data-theme=dark] input,[data-theme=dark] select,[data-theme=dark] textarea{background:#1e293b;border-color:#475569;color:#e2e8f0}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:#64748b}[data-theme=dark] table{background:#1e293b}[data-theme=dark] th{background:#0f172a;color:#94a3b8}[data-theme=dark] tr:nth-child(2n){background:#162032}[data-theme=dark] td{border-bottom-color:#334155}[data-theme=dark] .lead-form,[data-theme=dark] .listing-detail__sidebar,[data-theme=dark] .sidebar__box{background:#1e293b;border-color:#334155}[data-theme=dark] .breadcrumb{color:#94a3b8}[data-theme=dark] .breadcrumb a{color:#7dd3fc}[data-theme=dark] .listing-detail__nearby h2{color:#e2e8f0}[data-theme=dark] .nearby-listings__item{background:#1e293b;border-color:#334155}[data-theme=dark] .nearby-listings__name{color:#93c5fd}[data-theme=dark] .nearby-listings__addr{color:#94a3b8}[data-theme=dark] .nearby-listings__phone,[data-theme=dark] .nearby-listings__see-all{color:#60a5fa}[data-theme=dark] .badge--featured{background:#1e3a5f;color:#60a5fa}[data-theme=dark] .badge--verified{background:#14442c;color:#4ade80}[data-theme=dark] .claim-cta{background:#1e293b;border-color:#334155}[data-theme=dark] .site-footer{background:#0f172a;color:#94a3b8}[data-theme=dark] .admin-panel,[data-theme=dark] .portal-panel{background:#1e293b;border-color:#334155}[data-theme=dark] .section-heading{color:#e2e8f0}[data-theme=dark] .city-card--coming-soon,[data-theme=dark] .niche-list__item--coming-soon{background:#162032}[data-theme=dark] .listing-filters{background:#1e293b;border-color:#334155}[data-theme=dark] .modal__backdrop{background:rgba(0,0,0,.7)}[data-theme=dark] .modal__box{background:#1e293b;border-color:#334155;color:#e2e8f0}[data-theme=dark] .modal-overlay{background:rgba(0,0,0,.7)}[data-theme=dark] .modal-box{background:#1e293b;border-color:#334155;color:#e2e8f0;box-shadow:0 20px 60px rgba(0,0,0,.5)}[data-theme=dark] .modal-box__header{border-bottom-color:#334155}[data-theme=dark] .modal-box__title{color:#e2e8f0}[data-theme=dark] .modal-box__close{color:#94a3b8}[data-theme=dark] .modal-box__close:hover{color:#e2e8f0;background:#334155}[data-theme=dark] .modal-box__footer{border-top-color:#334155}[data-theme=dark] .modal-box__body label{color:#e2e8f0}[data-theme=dark] .modal-backdrop{background:rgba(0,0,0,.7)}[data-theme=dark] .modal{background:#1e293b;color:#e2e8f0;box-shadow:0 20px 60px rgba(0,0,0,.5)}[data-theme=dark] .modal h2{color:#e2e8f0}[data-theme=dark] .modal__sub{color:#94a3b8}[data-theme=dark] .claim-form label{color:#e2e8f0}[data-theme=dark] .claim-form input,[data-theme=dark] .claim-form textarea{background:#0f172a;border-color:#475569;color:#e2e8f0}[data-theme=dark] .claim-form input::placeholder,[data-theme=dark] .claim-form textarea::placeholder{color:#64748b}[data-theme=dark] .edit-grid label{color:#e2e8f0}[data-theme=dark] .edit-grid label input,[data-theme=dark] .edit-grid label select,[data-theme=dark] .edit-grid label textarea{background:#0f172a;border-color:#475569;color:#e2e8f0}[data-theme=dark] .edit-grid label input::placeholder,[data-theme=dark] .edit-grid label select::placeholder,[data-theme=dark] .edit-grid label textarea::placeholder{color:#64748b}[data-theme=dark] .edit-grid label input:focus,[data-theme=dark] .edit-grid label select:focus,[data-theme=dark] .edit-grid label textarea:focus{border-color:#60a5fa;box-shadow:0 0 0 3px rgba(96,165,250,.12)}.modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.55);display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:#fff;border-radius:12px;padding:2rem;width:100%;max-width:520px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.25)}.modal h2{margin-top:0}.modal__sub{color:#64748b;font-size:.9rem;margin-bottom:1.25rem}.claim-form{gap:1rem}.claim-form,.claim-form label{display:flex;flex-direction:column}.claim-form label{gap:.3rem;font-size:.88rem;font-weight:600;color:#374151}.claim-form input,.claim-form textarea{border:1px solid #d1d5db;border-radius:6px;padding:.5rem .75rem;font-size:.9rem;width:100%;box-sizing:border-box}.claim-form textarea{resize:vertical}.claim-form__actions{display:flex;gap:.75rem}.listing-filters{display:flex;gap:12px;margin-bottom:20px;align-items:center;flex-wrap:wrap;position:-webkit-sticky;position:sticky;top:56px;z-index:50;background:#f8fafc;margin-left:-4px;margin-right:-4px;padding:10px 4px}.listing-filters__search{flex:1 1;min-width:200px;padding:.6rem 1rem;border:1.5px solid #d1d5db;border-radius:8px;font-size:.95rem;transition:border-color .15s}.listing-filters__search:focus{outline:none;border-color:#4361ee}.listing-filters__category,.listing-filters__sort{padding:.6rem .75rem;border:1.5px solid #d1d5db;border-radius:8px;background:#fff;font-size:.9rem;cursor:pointer}.listing-card__rating{display:flex;align-items:center;gap:5px;margin:4px 0;font-size:.88rem;color:#374151}.listing-card__stars{color:#f59e0b;letter-spacing:-1px;font-size:1rem}.listing-card__rating-value{font-weight:600}.listing-card__review-count{color:#6b7280;font-size:.82rem}.listing-filters__count{font-size:.88rem;color:#64748b;margin:0 0 12px}.listing-filters__no-results{font-size:.95rem;color:#64748b;padding:2rem 0;text-align:center}[data-theme=dark] .listing-filters{background:#0f172a}.zip-search{margin-top:28px;text-align:left}.zip-search__label{display:block;font-size:.82rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#93c5fd;margin-bottom:8px}.zip-search__row{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.zip-search__input{flex:0 0 140px;padding:10px 14px;border-radius:6px;border:none;font-size:1rem;outline:none;color:#1e293b}.zip-search__input:focus{box-shadow:0 0 0 3px rgba(147,197,253,.5)}.zip-search__niche{flex:1 1 160px;padding:10px 14px;border-radius:6px;border:none;font-size:.95rem;color:#1e293b;background:#fff;cursor:pointer}.niche-combo{position:relative;width:100%;flex:0 1 auto}.niche-combo__input{width:100%;padding:10px 14px;border-radius:6px;border:none;font-size:.95rem;color:#1e293b;background:#fff;box-sizing:border-box;outline:none}.niche-combo__input:focus{box-shadow:0 0 0 3px rgba(147,197,253,.5)}.niche-combo__list{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.12);list-style:none;margin:0;padding:4px 0;max-height:220px;overflow-y:auto;z-index:100}.niche-combo__option{padding:9px 14px;font-size:.95rem;color:#1e293b;cursor:pointer}.niche-combo__option--active,.niche-combo__option:hover{background:#eff6ff;color:#1d4ed8}.niche-combo__option--selected{font-weight:600;color:#1d4ed8}.niche-combo__empty{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:10px 14px;font-size:.9rem;color:#64748b;z-index:100}.zip-search__btn{flex:0 0 auto;padding:10px 20px;font-size:.95rem;font-weight:600}.zip-search__btn:disabled{opacity:.5;cursor:not-allowed}.zip-search__geo{flex:0 0 auto;padding:10px 14px;font-size:1.1rem;line-height:1}.zip-search__error{margin:8px 0 0;font-size:.88rem;color:#fca5a5}.trust-strip{background:#1a3461;padding:13px 20px}.trust-strip__inner{max-width:900px;margin:0 auto;display:flex;justify-content:center;flex-wrap:wrap;gap:6px 20px;align-items:center}.trust-strip__item{font-size:.82rem;font-weight:600;color:#bfdbfe;white-space:nowrap}.trust-strip__dot{color:#3b82f6;font-size:.5rem;line-height:2}.category-tiles{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;margin-top:24px}@media (max-width:900px){.category-tiles{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.category-tiles{grid-template-columns:1fr}}.category-tile{background:#fff;border-radius:16px;padding:0;overflow:hidden;cursor:pointer;text-align:left;border:1px solid #e2e8f0;border-top:4px solid transparent;transition:border-color .15s,box-shadow .15s,transform .15s;display:block;width:100%}.category-tile--entering{animation:categoryFadeIn .5s ease}.category-tile:hover{border-color:#c7d8f8;box-shadow:0 6px 20px rgba(37,99,235,.12);transform:translateY(-2px)}[data-theme=dark] .category-tile{background:#1e293b;border-color:#334155}[data-theme=dark] .category-tile:hover{border-color:#334155}.category-tile__img-wrapper{position:relative;width:100%;height:155px;overflow:hidden;background:#cbd5e1}.category-tile__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:1}.category-tile__img--active{opacity:1}@keyframes categoryFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.solar-spotlight{position:relative;overflow:hidden;background:linear-gradient(135deg,#fefce8,#fffbeb);border-top:1px solid #fde68a;border-bottom:1px solid #fde68a;padding:40px 0}.solar-spotlight:after{content:"";position:absolute;top:-60px;right:-60px;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(251,191,36,.25) 0,transparent 70%);pointer-events:none}.solar-spotlight__inner{display:flex;align-items:center;gap:32px;flex-wrap:wrap}.solar-spotlight__icon{font-size:56px;line-height:1;flex-shrink:0}.solar-spotlight__body{flex:1 1;min-width:260px}.solar-spotlight__badge{display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:700;color:#92400e;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px}.solar-spotlight__pulse{display:inline-block;width:8px;height:8px;border-radius:50%;background:#16a34a;box-shadow:0 0 0 0 rgba(22,163,74,.5);animation:solarPulse 2s ease-in-out infinite;flex-shrink:0}@keyframes solarPulse{0%{box-shadow:0 0 0 0 rgba(22,163,74,.5)}60%{box-shadow:0 0 0 7px rgba(22,163,74,0)}to{box-shadow:0 0 0 0 rgba(22,163,74,0)}}.solar-spotlight__heading{margin:0 0 10px;font-size:22px;font-weight:700;color:#1c1917;line-height:1.3}.solar-spotlight__bullets{list-style:none;margin:0 0 10px;padding:0;display:flex;flex-direction:column;gap:4px}.solar-spotlight__bullets li{font-size:14px;color:#44403c;line-height:1.5}.solar-spotlight__social-proof{font-size:12px;color:#78716c;font-style:italic}.solar-spotlight__cta-col{display:flex;flex-direction:column;align-items:center;gap:8px;flex-shrink:0}.solar-spotlight__btn{display:inline-flex;align-items:center;gap:6px;padding:13px 26px;background:#d97706;color:#fff;border-radius:8px;text-decoration:none;font-weight:600;font-size:15px;white-space:nowrap;box-shadow:0 2px 8px rgba(217,119,6,.35);transition:background .15s,box-shadow .15s,transform .15s}.solar-spotlight__btn:hover{background:#b45309;box-shadow:0 4px 16px rgba(217,119,6,.45);transform:translateY(-1px)}.solar-spotlight__btn:hover .solar-spotlight__arrow{transform:translateX(4px)}.solar-spotlight__arrow{display:inline-block;transition:transform .2s ease}.solar-spotlight__sub{font-size:12px;color:#78716c}@media (max-width:640px){.solar-spotlight__inner{flex-direction:column;align-items:center;text-align:center;gap:20px}.solar-spotlight__bullets{align-items:center}.solar-spotlight__badge{justify-content:center}}.guides-view-all{text-align:center;margin-top:28px}.category-tile__img-overlay{position:absolute;bottom:0;left:0;right:0;padding:10px 14px 9px;background:linear-gradient(0deg,rgba(0,0,0,.78) 0,rgba(0,0,0,.1) 80%,transparent)}.category-tile__name{font-size:.95rem;font-weight:700;color:#fff;margin-bottom:0;display:block;line-height:1.2;text-shadow:0 1px 4px rgba(0,0,0,.55)}[data-theme=dark] .category-tile__name{color:#fff}.category-tile__chips{display:flex;flex-wrap:wrap;gap:6px;padding:12px 14px 14px}.category-tile__chip{font-size:.72rem;background:#eff6ff;color:#1d4ed8;padding:3px 9px;border-radius:20px;border:1px solid #bfdbfe;white-space:nowrap;line-height:1.5}.category-tile__chip--more{background:#f1f5f9;color:#64748b;border-color:#cbd5e1}[data-theme=dark] .category-tile__chip{background:#1e3b5e;border-color:#2563eb;color:#93c5fd}.guides-section{background:#f8fafc}[data-theme=dark] .guides-section{background:#0f172a}.guides-page-hero{background:linear-gradient(135deg,#1e3a5f,#2563eb);color:#fff;padding:64px 0 48px;text-align:center}.guides-page-hero__title{font-size:clamp(1.6rem,4vw,2.4rem);font-weight:800;margin:0 0 12px;color:#fff}.guides-page-hero__sub{font-size:1.05rem;opacity:.88;margin:0 0 28px}.guides-page-hero__search-wrap{max-width:480px;margin:0 auto}.guides-page-hero__search{width:100%;font-size:1rem;padding:12px 18px;border-radius:8px;border:none;background:#fff;color:#1e293b;box-shadow:0 2px 12px rgba(0,0,0,.15)}.guides-page__filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:4px}.guides-page__pill{padding:6px 16px;border-radius:20px;border:1px solid #cbd5e1;background:#fff;color:#475569;font-size:.82rem;font-weight:600;cursor:pointer;transition:background .12s,color .12s,border-color .12s}.guides-page__pill:hover{border-color:#2563eb;color:#2563eb}.guides-page__pill--active{background:#2563eb;border-color:#2563eb;color:#fff}[data-theme=dark] .guides-page__pill{background:#1e293b;border-color:#334155;color:#94a3b8}[data-theme=dark] .guides-page__pill--active{background:#3b82f6;border-color:#3b82f6;color:#fff}.guides-page__empty{text-align:center;padding:48px 0;color:#64748b;font-size:1rem}.guides-page__empty p{margin-bottom:16px}.guides-page__coming-soon{text-align:center;margin-top:36px;font-size:.85rem;color:#94a3b8;font-style:italic}.guides-page__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;margin-top:24px}@media (max-width:900px){.guides-page__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.guides-page__grid{grid-template-columns:1fr}}.guide-card__category{display:inline-flex;align-items:center;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#64748b;margin-bottom:10px}[data-theme=dark] .guide-card__category{color:#94a3b8}.guide-breadcrumb{width:100vw;margin-left:calc(50% - 50vw);padding:10px 20px;background:var(--color-surface,#fff);border-bottom:1px solid var(--color-border,#e2e8f0);font-size:.84rem;color:var(--color-text-muted,#64748b)}.guide-breadcrumb a{color:var(--color-text-muted,#64748b);text-decoration:none}.guide-breadcrumb a:hover{color:#2563eb}.guide-shell__breadcrumb{font-size:.85rem}.guide-shell__hero{width:100vw;margin-left:calc(50% - 50vw);padding:48px 20px 40px}.guide-shell__hero-inner{width:100%;max-width:920px;margin-left:auto;margin-right:auto}.guide-hero{width:100vw;margin-left:calc(50% - 50vw);padding:52px 20px 56px;background:linear-gradient(135deg,#0f2a4a,#1e4e80 58%,#1d6fa4);color:#fff;border-top:4px solid #2563eb}.guide-hero>*{width:100%;max-width:920px;margin-left:auto;margin-right:auto;text-align:center}.guide-hero__title{margin:0 auto 14px;color:#fff;font-size:clamp(1.8rem,5vw,3.1rem);line-height:1.12;font-weight:800;letter-spacing:-.4px;max-width:760px;text-align:center}.guide-hero__subtitle{margin:0 auto;color:hsla(0,0%,100%,.88);font-size:1.1rem;line-height:1.65;max-width:680px}.guide-hero__meta{margin-top:22px;display:flex;flex-wrap:wrap;justify-content:center;gap:14px;color:hsla(0,0%,100%,.76);font-size:.84rem;font-weight:600}.guide-shell__hero .guide-shell__hero-inner{text-align:center}.guide-hero h1,.guide-shell__hero h1{margin-left:auto!important;margin-right:auto!important;text-align:center!important}.guide-hero p,.guide-shell__hero p{margin-left:auto;margin-right:auto;text-align:center}@media (max-width:768px){.guide-breadcrumb{padding:10px 14px;font-size:.8rem;line-height:1.5}.guide-hero{padding:40px 14px 44px}.guide-shell__hero{padding:40px 14px 36px}.guide-hero__title{font-size:clamp(1.55rem,7vw,2.2rem);line-height:1.16;margin-bottom:12px}.guide-hero__subtitle{font-size:1rem;line-height:1.55}.guide-hero__meta{gap:10px;font-size:.78rem;margin-top:18px}.guide-section{padding:28px 14px}.guide-section__title{font-size:clamp(1.2rem,6vw,1.6rem);margin-bottom:8px}.guide-section__intro{font-size:.96rem;line-height:1.55}.guide-table{font-size:.86rem}.guide-table td,.guide-table th{padding:10px}.guide-faq{padding:12px}.guide-faq__question{font-size:.95rem}.guide-faq__answer{font-size:.92rem}}.guide-section{max-width:1100px;margin:0 auto;padding:42px 20px}.guide-section__title{margin:0 0 10px;color:var(--color-text,#111827);font-size:clamp(1.35rem,3vw,2rem);line-height:1.25;font-weight:800}.guide-section__intro{margin:0 0 20px;color:var(--color-text-muted,#64748b);line-height:1.62;font-size:1rem}.guide-table-wrapper{overflow-x:auto;border:1px solid var(--color-border,#e2e8f0);border-radius:12px;background:var(--color-surface,#fff)}.guide-table{width:100%;border-collapse:collapse;font-size:.95rem}.guide-table thead tr{background:#156ea0}.guide-table th{color:#fff;text-align:left;font-size:.82rem;text-transform:uppercase;letter-spacing:.04em;font-weight:700;padding:12px 14px;white-space:nowrap}.guide-table td{padding:12px 14px;border-top:1px solid var(--color-border,#e2e8f0);color:var(--color-text,#1f2937);vertical-align:top}.guide-table tbody tr:nth-child(2n){background:rgba(148,163,184,.08)}[data-theme=dark] .guide-table-wrapper{background:#0f172a;border-color:#334155}[data-theme=dark] .guide-table td{border-top-color:#334155;color:#e2e8f0}[data-theme=dark] .guide-table tbody tr:nth-child(2n){background:rgba(30,41,59,.65)}.guide-red-flags{list-style:none;margin:0;padding:0;display:grid;grid-gap:12px;gap:12px}.guide-red-flags__item{display:flex;align-items:flex-start;gap:10px;color:var(--color-text,#1f2937);line-height:1.58}.guide-red-flags__icon{color:#dc2626;font-size:1.05rem;line-height:1.2;margin-top:1px}.guide-faqs{display:grid;grid-gap:14px;gap:14px}.guide-faq{padding:14px 16px;border:1px solid var(--color-border,#e2e8f0);border-radius:10px;background:var(--color-surface,#fff)}.guide-faq__question{margin:0 0 8px;font-size:1rem;color:var(--color-text,#111827)}.guide-faq__answer{margin:0;color:var(--color-text-muted,#64748b);line-height:1.6}.guide-cities{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}@media (max-width:760px){.guide-cities{grid-template-columns:1fr}}.guide-city-card{display:block;text-decoration:none;border:1px solid var(--color-border,#e2e8f0);border-radius:10px;padding:12px 14px;background:var(--color-surface,#fff)}.guide-city-card__name{display:block;font-weight:700;color:var(--color-text,#1f2937);margin-bottom:4px}.guide-city-card__note{display:block;color:var(--color-text-muted,#64748b);font-size:.88rem;line-height:1.5}.guide-cta-note{margin-top:14px;font-size:.9rem}.guide-cta-note a{color:#2563eb;text-decoration:none;font-weight:600}.guide-cta-note a:hover{text-decoration:underline}[data-theme=dark] .guide-city-card,[data-theme=dark] .guide-faq{background:#0f172a;border-color:#334155}[data-theme=dark] .guide-city-card__name,[data-theme=dark] .guide-faq__question,[data-theme=dark] .guide-red-flags__item{color:#e2e8f0}[data-theme=dark] .guide-city-card__note,[data-theme=dark] .guide-faq__answer{color:#94a3b8}.guide-cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;margin-top:24px}@media (max-width:900px){.guide-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.guide-cards{grid-template-columns:1fr}}.guide-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;transition:box-shadow .15s,transform .15s;text-decoration:none;display:flex;flex-direction:column;animation:categoryFadeIn .45s ease}.guide-card:hover{box-shadow:0 6px 20px rgba(37,99,235,.12);transform:translateY(-2px);border-color:#bfdbfe}[data-theme=dark] .guide-card{background:#1e293b;border-color:#334155}[data-theme=dark] .guide-card:hover{border-color:#3b82f6;box-shadow:0 6px 20px rgba(59,130,246,.15)}.guide-card__accent{height:4px;width:100%;flex-shrink:0}.guide-card__body{padding:18px 20px 16px;flex:1 1;display:flex;flex-direction:column}.guide-card__cat{display:inline-flex;align-items:center;gap:5px;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#64748b;margin-bottom:10px}[data-theme=dark] .guide-card__cat{color:#94a3b8}.guide-card__title{font-size:.92rem;font-weight:700;color:#1e3a5f;line-height:1.45;margin:0 0 10px;flex:1 1}[data-theme=dark] .guide-card__title{color:#e2e8f0}.guide-card__desc{font-size:.82rem;color:#64748b;line-height:1.55;margin:0 0 14px}[data-theme=dark] .guide-card__desc{color:#94a3b8}.guide-card__footer{display:flex;align-items:center;justify-content:space-between;font-size:.8rem;border-top:1px solid #f1f5f9;padding-top:12px;margin-top:auto}[data-theme=dark] .guide-card__footer{border-color:#334155}.guide-card__read-time{color:#94a3b8}.guide-card__cta{color:#2563eb;font-weight:600}[data-theme=dark] .guide-card__cta{color:#60a5fa}.hiw{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px;margin-top:32px}@media (max-width:768px){.hiw{grid-template-columns:1fr;gap:24px}}.hiw__step{text-align:center;position:relative}.hiw__step:not(:last-child):after{content:"";position:absolute;top:23px;right:-16px;width:32px;height:2px;background:linear-gradient(90deg,#bfdbfe,#93c5fd)}@media (max-width:768px){.hiw__step:not(:last-child):after{display:none}}.hiw__num{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-size:1.2rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;box-shadow:0 4px 12px rgba(37,99,235,.3)}.hiw__title{font-size:1rem;font-weight:700;color:#1e293b;margin-bottom:8px}.hiw__body{font-size:.88rem;color:#64748b;line-height:1.6;margin:0}[data-theme=dark] .hiw__title{color:#f1f5f9}[data-theme=dark] .hiw__body{color:#94a3b8}.us-state-map{margin-bottom:28px}.us-state-map__grid{display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(8,1fr);grid-gap:3px;gap:3px;width:100%;max-width:680px;aspect-ratio:12/8}.us-state-map__cell{display:flex;align-items:center;justify-content:center;border-radius:4px;font-size:.6rem;font-weight:700;letter-spacing:.02em;cursor:default;border:none;padding:0;line-height:1;transition:background .15s,transform .1s,box-shadow .1s;font-family:inherit;min-width:0}.us-state-map__cell--uncovered{background:#e2e8f0;color:#94a3b8}.us-state-map__cell--covered{background:#bfdbfe;color:#1e40af;cursor:pointer}.us-state-map__cell--covered:hover{background:#93c5fd;transform:scale(1.12);box-shadow:0 2px 6px rgba(37,99,235,.25);z-index:2;position:relative}.us-state-map__cell--selected{background:#2563eb!important;color:#fff!important;transform:scale(1.12);box-shadow:0 2px 8px rgba(37,99,235,.4);z-index:3;position:relative}.us-state-map__hint{margin-top:10px;font-size:.82rem;color:#64748b}.us-state-map__clear{background:none;border:none;color:#2563eb;cursor:pointer;font-size:.82rem;font-family:inherit;padding:0;text-decoration:underline}.us-state-map__clear:hover{color:#1d4ed8}@media (max-width:767px){.us-state-map{display:none}}[data-theme=dark] .us-state-map__cell--uncovered{background:#334155;color:#64748b}[data-theme=dark] .us-state-map__cell--covered{background:#1e3a5f;color:#93c5fd}[data-theme=dark] .us-state-map__cell--covered:hover{background:#1d4ed8;color:#fff}[data-theme=dark] .us-state-map__cell--selected{background:#3b82f6!important;color:#fff!important}[data-theme=dark] .us-state-map__hint{color:#94a3b8}[data-theme=dark] .us-state-map__clear{color:#60a5fa}.city-tab-bar{display:flex;gap:0;border-bottom:2px solid #e2e8f0;margin-bottom:24px}.city-tab{padding:10px 20px;font-size:.88rem;font-weight:600;background:transparent;color:#64748b;cursor:pointer;border:none;border-bottom:3px solid transparent;margin-bottom:-2px;transition:color .12s;font-family:inherit}.city-tab:hover:not(.city-tab--active){color:#1e3a5f}.city-tab--active{color:#2563eb;border-bottom-color:#2563eb}[data-theme=dark] .city-tab-bar{border-bottom-color:#334155}[data-theme=dark] .city-tab{color:#94a3b8}[data-theme=dark] .city-tab--active{color:#60a5fa;border-bottom-color:#60a5fa}.city-disc__search{display:flex;gap:8px;align-items:center;margin-bottom:20px}.city-disc__input{flex:1 1;padding:10px 14px;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.95rem;color:#1e293b;outline:none;transition:border-color .15s;font-family:inherit}.city-disc__input:focus{border-color:#2563eb;box-shadow:0 0 0 2px rgba(37,99,235,.12)}[data-theme=dark] .city-disc__input{background:#1e293b;border-color:#334155;color:#e2e8f0}.city-disc__state{padding:10px 14px;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.95rem;color:#1e293b;font-family:inherit;background:#fff;cursor:pointer;outline:none;transition:border-color .15s;width:100%;max-width:320px}.city-disc__state:focus{border-color:#2563eb}[data-theme=dark] .city-disc__state{background:#1e293b;border-color:#334155;color:#e2e8f0}.city-disc__browse-all{display:block;text-align:center;margin-top:20px;font-size:.88rem;color:#2563eb;font-weight:600;cursor:pointer;background:none;border:none;font-family:inherit;text-decoration:none}.city-disc__browse-all:hover{text-decoration:underline}.city-disc__no-results{text-align:center;color:#64748b;padding:24px 0;font-size:.9rem}.zip-search__primary{display:flex;gap:8px;align-items:center}.zip-search__input--primary{flex:1 1;min-width:0;padding:12px 16px;border-radius:8px;border:none;font-size:1rem;outline:none;color:#1e293b;font-family:inherit}.zip-search__input--primary:focus{box-shadow:0 0 0 3px rgba(147,197,253,.5)}.zip-search__service-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:10px}.zip-search__service-label{font-size:.78rem;color:#93c5fd;white-space:nowrap;font-weight:500}.zip-search__geo-link{font-size:.82rem;color:#93c5fd;font-weight:500;background:none;border:none;cursor:pointer;padding:0;display:inline-flex;align-items:center;gap:4px;margin-top:10px;font-family:inherit}.zip-search__geo-link:hover{color:#bfdbfe;text-decoration:underline}.zip-search__geo-link:disabled{opacity:.5;cursor:not-allowed}.zip-filter{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:8px 0 16px}.zip-filter__input{flex:0 0 140px;padding:8px 12px;border:1.5px solid #cbd5e1;border-radius:6px;font-size:.9rem;color:#1e293b;outline:none}.zip-filter__input:focus{border-color:#2563eb;box-shadow:0 0 0 2px rgba(37,99,235,.15)}.zip-filter__btn{padding:8px 16px;font-size:.9rem}.zip-filter__btn:disabled{opacity:.4;cursor:not-allowed}.zip-filter__clear{padding:6px 12px;font-size:.82rem;font-weight:600;background:#dbeafe;color:#1d4ed8;border:none;border-radius:20px;cursor:pointer;transition:background .15s}.zip-filter__clear:hover{background:#bfdbfe}.csv-import-panel{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:20px}.csv-import-panel__toggle{cursor:pointer;padding:.75rem 1rem;font-weight:600;font-size:.9rem;color:#374151;list-style:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.csv-import-panel__toggle::-webkit-details-marker{display:none}.csv-import-panel__body{padding:0 1rem 1rem;display:flex;flex-direction:column;gap:.75rem}.csv-import-panel__hint{font-size:.85rem;color:#64748b;margin:0}.csv-import-panel__row{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.csv-import-panel__result{background:#f0fdf4;border:1px solid #86efac;border-radius:6px;padding:.75rem 1rem;font-size:.88rem;color:#166534}.csv-import-panel__errors{margin:.5rem 0 0;padding-left:1.25rem;color:#dc2626}.csv-import-panel__errors li{font-size:.82rem}[data-theme=dark] .niche-card__cta{color:#60a5fa}.btn--accent{background:#16a34a;color:#fff;border:none}.btn--accent:hover{background:#15803d;color:#fff;text-decoration:none}.btn--share{background:hsla(0,0%,100%,.18);color:#fff;border:1.5px solid hsla(0,0%,100%,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.btn--share:hover{background:hsla(0,0%,100%,.28);color:#fff}.listing-detail__hero-actions{display:flex;gap:10px;margin-top:16px;flex-wrap:wrap}.btn--share--saved{background:rgba(244,63,94,.25);border-color:rgba(244,63,94,.6);color:#fff}.listing-card__quote-btn{font-size:.82rem;padding:8px 12px;flex-shrink:0}.quote-drawer{position:fixed;inset:0;z-index:1200;display:flex;align-items:flex-end;justify-content:center}.quote-drawer__backdrop{position:absolute;inset:0;background:rgba(15,23,42,.55);cursor:pointer}.quote-drawer__panel{position:relative;width:100%;max-width:560px;background:#fff;border-radius:20px 20px 0 0;box-shadow:0 -8px 40px rgba(0,0,0,.2);max-height:90vh;overflow-y:auto;display:flex;flex-direction:column;outline:none;animation:drawer-slide-up .22s ease-out}@keyframes drawer-slide-up{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.quote-drawer__header{display:flex;align-items:flex-start;justify-content:space-between;padding:20px 20px 0;gap:12px}.quote-drawer__title{font-size:1.15rem;font-weight:700;color:#1e3a5f;margin:0 0 2px}.quote-drawer__subtitle{font-size:.88rem;color:#64748b;margin:0;flex:1 1}.quote-drawer__close{background:#f1f5f9;border:none;border-radius:50%;width:32px;height:32px;font-size:.9rem;cursor:pointer;color:#64748b;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:0;line-height:1}.quote-drawer__close:hover{background:#e2e8f0;color:#1e3a5f}.quote-drawer__body{padding:16px 20px 24px}.quote-drawer__body .quote-form{border:none;padding:0;background:transparent}.sidebar__box{background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;padding:16px 18px}.sidebar__box--stats{border-top:4px solid #2563eb;display:flex;flex-direction:column;gap:12px}.sidebar__stat{margin:0;display:flex;flex-direction:column;gap:2px}.sidebar__stat-value{font-size:1.5rem;font-weight:800;color:#1e3a5f;line-height:1}.sidebar__stat-label{font-size:.78rem;color:#64748b;text-transform:uppercase;letter-spacing:.04em}[data-theme=dark] .sidebar__box{background:#1e293b;border-color:#334155}[data-theme=dark] .sidebar__stat-value{color:#e2e8f0}[data-theme=dark] .sidebar__stat-label{color:#94a3b8}.sidebar__box--related{border-top:3px solid #0ea5e9}.sidebar__box--related-services{border-top:3px solid #06b6d4;margin-top:16px}.sidebar__box-title{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin:0 0 12px}[data-theme=dark] .sidebar__box-title{color:#94a3b8}.related-niches{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.related-niches__link{display:flex;align-items:center;gap:6px;font-size:.88rem;color:#1d4ed8;text-decoration:none;padding:4px 0;border-bottom:1px solid #f1f5f9;transition:color .15s}.related-niches__link:before{content:"›";font-size:1rem;color:#94a3b8}.related-niches__link:hover{color:#1e40af}[data-theme=dark] .related-niches__link{color:#60a5fa;border-color:#1e293b}.listing-card__hours-badge{display:inline-block;font-size:.75rem;font-weight:700;padding:2px 9px;border-radius:20px}.listing-card__hours-badge--open{color:#15803d;background:#dcfce7}.listing-card__hours-badge--closed{color:#b91c1c;background:#fee2e2}.listing-card__badges-row{display:flex;flex-wrap:wrap;gap:6px;align-items:center;margin-bottom:4px}.listing-card__license-badge{display:inline-block;font-size:.75rem;font-weight:600;padding:2px 8px;border-radius:20px;background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;cursor:default}.back-to-top{position:fixed;bottom:28px;right:24px;z-index:900;width:44px;height:44px;border-radius:50%;background:#1e3a5f;color:#fff;border:none;font-size:1.2rem;cursor:pointer;box-shadow:0 4px 16px rgba(0,0,0,.25);display:flex;align-items:center;justify-content:center;padding:0;transition:background .15s,transform .15s}.back-to-top:hover{background:#2563eb;transform:translateY(-2px)}[data-theme=dark] .back-to-top{background:#334155;color:#e2e8f0}[data-theme=dark] .back-to-top:hover{background:#1d4ed8}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:9000;background:#1e293b;color:#e2e8f0;padding:16px 24px;display:flex;align-items:center;gap:16px;flex-wrap:wrap;box-shadow:0 -4px 16px rgba(0,0,0,.3);border-top:2px solid #334155}.cookie-banner__text{flex:1 1;margin:0;font-size:.875rem;color:#cbd5e1;min-width:200px}.cookie-banner__link{color:#60a5fa;text-decoration:underline}.cookie-banner__actions{display:flex;gap:8px;flex-shrink:0}.cookie-banner__btn{font-size:.85rem;padding:6px 18px}[data-theme=light] .cookie-banner{background:#f8fafc;color:#1e293b;border-top-color:#e2e8f0;box-shadow:0 -4px 16px rgba(0,0,0,.08)}[data-theme=light] .cookie-banner__text{color:#475569}.related-searches{border-top:1px solid var(--color-border,#e5e7eb);padding-top:32px}.related-searches__title{font-size:1.1rem;font-weight:700;margin-bottom:16px;color:var(--color-heading,#1e293b)}.related-searches__list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:8px}.related-searches__tag{display:inline-block;padding:6px 14px;font-size:.82rem;border-radius:20px;background:var(--color-surface,#f1f5f9);color:var(--color-text,#334155);border:1px solid var(--color-border,#e2e8f0);line-height:1.4}[data-theme=dark] .related-searches__title{color:#f1f5f9}[data-theme=dark] .related-searches__tag{background:#1e293b;color:#e2e8f0;border-color:#334155}.list-cta-banner{background:linear-gradient(135deg,#1d4ed8,#2563eb 60%,#0ea5e9);color:#fff;padding:56px 24px;margin-top:40px}.list-cta-banner__inner{max-width:900px;margin:0 auto;display:flex;align-items:center;gap:40px;flex-wrap:wrap}.list-cta-banner__text{flex:1 1 340px}.list-cta-banner__heading{font-size:1.6rem;font-weight:700;margin:0 0 12px;line-height:1.25}.list-cta-banner__sub{font-size:1rem;opacity:.9;margin:0;line-height:1.6}.list-cta-banner__actions{display:flex;gap:12px;flex-wrap:wrap;flex-shrink:0}.list-cta-banner__actions .btn--primary{background:#fff;color:#1d4ed8;border:2px solid #fff;font-weight:700}.list-cta-banner__actions .btn--primary:hover{background:#eff6ff}.list-cta-banner__learn-more{border-color:hsla(0,0%,100%,.7)!important;color:#fff!important}.list-cta-banner__learn-more:hover{background:hsla(0,0%,100%,.1)!important}.listing-card__compare-btn{font-size:.8rem;padding:4px 12px}.listing-card__compare-btn--active{background:#eff6ff;border-color:#1d4ed8;color:#1d4ed8;font-weight:600}.listing-card__share-btn{font-size:.8rem;padding:4px 12px}.compare-toolbar{position:fixed;bottom:0;left:0;right:0;z-index:800;background:#1e293b;color:#f1f5f9;padding:12px 16px;box-shadow:0 -4px 20px rgba(0,0,0,.25);animation:slide-up-subtle .2s ease}@keyframes slide-up-subtle{0%{transform:translateY(100%)}to{transform:translateY(0)}}.compare-toolbar__inner{max-width:960px;margin:0 auto;display:flex;align-items:center;gap:16px;flex-wrap:wrap}.compare-toolbar__label{font-size:.88rem;color:#94a3b8;flex-shrink:0}.compare-toolbar__names{display:flex;gap:8px;flex:1 1;flex-wrap:wrap}.compare-toolbar__chip{background:#334155;color:#e2e8f0;border-radius:20px;padding:3px 12px;font-size:.83rem;font-weight:600}.compare-toolbar__actions{display:flex;gap:8px;flex-shrink:0}.compare-toolbar__actions .btn--outline{border-color:#475569;color:#cbd5e1}.compare-toolbar__actions .btn--outline:hover{border-color:#94a3b8}.compare-drawer{position:fixed;inset:0;z-index:1000;display:flex;flex-direction:column;justify-content:flex-end}.compare-drawer__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.55)}.compare-drawer__panel{position:relative;background:#fff;border-radius:20px 20px 0 0;max-height:85vh;display:flex;flex-direction:column;animation:drawer-slide-up .28s cubic-bezier(.4,0,.2,1)}.compare-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e2e8f0;flex-shrink:0}.compare-drawer__title{font-size:1.1rem;font-weight:700;margin:0}.compare-drawer__close{background:#f1f5f9;border:none;font-size:1rem;cursor:pointer;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.compare-drawer__close:hover{background:#e2e8f0}.compare-drawer__body{overflow-y:auto;overflow-x:auto;-webkit-overflow-scrolling:touch;padding:16px 20px 32px;flex:1 1}.compare-grid{display:grid;grid-template-columns:120px 1fr 1fr;grid-gap:1px;gap:1px;background:#e2e8f0;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;min-width:480px}.compare-grid>*{background:#fff;padding:10px 12px}.compare-grid__label-col{background:#f8fafc}.compare-grid__listing-header{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;background:#f8fafc;padding:14px 12px}.compare-grid__photo{width:80px;height:60px;object-fit:cover;border-radius:8px}.compare-grid__photo--placeholder{background:#e2e8f0}.compare-grid__name{font-weight:700;font-size:.9rem;margin:0}.compare-grid__name a{color:#1d4ed8;text-decoration:none}.compare-grid__row-label{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#64748b;background:#f8fafc;display:flex;align-items:center}.compare-grid__cell{font-size:.88rem;color:#1e293b;display:flex;flex-direction:column;align-items:flex-start;gap:4px}.compare-grid__cell--empty{color:#94a3b8}[data-theme=dark] .compare-drawer__panel{background:#1e293b;color:#e2e8f0}[data-theme=dark] .compare-grid{background:#334155;border-color:#334155}[data-theme=dark] .compare-grid>*{background:#1e293b}[data-theme=dark] .compare-grid__listing-header,[data-theme=dark] .compare-grid__row-label{background:#0f172a}[data-theme=dark] .compare-grid__cell{color:#e2e8f0}[data-theme=dark] .compare-grid__cell--empty{color:#64748b}[data-theme=dark] .compare-drawer__header{border-color:#334155}[data-theme=dark] .compare-drawer__close{background:#334155;color:#e2e8f0}[data-theme=dark] .compare-drawer__close:hover{background:#475569}[data-theme=dark] .niche-combo__input{background:#1e293b;color:#e2e8f0;border:none}[data-theme=dark] .niche-combo__list{background:#1e293b;border-color:#334155}[data-theme=dark] .niche-combo__option{color:#e2e8f0}[data-theme=dark] .niche-combo__option--active,[data-theme=dark] .niche-combo__option:hover{background:#1d4ed8;color:#fff}[data-theme=dark] .niche-combo__option--selected{color:#93c5fd}[data-theme=dark] .niche-combo__empty{background:#1e293b;border-color:#334155;color:#94a3b8}[data-theme=dark] .quote-drawer__panel{background:#1e293b}[data-theme=dark] .quote-drawer__title{color:#e2e8f0}[data-theme=dark] .quote-drawer__subtitle{color:#94a3b8}[data-theme=dark] .quote-drawer__close{background:#334155;color:#94a3b8}[data-theme=dark] .quote-drawer__close:hover{background:#475569;color:#e2e8f0}[data-theme=dark] .quote-drawer__body .quote-form h3{color:#e2e8f0}[data-theme=dark] .quote-form{background:#142032;border-color:#2d4a6a}[data-theme=dark] .quote-form h3{color:#e2e8f0}[data-theme=dark] .quote-form__sub{color:#94a3b8}[data-theme=dark] .form-section{border-bottom-color:#1e3a5f}[data-theme=dark] .form-section h4{color:#e2e8f0}[data-theme=dark] .form-section label{color:#cbd5e1}[data-theme=dark] .form-section input,[data-theme=dark] .form-section select,[data-theme=dark] .form-section textarea{background:#0f172a;border-color:#2d4a6a;color:#e2e8f0}[data-theme=dark] .form-section input::placeholder,[data-theme=dark] .form-section textarea::placeholder{color:#64748b}[data-theme=dark] .photo-upload input[type=file]{background:#0f172a;border-color:#2d4a6a;color:#e2e8f0}[data-theme=dark] .photo-item{background:#0f172a;border-left-color:#4361ee}[data-theme=dark] .photo-item__name{color:#e2e8f0}[data-theme=dark] .custom-field label{color:#cbd5e1}.city-niche-search{margin-top:20px;display:flex;flex-direction:column;gap:6px;max-width:400px;overflow:visible}.city-niche-search__label{font-size:.82rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#93c5fd}.city-top-services{margin-top:18px}.city-hero-intro{margin-top:14px;padding:10px 12px;border-radius:10px;background:rgba(15,23,42,.24);border:1px solid rgba(191,219,254,.22)}.city-hero-intro__lead{margin:0 0 8px;color:#dbeafe;font-size:.93rem}.city-hero-intro__list{margin:0;padding-left:18px}.city-hero-intro__item{color:#bfdbfe;font-size:.84rem;line-height:1.4;margin:2px 0}.city-top-services__label{margin:0 0 8px;font-size:.82rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#bfdbfe}.city-top-services__links{display:flex;flex-wrap:wrap;gap:8px}.city-top-services__link{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;border:1px solid rgba(191,219,254,.35);background:hsla(0,0%,100%,.08);color:#eff6ff;font-size:.86rem;text-decoration:none}.city-top-services__link:hover{border-color:rgba(191,219,254,.6);background:hsla(0,0%,100%,.14);text-decoration:none}@media (max-width:640px){.city-top-services{margin-top:12px}.city-top-services__links{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.city-top-services__link{flex:0 0 auto;white-space:nowrap;font-size:.8rem;padding:6px 9px}.city-hero-intro{margin-top:10px;padding:8px 10px}.city-hero-intro__item:nth-child(n+3){display:none}}.vet-page{padding-bottom:80px}.vet-page__hero{background:linear-gradient(135deg,#1a202c,#2d3748);color:#fff;padding:56px 0 48px}.vet-page__title{font-size:2.2rem;font-weight:800;margin:16px 0 12px;line-height:1.2}.vet-page__lead{font-size:1.1rem;line-height:1.6;opacity:.88;max-width:680px;margin:0}.vet-page__section{padding:56px 0;border-bottom:1px solid var(--color-border,#e2e8f0)}.vet-page__section:last-child{border-bottom:none}.vet-page__section h2{font-size:1.6rem;font-weight:700;margin:0 0 20px}.vet-page__section p{font-size:1rem;line-height:1.7;margin:0 0 16px;color:var(--color-text-secondary,#4a5568)}.vet-checks{display:flex;flex-direction:column;gap:32px;margin-top:8px}.vet-check{display:flex;gap:20px;align-items:flex-start}.vet-check__icon{flex-shrink:0;width:36px;height:36px;border-radius:50%;background:#38a169;color:#fff;font-size:1.1rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin-top:2px}.vet-check__body h3{font-size:1.05rem;font-weight:700;margin:0 0 6px;color:var(--color-text,#1a202c)}.vet-check__body p{font-size:.95rem;line-height:1.65;color:var(--color-text-secondary,#4a5568);margin:0}.vet-limits{display:flex;flex-direction:column;gap:28px;margin-top:8px}.vet-limit h3{font-size:1rem;font-weight:700;margin:0 0 6px;color:var(--color-text,#1a202c)}.vet-limit p{font-size:.95rem;line-height:1.65;color:var(--color-text-secondary,#4a5568);margin:0}.vet-faqs{display:flex;flex-direction:column;gap:28px;margin-top:8px}.vet-faq h3{font-size:1rem;font-weight:700;margin:0 0 6px;color:var(--color-text,#1a202c)}.vet-faq p{font-size:.95rem;line-height:1.65;color:var(--color-text-secondary,#4a5568);margin:0}.vet-page__section--cta{background:#f7fafc}.vet-cta{display:flex;flex-direction:column;gap:24px;align-items:flex-start}.vet-cta__text h2{font-size:1.5rem;font-weight:700;margin:0 0 12px}.vet-cta__text p{font-size:1rem;line-height:1.6;margin:0 0 24px}.vet-cta__actions{display:flex;gap:12px;flex-wrap:wrap}@media (min-width:640px){.vet-cta{flex-direction:row;align-items:center;justify-content:space-between}.vet-cta__text{flex:1 1}}.contractor-cta-section{background:linear-gradient(135deg,#1a365d,#2a4a7f);color:#fff;padding:72px 0}.contractor-cta{display:grid;grid-template-columns:1fr;grid-gap:48px;gap:48px;align-items:center}.contractor-cta__eyebrow{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#90cdf4;margin:0 0 12px}.contractor-cta__heading{font-size:1.9rem;font-weight:800;line-height:1.2;margin:0 0 16px;color:#fff}.contractor-cta-section .contractor-cta__heading{color:#fff}.contractor-cta__sub{font-size:1.05rem;line-height:1.65;color:#bee3f8;margin:0 0 28px}.contractor-cta__benefits{list-style:none;margin:0 0 32px;padding:0;display:flex;flex-direction:column;gap:12px}.contractor-cta__benefits li{display:flex;align-items:flex-start;gap:10px;font-size:.97rem;line-height:1.5;color:#e2e8f0}.contractor-cta__check{flex-shrink:0;width:20px;height:20px;border-radius:50%;background:#48bb78;color:#fff;font-size:.7rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin-top:2px}.contractor-cta__actions{display:flex;gap:12px;flex-wrap:wrap}.contractor-cta__badge{display:none}.contractor-cta__badge-inner{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:16px;padding:32px 28px;text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;flex-direction:column;align-items:center;gap:6px;min-width:220px}.contractor-cta__badge-icon{font-size:2rem;margin-bottom:8px}.contractor-cta__badge-icon-sm{font-size:1.4rem;margin-top:6px}.contractor-cta__badge-stat{font-size:2.6rem;font-weight:900;color:#fff;line-height:1}.contractor-cta__badge-label{font-size:.8rem;color:#bee3f8;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.contractor-cta__badge-divider{width:48px;height:1px;background:hsla(0,0%,100%,.25);margin:8px 0}@media (min-width:900px){.contractor-cta{grid-template-columns:1fr auto}.contractor-cta__badge{display:block}}.testimonials-section{background:var(--color-bg-alt,#f8fafc)}.testimonials-grid{display:grid;grid-template-columns:1fr;grid-gap:1.25rem;gap:1.25rem}@media (min-width:640px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:960px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background:var(--color-card-bg,#fff);border:1px solid var(--color-border,#e2e8f0);border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}.testimonial-card__stars{color:#f59e0b;font-size:1.1rem;letter-spacing:.05em}.testimonial-card__quote{margin:0;font-size:.9375rem;line-height:1.6;color:var(--color-text,#1e293b);font-style:italic}.testimonial-card__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--color-text-muted,#64748b)}.testimonial-card__name{font-weight:600;color:var(--color-text,#1e293b)}.testimonial-card__separator{opacity:.4}.testimonial-card__service{color:var(--color-primary,#2563eb)}[data-theme=dark] .testimonial-card{background:var(--color-card-bg-dark,#1e293b);border-color:var(--color-border-dark,#334155)}[data-theme=dark] .testimonial-card__quote{color:#e2e8f0}[data-theme=dark] .testimonial-card__name{color:#f1f5f9}.pricing-contact-link{background:none;border:none;padding:0;margin:0;color:#2b6cb0;font-size:inherit;font-family:inherit;font-weight:inherit;cursor:pointer;text-decoration:underline;border-radius:0}.pricing-contact-link:hover{color:#1a4a8a;background:none}.pricing-toggle-section{padding:2.5rem 1rem 0;text-align:center}.pricing-toggle{display:inline-flex;background:#f1f5f9;border-radius:999px;padding:4px;gap:4px}.pricing-toggle__btn{background:transparent;border:none;padding:8px 20px;border-radius:999px;font-size:.9rem;font-weight:600;cursor:pointer;color:#64748b;transition:background .15s,color .15s;display:flex;align-items:center;gap:8px}.pricing-toggle__btn--active{background:#fff;color:#1a202c;box-shadow:0 1px 4px rgba(0,0,0,.1)}.pricing-toggle__save{background:#16a34a;color:#fff;font-size:.7rem;font-weight:700;padding:2px 8px;border-radius:999px}.pricing-annual-note{font-size:.8rem;color:#64748b;margin:-.25rem 0 .75rem}[data-theme=dark] .pricing-toggle{background:#1e293b}[data-theme=dark] .pricing-toggle__btn--active{background:#334155;color:#f1f5f9}.pricing-addon-callout{margin-top:1.5rem;background:linear-gradient(135deg,#fffbeb,#fef3c7);border:1.5px solid #f59e0b;border-radius:12px;padding:1.25rem 1.5rem}.pricing-addon-callout__inner{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.pricing-addon-callout__label{display:inline-block;background:#f59e0b;color:#fff;font-size:.7rem;font-weight:700;padding:2px 8px;border-radius:999px;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}.pricing-addon-callout__name{display:block;font-size:1.05rem;margin:2px 0 4px;color:#92400e}.pricing-addon-callout__desc{font-size:.88rem;color:#78350f;margin:0}.pricing-addon-callout__cta{flex-shrink:0;white-space:nowrap}[data-theme=dark] .pricing-addon-callout{background:#1c1a10;border-color:#b45309}[data-theme=dark] .pricing-addon-callout__name{color:#fcd34d}[data-theme=dark] .pricing-addon-callout__desc{color:#fde68a}.pricing-trial-note{text-align:center;margin-top:1.5rem;color:#718096;font-size:.9rem}.pricing-compare-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.pricing-compare-table{width:100%;border-collapse:collapse;min-width:540px}.pricing-compare-table thead th{padding:.75rem 1rem;text-align:center;font-size:.95rem;font-weight:700;background:#f8fafc;border-bottom:2px solid #e2e8f0}.pricing-compare-label-th{text-align:left!important;color:#64748b;font-weight:600!important}.pricing-compare-th--highlight{background:#eff6ff!important;color:#2563eb!important}.pricing-compare-popular{color:#2563eb}.pricing-compare-table tbody tr{border-bottom:1px solid #f1f5f9;transition:background .1s}.pricing-compare-table tbody tr:hover{background:#f8fafc}.pricing-compare-label{font-weight:500}.pricing-compare-cell,.pricing-compare-label{padding:.75rem 1rem;font-size:.88rem;color:#374151}.pricing-compare-cell{text-align:center}.pricing-compare-cell--highlight{background:rgba(37,99,235,.04)}.pricing-compare-check{color:#16a34a;font-weight:700;font-size:1rem}.pricing-compare-dash{color:#cbd5e0}.pricing-compare-cta-row td{padding:1rem}.btn--sm{font-size:.82rem;padding:6px 14px;border-radius:6px}[data-theme=dark] .pricing-compare-table thead th{background:#1e293b;border-bottom-color:#334155;color:#e2e8f0}[data-theme=dark] .pricing-compare-th--highlight{background:#1e3a5f!important}[data-theme=dark] .pricing-compare-table tbody tr:hover{background:#1e293b}[data-theme=dark] .pricing-compare-cell,[data-theme=dark] .pricing-compare-label{color:#cbd5e0}[data-theme=dark] .pricing-compare-cell--highlight{background:rgba(37,99,235,.08)}.pricing-lead-explainer{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);padding:3.5rem 1rem;margin:3rem 0}.pricing-lead-explainer h2{text-align:center;margin-bottom:.5rem}.pricing-lead-explainer__sub{text-align:center;color:#475569;margin-bottom:2rem;max-width:520px;margin-left:auto;margin-right:auto}.pricing-lead-explainer__grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem;max-width:700px;margin:0 auto 1.5rem}@media (max-width:580px){.pricing-lead-explainer__grid{grid-template-columns:1fr}}.pricing-lead-card{background:#fff;border:2px solid #bae6fd;border-radius:12px;padding:1.5rem}.pricing-lead-card--exclusive{border-color:#a7f3d0;background:#fff}.pricing-lead-card__icon{font-size:1.75rem;margin-bottom:.5rem}.pricing-lead-card h3{font-size:1.05rem;font-weight:700;margin-bottom:.5rem;color:#0f172a}.pricing-lead-card p{font-size:.88rem;color:#475569;line-height:1.5;margin:0}.pricing-lead-card__stat{margin-top:.75rem!important;font-weight:700;color:#0284c7!important;font-size:.9rem!important}.pricing-lead-card--exclusive .pricing-lead-card__stat{color:#059669!important}.pricing-lead-explainer__note{text-align:center;font-size:.88rem;color:#475569;max-width:580px;margin:0 auto}[data-theme=dark] .pricing-lead-explainer{background:linear-gradient(135deg,#0c1a2e,#0f2944)}[data-theme=dark] .pricing-lead-explainer__note,[data-theme=dark] .pricing-lead-explainer__sub{color:#94a3b8}[data-theme=dark] .pricing-lead-card{background:#1e293b;border-color:#334155}[data-theme=dark] .pricing-lead-card h3{color:#f1f5f9}[data-theme=dark] .pricing-lead-card p{color:#94a3b8}.pricing-social-proof{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;padding:2rem 1rem;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.pricing-social-proof__stat{text-align:center}.pricing-social-proof__number{display:block;font-size:1.75rem;font-weight:800;color:#1a202c}.pricing-social-proof__label{display:block;font-size:.8rem;color:#718096;margin-top:2px}[data-theme=dark] .pricing-social-proof{background:#1e293b;border-color:#334155}[data-theme=dark] .pricing-social-proof__number{color:#f1f5f9}[data-theme=dark] .pricing-social-proof__label{color:#94a3b8}.pricing-faq{display:flex;flex-direction:column;gap:0;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden}.pricing-faq-item{border-bottom:1px solid #e2e8f0}.pricing-faq-item:last-child{border-bottom:none}.pricing-faq-item__toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;background:none;border:none;cursor:pointer;text-align:left;font-size:.95rem;font-weight:600;color:#1a202c;font-family:inherit;transition:background .1s}.pricing-faq-item__toggle:hover{background:#f8fafc}.pricing-faq-item__icon{flex-shrink:0;font-size:.9rem;color:#64748b;transition:transform .2s;display:inline-block}.pricing-faq-item__icon--open{transform:rotate(180deg)}.pricing-faq-item__answer{padding:.75rem 1.25rem 1rem;font-size:.9rem;color:#4a5568;line-height:1.6;margin:0;background:#fafbfc}.pricing-faq-contact{text-align:center;margin-top:1.5rem;color:#718096}[data-theme=dark] .pricing-faq{border-color:#334155}[data-theme=dark] .pricing-faq-item{border-bottom-color:#334155}[data-theme=dark] .pricing-faq-item__toggle{color:#f1f5f9}[data-theme=dark] .pricing-faq-item__toggle:hover{background:#1e293b}[data-theme=dark] .pricing-faq-item__answer{background:#1a2332;color:#94a3b8}.sidebar__stat--highlight .sidebar__stat-value{color:#e53e3e}.sidebar__stat--highlight .sidebar__stat-label{color:#e53e3e;font-weight:600}.edit-label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:4px}.edit-city-checkboxes{display:flex;flex-wrap:wrap;gap:8px 16px;margin-top:8px;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;background:#f9fafb}.edit-city-checkbox{display:flex;align-items:center;gap:6px;font-size:.875rem;color:#374151;cursor:pointer}.city-multiselect{margin-top:8px;display:flex;flex-direction:column;gap:8px}.city-multiselect__input-row{position:relative;display:flex;gap:8px}.city-multiselect__search{flex:1 1;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;background:#fff;color:#111827}.city-multiselect__search:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.15)}.city-multiselect__dropdown{position:absolute;top:100%;left:0;right:0;z-index:40;background:#fff;border:1px solid #d1d5db;border-radius:6px;box-shadow:0 4px 12px rgba(0,0,0,.12);max-height:200px;overflow-y:auto;margin-top:4px}.city-multiselect__option{padding:8px 12px;font-size:.875rem;cursor:pointer;color:#111827}.city-multiselect__option--active,.city-multiselect__option:hover{background:#eff6ff;color:#1d4ed8}.city-multiselect__tags{display:flex;flex-wrap:wrap;gap:6px;min-height:32px}.city-multiselect__tag{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:#dbeafe;color:#1e40af;border-radius:20px;font-size:.8rem;font-weight:500}.city-multiselect__tag-remove{background:none;border:none;cursor:pointer;color:#1e40af;padding:0;font-size:.85rem;line-height:1;opacity:.7}.city-multiselect__tag-remove:hover{opacity:1}.city-multiselect__empty{font-size:.8rem;color:#94a3b8;font-style:italic}[data-theme=dark] .edit-label{color:#cbd5e1}[data-theme=dark] .edit-city-checkboxes{background:#142032;border-color:#2d4a6a}[data-theme=dark] .edit-city-checkbox{color:#e2e8f0}[data-theme=dark] .city-multiselect__search{background:#1e293b;border-color:#334155;color:#e2e8f0}[data-theme=dark] .city-multiselect__dropdown{background:#1e293b;border-color:#334155}[data-theme=dark] .city-multiselect__option{color:#e2e8f0}[data-theme=dark] .city-multiselect__option--active,[data-theme=dark] .city-multiselect__option:hover,[data-theme=dark] .city-multiselect__tag{background:#1e3a5f;color:#93c5fd}[data-theme=dark] .city-multiselect__tag-remove{color:#93c5fd}.niche-stats-bar{background:#1e3a5f;color:#fff;padding:20px 16px}.niche-services-layout{display:grid;grid-template-columns:1fr 300px;grid-gap:40px;gap:40px;align-items:start}@media (max-width:900px){.niche-services-layout{grid-template-columns:1fr}.niche-services-layout__sidebar{display:none}}.niche-stats-bar__inner{max-width:900px;margin:0 auto;display:flex;justify-content:space-around;gap:16px;text-align:center;flex-wrap:wrap}.niche-stats-bar__item{display:flex;flex-direction:column;gap:2px}.niche-stats-bar__num{font-size:2rem;font-weight:700;line-height:1;color:#93c5fd}.niche-stats-bar__label{font-size:.85rem;opacity:.85}.section__title{font-size:1.5rem;font-weight:700;color:#1e3a5f;margin:0 0 8px}.section__sub{color:#64748b;font-size:.95rem;margin:0 0 24px}.how-it-works{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:24px;gap:24px;margin-top:24px}.how-it-works__step{background:#fff;border-radius:10px;padding:24px;box-shadow:0 1px 4px rgba(0,0,0,.08);text-align:center}.how-it-works__icon{font-size:2rem;display:block;margin-bottom:12px}.how-it-works__heading{font-size:1.05rem;font-weight:700;color:#1e3a5f;margin:0 0 8px}.how-it-works__body{font-size:.9rem;color:#475569;margin:0;line-height:1.55}.cost-table-wrap{overflow-x:auto;margin-top:20px}.cost-table{width:100%;border-collapse:collapse;font-size:.95rem}.cost-table td,.cost-table th{text-align:left;padding:10px 14px;border-bottom:1px solid #e2e8f0}.cost-table th{background:#1e3a5f;color:#fff;font-weight:600}.cost-table tbody tr:nth-child(2n){background:#f8fafc}.cost-table__num{font-weight:600;color:#0f766e}.cost-table__note{margin-top:12px;font-size:.9rem;color:#64748b}.niche-tips__list{list-style:none;padding:0;margin:20px 0 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:12px;gap:12px}.niche-tips__item{gap:10px;background:#f0fdf4;border-left:3px solid #16a34a;border-radius:6px;padding:12px 14px;font-size:.9rem;line-height:1.5;color:#1e293b}.niche-tips__item,.survey-page{display:flex;align-items:flex-start}.survey-page{min-height:100vh;justify-content:center;padding:48px 16px 64px;background:var(--color-bg-alt,#f8fafc)}.survey-page__card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:40px;width:100%;max-width:560px;box-shadow:0 4px 24px rgba(0,0,0,.07)}.survey-page__card--success{text-align:center;padding:56px 40px}.survey-page__success-icon{width:64px;height:64px;border-radius:50%;background:#16a34a;color:#fff;font-size:2rem;line-height:64px;margin:0 auto 24px}.survey-page__title{font-size:1.5rem;font-weight:700;color:#0f172a;margin:0 0 8px}.survey-page__subtitle{color:#64748b;margin:0 0 28px;line-height:1.6}.survey-page__form{display:flex;flex-direction:column;gap:24px}.survey-page__choices{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px}.survey-page__choice-btn{padding:8px 16px;border:2px solid #e2e8f0;border-radius:8px;background:#fff;color:#334155;font-size:.9rem;cursor:pointer;transition:border-color .15s,background .15s}.survey-page__choice-btn--selected,.survey-page__choice-btn:hover{border-color:#1d4ed8;background:#eff6ff}.survey-page__choice-btn--selected{color:#1d4ed8;font-weight:600}.survey-page__stars{display:flex;gap:6px;margin-top:6px}.survey-page__star{background:none;border:none;font-size:2rem;cursor:pointer;color:#cbd5e1;padding:0;transition:color .1s,transform .1s;line-height:1}.survey-page__star--lit,.survey-page__star:hover{color:#f59e0b;transform:scale(1.1)}.survey-page__submit{width:100%;margin-top:8px}[data-theme=dark] .survey-page{background:#0f172a}[data-theme=dark] .survey-page__card{background:#1e293b;border-color:#334155}[data-theme=dark] .survey-page__title{color:#f1f5f9}[data-theme=dark] .survey-page__subtitle{color:#94a3b8}[data-theme=dark] .survey-page__choice-btn{background:#1e293b;border-color:#475569;color:#e2e8f0}[data-theme=dark] .survey-page__choice-btn:hover{border-color:#3b82f6;background:#1e3a5f}[data-theme=dark] .survey-page__choice-btn--selected{border-color:#3b82f6;background:#1e3a5f;color:#93c5fd}.niche-tips__check{color:#16a34a;font-weight:700;flex-shrink:0;margin-top:1px}.faq-accordion{margin-top:20px;display:flex;flex-direction:column;gap:8px}.faq-accordion__item{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;background:#fff}.faq-accordion__item--open{border-color:#2563eb}.faq-accordion__question{width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;background:none;border:none;cursor:pointer;font-size:.95rem;font-weight:600;color:#1e3a5f;text-align:left;line-height:1.4}.faq-accordion__question:hover{background:#f8fafc}.faq-accordion__chevron{font-size:.7rem;color:#64748b;flex-shrink:0}.faq-accordion__answer{padding:0 18px 16px;font-size:.9rem;color:#475569;line-height:1.65;border-top:1px solid #e2e8f0}.faq-accordion__answer p{margin:12px 0 0}[data-theme=dark] .niche-stats-bar{background:#0f172a}[data-theme=dark] .section__title{color:#e2e8f0}[data-theme=dark] .section__sub{color:#94a3b8}[data-theme=dark] .how-it-works__step{background:#1e293b;box-shadow:none}[data-theme=dark] .how-it-works__heading{color:#e2e8f0}[data-theme=dark] .how-it-works__body{color:#94a3b8}[data-theme=dark] .cost-table tbody tr:nth-child(2n){background:#1e293b}[data-theme=dark] .cost-table td{border-color:#334155;color:#e2e8f0}.metric-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:6px;padding:16px;box-shadow:0 1px 3px rgba(0,0,0,.05);transition:all .2s ease}.metric-card:hover{box-shadow:0 4px 6px rgba(0,0,0,.1);border-color:#cbd5e1}[data-theme=dark] .metric-card{background:#1e293b;border-color:#334155;box-shadow:0 1px 3px rgba(0,0,0,.3)}[data-theme=dark] .cost-table__note{color:#94a3b8}[data-theme=dark] .niche-tips__item{background:#0d3320;border-color:#16a34a;color:#e2e8f0}[data-theme=dark] .faq-accordion__item{background:#1e293b;border-color:#334155}[data-theme=dark] .faq-accordion__item--open{border-color:#2563eb}[data-theme=dark] .faq-accordion__question{color:#e2e8f0}[data-theme=dark] .faq-accordion__question:hover{background:#0f172a}[data-theme=dark] .faq-accordion__answer{color:#94a3b8;border-color:#334155}.site-footer{background:#1e3a5f;color:#cbd5e1;padding:48px 0 0;margin-top:48px;font-size:.9rem;line-height:1.7}.site-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr 1fr;grid-gap:32px;gap:32px}@media (max-width:1100px){.site-footer__grid{grid-template-columns:2fr 1fr 1fr}}@media (max-width:768px){.site-footer__grid{grid-template-columns:1fr 1fr}}@media (max-width:480px){.site-footer__grid{grid-template-columns:1fr}}.site-footer__col--brand{max-width:280px}.site-footer__logo{color:#fff;font-weight:700;font-size:1.15rem;text-decoration:none;display:inline-block;margin-bottom:12px}.site-footer__tagline{color:#94a3b8;margin:0;font-size:.85rem;line-height:1.6}.site-footer__heading{color:#fff;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin:0 0 12px}.site-footer__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.site-footer__list a{color:#94a3b8;text-decoration:none;transition:color .15s}.site-footer__view-all{color:#60a5fa!important;font-size:.8rem;margin-top:4px;display:inline-block}.site-footer__list a:hover{color:#fff;text-decoration:none}.site-footer__link-button{background:none;border:none;color:#94a3b8;text-decoration:none;transition:color .15s;cursor:pointer;font-size:inherit;font-weight:inherit;font-family:inherit;padding:0;margin:0;border-radius:0;line-height:inherit}.site-footer__link-button:hover{color:#fff;text-decoration:none;background:none;outline:none}.site-footer__bottom{border-top:1px solid #2c4a6e;margin-top:40px;padding:20px 0;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.site-footer__bottom p{margin:0;color:#64748b;font-size:.8rem}.support-modal__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.support-modal__content{background:#fff;color:#1f2937;border-radius:12px;max-width:550px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px rgba(0,0,0,.2)}[data-theme=dark] .support-modal__content{background:#1e2d40;color:#e2e8f0}[data-theme=dark] .support-modal__header{border-bottom-color:#2d4a6a}[data-theme=dark] .support-modal__header h2{color:#e2e8f0}[data-theme=dark] .support-modal__label{color:#cbd5e1}[data-theme=dark] .support-modal__input,[data-theme=dark] .support-modal__textarea{background-color:#142032;color:#e2e8f0;border-color:#2d4a6a}[data-theme=dark] .support-modal__input::placeholder,[data-theme=dark] .support-modal__textarea::placeholder{color:#64748b}[data-theme=dark] .support-modal__ticket-type-label{border-color:#2d4a6a;color:#cbd5e1;background:#142032}[data-theme=dark] .support-modal__ticket-type-label:has(input:checked){background:#0c2340;border-color:#3b82f6;color:#93c5fd}.support-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb}.support-modal__header h2{margin:0;font-size:1.5rem;color:#1f2937}.support-modal__close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6b7280;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background .2s,color .2s}.support-modal__close:hover{background:#f3f4f6;color:#1f2937}.support-modal__form{padding:1.5rem}.support-modal__fieldset{margin-bottom:1.5rem;border:none;padding:0}.support-modal__label{display:block;margin-bottom:.5rem;font-weight:600;color:#1f2937;font-size:.95rem}.support-modal__label-required{color:#ef4444;margin-left:.25rem}.support-modal__input,.support-modal__textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;font-family:inherit;transition:border-color .2s,box-shadow .2s}.support-modal__input:hover,.support-modal__textarea:hover{border-color:#9ca3af}.support-modal__input:focus,.support-modal__textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.support-modal__input,.support-modal__textarea{background-color:#fff;color:#1f2937}.support-modal__textarea{resize:vertical;min-height:120px;font-size:.95rem}.support-modal__ticket-types{display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem}.support-modal__ticket-type-label{display:flex;align-items:center;padding:.75rem;border:2px solid #e5e7eb;border-radius:6px;cursor:pointer;background:#fff;color:#374151;font-weight:500;transition:all .2s}.support-modal__ticket-type-label:hover{border-color:#d1d5db;background:#f9fafb}.support-modal__ticket-type-label input:checked,.support-modal__ticket-type-label input:checked~.support-modal__ticket-type-label{border-color:#3b82f6;background:#eff6ff}.support-modal__ticket-type-input{margin-right:.5rem;cursor:pointer}.support-modal__error{padding:.75rem;background:#fee2e2;color:#991b1b;border-radius:6px;margin-bottom:1.5rem;font-size:.9rem}.support-modal__button-group{display:flex;gap:.75rem;justify-content:flex-end}.support-modal__button{padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.support-modal__button--submit{background:#3b82f6;color:#fff}.support-modal__button--submit:hover:not(:disabled){background:#2563eb}.support-modal__button--submit:disabled{background:#d1d5db;cursor:not-allowed}.support-modal__button--cancel{background:transparent;border:1px solid #d1d5db;color:#6b7280}.support-modal__button--cancel:hover{background:#f3f4f6;border-color:#9ca3af}.support-modal__success{padding:2.5rem 1.5rem;text-align:center}.support-modal__success-icon{font-size:3rem;margin-bottom:1rem}.support-modal__success h3{margin:0 0 .5rem;color:#1f2937;font-size:1.25rem}.support-modal__success p{margin:0;color:#6b7280}.site-footer__disclaimer{max-width:480px;text-align:right}@media (max-width:600px){.site-footer__bottom{flex-direction:column}.site-footer__disclaimer{text-align:left}}[data-theme=dark] input[type=email],[data-theme=dark] input[type=number],[data-theme=dark] input[type=password],[data-theme=dark] input[type=tel],[data-theme=dark] input[type=text],[data-theme=dark] input[type=url],[data-theme=dark] select,[data-theme=dark] textarea{background-color:#1e2d40;color:#e2e8f0;border-color:#334155}[data-theme=dark] input[type=email]:focus,[data-theme=dark] input[type=number]:focus,[data-theme=dark] input[type=password]:focus,[data-theme=dark] input[type=tel]:focus,[data-theme=dark] input[type=text]:focus,[data-theme=dark] input[type=url]:focus,[data-theme=dark] select:focus,[data-theme=dark] textarea:focus{border-color:#3b82f6;background-color:#1e2d40;color:#e2e8f0}.email-verify-banner{display:flex;align-items:center;gap:10px;background:#fef3c7;color:#92400e;padding:10px 20px;font-size:.875rem;border-bottom:1px solid #fcd34d;flex-wrap:wrap}.email-verify-banner__icon{font-size:1rem;flex-shrink:0}.email-verify-banner__text{flex:1 1;min-width:200px}.email-verify-banner__btn{background:#d97706;color:#fff;border:none;padding:5px 14px;border-radius:5px;font-size:.8rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s}.email-verify-banner__btn:hover:not(:disabled){background:#b45309}.email-verify-banner__btn:disabled{opacity:.6;cursor:not-allowed}.email-verify-banner__sent{color:#065f46;font-weight:600}[data-theme=dark] .email-verify-banner{background:#451a03;color:#fcd34d;border-bottom-color:#78350f}[data-theme=dark] .email-verify-banner__sent{color:#6ee7b7}.featured-upgrade-card{background:linear-gradient(135deg,#fef3c7,#fffbeb);border:2px solid #f59e0b;border-radius:12px;padding:20px 24px}.featured-upgrade-card--active{background:linear-gradient(135deg,#dcfce7,#f0fdf4);border-color:#16a34a}.featured-upgrade-card__badge{display:inline-block;background:#f59e0b;color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:3px 10px;border-radius:999px;margin-bottom:10px}.featured-upgrade-card__badge--active{background:#16a34a}.featured-upgrade-card__title{font-size:1rem;font-weight:700;color:#92400e;margin:0 0 8px}.featured-upgrade-card__body{font-size:.875rem;color:#78350f;line-height:1.6;margin:0 0 10px}.featured-upgrade-card__list{margin:0 0 4px 16px;padding:0;font-size:.85rem;color:#78350f;line-height:1.8}[data-theme=dark] .featured-upgrade-card{background:linear-gradient(135deg,#292111,#1c1a0f);border-color:#d97706}[data-theme=dark] .featured-upgrade-card__title{color:#fcd34d}[data-theme=dark] .featured-upgrade-card__body,[data-theme=dark] .featured-upgrade-card__list{color:#fde68a}.ai-advisor{max-width:700px;margin:0 auto}.ai-advisor__header{display:flex;align-items:flex-start;gap:14px;margin-bottom:24px}.ai-advisor__icon{font-size:2rem;line-height:1}.ai-advisor__title{font-size:1.1rem;font-weight:700;margin:0 0 4px}.ai-advisor__subtitle{font-size:.875rem;color:#64748b;margin:0;line-height:1.5}.ai-advisor__starters{margin-bottom:24px}.ai-advisor__starters-label{font-size:.8rem;font-weight:600;color:#94a3b8;margin-bottom:10px;text-transform:uppercase;letter-spacing:.05em}.ai-advisor__starters-grid{display:flex;flex-wrap:wrap;gap:8px}.ai-advisor__starter-btn{background:transparent;border:1px solid #e2e8f0;border-radius:20px;padding:6px 14px;font-size:.85rem;cursor:pointer;color:#475569;transition:border-color .15s,color .15s}.ai-advisor__starter-btn:hover:not(:disabled){border-color:#4361ee;color:#4361ee}.ai-advisor__thread{background:rgba(100,116,139,.05);border:1px solid rgba(100,116,139,.15);border-radius:10px;padding:16px;max-height:400px;overflow-y:auto;margin-bottom:16px;display:flex;flex-direction:column;gap:14px}.ai-advisor__message{display:flex;flex-direction:column;gap:4px;max-width:85%}.ai-advisor__message--user{align-self:flex-end;align-items:flex-end}.ai-advisor__message--assistant{align-self:flex-start;align-items:flex-start}.ai-advisor__message-badge{font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;opacity:.55}.ai-advisor__message--user .ai-advisor__message-text{background:#4361ee;color:#fff;border-radius:14px 14px 4px 14px;padding:10px 14px;font-size:.9rem;line-height:1.5;margin:0}.ai-advisor__message--assistant .ai-advisor__message-text{background:rgba(100,116,139,.1);border-radius:14px 14px 14px 4px;padding:10px 14px;font-size:.9rem;line-height:1.5;margin:0}.ai-advisor__typing{font-style:italic;opacity:.6;font-size:.9rem;margin:0}.ai-advisor__input-row{display:flex;gap:8px}.ai-advisor__input-row .form-input{flex:1 1}[data-theme=dark] .ai-advisor__starter-btn{border-color:hsla(0,0%,100%,.15);color:#94a3b8}[data-theme=dark] .ai-advisor__starter-btn:hover:not(:disabled){border-color:#818cf8;color:#818cf8}[data-theme=dark] .ai-advisor__thread{background:hsla(0,0%,100%,.04);border-color:hsla(0,0%,100%,.1)}[data-theme=dark] .ai-advisor__message--assistant .ai-advisor__message-text{.claim-listing-preview{background:var(--color-bg-alt,#f8fafc);border:1px solid var(--color-border,#e2e8f0);border-radius:8px;padding:1rem 1.25rem;margin-bottom:1rem}.claim-listing-preview__badge{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#4361ee;margin-bottom:.35rem}.claim-listing-preview__name{font-size:1.05rem;font-weight:700;color:var(--color-text,#1a202c);margin:0 0 .2rem}.claim-listing-preview__meta{font-size:.85rem;color:var(--color-text-muted,#718096);margin:0 0 .2rem}.claim-listing-preview__address{font-size:.82rem;color:var(--color-text-muted,#718096);margin:0}.claim-discount-badge{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:1px solid #86efac;border-radius:8px;padding:.65rem 1rem;font-size:.88rem;color:#166534;margin-bottom:.5rem}[data-theme=dark] .claim-listing-preview{background:hsla(0,0%,100%,.04);border-color:hsla(0,0%,100%,.12)}[data-theme=dark] .claim-listing-preview__name{color:#f1f5f9}[data-theme=dark] .claim-listing-preview__address,[data-theme=dark] .claim-listing-preview__meta{color:#94a3b8}[data-theme=dark] .claim-discount-badge{background:rgba(134,239,172,.1);border-color:rgba(134,239,172,.25);color:#86efac}background:hsla(0,0%,100%,.08)}.article-suggest-box{padding:8px;background:#f0fdf4;border:1px solid #86efac;border-radius:6px;margin-top:8px;font-size:.82rem;color:#1f2937}.article-suggest-box__label{color:#15803d;font-weight:700}.article-suggest-box__use{margin-left:8px;background:none;border:none;color:#15803d;cursor:pointer;font-size:.8rem}[data-theme=dark] .article-suggest-box{background:#0d2818;border-color:#166534;color:#e2e8f0}[data-theme=dark] .article-suggest-box__label,[data-theme=dark] .article-suggest-box__use{color:#86efac}.audit-result{border-radius:6px;padding:10px;margin-bottom:8px;font-size:.82rem;color:#1f2937}.audit-result--danger{background:#fef2f2;border:1px solid #fecaca}.audit-result--danger .audit-result__label{color:#dc2626}.audit-result--success{background:#f0fdf4;border:1px solid #86efac}.audit-result--warning{background:#fef3c7;border:1px solid #fcd34d}.audit-result__item{margin-top:4px}[data-theme=dark] .audit-result{color:#e2e8f0}[data-theme=dark] .audit-result--danger{background:#2d1215;border-color:#7f1d1d}[data-theme=dark] .audit-result--danger .audit-result__label{color:#fca5a5}[data-theme=dark] .audit-result--success{background:#0d2818;border-color:#166534}[data-theme=dark] .audit-result--warning{background:#2d2305;border-color:#92400e}.audit-result__apply-btn{margin-top:8px;background:none;border:1px solid;border-radius:4px;padding:3px 10px;font-size:.78rem;cursor:pointer;color:#2563eb;transition:background .15s,color .15s}.audit-result__apply-btn:hover:not(:disabled){background:#2563eb;color:#fff}.audit-result__apply-btn:disabled{opacity:.5;cursor:not-allowed}[data-theme=dark] .audit-result__apply-btn{color:#60a5fa}[data-theme=dark] .audit-result__apply-btn:hover:not(:disabled){background:#1d4ed8;color:#fff}.sales-flow-step{padding:1.5rem;border-radius:8px;border-width:2px;border-style:solid}.sales-flow-step--blue{background:#f0f9ff;border-color:#0ea5e9}.sales-flow-step--green{background:#f0fdf4;border-color:#22c55e}.sales-flow-step__title{font-size:1.125rem;font-weight:600;margin:0 0 .75rem;color:#1f2937}.sales-flow-step__script{margin:0;font-size:1rem;line-height:1.6;font-style:italic;color:#374151}[data-theme=dark] .sales-flow-step--blue{background:#0c1a2e;border-color:#0284c7}[data-theme=dark] .sales-flow-step--green{background:#0d2818;border-color:#16a34a}[data-theme=dark] .sales-flow-step__title{color:#e2e8f0}[data-theme=dark] .sales-flow-step__script{color:#cbd5e1}.quote-form__title{font-size:1.2rem;font-weight:700;margin:0 0 16px;color:var(--color-text)}.quote-form__progress{position:relative;display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:24px;gap:4px}.quote-form__progress-bar{position:absolute;top:14px;left:14px;right:14px;height:3px;background:var(--color-border,#e2e8f0);border-radius:2px;z-index:0}.quote-form__progress-fill{height:100%;background:var(--color-primary,#2563eb);border-radius:2px;transition:width .3s ease}.quote-form__step-dot{display:flex;flex-direction:column;align-items:center;gap:4px;z-index:1;flex:1 1}.quote-form__step-num{width:28px;height:28px;border-radius:50%;background:var(--color-border,#e2e8f0);color:#64748b;font-size:.8rem;font-weight:700;display:flex;align-items:center;justify-content:center;border:2px solid var(--color-border,#e2e8f0);transition:background .2s,border-color .2s}.quote-form__step-dot--active .quote-form__step-num{background:var(--color-primary,#2563eb);border-color:var(--color-primary,#2563eb);color:#fff}.quote-form__step-dot--done .quote-form__step-num{background:#16a34a;border-color:#16a34a;color:#fff}.quote-form__step-label{font-size:.7rem;color:#94a3b8;font-weight:500;white-space:nowrap}.quote-form__step-dot--active .quote-form__step-label{color:var(--color-primary,#2563eb);font-weight:700}.quote-form__error{color:#dc2626;font-size:.85rem;margin:8px 0;padding:8px 12px;background:#fef2f2;border-radius:6px;border:1px solid #fca5a5}[data-theme=dark] .quote-form__error{background:#2d1a1a;border-color:#7f1d1d;color:#f87171}.quote-form__actions{margin-top:16px}.quote-form__actions--two{display:flex;gap:10px}.quote-form__actions--two .btn--outline{flex:0 0 auto}.quote-form__actions--two .btn--primary{flex:1 1}.btn--full{width:100%;display:block}.quote-form__count-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.quote-form__count-pill{width:44px;height:44px;border-radius:50%;border:2px solid var(--color-border,#e2e8f0);background:transparent;font-size:1rem;font-weight:700;color:var(--color-text);cursor:pointer;transition:border-color .15s,background .15s,color .15s}.quote-form__count-pill--active,.quote-form__count-pill:hover{border-color:var(--color-primary,#2563eb)}.quote-form__count-pill--active{background:var(--color-primary,#2563eb);color:#fff}.quote-form__hint{font-size:.8rem;color:#94a3b8;margin-top:6px}.quote-form__hint--urgent{color:#dc2626;font-weight:600}.quote-form__emergency-label{display:flex!important;align-items:center;gap:8px;cursor:pointer;font-weight:600!important}.quote-form__emergency-check{width:18px;height:18px;accent-color:var(--color-primary,#2563eb)}.quote-form__summary{background:var(--color-surface-2,#f8fafc);border:1px solid var(--color-border,#e2e8f0);border-radius:8px;padding:14px;margin:12px 0;font-size:.875rem}.quote-form__summary h4{margin:0 0 8px;font-size:.875rem;font-weight:700;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em}.quote-form__summary p{margin:4px 0}[data-theme=dark] .quote-form__summary{background:#1e293b;border-color:#334155}.quote-form__photo-list{list-style:none;margin:8px 0 0;padding:0;font-size:.82rem}.quote-form__photo-list li{display:flex;align-items:center;justify-content:space-between;padding:4px 0;border-bottom:1px solid var(--color-border,#e2e8f0)}.quote-form__photo-list li button{background:none;border:none;cursor:pointer;color:#dc2626;font-size:1rem;padding:0 4px}.quote-form__success-icon{font-size:2.5rem;text-align:center;color:#16a34a;margin-bottom:8px}.sub-upgrade-widget{background:linear-gradient(135deg,#eff6ff,#f0fdf4);border:1px solid #bfdbfe;border-radius:12px;padding:20px;margin-bottom:24px}[data-theme=dark] .sub-upgrade-widget{background:linear-gradient(135deg,#0c1a2e,#0d2818);border-color:#1e40af}.sub-upgrade-widget__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.sub-upgrade-widget__plan{font-size:.78rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#2563eb;background:#dbeafe;border-radius:20px;padding:3px 10px}[data-theme=dark] .sub-upgrade-widget__plan{background:#1e3a5f;color:#93c5fd}.sub-upgrade-widget__bar-wrap{background:#e2e8f0;border-radius:20px;height:8px;margin:10px 0 6px;overflow:hidden}.sub-upgrade-widget__bar{height:100%;border-radius:20px;transition:width .4s ease}.sub-upgrade-widget__bar--ok{background:#16a34a}.sub-upgrade-widget__bar--warn{background:#f59e0b}.sub-upgrade-widget__bar--full{background:#dc2626}.sub-upgrade-widget__meta{font-size:.8rem;color:#64748b;margin-bottom:14px}.mobile-sticky-cta{display:none}@media (max-width:767px){.mobile-sticky-cta{display:block;position:fixed;bottom:0;left:0;right:0;z-index:1000;padding:12px 16px;background:var(--color-surface,#fff);border-top:1px solid var(--color-border,#e2e8f0);box-shadow:0 -4px 16px rgba(0,0,0,.1)}[data-theme=dark] .mobile-sticky-cta{background:#0f172a;border-top-color:#1e293b}.mobile-sticky-cta .btn{width:100%;min-height:52px;font-size:1rem}.city-niche-page,.listing-page,main{padding-bottom:80px}.admin-tab,.btn,.quote-form__count-pill,a.nav-link,button{min-height:44px}.quote-form__count-pill{width:52px;height:52px;font-size:1.1rem}}.seo-footer-section{background:var(--color-bg-subtle,#f8fafc);border-top:1px solid var(--color-border,#e2e8f0);padding:36px 0 48px;margin-top:8px}.seo-footer-cols{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;gap:40px}@media (max-width:700px){.seo-footer-cols{grid-template-columns:1fr;gap:28px}}.seo-footer-col__heading{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--color-text-muted,#64748b);margin:0 0 12px;padding-bottom:8px;border-bottom:1px solid var(--color-border,#e2e8f0)}.seo-link-chips{display:flex;flex-wrap:wrap;gap:6px;list-style:none;margin:0;padding:0}.seo-link-chips li{display:flex}.seo-link-chips a{display:inline-block;padding:4px 11px;border-radius:100px;border:1px solid var(--color-border,#e2e8f0);background:var(--color-bg-card,#fff);font-size:.815rem;color:var(--color-primary,#2563eb);text-decoration:none;line-height:1.5;transition:border-color .15s,background .15s;white-space:nowrap}.seo-link-chips a:hover{border-color:var(--color-primary,#2563eb);background:#eff6ff;text-decoration:none}[data-theme=dark] .seo-link-chips a{background:var(--color-bg-card,#1e293b);border-color:var(--color-border,#334155)}[data-theme=dark] .seo-link-chips a:hover{background:#1e3a5f;border-color:var(--color-primary,#60a5fa)}.seo-footer-toggle{display:inline-flex;align-items:center;gap:4px;margin-top:10px;padding:5px 12px;border-radius:100px;border:1px solid var(--color-border,#e2e8f0);background:transparent;font-size:.8rem;color:var(--color-text-muted,#64748b);cursor:pointer;transition:border-color .15s,color .15s}.seo-footer-toggle:hover{border-color:var(--color-primary,#2563eb);color:var(--color-primary,#2563eb)}[data-theme=dark] .seo-footer-toggle{border-color:var(--color-border,#334155);color:var(--color-text-muted,#94a3b8)}[data-theme=dark] .seo-footer-toggle:hover{border-color:var(--color-primary,#60a5fa);color:var(--color-primary,#60a5fa)}[data-theme=dark] .seo-footer-section{background:var(--color-surface,#1a1f2e);border-top-color:var(--color-border,#2d3748)}.cost-guide-card{background-color:var(--color-bg-alt,#f8fafc);border:1px solid var(--color-border,#e2e8f0);border-radius:8px;padding:24px;margin-bottom:32px}[data-theme=dark] .cost-guide-card{background-color:#1e293b;border-color:#334155}[data-theme=dark] .cost-guide-card h3{color:#e2e8f0}[data-theme=dark] .cost-guide-card h4{color:#cbd5e1}[data-theme=dark] .cost-guide-card p{color:#94a3b8}.cost-guide-card__factor{font-size:13px;color:var(--color-text,#0f172a);padding:8px 12px;background-color:#fff;border-radius:4px;display:flex;align-items:center;gap:8px}[data-theme=dark] .cost-guide-card__factor{background-color:#2d3748;color:#e2e8f0}.cost-tier{border-radius:6px;padding:16px}.cost-tier__label{font-size:12px;font-weight:600;margin-bottom:4px}.cost-tier__price{font-size:24px;font-weight:700;line-height:1}.cost-tier__unit{font-size:12px;margin-top:6px}.cost-tier--budget{background-color:#f0fdf4;border:1px solid #86efac}.cost-tier--budget .cost-tier__label,.cost-tier--budget .cost-tier__unit{color:#166534}.cost-tier--budget .cost-tier__price{color:#15803d}.cost-tier--mid{background-color:#fef3c7;border:1px solid #fcd34d}.cost-tier--mid .cost-tier__label,.cost-tier--mid .cost-tier__unit{color:#92400e}.cost-tier--mid .cost-tier__price{color:#b45309}.cost-tier--premium{background-color:#fce7f3;border:1px solid #fbcfe8}.cost-tier--premium .cost-tier__label,.cost-tier--premium .cost-tier__unit{color:#831843}.cost-tier--premium .cost-tier__price{color:#be185d}[data-theme=dark] .cost-tier--budget{background-color:#162032;border:1px solid #1e3448;border-top:3px solid #22c55e}[data-theme=dark] .cost-tier--budget .cost-tier__label,[data-theme=dark] .cost-tier--budget .cost-tier__unit{color:#94a3b8}[data-theme=dark] .cost-tier--budget .cost-tier__price{color:#4ade80}[data-theme=dark] .cost-tier--mid{background-color:#162032;border:1px solid #1e3448;border-top:3px solid #f59e0b}[data-theme=dark] .cost-tier--mid .cost-tier__label,[data-theme=dark] .cost-tier--mid .cost-tier__unit{color:#94a3b8}[data-theme=dark] .cost-tier--mid .cost-tier__price{color:#fbbf24}[data-theme=dark] .cost-tier--premium{background-color:#162032;border:1px solid #1e3448;border-top:3px solid #a855f7}[data-theme=dark] .cost-tier--premium .cost-tier__label,[data-theme=dark] .cost-tier--premium .cost-tier__unit{color:#94a3b8}[data-theme=dark] .cost-tier--premium .cost-tier__price{color:#c084fc}.regulatory-license-box{background-color:#fef3c7;border:1px solid #fcd34d;border-radius:6px;padding:12px}.regulatory-license-box__type{font-size:13px;font-weight:600;color:#92400e;margin-bottom:6px}.regulatory-license-box__notes{font-size:12px;color:#78350f}[data-theme=dark] .regulatory-license-box{background-color:#431407;border-color:#92400e}[data-theme=dark] .regulatory-license-box__type{color:#fcd34d}[data-theme=dark] .regulatory-license-box__notes{color:#fde68a}.regulatory-info-card{background-color:#fafafa;border:1px solid #e5e7eb;border-radius:8px;padding:24px;margin-bottom:32px}[data-theme=dark] .regulatory-info-card{background-color:#1e293b;border-color:#334155}[data-theme=dark] .regulatory-info-card h3,[data-theme=dark] .regulatory-info-card h4{color:#e2e8f0}[data-theme=dark] .regulatory-info-card p{color:#94a3b8}.regulatory-info-card__section{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #e5e7eb}[data-theme=dark] .regulatory-info-card__section{border-bottom-color:#334155}.regulatory-info-card__info-box{background-color:#fff;padding:12px;border-radius:6px}[data-theme=dark] .regulatory-info-card__info-box{background-color:#243147}.regulatory-info-card__reg-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.regulatory-info-card__reg-item{font-size:13px;color:#1f2937;padding:12px;background-color:#fff;border-left:3px solid #2563eb;border-radius:4px}[data-theme=dark] .regulatory-info-card__reg-item{background-color:#2d3748;color:#e2e8f0;border-left-color:#3b82f6}.longtail-drawer{background:#f8fafc;border-top:2px solid #e2e8f0;padding:16px 20px}[data-theme=dark] .longtail-drawer{background:#060a10;border-top:2px solid #1e293b}.longtail-variant-card{display:flex;align-items:center;justify-content:space-between;padding:6px 10px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:.8rem}[data-theme=dark] .longtail-variant-card{background:#0b1018;border-color:#1e2d40}[data-theme=dark] .longtail-variant-card .longtail-variant-card__slug{color:#64748b}.cities-page__search-wrap{position:relative;max-width:480px;margin:0 auto 32px}.cities-page__search{padding-right:44px}.cities-page__search-clear{position:absolute;top:50%;right:12px;transform:translateY(-50%);border:0;background:transparent;color:#64748b;font-size:1.25rem;cursor:pointer;line-height:1}.cities-page__states{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:24px;gap:24px}.cities-page__state-group{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:20px;box-shadow:0 6px 24px rgba(15,23,42,.05)}.cities-page__state-heading{display:flex;align-items:baseline;gap:8px;margin:0 0 16px;font-size:1.1rem;color:#0f172a}.cities-page__state-count{color:#64748b;font-size:.95rem;font-weight:500}.cities-page__city-list{list-style:none;margin:0;padding:0;display:grid;grid-gap:10px;gap:10px}.cities-page__city-item{margin:0}.cities-page__city-link{color:#1d4ed8;text-decoration:none;font-weight:600}.cities-page__city-link:hover{color:#1e40af;text-decoration:underline}.cities-page__city-count{display:inline-flex;align-items:center;margin-left:6px;padding:1px 6px;background:#eff6ff;color:#3b82f6;border-radius:999px;font-size:.7rem;font-weight:600;white-space:nowrap}.cities-page__cta{margin-top:40px;padding:24px;border-radius:16px;background:linear-gradient(135deg,#eff6ff,#f8fafc);border:1px solid #dbeafe;text-align:center}.cities-page__cta p{margin:0 0 12px;color:#334155}.empty-state{text-align:center;color:#64748b;padding:32px 0}[data-theme=dark] .cities-page__state-group{background:#1e293b;border-color:#334155;box-shadow:none}[data-theme=dark] .cities-page__state-heading{color:#e2e8f0}[data-theme=dark] .cities-page__cta p,[data-theme=dark] .cities-page__search-clear,[data-theme=dark] .cities-page__state-count,[data-theme=dark] .empty-state{color:#94a3b8}[data-theme=dark] .cities-page__city-link{color:#93c5fd}[data-theme=dark] .cities-page__city-link:hover{color:#bfdbfe}[data-theme=dark] .cities-page__cta{background:linear-gradient(135deg,#0f172a,#1e293b);border-color:#334155}@media (max-width:640px){.cities-page__states{grid-template-columns:1fr}.cities-page__cta{padding:20px}}.how-it-works{padding:60px 0;background:#f5f5f5;margin:40px 0}.how-it-works h2{text-align:center;margin-bottom:48px}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:32px;gap:32px;margin:32px 0}.step{text-align:center;padding:24px;background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.08)}.step__number{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#2563eb;color:#fff;border-radius:50%;font-size:24px;font-weight:700;margin:0 auto 16px}.step h3{font-size:1.1rem;margin-bottom:8px}.step p{color:#666;font-size:.9rem}[data-theme=dark] .how-it-works{background:#0f1725}[data-theme=dark] .step{background:#1a1f2e;box-shadow:0 2px 8px rgba(0,0,0,.3)}.services-grid-section{padding:60px 0;margin:40px 0}.services-grid-section h2{text-align:center;margin-bottom:48px}.service-categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:24px;gap:24px;margin:32px 0}.service-category-card{padding:24px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:all .3s ease}.service-category-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.12);border-color:#2563eb}.service-category-card__icon{font-size:32px;margin-bottom:12px}.service-category-card h3{margin:0 0 16px;font-size:1.1rem}.service-category-card ul{list-style:none;padding:0;margin:0 0 12px}.service-category-card li{margin-bottom:8px}.service-category-card a{color:#2563eb;font-size:.9rem}.service-category-card a:hover{text-decoration:underline}.view-all-link{display:inline-block;color:#2563eb;font-size:.9rem;font-weight:500;margin-top:8px}[data-theme=dark] .service-category-card{background:#1a1f2e;border-color:#2d3748}[data-theme=dark] .service-category-card:hover{border-color:#60a5fa}.niches-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:16px;gap:16px;margin:32px 0}.niches-grid--full{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.niche-card h3{font-size:1rem;margin:0 0 8px}.niche-card p{font-size:.85rem;color:#666;margin:0 0 8px}.niche-count{font-size:.8rem;color:#999;display:inline-block;padding:4px 8px;background:#f5f5f5;border-radius:4px}.niche-card--large{padding:32px 24px;grid-column:auto;grid-row:auto}.niche-card--large .niche-card__icon{font-size:48px}[data-theme=dark] .niche-card{background:#1a1f2e;border-color:#2d3748;color:#e2e8f0}[data-theme=dark] .niche-card:hover{border-color:#60a5fa}[data-theme=dark] .niche-card p{color:#a0aec0}[data-theme=dark] .niche-count{background:#0f172a;color:#94a3b8}.cities-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));grid-gap:16px;gap:16px;margin:32px 0}.city-card{padding:20px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;text-decoration:none;color:inherit;transition:all .3s ease;text-align:center}.city-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);border-color:#2563eb}.city-card h3{font-size:1rem;margin:0 0 8px;font-weight:600}.city-card p{font-size:.85rem;color:#666;margin:0}[data-theme=dark] .city-card{background:#1a1f2e;border-color:#2d3748;color:#e2e8f0}[data-theme=dark] .city-card:hover{border-color:#60a5fa}[data-theme=dark] .city-card p{color:#a0aec0}.featured-cities,.featured-niches{padding:60px 0;margin:40px 0}.featured-cities h2,.featured-niches h2{text-align:center;margin-bottom:32px}.featured-cities{background:#f9fafb}[data-theme=dark] .featured-cities{background:#0f1725}.cta-section{padding:80px 0;background:linear-gradient(135deg,#1e3a5f,#2563eb);color:#fff;text-align:center;margin:40px 0 0}.cta-section h2{color:#fff;margin-bottom:16px}.cta-section p{color:hsla(0,0%,100%,.9);font-size:1.1rem;margin-bottom:32px}.cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.cta-buttons .btn{padding:12px 32px;font-size:1rem}.faq-section{padding:60px 0;margin:40px 0}.faq-section h2{text-align:center;margin-bottom:48px}.faq-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:24px;gap:24px;max-width:1200px;margin:32px auto}.faq-item{padding:24px;background:#f9fafb;border-radius:8px;border-left:4px solid #2563eb}.faq-item h3{margin:0 0 12px;font-size:1rem;color:#1a1a1a}.faq-item p{margin:0;font-size:.95rem;color:#666;line-height:1.6}[data-theme=dark] .faq-item{background:#1a1f2e;border-left-color:#60a5fa}[data-theme=dark] .faq-item h3{color:#e2e8f0}[data-theme=dark] .faq-item p{color:#a0aec0}.stats-section{padding:40px 0;background:#f9fafb;margin:40px 0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:24px;gap:24px;max-width:600px;margin:0 auto}.stat-box{text-align:center;padding:24px;background:#fff;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.08)}.stat-value{font-size:2rem;font-weight:700;color:#2563eb;margin-bottom:8px}.stat-label{font-size:.9rem;color:#666}[data-theme=dark] .stats-section{background:#0f1725}[data-theme=dark] .stat-box{background:#1a1f2e;box-shadow:0 2px 4px rgba(0,0,0,.3)}[data-theme=dark] .stat-value{color:#60a5fa}[data-theme=dark] .stat-label{color:#a0aec0}@media (max-width:640px){.how-it-works{padding:40px 0}.steps-grid{gap:16px}.faq-section,.featured-cities,.featured-niches,.services-grid-section{padding:40px 0}.cities-grid,.faq-list,.niches-grid,.service-categories-grid{grid-template-columns:1fr}.cta-section{padding:40px 0}.cta-buttons{flex-direction:column}.cta-buttons .btn{width:100%}.stats-grid{grid-template-columns:1fr}}