/* generated by scripts/tenant-css.mjs from app/preview/[site]/tenant.css — variants: an. Do not edit. */
/* Tenant-site styles (the .pv shell, the hand-designed tenant variants, [data-pv-*]
   theme axes). Imported by app/preview/[site]/layout.tsx so they ship only on tenant
   pages; the main site and the admin no longer download them. Rules whose cascade
   position matters relative to later globals rules (and the few .pv-* classes used
   outside the tenant tree) stay in globals.css. Cascade order is unchanged: this
   file always loads AFTER globals.css. */

.pv-banner { position: static; background: #17130d; color: #f4e8c8; font-size: 13px; padding: 9px 18px; display: flex; gap: 16px; align-items: center; justify-content: center; }
.pv-back { color: #f4e8c8; text-decoration: underline; }
body:has(.pv) .site-header,
body:has(.pv) .site-footer,
body:has(.pv) .skip-link { display: none !important; }
body:has(.pv) .container { max-width: none; padding: 0; }
body:has(.pv) { background: var(--bg); overflow-x: hidden; }
.pv { --pv-accent-soft: color-mix(in srgb, var(--gold) 12%, transparent);
  --pv-gutter: clamp(24px, 7vw, 200px); background: var(--bg); min-height: 100vh;
  width: 100vw; max-width: 100vw; margin-left: calc(50% - 50vw); }
.pv-hero { position: relative; overflow: hidden; background:
    radial-gradient(120% 140% at 100% 0%, var(--pv-hero-bg) 0%, transparent 55%),
    linear-gradient(180deg, var(--card), var(--card));
  border: 1px solid var(--line); border-radius: 20px; padding: 40px 36px 34px;
  box-shadow: 0 1px 2px rgba(20,16,10,.04); }
.pv-hero::after { content: ''; position: absolute; right: -60px; top: -60px; width: 220px; height: 220px;
  border-radius: 50%; background: var(--pv-accent-soft); pointer-events: none; }
.pv-hero > * { position: relative; }
.pv-stats { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0 0; }
.pv-h2 { font-family: var(--serif); font-size: 22px; margin: 34px 0 14px; color: var(--ink); display: flex; align-items: baseline; gap: 10px; }
.pv-h2::before { content: ''; width: 4px; height: 20px; border-radius: 3px; background: var(--gold); display: inline-block; align-self: center; }
.pv-home3 { display: grid; grid-template-columns: 2fr 2fr 1.1fr; gap: 26px; align-items: start; margin-top: 6px; }
.pv-home3 .pv-col { min-width: 0; }
.pv-home3 .pv-h2 { margin: 8px 0 14px; }
.pv-collist { display: flex; flex-direction: column; gap: 12px; }
@media (max-width: 1100px) { .pv-home3 { grid-template-columns: 1fr 1fr; } .pv-col-tags { grid-column: 1 / -1; } }
@media (max-width: 720px) { .pv-home3 { grid-template-columns: 1fr; } }
.pv-rev { display: block; background: var(--card); border: 1px solid var(--line); border-radius: var(--pv-radius, 14px); padding: 14px 16px;
  box-shadow: 0 1px 2px rgba(20,16,10,.03); transition: transform .14s, box-shadow .14s, border-color .14s; }
.pv-rev:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(20,16,10,.09); border-color: var(--gold); }
.pv-rev-top { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 6px; }
.pv-rev-co { font-weight: 700; color: var(--ink); font-size: 14.5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pv-rev-body { margin: 0; color: var(--ink-2, var(--ink)); font-size: 14px; line-height: 1.55;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.pv-rev-meta { display: flex; align-items: center; gap: 7px; margin-top: 9px; color: var(--muted); font-size: 12.5px; }
.pv-avatar.sm { width: 22px; height: 22px; flex: 0 0 22px; font-size: 11px; }
.pv-tags { display: flex; flex-wrap: wrap; gap: 8px; align-content: flex-start; }
.pv-tag { display: inline-flex; align-items: center; gap: 6px; background: var(--card); border: 1px solid var(--line);
  border-radius: 999px; padding: 6px 12px; font-size: 13px; font-weight: 600; color: var(--ink); transition: border-color .14s, color .14s; }
.pv-tag:hover { border-color: var(--gold); color: var(--gold); }
.pv-cats { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 10px; }
.pv-cat { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 56px; border: 1px solid var(--line);
  background: var(--card); border-radius: var(--pv-radius, 12px); padding: 12px 14px;
  box-shadow: 0 1px 2px rgba(20,16,10,.03); transition: transform .14s, box-shadow .14s, border-color .14s; }
.pv-cat:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(20,16,10,.09); border-color: var(--gold); }
.pv-cat-name { min-width: 0; font-size: 13.5px; font-weight: 600; color: var(--ink); line-height: 1.25;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.pv-cat-count { flex: 0 0 auto; color: var(--gold); font-weight: 700; font-size: 12.5px; background: var(--pv-accent-soft);
  border-radius: 999px; padding: 3px 10px; font-variant-numeric: tabular-nums; }
.pv-comps { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 14px; }
.pv-comp { display: flex; flex-direction: row; align-items: center; gap: 14px; background: var(--card); border: 1px solid var(--line);
  border-radius: var(--pv-radius, 16px); padding: 16px; box-shadow: 0 1px 2px rgba(20,16,10,.03);
  transition: transform .14s, box-shadow .14s, border-color .14s; }
.pv-comp:hover { transform: translateY(-3px); box-shadow: 0 12px 26px rgba(20,16,10,.10); border-color: var(--gold); }
.pv-comp-body { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.pv-comp-name { font-weight: 700; font-size: 15px; color: var(--ink); line-height: 1.25; overflow: hidden;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.pv-comp-logo { width: 56px; height: 56px; flex: 0 0 56px; border-radius: 14px; object-fit: contain; padding: 6px; background: #fff; border: 1px solid var(--line); }
.pv-comp-logo-ph { display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-weight: 700; font-size: 24px;
  color: #fff; background: linear-gradient(135deg, var(--gold), var(--gold-2)); border: none; object-fit: unset; }
.pv[data-pv-logo="round"] .pv-logo-mark,
.pv[data-pv-logo="round"] .pv-comp-logo,
.pv[data-pv-logo="round"] .pv-comp-logo-ph,
.pv[data-pv-logo="round"] .pv-company-logo { border-radius: 50%; }
.pv[data-pv-logo="squircle"] .pv-logo-mark { border-radius: 30%; }
.pv[data-pv-logo="squircle"] .pv-comp-logo,
.pv[data-pv-logo="squircle"] .pv-comp-logo-ph { border-radius: 34%; }
.pv[data-pv-logo="squircle"] .pv-company-logo { border-radius: 30%; }
.pv[data-pv-cards="flat"] .pv-comp,
.pv[data-pv-cards="flat"] .pv-rev { box-shadow: none; background: color-mix(in srgb, var(--gold) 4%, var(--card)); }
.pv[data-pv-cards="flat"] .pv-comp:hover,
.pv[data-pv-cards="flat"] .pv-rev:hover { transform: none; box-shadow: 0 6px 16px rgba(20,16,10,.08); }
.pv[data-pv-cards="edge"] .pv-comp,
.pv[data-pv-cards="edge"] .pv-rev { border-left: 3px solid var(--gold); }
.pv-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
  padding: 11px var(--pv-gutter); background: var(--card); border-bottom: 1px solid var(--line); box-shadow: 0 1px 3px rgba(20,16,10,.04); }
.pv-brand { display: inline-flex; align-items: center; gap: 11px; white-space: nowrap; }
.pv-logo-img { height: 56px; max-height: 64px; max-width: 320px; width: auto; object-fit: contain; display: block; }
@media (max-width: 640px) { .pv-logo-img { height: 46px; max-height: 50px; max-width: 220px; } }
.pv-logo-mark { width: 38px; height: 38px; flex: 0 0 38px; border-radius: 11px; display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-weight: 800; font-size: 19px; color: #fff; background: linear-gradient(135deg, var(--gold), var(--gold-2)); }
.pv-brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.pv-brand.sm { font-family: var(--serif); font-weight: 700; font-size: 18px; display: inline-flex; align-items: center; gap: 9px; color: inherit; }
.pv-brand.sm .pv-logo-mark { width: 30px; height: 30px; flex-basis: 30px; font-size: 15px; }
.pv-hsearch { position: relative; flex: 1 1 240px; min-width: 0; max-width: 440px; }
.pv-hsearch-ic { position: absolute; left: 13px; top: 50%; transform: translateY(-50%); color: var(--muted); pointer-events: none; }
.pv-nav { display: flex; gap: 6px; font-size: 14px; font-weight: 600; flex-wrap: wrap; }
.pv-nav a:hover { color: var(--gold); background: var(--pv-accent-soft); }
.pv-nav a:hover svg { color: var(--gold); }
.pv-header-act { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.pv-login { display: inline-flex; align-items: center; gap: 7px; font-weight: 600; font-size: 14px; color: var(--ink); }
.pv-login:hover { color: var(--gold); }
@media (max-width: 900px) { .pv-nav a span, .pv-brand-text em { display: none; } .pv-login span { display: none; } }
.pv-menu-toggle { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.pv-burger { display: none; }
@media (max-width: 720px) {
  .pv-header { flex-wrap: wrap; gap: 9px; padding: 8px 14px; }
  .pv-brand { order: 1; flex: 0 1 auto; min-width: 0; max-width: 40%; overflow: hidden; }
  .pv-brand-text { overflow: hidden; }
  .pv-hsearch { order: 2; flex: 1 1 90px; min-width: 0; max-width: none; }
  .pv-burger { order: 3; }
  .pv-nav { order: 4; }
  .pv-header-act { order: 5; }

  .pv-logo-img { height: 34px; max-height: 34px; max-width: 130px; }
  .pv-logo-mark { width: 30px; height: 30px; flex-basis: 30px; font-size: 15px; }
  .pv-hsearch-ic { left: 11px; }

  .pv-burger { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 40px;
    width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 10px;
    background: var(--card); color: var(--ink); cursor: pointer; }
  .pv-burger span { display: block; width: 16px; height: 2px; border-radius: 2px; background: currentColor;
    box-shadow: 0 -5px 0 currentColor, 0 5px 0 currentColor; }
  .pv-menu-toggle:focus-visible + .pv-burger { outline: 2px solid var(--gold); outline-offset: 2px; }

  .pv-nav, .pv-header-act { display: none; }
  .pv-menu-toggle:checked ~ .pv-nav,
  .pv-menu-toggle:checked ~ .pv-header-act { display: flex; flex-basis: 100%; width: 100%; }
  .pv-nav { flex-direction: column; gap: 2px; border-top: 1px solid var(--line); padding-top: 8px; margin-top: 2px; }
  .pv-nav a { padding: 11px 8px; font-size: 15px; }
  .pv-header-act { margin-left: 0; justify-content: space-between; padding-bottom: 4px; }
}
.pv-footer { margin-top: 48px; background: var(--ink); color: color-mix(in srgb, #fff 78%, var(--ink));
  padding: 36px var(--pv-gutter) 30px; display: flex; flex-direction: column; gap: 20px; }
.pv-footcols { display: flex; flex-wrap: wrap; gap: 24px 60px; justify-content: space-between; }
.pv-footbrand .pv-brand.sm { color: #fff; }
.pv-footnav { display: flex; flex-direction: column; gap: 8px; font-size: 14px; }
.pv-footnav a:hover { color: var(--gold-2); }
.pv-footbottom { border-top: 1px solid color-mix(in srgb, #fff 14%, transparent); padding-top: 16px; font-size: 12.5px;
  color: color-mix(in srgb, #fff 55%, var(--ink)); }
.pv-h2[id] { scroll-margin-top: 70px; }
.pv-company-head { display: flex; align-items: center; gap: 18px; margin: 6px 0 4px; background: var(--card);
  border: 1px solid var(--line); border-radius: 18px; padding: 22px 24px; box-shadow: 0 1px 2px rgba(20,16,10,.04); }
.pv-company-logo { width: 84px; height: 84px; flex: 0 0 84px; border-radius: 16px; object-fit: contain; padding: 9px; background: #fff; border: 1px solid var(--line); }
.pv-desc { line-height: 1.7; margin: 16px 0; font-size: 15px; color: var(--ink-2, var(--ink)); background: var(--card);
  border: 1px solid var(--line); border-radius: 14px; padding: 18px 20px; }
.pv-cat-link { font-weight: 700; color: var(--gold); }
.pv-back-link { display: inline-block; margin-bottom: 14px; font-size: 13.5px; font-weight: 700; color: var(--gold); }
.pv-reviews { display: flex; flex-direction: column; gap: 12px; }
.pv-review { background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 16px 18px;
  box-shadow: 0 1px 2px rgba(20,16,10,.03); }
.pv-review-head { display: flex; gap: 10px; align-items: center; margin-bottom: 8px; font-size: 13.5px; }
.pv-avatar { width: 34px; height: 34px; flex: 0 0 34px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 14px; color: #fff; background: linear-gradient(135deg, var(--gold), var(--gold-2)); }
.pv-good, .pv-bad { font-weight: 700; font-size: 11.5px; text-transform: uppercase; letter-spacing: .03em; padding: 3px 9px; border-radius: 999px; }
.pv-good { color: #0f7a37; background: rgba(15,122,55,.10); }
.pv-bad { color: #b0281f; background: rgba(176,40,31,.10); }
.pv-stars { color: #e8a92b; font-size: 14px; white-space: nowrap; line-height: 1; display: inline-flex; align-items: center; gap: 1px; }
.pv-stars svg.on { fill: currentColor; }
.pv-stars svg.off { fill: color-mix(in srgb, var(--muted) 32%, transparent); }
.pv-stars-empty { color: color-mix(in srgb, var(--muted) 40%, transparent); }
.pv-comp-sub { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.pv-chip { font-size: 12px; color: var(--muted); background: var(--pv-accent-soft); border-radius: 999px; padding: 2px 9px; }
.pv-company-headmain { min-width: 0; }
.pv-company-meta { color: var(--muted); font-size: 13.5px; margin: 6px 0 0; display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.pv-contacts { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 10px 20px; margin: 14px 0 4px;
  background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 16px 20px; }
.pv-pros, .pv-cons { margin: 8px 0 0 !important; padding: 8px 12px; border-radius: 10px; font-size: 14px; line-height: 1.6; }
.pv-pros { background: rgba(15,122,55,.08); }
.pv-cons { background: rgba(176,40,31,.07); }
.pv[data-pv-hero="band"] .mh-hero {
  background: linear-gradient(90deg, var(--mh-glow) 0%, transparent 30%),
    linear-gradient(135deg, var(--mh-d1) 0%, var(--mh-d2) 60%, var(--mh-d3) 100%); }
.pv[data-pv-hero="beam"] .mh-hero {
  background: linear-gradient(118deg, transparent 42%, var(--mh-glow) 60%, transparent 80%),
    linear-gradient(160deg, var(--mh-d1) 0%, var(--mh-d2) 55%, var(--mh-d3) 100%); }
.pv[data-pv-pattern="dots"] .mh-hero::after { background: radial-gradient(var(--pv-tex) 1.3px, transparent 1.4px) 0 0 / 22px 22px; }
.pv[data-pv-pattern="grid"] .mh-hero::after { background:
  linear-gradient(var(--pv-tex) 1px, transparent 1px) 0 0 / 44px 44px,
  linear-gradient(90deg, var(--pv-tex) 1px, transparent 1px) 0 0 / 44px 44px; }
.pv[data-pv-pattern="diagonal"] .mh-hero::after { background: repeating-linear-gradient(45deg, transparent 0 18px, var(--pv-tex) 18px 19px); }
.pv[data-pv-pattern="rays"] .mh-hero::after { background: repeating-conic-gradient(from 0deg at 100% 0%, var(--pv-tex) 0 4deg, transparent 4deg 20deg); mask: radial-gradient(120% 120% at 100% 0%, #000, transparent 60%); }
.pv[data-pv-layout="stacked"] .mh-cards { grid-template-columns: repeat(auto-fill, minmax(175px, 1fr)); }
.pv[data-pv-layout="light"] .mh-hero {
  color: var(--ink);
  --pv-tex: color-mix(in srgb, var(--gold) 14%, transparent); /* dark-ish accent texture on light */
  background:
    radial-gradient(120% 130% at 92% 0%, var(--pv-hero-bg) 0%, transparent 62%),
    linear-gradient(180deg, color-mix(in srgb, var(--gold) 6%, var(--card)), var(--card));
  border-bottom: 1px solid var(--line);
}
.pv[data-pv-layout="light"] .mh-hero-main h1 { color: var(--ink); }
.pv[data-pv-layout="light"] .mh-hero-main h1 span { color: var(--gold); }
.pv[data-pv-layout="light"] .mh-hero-sub { color: var(--muted); }
.pv[data-pv-layout="light"] .mh-search { border: 1px solid var(--line); }
.pv[data-pv-layout="light"] .mh-stats b { color: var(--ink); }
.pv[data-pv-layout="light"] .mh-stats em { color: var(--muted); }
.pv[data-pv-layout="light"] .mh-hero-card { background: var(--card); border-color: var(--line); box-shadow: 0 12px 30px rgba(20,16,10,.08); backdrop-filter: none; }
.pv[data-pv-layout="light"] .mh-feat b { color: var(--ink); }
.pv[data-pv-layout="light"] .mh-feat span { color: var(--muted); }
.pv[data-pv-layout="light"] .mh-hero .mh-btn.ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.pv[data-pv-layout="minimal"] .mh-hero-card { display: none; }
.pv[data-pv-layout="minimal"] .mh-cards { grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); }
.pv[data-pv-layout="wide"] .mh-cards { grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); }
@media (max-width: 720px) {
  .pv .mh-cards,
  .pv[data-pv-layout] .mh-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .pv .mh-catgrid,
  .pv[data-pv-layout] .mh-catgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .pv .mh-catcard { padding: 12px; border-radius: 13px; gap: 6px; }
  .pv .mh-catcard-ic { width: 34px; height: 34px; border-radius: 10px; }
  .pv .mh-catcard-ic svg { width: 17px; height: 17px; }
  .pv .mh-catcard-name { font-size: 13.5px; }
  .pv-comps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .pv-comp { flex-direction: column; align-items: flex-start; gap: 8px; padding: 12px; }
  .pv-comp-logo, .pv-comp-logo-ph { width: 44px; height: 44px; flex-basis: 44px; }
  .pv-comp-logo-ph { font-size: 19px; }
  .pv-comp-name { font-size: 13.5px; }
  .pv-comp-sub { flex-wrap: wrap; gap: 4px; }
}
@media (min-width: 900px) {
  .pv[data-pv-layout="stacked"] .mh-hero-in { grid-template-columns: 1fr; gap: 26px; max-width: 940px; margin: 0 auto; text-align: center; }
  .pv[data-pv-layout="stacked"] .mh-search { margin-left: auto; margin-right: auto; }
  .pv[data-pv-layout="stacked"] .mh-stats { justify-content: center; }
  .pv[data-pv-layout="stacked"] .mh-hero-card { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 18px; text-align: left; }
  .pv[data-pv-layout="stacked"] .mh-hero-btns { grid-column: 1 / -1; }
  .pv[data-pv-layout="minimal"] .mh-hero-in { grid-template-columns: 1fr; max-width: 860px; margin: 0 auto; text-align: center; }
  .pv[data-pv-layout="minimal"] .mh-search { margin-left: auto; margin-right: auto; max-width: 680px; }
  .pv[data-pv-layout="minimal"] .mh-stats { justify-content: center; }
  .pv[data-pv-layout="wide"] .mh-hero-in { grid-template-columns: 1fr 1.5fr; }
  .pv[data-pv-layout="wide"] .mh-hero-main { order: 2; }
  .pv[data-pv-layout="wide"] .mh-hero-card { order: 1; align-self: center; }
  .pv[data-pv-layout="wide"] .mh-grid3 { grid-template-columns: 1fr 1fr; }
  .pv[data-pv-layout="wide"] .mh-grid3 > section:last-child { grid-column: 1 / -1; }
}
.pv-cat-intro { max-width: 900px; margin: 6px 0 20px; color: var(--ink-2, var(--ink)); line-height: 1.6; font-size: 15px; }
.mh-cp-score .pv-stars { font-size: 18px; }
@media (min-width: 1001px) {
  .pv[data-pv-layout="light"] .mh-cp-head { grid-template-columns: 0.9fr 1.7fr 1fr; }
  .pv[data-pv-layout="light"] .mh-cp-score { order: -1; border-left: none; border-right: 1px solid var(--line); padding-left: 0; padding-right: 22px; }
  .pv[data-pv-layout="light"] .mh-cp-cols { grid-template-columns: 340px 1fr; }
  .pv[data-pv-layout="light"] .mh-cp-right { order: -1; position: sticky; top: 74px; }
}
.mh-other-rate .pv-stars { font-size: 12px; }
.pv-form-wrap { max-width: 720px; margin: 0 auto; padding: 24px 18px 60px; }
.pv-form-2col { max-width: 1120px; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, .85fr); gap: 20px; align-items: start; }
.pv-prev { position: sticky; top: 96px; }
.pv-prev-in { background: #fff; border: 1px solid var(--line, #e6e2d8); border-radius: 18px; padding: 20px; }
.pv-prev-title { margin: 0; font-size: 17px; }
.pv-prev-lead { margin: 5px 0 15px; font-size: 13px; line-height: 1.45; color: var(--muted, #6d6f76); }
.pv-prev-card { border: 1px solid var(--line, #e6e2d8); border-radius: 14px; padding: 15px; background: color-mix(in srgb, var(--gold, #b5851c) 3%, #fff); }
.pv-prev-head { display: flex; align-items: center; gap: 12px; }
.pv-prev-logo { width: 48px; height: 48px; flex: 0 0 48px; border-radius: 12px; object-fit: contain; padding: 5px; background: #fff; border: 1px solid var(--line, #e6e2d8); }
.pv-prev-logo-ph { display: grid; place-items: center; padding: 0; border: 0; background: var(--gold, #b5851c); color: #fff; font-weight: 800; font-size: 20px; }
.pv-prev-id { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.pv-prev-id strong { font-size: 15px; line-height: 1.25; overflow-wrap: anywhere; }
.pv-prev-meta { font-size: 12.5px; color: var(--muted, #6d6f76); }
.pv-prev-empty { color: #a9a9b0; font-weight: 500; }
.pv-prev-rate { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-top: 12px; font-size: 13px; }
.pv-prev-stars { letter-spacing: 1px; color: var(--gold, #b5851c); }
.pv-prev-stars i { color: #d9dade; font-style: normal; }
.pv-prev-chip { padding: 3px 9px; border-radius: 999px; font-size: 11.5px; font-weight: 700;
  color: var(--gold, #b5851c); background: color-mix(in srgb, var(--gold, #b5851c) 12%, #fff); }
.pv-prev-rec { font-size: 11.5px; font-weight: 700; }
.pv-prev-rec.yes { color: #15803d; }
.pv-prev-rec.no { color: #b91c1c; }
.pv-prev-body { margin: 12px 0 8px; font-size: 13px; line-height: 1.55; color: #4c4d53; overflow-wrap: anywhere; }
.pv-prev-author { font-size: 12px; font-weight: 700; color: var(--muted, #6d6f76); }
@media (max-width: 900px) {
  .pv-form-2col { grid-template-columns: 1fr; }
  .pv-prev { position: static; order: -1; }
  .pv-form { order: 1; }
}
@media (max-width: 560px) {
  .pv-field-row { flex-direction: column; gap: 12px; }
}
.pv-form { background: #fff; border: 1px solid var(--line, #e6e2d8); border-radius: 18px; padding: 26px 24px; display: flex; flex-direction: column; gap: 16px; }
.pv-form h1 { margin: 0; font-size: 26px; }
.pv-form-lead { margin: -6px 0 4px; color: var(--ink-2, #6b7280); font-size: 15px; }
.pv-field { display: flex; flex-direction: column; gap: 6px; }
.pv-field > span { font-weight: 600; font-size: 14px; }
.pv-field input, .pv-field select, .pv-field textarea { padding: 11px 13px; border: 1px solid var(--line, #e6e2d8); border-radius: 11px; font: inherit; background: #fff; width: 100%; }
.pv-field textarea { resize: vertical; }
.pv-field-row { display: flex; gap: 14px; }
.pv-field-row .pv-field { flex: 1; }
.pv-hint { font-weight: 400; color: var(--ink-2, #9aa0aa); font-size: 12px; font-style: normal; }
.pv-stars-input { display: flex; gap: 4px; }
.pv-star { background: none; border: none; cursor: pointer; font-size: 34px; line-height: 1; color: #d8d8d8; padding: 0; transition: color .1s; }
.pv-star.on { color: var(--gold, #f5a623); }
.pv-rec-toggle { display: flex; gap: 10px; }
.pv-rec-toggle button { flex: 0 0 auto; padding: 9px 18px; border: 1px solid var(--line, #e6e2d8); border-radius: 999px; background: #fff; cursor: pointer; font: inherit; font-weight: 600; }
.pv-rec-toggle button.on.yes { background: #17924a; color: #fff; border-color: #17924a; }
.pv-rec-toggle button.on.no { background: #d14343; color: #fff; border-color: #d14343; }
.pv-consent { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: var(--ink-2, #6b7280); }
.pv-consent input { margin-top: 2px; }
.pv-submit { align-self: flex-start; }
.pv-submit:disabled { opacity: .5; cursor: default; }
.pv-form-note { margin: -6px 0 0; font-size: 12px; color: var(--ink-2, #9aa0aa); }
.pv-form-err { background: rgba(209,67,67,.1); color: #b3261e; border-radius: 10px; padding: 10px 13px; font-size: 14px; }
.pv-form-done { background: #fff; border: 1px solid var(--line, #e6e2d8); border-radius: 18px; padding: 40px 24px; text-align: center; max-width: 560px; margin: 30px auto; }
.pv-form-check { width: 56px; height: 56px; margin: 0 auto 14px; border-radius: 999px; background: #17924a; color: #fff; font-size: 30px; display: grid; place-items: center; }
.pv-logo-pick { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.pv-logo-prev { width: 56px; height: 56px; border-radius: 12px; object-fit: contain; padding: 5px;
  border: 1px solid var(--line, #e6e2d8); background: #fff; }
.pv-logo-clear { background: none; border: none; color: #b3261e; font-size: 13px; cursor: pointer; text-decoration: underline; padding: 0; }
.pv-login-ava { display: inline-grid; place-items: center; width: 26px; height: 26px; border-radius: 999px; background: var(--gold); color: #fff; font-weight: 700; font-size: 13px; }
.an{
  --green:#15951d;--green-2:#087b12;--green-soft:#eaf7e6;--green-ghost:#f4f9f0;
  --ink:#102518;--muted:#66736b;--line:#dce5da;--paper:#fff;--canvas:#f7f9f3;
  --amber:#f4aa13;--shadow:0 16px 42px rgba(24,50,18,.09);
  --an-serif:Georgia,"Times New Roman",serif;
  --an-sans:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  background:var(--canvas);color:var(--ink);font-family:var(--an-sans);line-height:1.48;
}
.an a{color:inherit;text-decoration:none}
.an .container{width:min(1180px,calc(100% - 40px));margin:auto}
.an svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.an .btn{border:0;border-radius:11px;height:44px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:750;cursor:pointer;transition:.2s}
.an .btn-primary{color:#fff;background:linear-gradient(180deg,#1cad25,#0c8515);box-shadow:0 8px 18px rgba(17,141,24,.18)}
.an .btn-primary:hover{transform:translateY(-1px);box-shadow:0 11px 24px rgba(17,141,24,.25)}
.an .btn-outline{background:#fff;border:1px solid var(--line);color:var(--ink)}
.an .btn-soft{background:var(--green-soft);color:var(--green-2)}
.an .section-title{font:700 27px/1.2 var(--an-serif);margin:0}
.an .section-head{display:flex;align-items:end;justify-content:space-between;gap:14px;margin-bottom:18px}
.an .section-link{color:var(--green-2);font-weight:700;font-size:13px;white-space:nowrap}
.an .eyebrow{display:inline-flex;align-items:center;gap:8px;background:white;border:1px solid #e8e7cc;box-shadow:0 6px 16px rgba(56,65,33,.07);border-radius:999px;padding:7px 12px;color:#6f7b31;font-size:12px;font-weight:700}
.an .dot-gold{width:18px;height:18px;border-radius:50%;background:#ffe47b;display:grid;place-items:center;color:#786900}
.an .stars{letter-spacing:1px;color:var(--amber)}
.an .home-hero{position:relative;overflow:hidden;background:linear-gradient(120deg,#fbfcf7 0%,#f8faef 58%,#eef5dd 100%);border-bottom:1px solid #e9eee1}
.an .home-hero:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(74,113,59,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(74,113,59,.045) 1px,transparent 1px);background-size:42px 42px;-webkit-mask-image:linear-gradient(90deg,transparent 8%,black 40%,black 75%,transparent);mask-image:linear-gradient(90deg,transparent 8%,black 40%,black 75%,transparent)}
.an .hero-grid{position:relative;z-index:1;min-height:510px;display:grid;grid-template-columns:265px minmax(470px,1fr) 430px;gap:34px;align-items:center;padding:34px 0 28px}
.an .trust-card{align-self:stretch;margin:12px 0;border-radius:22px;background:linear-gradient(160deg,#173d29,#0f2c22 72%);padding:28px 24px;color:#fff;box-shadow:0 24px 50px rgba(5,39,20,.18);position:relative;overflow:hidden}
.an .trust-card:after{content:"";position:absolute;width:210px;height:210px;border:2px solid rgba(150,216,135,.2);border-radius:48% 52% 45% 55%;bottom:-108px;right:-50px}
.an .trust-card h2{font:700 26px/1.13 var(--an-serif);margin:0 0 22px}
.an .trust-list{display:grid;gap:17px}
.an .trust-item{display:grid;grid-template-columns:40px 1fr;gap:12px;align-items:start}
.an .trust-icon{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#37c63b,#128a1a);box-shadow:0 6px 14px rgba(0,0,0,.22);color:#fff;font-size:17px}
.an .trust-item b{font-size:13px;display:block}
.an .trust-item span{display:block;color:#c8d8ce;font-size:11px;margin-top:3px}
.an .hero-copy{padding:12px 0;min-width:0}
.an .hero-copy h1{font:700 clamp(43px,4.2vw,64px)/.98 var(--an-serif);letter-spacing:-1.8px;margin:18px 0 20px;max-width:650px}
.an .hero-copy h1 em{font-style:normal;color:var(--green-2)}
.an .hero-copy>p{color:var(--muted);font-size:16px;max-width:620px;margin:0 0 20px}
.an .search-panel{background:white;border:1px solid #e2e7dc;border-radius:17px;padding:10px;box-shadow:var(--shadow)}
.an .main-search{display:flex;gap:10px}
.an .main-search label{flex:1;position:relative;display:block;min-width:0}
.an .main-search label svg{position:absolute;left:15px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#78907b}
.an .main-search input{width:100%;height:52px;border:1px solid #e3e8df;border-radius:11px;padding:0 14px 0 45px;outline:none}
.an .main-search input:focus{border-color:#84bf81;box-shadow:0 0 0 3px rgba(21,149,29,.08)}
.an .main-search .btn{white-space:nowrap}
.an .search-hint{font-size:11px;color:#889287;margin:8px 4px 0}
.an .stats-strip{display:grid;grid-template-columns:repeat(4,1fr);margin-top:14px;border:1px solid #e1e7dd;border-radius:16px;background:white;box-shadow:0 8px 22px rgba(24,50,18,.06);overflow:hidden}
.an .stat{display:grid;grid-template-columns:36px 1fr;gap:11px;align-items:center;padding:15px 16px;border-right:1px solid #e7ece4}
.an .stat:last-child{border-right:0}
.an .stat-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;color:#376134;background:#edf5e6}
.an .stat-icon svg{width:18px;height:18px}
.an .stat strong{display:block;font-size:22px;line-height:1}
.an .stat small{color:var(--muted);font-size:9px;text-transform:uppercase}
.an .hero-art img{width:110%;max-width:none;margin-left:-15%;display:block;filter:drop-shadow(0 18px 38px rgba(56,82,37,.12))}
.an .hero-art img.hero-photo{width:100%;max-width:430px;margin-left:0;border-radius:22px;border:1px solid var(--line);box-shadow:var(--shadow);filter:none;object-fit:cover}
.an .content-section{padding:30px 0 0}
.an .company-carousel{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.an .company-chip{min-width:0;border:1px solid #e0e7dd;border-radius:15px;background:white;padding:13px;display:grid;grid-template-columns:54px 1fr;gap:11px;align-items:center;box-shadow:0 7px 17px rgba(31,55,23,.045);transition:.2s}
.an .company-chip:hover{transform:translateY(-2px);box-shadow:0 13px 26px rgba(31,55,23,.09)}
.an .company-chip img{width:54px;height:42px;object-fit:contain;border-radius:9px}
.an .an-chip-ph{width:54px;height:42px;border-radius:9px;display:grid;place-items:center;background:var(--green-soft);color:var(--green-2);font-weight:800;font-size:18px}
.an .company-chip>div{min-width:0}
.an .company-chip b{display:block;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.an .meta{display:flex;gap:9px;align-items:center;color:var(--muted);font-size:10px}
.an .meta .rating{color:var(--ink);font-weight:800}
.an .category-layout{display:grid;grid-template-columns:repeat(3,1fr) 1.7fr;gap:12px}
.an .category-feature{height:130px;position:relative;overflow:hidden;border:1px solid #dfe7dc;background:white;border-radius:16px;padding:20px;display:block}
.an .category-feature h3{font:700 21px/1.08 var(--an-serif);margin:0 0 8px;max-width:150px}
.an .category-feature p{color:var(--muted);font-size:11px;max-width:155px;margin:0}
.an .category-feature img{position:absolute;right:-5px;bottom:-3px;width:145px}
.an .category-tags{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;align-content:start}
.an .category-tag{display:flex;align-items:center;gap:8px;background:white;border:1px solid #e1e8de;border-radius:11px;padding:11px 12px;font-size:12px;font-weight:650}
.an .reviews-grid{display:grid;grid-template-columns:2fr 1fr;gap:16px}
.an .panel{background:white;border:1px solid #dfe7dc;border-radius:18px;padding:20px;box-shadow:0 8px 20px rgba(31,55,23,.045)}
.an .review-row{display:grid;grid-template-columns:34px 1fr 110px;gap:12px;padding:14px 0;border-top:1px solid #edf0eb}
.an .review-row:first-of-type{border-top:0}
.an .avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;color:white;background:var(--green);font-weight:800}
.an .review-row b{font-size:12px}
.an .review-row time{font-size:10px;color:#879187;margin-left:10px}
.an .review-row p{font-size:11px;color:#526057;margin:5px 0 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.an .review-company{text-align:right;font-size:10px;color:#68746c}
.an .rank-list{display:grid;gap:13px;margin-top:16px}
.an .rank-item{display:grid;grid-template-columns:24px 1fr auto;gap:11px;align-items:center;font-size:12px}
.an .rank-num{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#dff1d9;color:#17831d;font-weight:800}
.an .rank-item small{color:var(--muted)}
.an .cta-band{margin:24px 0 26px;border:1px solid #cbdcc3;border-radius:18px;background:linear-gradient(90deg,#eff6e9,#e1edda);display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 24px}
.an .cta-band h3{font:700 23px/1.2 var(--an-serif);margin:0}
.an .cta-band p{font-size:12px;color:var(--muted);margin:4px 0 0}
.an .cta-actions{display:flex;gap:12px}
.an .breadcrumbs{padding:20px 0 14px;font-size:12px;color:#758477}
.an .breadcrumbs a{color:var(--green-2);font-weight:650}
.an.page-bg{position:relative;overflow:hidden}
.an .profile-card{display:grid;grid-template-columns:210px 1fr 260px 235px;gap:28px;background:white;border:1px solid #dce5da;border-radius:24px;padding:24px;box-shadow:var(--shadow)}
.an .logo-column{border-right:1px solid #e7ece5;padding-right:24px}
.an .company-logo-large{width:100%;aspect-ratio:1.15;border:1px solid #dce5da;border-radius:19px;display:grid;place-items:center;background:white;overflow:hidden}
.an .company-logo-large img{width:88%;height:88%;object-fit:contain}
.an .an-logo-ph{width:88%;height:88%;display:grid;place-items:center;color:var(--green-2);font:700 46px/1 var(--an-serif)}
.an .side-buttons{display:grid;gap:10px;margin-top:14px}
.an .side-buttons .btn{width:100%}
.an .profile-main{min-width:0}
.an .profile-main h1{font:700 clamp(36px,4vw,54px)/1 var(--an-serif);margin:15px 0}
.an .category-pill{display:inline-flex;border-radius:999px;background:#e9f7e6;color:var(--green-2);padding:5px 11px;font-size:12px;font-weight:750}
.an .rating-line{display:flex;align-items:center;gap:12px;font-weight:800}
.an .profile-main p{font-size:13px;color:#37453c;line-height:1.65;margin:18px 0}
.an .contact-list{border-left:1px solid #e7ece5;padding-left:24px;display:grid;align-content:center;gap:24px;min-width:0}
.an .contact-item{display:grid;grid-template-columns:25px 1fr;gap:10px}
.an .contact-item span svg{width:20px;height:20px;color:#527650}
.an .contact-item small{display:block;color:#839083;text-transform:uppercase;font-size:9px;letter-spacing:.08em}
.an .contact-item b,.an .contact-item a{display:block;margin-top:4px;color:var(--green-2);font-size:13px;word-break:break-word}
.an .score-card{background:#fbfcfa;border:1px solid #dfe7dc;border-radius:18px;padding:20px;box-shadow:0 10px 24px rgba(26,50,20,.08)}
.an .score-card .score{font:700 44px/1 var(--an-serif)}
.an .score-card>small{color:var(--muted)}
.an .rating-bars{display:grid;gap:9px;margin-top:16px}
.an .rating-bar{display:grid;grid-template-columns:26px 1fr 31px;gap:8px;align-items:center;font-size:10px;color:#5e6d61}
.an .bar{height:7px;border-radius:999px;background:#dfe9dc;overflow:hidden}
.an .bar i{display:block;height:100%;background:linear-gradient(90deg,#efb534,#73ad43);border-radius:999px}
.an .company-content{display:grid;grid-template-columns:1fr 300px;gap:16px;margin-top:16px}
.an .tabs{display:flex;gap:18px;border-bottom:1px solid #e4eae1;margin:-20px -20px 15px;padding:0 20px;flex-wrap:wrap}
.an .tab{padding:17px 4px 13px;border:0;background:transparent;border-bottom:3px solid transparent;font-weight:750}
.an .tab.active{color:var(--green-2);border-color:var(--green)}
.an .company-review{display:grid;grid-template-columns:38px 1fr auto;gap:14px;padding:18px 0;border-top:1px solid #e8ede6}
.an .company-review:first-of-type{border-top:0}
.an .company-review h4{margin:0;font-size:13px}
.an .company-review time{font-size:11px;color:#7b897e;margin-left:10px;font-weight:400}
.an .company-review p{margin:8px 0 0;color:#344339;font-size:12px;line-height:1.58}
.an .company-review p b{color:var(--ink)}
.an .sidebar-stack{display:grid;gap:14px;align-content:start}
.an .similar-list{display:grid;margin-top:12px;margin-bottom:12px}
.an .similar{display:grid;grid-template-columns:48px 1fr auto;gap:10px;align-items:center;padding:11px 0;border-top:1px solid #e9eee7}
.an .similar:first-child{border-top:0}
.an .similar img{width:45px;height:34px;object-fit:contain}
.an .an-sim-ph{width:45px;height:34px;border-radius:8px;display:grid;place-items:center;background:var(--green-soft);color:var(--green-2);font-weight:800}
.an .similar b{font-size:11px}
.an .similar small{display:block;color:var(--muted);font-size:9px}
@media(max-width:1100px){
  .an .hero-grid{grid-template-columns:240px 1fr}
  .an .hero-art{display:none}
  .an .profile-card{grid-template-columns:180px 1fr 240px}
  .an .score-card{grid-column:2/4}
  .an .company-carousel{grid-template-columns:repeat(3,1fr)}
  .an .category-layout{grid-template-columns:repeat(3,1fr)}
  .an .category-tags{grid-column:1/-1;grid-template-columns:repeat(4,1fr)}
}
@media(max-width:820px){
  .an .hero-grid{display:block;padding:20px 0 28px}
  .an .trust-card{min-height:auto;margin:0 0 22px}
  .an .trust-list{grid-template-columns:1fr 1fr}
  .an .hero-copy h1{font-size:46px}
  .an .stats-strip{grid-template-columns:1fr 1fr}
  .an .stat:nth-child(2){border-right:0}
  .an .stat:nth-child(-n+2){border-bottom:1px solid #e7ece4}
  .an .company-carousel{grid-template-columns:1fr 1fr}
  .an .category-layout{grid-template-columns:1fr}
  .an .category-feature{height:145px}
  .an .category-tags{grid-template-columns:1fr 1fr}
  .an .reviews-grid{grid-template-columns:1fr}
  .an .profile-card{grid-template-columns:150px 1fr}
  .an .contact-list,.an .score-card{grid-column:1/-1;border-left:0;border-top:1px solid #e7ece5;padding:20px 0 0}
  .an .company-content{grid-template-columns:1fr}
  .an .sidebar-stack{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
  .an .hero-copy h1{font-size:39px}
  .an .hero-copy>p{font-size:14px}
  .an .main-search{display:grid}
  .an .main-search .btn{height:50px}
  .an .trust-list{grid-template-columns:1fr}
  .an .stats-strip{grid-template-columns:1fr 1fr}
  .an .company-carousel{grid-template-columns:1fr}
  .an .category-tags{grid-template-columns:1fr}
  .an .reviews-grid{display:block}
  .an .reviews-grid .panel+.panel{margin-top:14px}
  .an .cta-band{display:block}
  .an .cta-actions{margin-top:16px}
  .an .cta-actions .btn{flex:1;padding:0 10px}
  .an .profile-card{display:block;padding:16px}
  .an .logo-column{border:0;padding:0}
  .an .company-logo-large{width:145px}
  .an .profile-main{margin-top:18px}
  .an .profile-main h1{font-size:38px}
  .an .contact-list{display:block}
  .an .contact-item{margin:16px 0}
  .an .score-card{margin-top:16px}
  .an .company-review{grid-template-columns:34px 1fr}
  .an .company-review>.stars{grid-column:2}
  .an .sidebar-stack{grid-template-columns:1fr}
  .an .tabs{overflow-x:auto;gap:12px}
  .an .tab{white-space:nowrap}
}
.an.anv2{background:#fbfcf8;color:#14261a}
.an.anv2 .container{width:min(1420px,calc(100% - 48px))}
.an .v2-hero{position:relative;overflow:hidden;padding:26px 0 18px;background:radial-gradient(circle at 76% 12%,rgba(194,225,176,.28),transparent 28%),linear-gradient(180deg,#fff 0,#fbfcf8 100%)}
.an .v2-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(45,109,50,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(45,109,50,.035) 1px,transparent 1px);background-size:44px 44px;-webkit-mask-image:linear-gradient(to bottom,#000 0,transparent 78%);mask-image:linear-gradient(to bottom,#000 0,transparent 78%);pointer-events:none}
.an .v2-hero-grid{position:relative;display:grid;grid-template-columns:250px minmax(430px,1fr) 430px;grid-template-areas:"trust copy photo" "trust search search" "stats stats stats";gap:18px 44px;align-items:start}
.an .v2-trust-panel{grid-area:trust;background:rgba(255,255,255,.92);border:1px solid #dfe8dc;border-radius:22px;padding:24px 20px;box-shadow:0 18px 50px rgba(29,74,34,.08)}
.an .v2-trust-intro h2{font:700 22px/1.1 var(--an-serif);margin:0 0 5px}
.an .v2-trust-intro p{margin:0;color:#6e7d70;font-size:14px;line-height:1.4}
.an .v2-trust-list{display:grid;gap:23px;margin-top:26px}
.an .v2-trust-item{display:grid;grid-template-columns:46px 1fr;gap:13px;align-items:start}
.an .v2-round-icon{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:#eef7ea;color:#16822b;border:1px solid #e1eddd}
.an .v2-round-icon svg{width:22px;height:22px}
.an .v2-trust-item b{display:block;font-size:13px;line-height:1.25}
.an .v2-trust-item small{display:block;margin-top:4px;color:#78867b;font-size:11px;line-height:1.45}
.an .v2-hero-copy{grid-area:copy;padding-top:14px;min-width:0}
.an .v2-eyebrow{display:inline-flex;align-items:center;gap:8px;border-radius:999px;padding:7px 12px;background:#f3f8ee;border:1px solid #e0eadb;color:#4f792b;font-size:12px;font-weight:750;box-shadow:0 5px 16px rgba(47,93,37,.06)}
.an .v2-hero-copy h1{font:700 clamp(44px,4.2vw,66px)/.98 var(--an-serif);letter-spacing:-.035em;margin:24px 0 20px;max-width:760px}
.an .v2-hero-copy h1 em{font-style:normal;color:#13822a}
.an .v2-hero-copy p{max-width:600px;margin:0;color:#657267;font-size:17px;line-height:1.55}
.an .v2-photo-stage{grid-area:photo;position:relative;min-height:360px;display:grid;place-items:center}
.an .v2-photo-stage:before{content:"";position:absolute;width:330px;height:300px;border-radius:34% 66% 58% 42%/48% 38% 62% 52%;background:#dcebd2;transform:translate(20px,10px) rotate(-6deg)}
.an .v2-photo-stage:after{content:"";position:absolute;right:12px;top:5px;width:140px;height:190px;border:2px solid #d9ebd3;border-left-color:transparent;border-bottom-color:transparent;border-radius:55% 45% 54% 46%;transform:rotate(22deg)}
.an .v2-photo-shape{position:absolute;left:8px;bottom:24px;width:150px;height:190px;background:#b7d7a5;border-radius:34px;transform:rotate(-7deg);opacity:.82}
.an .v2-photo-stage>img{position:relative;z-index:2;width:340px;height:330px;object-fit:cover;border-radius:30px;box-shadow:0 24px 50px rgba(25,57,28,.16)}
.an .v2-floating-card{position:absolute;z-index:4;display:flex;align-items:flex-start;gap:10px;background:rgba(255,255,255,.94);border:1px solid rgba(222,230,219,.9);border-radius:16px;padding:13px 15px;box-shadow:0 13px 30px rgba(29,62,32,.14);font-size:11px}
.an .v2-floating-card b{font-size:12px}
.an .v2-floating-card small{display:block;margin-top:4px;color:#77827a;line-height:1.35}
.an .v2-floating-card>span{width:27px;height:27px;flex:none;border-radius:50%;display:grid;place-items:center;background:#e8f5e3;color:#15842a;font-weight:800}
.an .v2-card-verified{right:-5px;top:55px}
.an .v2-card-rating{left:-10px;bottom:16px}
.an .v2-card-rating .v2-avatar-stack{width:auto;background:transparent;color:#15842a;font-size:9px;letter-spacing:-3px}
.an .v2-card-moderation{right:-5px;bottom:32px;background:linear-gradient(135deg,#228d36,#137326);color:#fff;border-color:transparent}
.an .v2-card-moderation small{color:#eaf6ea}
.an .v2-card-moderation>span{background:rgba(255,255,255,.14);color:#fff}
.an .v2-search-wrap{grid-area:search;background:#fff;border:1px solid #dfe7dc;border-radius:17px;padding:11px 12px 8px;box-shadow:0 12px 34px rgba(24,65,29,.08)}
.an .v2-main-search{display:grid;grid-template-columns:1fr auto;gap:12px}
.an .v2-main-search label{height:52px;display:flex;align-items:center;gap:12px;padding:0 15px;border-radius:12px;background:#fbfcfa;border:1px solid #e2e9df;min-width:0}
.an .v2-main-search label svg{width:20px;height:20px;flex:none;color:#78907b}
.an .v2-main-search input{width:100%;border:0;background:transparent;outline:0;font-size:14px}
.an .v2-main-search .btn{height:52px;padding:0 30px;border-radius:12px;white-space:nowrap}
.an .v2-search-hint{padding:8px 14px 1px;color:#919b91;font-size:10px}
.an .v2-stats{grid-area:stats;display:grid;grid-template-columns:repeat(4,1fr);background:rgba(255,255,255,.95);border:1px solid #dfe7dc;border-radius:18px;box-shadow:0 12px 34px rgba(24,65,29,.07);overflow:hidden}
.an .v2-stat{display:flex;align-items:center;justify-content:center;gap:16px;min-height:82px;border-right:1px solid #e5ebe2}
.an .v2-stat:last-child{border-right:0}
.an .v2-stat>span{width:45px;height:45px;flex:none;border-radius:15px;background:#ecf6e7;display:grid;place-items:center;color:#19822d}
.an .v2-stat>span svg{width:21px;height:21px}
.an .v2-stat strong{display:block;font-size:22px;line-height:1}
.an .v2-stat small{display:block;color:#7d897e;font-size:10px;line-height:1.35;margin-top:6px}
.an .v2-dashboard{display:grid;grid-template-columns:1.1fr .95fr 1fr;gap:16px;padding-top:18px}
.an .v2-panel{background:#fff;border:1px solid #e0e7dd;border-radius:19px;padding:18px;box-shadow:0 12px 32px rgba(30,65,33,.055)}
.an .v2-panel-head{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:16px}
.an .v2-panel-head h2{font:700 20px/1.1 var(--an-serif);margin:0}
.an .v2-panel-head a{font-size:10px;color:#14802a;font-weight:750;white-space:nowrap}
.an .v2-company-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.an .v2-company-card{min-width:0;border:1px solid #e4eae1;border-radius:13px;padding:13px 10px;background:#fff;transition:.2s ease}
.an .v2-company-card:hover{transform:translateY(-2px);border-color:#bcd7b7;box-shadow:0 10px 20px rgba(31,75,31,.09)}
.an .v2-company-card img{width:48px;height:48px;display:block;margin:0 0 10px;object-fit:contain}
.an .v2-cc-ph{width:48px;height:48px;display:grid;place-items:center;margin:0 0 10px;border-radius:12px;background:var(--green-soft);color:var(--green-2);font-weight:800;font-size:18px}
.an .v2-company-card b{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px}
.an .v2-company-card small{display:block;color:#8b958c;font-size:9px;margin:3px 0 12px}
.an .v2-company-card span{display:block;color:#16802a;font-weight:800;font-size:11px;margin-top:8px}
.an .v2-company-card em{display:block;color:#718072;font-style:normal;font-size:9px;margin-top:5px}
.an .v2-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}
.an .v2-category-grid a{min-height:48px;border:1px solid #e2e9df;border-radius:11px;display:flex;align-items:center;gap:9px;padding:9px 11px;font-size:10px;font-weight:650;background:#fcfdfb}
.an .v2-category-grid a:hover{border-color:#abd0a5;background:#f4faf1}
.an .v2-category-grid span{color:#14812a;display:inline-flex;flex:none}
.an .v2-category-grid span svg{width:15px;height:15px}
.an .v2-review-list{display:grid}
.an .v2-review-item{display:grid;grid-template-columns:42px 1fr auto;gap:11px;align-items:start;padding:10px 0;border-top:1px solid #edf1eb}
.an .v2-review-item:first-child{border-top:0;padding-top:0}
.an .v2-rev-ava{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:var(--green);color:#fff;font-weight:800;font-size:14px}
.an .v2-review-item b{font-size:11px}
.an .v2-review-item span{color:#16802a;font-size:9px;margin-left:8px}
.an .v2-review-item p{margin:4px 0 0;color:#6f7b71;font-size:9px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.an .v2-review-item time{white-space:nowrap;color:#98a198;font-size:9px}
.an .v2-values{margin-top:16px;margin-bottom:28px;display:grid;grid-template-columns:48px 1fr auto;gap:18px;align-items:center;background:linear-gradient(90deg,#eef7e9,#f7faf4);border:1px solid #dce8d8;border-radius:17px;padding:16px 24px}
.an .v2-values-icon{width:44px;height:44px;flex:none;border-radius:14px;display:grid;place-items:center;border:2px solid #2f8d3c;color:#1c7f2e;font-size:24px}
.an .v2-values h2{font:700 18px/1.1 var(--an-serif);color:#276d2d;margin:0 0 4px}
.an .v2-values p{margin:0;color:#647466;font-size:11px}
.an .v2-values .btn{height:42px}
@media(max-width:1280px){
  .an.anv2 .container{width:min(1180px,calc(100% - 36px))}
  .an .v2-hero-grid{grid-template-columns:230px minmax(390px,1fr) 350px;gap:18px 28px}
  .an .v2-photo-stage>img{width:305px;height:305px}
  .an .v2-card-verified{right:-12px}
  .an .v2-card-moderation{right:-12px}
  .an .v2-dashboard{grid-template-columns:1fr 1fr}
  .an .v2-reviews-panel{grid-column:1/-1}
  .an .v2-review-list{grid-template-columns:repeat(3,1fr);gap:15px}
  .an .v2-review-item{border-top:0;border-left:1px solid #edf1eb;padding:0 0 0 15px}
  .an .v2-review-item:first-child{border-left:0;padding-left:0}
}
@media(max-width:980px){
  .an .v2-hero-grid{grid-template-columns:220px 1fr;grid-template-areas:"trust copy" "trust photo" "search search" "stats stats"}
  .an .v2-photo-stage{min-height:315px}
  .an .v2-photo-stage>img{width:360px;height:295px}
  .an .v2-photo-stage:before{width:350px;height:250px}
  .an .v2-card-verified{right:5%}
  .an .v2-card-moderation{right:4%}
  .an .v2-card-rating{left:8%}
  .an .v2-dashboard{grid-template-columns:1fr}
  .an .v2-reviews-panel{grid-column:auto}
  .an .v2-review-list{grid-template-columns:1fr}
  .an .v2-review-item{border-left:0;border-top:1px solid #edf1eb;padding:10px 0}
  .an .v2-review-item:first-child{border-top:0}
}
@media(max-width:760px){
  .an.anv2 .container{width:calc(100% - 24px)}
  .an .v2-hero{padding-top:14px}
  .an .v2-hero-grid{display:flex;flex-direction:column;gap:14px}
  .an .v2-hero-copy{order:1;padding-top:0}
  .an .v2-trust-panel{order:3;width:100%;padding:18px}
  .an .v2-photo-stage{order:2;width:100%;min-height:330px}
  .an .v2-search-wrap{order:4;width:100%}
  .an .v2-stats{order:5;width:100%;grid-template-columns:1fr 1fr}
  .an .v2-stat:nth-child(2){border-right:0}
  .an .v2-stat:nth-child(-n+2){border-bottom:1px solid #e5ebe2}
  .an .v2-hero-copy h1{font-size:45px;margin:18px 0 14px}
  .an .v2-hero-copy p{font-size:14px}
  .an .v2-trust-list{grid-template-columns:1fr 1fr;gap:18px}
  .an .v2-photo-stage>img{width:min(390px,86vw);height:310px}
  .an .v2-card-verified{right:3%}
  .an .v2-card-rating{left:2%}
  .an .v2-card-moderation{right:2%}
  .an .v2-main-search{grid-template-columns:1fr}
  .an .v2-main-search .btn{width:100%}
  .an .v2-dashboard{padding-top:14px}
  .an .v2-company-grid{grid-template-columns:1fr 1fr}
  .an .v2-category-grid{grid-template-columns:1fr 1fr}
  .an .v2-values{grid-template-columns:44px 1fr}
  .an .v2-values .btn{grid-column:1/-1;width:100%}
}
@media(max-width:480px){
  .an .v2-hero-copy h1{font-size:38px}
  .an .v2-eyebrow{font-size:10px}
  .an .v2-trust-list{grid-template-columns:1fr}
  .an .v2-photo-stage{min-height:290px}
  .an .v2-photo-stage>img{height:270px}
  .an .v2-floating-card{padding:9px 10px;font-size:9px}
  .an .v2-card-verified{top:35px}
  .an .v2-card-rating{bottom:6px}
  .an .v2-card-moderation{display:none}
  .an .v2-stats{grid-template-columns:1fr 1fr}
  .an .v2-stat{min-height:75px;gap:10px}
  .an .v2-stat>span{width:38px;height:38px;border-radius:12px}
  .an .v2-stat strong{font-size:18px}
  .an .v2-company-grid,.an .v2-category-grid{grid-template-columns:1fr 1fr}
  .an .v2-panel{padding:14px}
  .an .v2-values{padding:14px}
  .an .v2-values h2{font-size:16px}
}
.pv[data-pv-site="yelp"] .pv-logo-img { height: 38px; max-height: 38px; max-width: 130px; width: auto; }
@media (max-width: 720px) {
  .pv[data-pv-site="yelp"] .pv-logo-img { height: 27px; max-height: 27px; max-width: 92px; }
}
.pv-legal { max-width: 900px; }
.pv-crumbs { font-size: 13px; color: var(--muted); margin-bottom: 10px; }
.pv-crumbs a { color: var(--gold); }
.pv-crumbs span { margin: 0 6px; }
.pv-legal-lead { margin: 6px 0 22px; color: var(--muted); font-size: 15px; line-height: 1.6; max-width: 62ch; }
.pv-legal-grid { display: grid; gap: 10px; }
.pv-legal-card { display: grid; grid-template-columns: 42px 1fr 14px; align-items: center; gap: 14px;
  padding: 15px 16px; background: var(--card); border: 1px solid var(--line); border-radius: 14px;
  color: var(--ink); transition: transform .14s, box-shadow .14s, border-color .14s; }
.pv-legal-card:hover { transform: translateY(-2px); border-color: var(--gold); box-shadow: 0 10px 24px rgba(20,16,10,.08); }
.pv-legal-ic { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px;
  color: var(--gold); background: color-mix(in srgb, var(--gold) 12%, #fff); }
.pv-legal-ic svg { width: 20px; height: 20px; }
.pv-legal-body { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.pv-legal-body b { font-size: 15px; line-height: 1.3; }
.pv-legal-body span { font-size: 13px; color: var(--muted); line-height: 1.45; }
.pv-legal-chev { color: var(--muted); font-size: 20px; }
.pv-legal-op { margin-top: 26px; padding: 20px; background: var(--card); border: 1px solid var(--line); border-radius: 16px; }
.pv-legal-op h2 { margin: 0 0 12px; font-size: 17px; }
.pv-legal-op dl { margin: 0; display: grid; gap: 10px; }
.pv-legal-op dl > div { display: grid; grid-template-columns: minmax(0, 240px) 1fr; gap: 10px; font-size: 14px; }
.pv-legal-op dt { color: var(--muted); }
.pv-legal-op dd { margin: 0; }
@media (max-width: 640px) {
  .pv-legal-card { grid-template-columns: 36px 1fr; }
  .pv-legal-chev { display: none; }
  .pv-legal-ic { width: 36px; height: 36px; }
  .pv-legal-op dl > div { grid-template-columns: 1fr; gap: 2px; }
}
.pv-h1 { margin: 0 0 8px; font-family: var(--serif); font-weight: 700; font-size: 34px; line-height: 1.15;
  letter-spacing: -.02em; color: var(--ink); }
@media (max-width: 640px) { .pv-h1 { font-size: 26px; } }
.pv-catpage-lead { margin: 6px 0 26px; color: var(--muted); font-size: 15px; line-height: 1.6; max-width: 68ch; }
.pv-catpage-index { display: flex; flex-wrap: wrap; gap: 5px; margin: 34px 0 4px; }
.pv-catpage-index a { min-width: 30px; padding: 5px 7px; border: 1px solid var(--line); border-radius: 9px;
  background: var(--card); color: var(--ink); font-size: 13px; font-weight: 700; text-align: center;
  transition: border-color .14s, color .14s; }
.pv-catpage-index a:hover { border-color: var(--gold); color: var(--gold); }
.pv-catpage-group { margin-top: 18px; scroll-margin-top: 96px; }
.pv-catpage-letter { margin: 0 0 6px; padding-bottom: 5px; border-bottom: 1px solid var(--line);
  font-family: var(--serif); font-size: 19px; font-weight: 700; color: var(--gold); }
.pv-catpage-list { margin: 0; padding: 0; list-style: none;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 0 22px; }
.pv-catpage-list a { display: flex; align-items: baseline; padding: 7px 8px; border-radius: 8px;
  color: var(--ink); font-size: 14px; line-height: 1.35; }
.pv-catpage-list a:hover { background: color-mix(in srgb, var(--gold) 9%, transparent); color: var(--gold); }
.pv-catpage-list a::after { content: ""; order: 1; flex: 1 1 auto; min-width: 14px; margin: 0 7px 5px;
  border-bottom: 1px dotted var(--line); }
.pv-catpage-name { flex: 0 1 auto; min-width: 0; }
.pv-catpage-n { order: 2; flex: 0 0 auto; color: var(--muted); font-size: 12px; font-variant-numeric: tabular-nums; }
@media (max-width: 640px) {
  .pv-catpage-index { margin-top: 26px; }
  .pv-catpage-list { grid-template-columns: 1fr; }
}
.pv[data-pv-site="info-firm"] { color-scheme:light;--if-yellow:#f6bd00;--if-yellow-2:#ffd84d;--if-yellow-soft:#fff7d6;--if-cream:#fffdf5;--if-ink:#28241b;--if-muted:#746b58;--if-line:#eee6d2;--if-card:#fff;--if-shadow:0 18px 50px rgba(74,58,15,.08);--if-radius:22px }
.pv[data-pv-site="info-firm"] { margin:0;background:#fff;color:var(--if-ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility }
.pv[data-pv-site="info-firm"] body::selection { background:#ffe57a;color:#211a00 }
.pv[data-pv-site="info-firm"] { --bg:#fffdf7!important;--card:#fff!important;--ink:#28241b!important;--ink-2:#28241b!important;--muted:#746b58!important;--line:#eee6d2!important;--line-2:#eee6d2!important;--gold:#e8aa00!important;--gold-2:#f6bd00!important;--pv-hero-bg:#fff8dc!important;min-height:100vh;background:linear-gradient(180deg,#fff 0,#fffdf7 38%,#fff 100%);color:var(--if-ink) }
.pv[data-pv-site="info-firm"] .pv a:focus-visible, .pv[data-pv-site="info-firm"] .pv button:focus-visible, .pv[data-pv-site="info-firm"] .pv input:focus-visible, .pv[data-pv-site="info-firm"] .pv textarea:focus-visible, .pv[data-pv-site="info-firm"] .pv select:focus-visible { outline:3px solid rgba(246,189,0,.4);outline-offset:3px }
.pv[data-pv-site="info-firm"] .pv-header { position:sticky;top:0;z-index:50;min-height:82px;padding:0 max(28px,calc((100vw - 1440px)/2));display:grid;grid-template-columns:240px minmax(260px,430px) 1fr auto;align-items:center;gap:24px;background:rgba(255,255,255,.94);border-bottom:1px solid rgba(231,220,191,.8);backdrop-filter:blur(18px);box-shadow:0 8px 28px rgba(61,49,17,.04) }
.pv[data-pv-site="info-firm"] .pv-brand { display:flex;align-items:center;text-decoration:none;min-width:0 }
.pv[data-pv-site="info-firm"] .pv-logo-img { display:block;width:220px!important;height:54px!important;object-fit:contain;object-position:left center }
.pv[data-pv-site="info-firm"] .pv-hsearch { height:46px;border:1px solid var(--if-line)!important;background:#fbfaf6!important;border-radius:14px!important;padding:0 16px 0 45px!important;box-shadow:none!important;color:var(--if-ink)!important }
.pv[data-pv-site="info-firm"] .pv-hsearch::placeholder { color:#9a927f }
.pv[data-pv-site="info-firm"] .pv-hsearch-ic { left:16px!important;color:#aa8a22!important }
.pv[data-pv-site="info-firm"] .pv-nav { display:flex;justify-content:center;gap:8px }
.pv[data-pv-site="info-firm"] .pv-nav a { padding:12px 13px;border-radius:12px;text-decoration:none;font-weight:650;color:#3a352a;transition:.2s }
.pv[data-pv-site="info-firm"] .pv-nav a:hover { background:var(--if-yellow-soft);color:#8d6500 }
.pv[data-pv-site="info-firm"] .pv-nav svg { color:#c18c00 }
.pv[data-pv-site="info-firm"] .pv-header-act { display:flex;align-items:center;gap:10px }
.pv[data-pv-site="info-firm"] .pv-add, .pv[data-pv-site="info-firm"] .mh-btn, .pv[data-pv-site="info-firm"] .pv button[type=submit] { border:0!important;background:linear-gradient(135deg,var(--if-yellow),#ffd33d)!important;color:#2c2200!important;font-weight:800!important;border-radius:13px!important;box-shadow:0 10px 24px rgba(226,166,0,.20)!important;transition:transform .2s,box-shadow .2s,filter .2s }
.pv[data-pv-site="info-firm"] .pv-add:hover, .pv[data-pv-site="info-firm"] .mh-btn:hover, .pv[data-pv-site="info-firm"] .pv button[type=submit]:hover { transform:translateY(-1px);filter:saturate(1.05);box-shadow:0 14px 30px rgba(226,166,0,.28)!important }
.pv[data-pv-site="info-firm"] .pv-login { color:#554d3e!important }
.pv[data-pv-site="info-firm"] .pv-burger { border:1px solid var(--if-line)!important;background:#fff!important;border-radius:12px!important }
.pv[data-pv-site="info-firm"] .pv-page { max-width:1440px!important;margin:0 auto!important;padding:48px 28px 70px!important }
.pv[data-pv-site="info-firm"] .mh-sec-head { margin:0 0 18px!important;display:flex!important;align-items:center!important;justify-content:space-between!important }
.pv[data-pv-site="info-firm"] .mh-sec-head h1, .pv[data-pv-site="info-firm"] .mh-sec-head h2, .pv[data-pv-site="info-firm"] .pv-h2 { position:relative;margin:0!important;font-family:Georgia,"Times New Roman",serif!important;font-size:31px!important;line-height:1.2;color:#312c22 }
.pv[data-pv-site="info-firm"] .mh-sec-head h1::before, .pv[data-pv-site="info-firm"] .mh-sec-head h2::before, .pv[data-pv-site="info-firm"] .pv-h2::before { content:"";display:inline-block;width:5px;height:24px;margin-right:12px;border-radius:8px;background:var(--if-yellow);vertical-align:-2px }
.pv[data-pv-site="info-firm"] .mh-more { font-weight:750!important;color:#9b7000!important;text-decoration:none }
.pv[data-pv-site="info-firm"] .mh-more:hover { text-decoration:underline }
.pv[data-pv-site="info-firm"] .mh-cards { display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:14px!important;margin-bottom:48px!important }
.pv[data-pv-site="info-firm"] .mh-card { min-width:0!important;padding:17px!important;border:1px solid var(--if-line)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 11px 26px rgba(63,50,15,.05)!important;transition:transform .2s,border-color .2s,box-shadow .2s!important }
.pv[data-pv-site="info-firm"] .mh-card:hover { transform:translateY(-4px);border-color:#ead27d!important;box-shadow:0 18px 35px rgba(63,50,15,.10)!important }
.pv[data-pv-site="info-firm"] .mh-card-logo { width:48px!important;height:48px!important;border-radius:14px!important;border:1px solid #eee6d2!important;object-fit:contain!important;background:#fff }
.pv[data-pv-site="info-firm"] .mh-card-name { font-weight:800!important;line-height:1.28!important }
.pv[data-pv-site="info-firm"] .mh-card-count { display:inline-flex!important;width:max-content;margin-top:8px!important;padding:5px 9px!important;border-radius:999px!important;background:#fff5c9!important;color:#8b6500!important;font-size:11px!important;font-weight:750!important }
.pv[data-pv-site="info-firm"] .pv-stars .on { fill:#f2ae00!important }
.pv[data-pv-site="info-firm"] .pv-stars .off { fill:#e5dfd0!important }
.pv[data-pv-site="info-firm"] .mh-catgrid { display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:14px!important;margin-bottom:48px!important }
.pv[data-pv-site="info-firm"] .mh-catcard { min-height:115px!important;padding:18px!important;border:1px solid var(--if-line)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 10px 24px rgba(63,50,15,.045)!important;transition:.2s!important }
.pv[data-pv-site="info-firm"] .mh-catcard:hover { transform:translateY(-3px);border-color:#e5c758!important }
.pv[data-pv-site="info-firm"] .mh-catcard-ic { width:42px!important;height:42px!important;border-radius:14px!important;background:#fff6cb!important;color:#c18800!important }
.pv[data-pv-site="info-firm"] .mh-catcard-name { font-weight:800!important }
.pv[data-pv-site="info-firm"] .mh-catcard-n { color:#8e826c!important }
.pv[data-pv-site="info-firm"] .mh-grid3 { display:grid!important;grid-template-columns:1.35fr .9fr .9fr!important;gap:18px!important;margin-bottom:28px!important }
.pv[data-pv-site="info-firm"] .mh-panel { border:1px solid var(--if-line)!important;border-radius:20px!important;background:#fff!important;box-shadow:0 12px 28px rgba(63,50,15,.055)!important;overflow:hidden }
.pv[data-pv-site="info-firm"] .mh-panel-h { padding:20px 22px 12px!important;font-family:Georgia,serif!important;font-size:24px!important }
.pv[data-pv-site="info-firm"] .mh-rev { padding:17px 22px!important;border-color:#eee6d2!important }
.pv[data-pv-site="info-firm"] .mh-rev-co { color:#a67700!important;font-weight:750!important }
.pv[data-pv-site="info-firm"] .mh-catrow { padding:15px 18px!important;border-color:#eee6d2!important }
.pv[data-pv-site="info-firm"] .mh-cat-ic { background:#fff4c1!important;color:#b98000!important }
.pv[data-pv-site="info-firm"] .mh-tags { gap:8px!important }
.pv[data-pv-site="info-firm"] .mh-tag { border:1px solid #edcf68!important;background:#fffdf4!important;color:#7c6020!important;border-radius:999px!important;padding:8px 11px!important }
.pv[data-pv-site="info-firm"] .mh-cta { margin-top:34px!important;padding:30px 34px!important;border:1px solid #f0d67b!important;border-radius:22px!important;background:linear-gradient(110deg,#fff8d8,#fffdf4)!important;box-shadow:0 12px 30px rgba(101,76,0,.06)!important }
.pv[data-pv-site="info-firm"] .mh-cta h2 { font-family:Georgia,serif!important;font-size:30px!important }
.pv[data-pv-site="info-firm"] .mh-btn.ghost { background:#fff!important;color:#4c4330!important;border:1px solid #dfd4ba!important;box-shadow:none!important }
.pv[data-pv-site="info-firm"] .mh-trust { margin-top:28px!important;padding:22px!important;border:1px solid var(--if-line)!important;border-radius:20px!important;background:#fff!important }
.pv[data-pv-site="info-firm"] .mh-trust-ic { background:#fff5c8!important;color:#b77e00!important }
.pv[data-pv-site="info-firm"] .pv-page { padding-top:34px!important }
.pv[data-pv-site="info-firm"] .mh-sec-head { padding:28px 30px;border:1px solid var(--if-line);border-radius:22px;background:linear-gradient(110deg,#fff8d8,#fff);box-shadow:0 12px 30px rgba(80,62,12,.06) }
.pv[data-pv-site="info-firm"] .pv-comps { display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important }
.pv[data-pv-site="info-firm"] .pv-comp { min-height:112px!important;padding:17px!important;border:1px solid var(--if-line)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 9px 22px rgba(65,51,12,.04)!important;transition:.2s!important }
.pv[data-pv-site="info-firm"] .pv-comp:hover { transform:translateY(-3px);border-color:#e6ca67!important;box-shadow:0 16px 30px rgba(65,51,12,.09)!important }
.pv[data-pv-site="info-firm"] .pv-comp-logo, .pv[data-pv-site="info-firm"] .pv-comp-logo-ph { width:58px!important;height:58px!important;border-radius:15px!important;border-color:#eee5cf!important }
.pv[data-pv-site="info-firm"] .pv-comp-name { font-weight:800!important }
.pv[data-pv-site="info-firm"] .mh-pager { margin:32px 0!important }
.pv[data-pv-site="info-firm"] .mh-pager a, .pv[data-pv-site="info-firm"] .mh-pager-num, .pv[data-pv-site="info-firm"] .mh-pager-cur { border-color:#e7dcc2!important;border-radius:12px!important }
.pv[data-pv-site="info-firm"] .mh-pager-cur { background:#f6bd00!important;color:#2b2100!important }
.pv[data-pv-site="info-firm"] .pv-cat-intro { position:relative;padding:34px!important;margin-bottom:25px!important;border:1px solid #efdfaa!important;border-radius:24px!important;background:linear-gradient(120deg,#fff8d6,#fff)!important;box-shadow:0 14px 34px rgba(86,65,7,.06)!important }
.pv[data-pv-site="info-firm"] .pv-cat-intro h1 { margin:0 0 10px!important;font-family:Georgia,serif!important;font-size:42px!important;letter-spacing:-.025em }
.pv[data-pv-site="info-firm"] .pv-cat-intro p { max-width:850px;color:var(--if-muted)!important;line-height:1.65 }
.pv[data-pv-site="info-firm"] .pv-cat-intro::after { content:"";position:absolute;right:38px;top:30px;width:92px;height:92px;border:2px solid #f3c83a;border-radius:30px;transform:rotate(10deg);opacity:.28 }
.pv[data-pv-site="info-firm"] .mh-rev-list { border:1px solid var(--if-line)!important;border-radius:22px!important;background:#fff!important;box-shadow:0 12px 30px rgba(63,50,15,.05)!important;overflow:hidden }
.pv[data-pv-site="info-firm"] .mh-rev-list .mh-rev { padding:22px 26px!important }
.pv[data-pv-site="info-firm"] .mh-crumb { margin-bottom:18px!important;color:#887b61!important }
.pv[data-pv-site="info-firm"] .mh-crumb a { color:#9d7300!important }
.pv[data-pv-site="info-firm"] .mh-cp-head { display:grid!important;grid-template-columns:minmax(0,1.25fr) minmax(250px,.62fr) minmax(235px,.48fr)!important;gap:28px!important;padding:30px!important;border:1px solid var(--if-line)!important;border-radius:26px!important;background:linear-gradient(135deg,#fff 0%,#fffdf5 66%,#fff5c7 100%)!important;box-shadow:0 18px 44px rgba(66,51,10,.08)!important }
.pv[data-pv-site="info-firm"] .mh-cp-id { display:grid!important;grid-template-columns:150px 1fr!important;gap:24px!important }
.pv[data-pv-site="info-firm"] .mh-cp-logo { width:150px!important;height:150px!important;border:1px solid #e8ddc4!important;border-radius:22px!important;background:#fff!important;object-fit:contain!important }
.pv[data-pv-site="info-firm"] .mh-cp-main h1 { font-family:Georgia,serif!important;font-size:42px!important;line-height:1.05!important;letter-spacing:-.025em }
.pv[data-pv-site="info-firm"] .mh-cp-cat { display:inline-flex!important;width:max-content;padding:7px 11px!important;border-radius:999px!important;background:#fff4bf!important;color:#8d6500!important;font-weight:750!important }
.pv[data-pv-site="info-firm"] .mh-cp-desc { color:#5f5748!important;line-height:1.68!important }
.pv[data-pv-site="info-firm"] .mh-cp-contacts { padding:22px!important;border-left:1px solid #ece0c5!important }
.pv[data-pv-site="info-firm"] .mh-cp-contacts>div { margin-bottom:17px!important }
.pv[data-pv-site="info-firm"] .mh-cp-contacts span:first-child { color:#9b8a67!important;text-transform:uppercase;letter-spacing:.08em;font-size:11px!important }
.pv[data-pv-site="info-firm"] .mh-cp-contacts a { color:#a77700!important;font-weight:750!important }
.pv[data-pv-site="info-firm"] .mh-cp-score { padding:22px!important;border:1px solid #ecd98f!important;border-radius:22px!important;background:#fff!important;box-shadow:0 12px 30px rgba(73,55,5,.06)!important }
.pv[data-pv-site="info-firm"] .mh-cp-score-num { font-family:Georgia,serif!important;font-size:55px!important }
.pv[data-pv-site="info-firm"] .mh-cp-bar i { background:#eee8da!important }
.pv[data-pv-site="info-firm"] .mh-cp-bar i b { background:linear-gradient(90deg,#f0ad00,#ffd344)!important }
.pv[data-pv-site="info-firm"] .mh-cp-cols { display:grid!important;grid-template-columns:minmax(0,1.4fr) 340px!important;gap:20px!important;margin-top:22px!important }
.pv[data-pv-site="info-firm"] .mh-cp-left { border:1px solid var(--if-line)!important;border-radius:22px!important;background:#fff!important;box-shadow:0 12px 30px rgba(63,50,15,.05)!important;overflow:hidden }
.pv[data-pv-site="info-firm"] .mh-cp-left .mh-sec-head { padding:22px 25px 8px!important }
.pv[data-pv-site="info-firm"] .mh-cp-rev { border-color:#eee5d1!important }
.pv[data-pv-site="info-firm"] .mh-other-row { border-color:#eee5d1!important }
.pv[data-pv-site="info-firm"] .mh-other-rate { color:#a77700!important }
.pv[data-pv-site="info-firm"] .pv-footer { margin-top:0!important;padding:46px max(28px,calc((100vw - 1440px)/2)) 24px!important;border-top:1px solid #efe4c8!important;background:linear-gradient(180deg,#fffdf5,#fff7d7)!important;color:#3e382c!important }
.pv[data-pv-site="info-firm"] .pv-footcols { gap:60px!important }
.pv[data-pv-site="info-firm"] .pv-footbrand .pv-brand { font-family:Georgia,serif!important;font-size:24px!important;font-weight:800!important }
.pv[data-pv-site="info-firm"] .pv-logo-mark { background:#f6bd00!important;color:#2a2100!important }
.pv[data-pv-site="info-firm"] .pv-footnav a { color:#665e4f!important }
.pv[data-pv-site="info-firm"] .pv-footnav a:hover { color:#9b7000!important }
.pv[data-pv-site="info-firm"] .pv-footbottom { border-color:#e9dbb6!important;color:#84775f!important }
@media(max-width:1180px) {
  .pv[data-pv-site="info-firm"] .pv-header { grid-template-columns:210px 1fr auto;gap:15px }
  .pv[data-pv-site="info-firm"] .pv-nav { display:none }
  .pv[data-pv-site="info-firm"] .pv-burger { display:flex!important }
  .pv[data-pv-site="info-firm"] .mh-cards { grid-template-columns:repeat(3,1fr)!important }
  .pv[data-pv-site="info-firm"] .mh-catgrid { grid-template-columns:repeat(3,1fr)!important }
  .pv[data-pv-site="info-firm"] .pv-comps { grid-template-columns:repeat(3,1fr)!important }
  .pv[data-pv-site="info-firm"] .mh-cp-head { grid-template-columns:1fr 280px!important }
  .pv[data-pv-site="info-firm"] .mh-cp-score { grid-column:1/-1;display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:20px }
  .pv[data-pv-site="info-firm"] .mh-cp-bars { grid-column:1/-1 }
  .pv[data-pv-site="info-firm"] .mh-cp-contacts { border-left:1px solid #ece0c5 }
  .pv[data-pv-site="info-firm"] .mh-cp-cols { grid-template-columns:1fr 300px!important }
}
@media(max-width:860px) {
  .pv[data-pv-site="info-firm"] .pv-header { min-height:70px;padding:0 18px;grid-template-columns:170px 1fr auto }
  .pv[data-pv-site="info-firm"] .pv-logo-img { width:165px!important;height:45px!important }
  .pv[data-pv-site="info-firm"] .pv-hsearch { display:none!important }
  .pv[data-pv-site="info-firm"] .pv-header-act .pv-login { display:none }
  .pv[data-pv-site="info-firm"] .pv-page { padding:38px 20px 58px!important }
  .pv[data-pv-site="info-firm"] .mh-cards { grid-template-columns:repeat(2,1fr)!important }
  .pv[data-pv-site="info-firm"] .mh-catgrid { grid-template-columns:repeat(2,1fr)!important }
  .pv[data-pv-site="info-firm"] .mh-grid3 { grid-template-columns:1fr!important }
  .pv[data-pv-site="info-firm"] .pv-comps { grid-template-columns:repeat(2,1fr)!important }
  .pv[data-pv-site="info-firm"] .mh-cp-head { grid-template-columns:1fr!important }
  .pv[data-pv-site="info-firm"] .mh-cp-contacts { border-left:0!important;border-top:1px solid #ece0c5 }
  .pv[data-pv-site="info-firm"] .mh-cp-score { display:block }
  .pv[data-pv-site="info-firm"] .mh-cp-cols { grid-template-columns:1fr!important }
}
@media(max-width:580px) {
  .pv[data-pv-site="info-firm"] .pv-header { grid-template-columns:1fr auto;min-height:64px }
  .pv[data-pv-site="info-firm"] .pv-logo-img { width:155px!important }
  .pv[data-pv-site="info-firm"] .pv-header-act .pv-add { display:none }
  .pv[data-pv-site="info-firm"] .pv-page { padding:30px 15px 48px!important }
  .pv[data-pv-site="info-firm"] .mh-sec-head h1, .pv[data-pv-site="info-firm"] .mh-sec-head h2, .pv[data-pv-site="info-firm"] .pv-h2 { font-size:26px!important }
  .pv[data-pv-site="info-firm"] .mh-cards { display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory;padding-bottom:10px }
  .pv[data-pv-site="info-firm"] .mh-card { min-width:230px!important;scroll-snap-align:start }
  .pv[data-pv-site="info-firm"] .mh-catgrid { grid-template-columns:1fr 1fr!important;gap:10px!important }
  .pv[data-pv-site="info-firm"] .mh-catcard { min-height:108px!important;padding:14px!important }
  .pv[data-pv-site="info-firm"] .pv-comps { grid-template-columns:1fr!important }
  .pv[data-pv-site="info-firm"] .mh-cta { padding:24px 20px!important }
  .pv[data-pv-site="info-firm"] .mh-trust { grid-template-columns:1fr!important }
  .pv[data-pv-site="info-firm"] .pv-cat-intro { padding:25px 20px!important }
  .pv[data-pv-site="info-firm"] .pv-cat-intro h1 { font-size:34px!important }
  .pv[data-pv-site="info-firm"] .mh-cp-head { padding:20px!important }
  .pv[data-pv-site="info-firm"] .mh-cp-id { grid-template-columns:86px 1fr!important }
  .pv[data-pv-site="info-firm"] .mh-cp-logo { width:86px!important;height:86px!important }
  .pv[data-pv-site="info-firm"] .mh-cp-main h1 { font-size:32px!important }
  .pv[data-pv-site="info-firm"] .mh-cp-desc { grid-column:1/-1 }
  .pv[data-pv-site="info-firm"] .mh-cp-actions { grid-column:1/-1 }
  .pv[data-pv-site="info-firm"] .pv-footer { padding:38px 20px 20px!important }
}
.pv[data-pv-site="info-firm"] .pv-hsearch input {
  width: 100%; height: 100%; padding: 0; border: 0; border-radius: 0;
  background: none; box-shadow: none; color: inherit; font-size: 14px; }
.pv[data-pv-site="info-firm"] .pv-hsearch input:focus { outline: none; border: 0; box-shadow: none; background: none; }
.pv[data-pv-site="info-firm"] .pv-hsearch:focus-within { border-color: #f6bd00 !important; box-shadow: 0 0 0 3px rgba(246,189,0,.18) !important; }
.pv[data-pv-site="info-firm"] .pv-hsearch { display: flex !important; align-items: center; }
.pv[data-pv-site="info-firm"] .pv-footbrand,
.pv[data-pv-site="info-firm"] .pv-footbrand .pv-brand { color: #3e382c !important; }
.pv[data-pv-site="info-firm"] .pv-footbrand p { color: #6c6454 !important; }
@media (min-width: 721px) and (max-width: 1439px) {
  .pv[data-pv-site="info-firm"] .pv-header {
    padding-left: 20px !important; padding-right: 20px !important;
    grid-template-columns: minmax(0, 210px) minmax(0, 1fr) auto auto !important;
    gap: 14px !important;
  }
  .pv[data-pv-site="info-firm"] .pv-logo-img { width: 190px !important; }
}
.pv[data-pv-site="info-firm"] .mh-card-logo.ph,
.pv[data-pv-site="info-firm"] .pv-comp-logo-ph {
  background: linear-gradient(135deg, #f6bd00, #ffd84d) !important;
  border: 0 !important; color: #2c2200 !important; display: grid; place-items: center;
}
@media (min-width: 721px) {
  .pv[data-pv-site="info-firm"] .pv-nav { flex-wrap: nowrap; gap: 2px; }
  .pv[data-pv-site="info-firm"] .pv-nav a { padding: 10px 9px; white-space: nowrap; }
}
.pv[data-pv-site="info-firm"] .ifh-hero { position: relative; overflow: hidden;
  background: linear-gradient(180deg, #fffef9 0%, #fffaea 55%, #fffdf7 100%); }
.pv[data-pv-site="info-firm"] .ifh-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(246,189,0,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(246,189,0,.05) 1px, transparent 1px);
  background-size: 72px 72px; mask-image: linear-gradient(to bottom, #000, transparent 72%); }
.pv[data-pv-site="info-firm"] .ifh-in { position: relative; z-index: 1;
  width: min(1280px, 100% - 56px); margin-inline: auto; padding: 60px 0 56px;
  display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr); gap: 56px; align-items: center; }
.pv[data-pv-site="info-firm"] .ifh-badge { display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 15px; border: 1px solid #f2e2ad; border-radius: 999px; background: #fff;
  color: #8d6500; font-size: 12px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; }
.pv[data-pv-site="info-firm"] .ifh-badge svg { width: 15px; height: 15px; }
.pv[data-pv-site="info-firm"] .ifh-hero h1 { margin: 20px 0 14px; font-family: var(--serif);
  font-size: clamp(30px, 3.3vw, 50px); line-height: 1.06; letter-spacing: -1.2px; font-weight: 800; color: #211d15; }
.pv[data-pv-site="info-firm"] .ifh-hero h1 em { font-style: normal; font-weight: 700; color: #e0a200; }
.pv[data-pv-site="info-firm"] .ifh-sub { margin: 0 0 28px; color: #6d6553; font-size: 16px; line-height: 1.6; }
.pv[data-pv-site="info-firm"] .ifh-search { position: relative; display: flex; align-items: center; gap: 8px;
  max-width: 560px; height: 62px; padding: 7px 7px 7px 46px; background: #fff;
  border: 1px solid #eadfbe; border-radius: 15px; box-shadow: 0 10px 30px rgba(120,95,10,.09); }
.pv[data-pv-site="info-firm"] .ifh-search:focus-within { border-color: #f6bd00; box-shadow: 0 0 0 4px rgba(246,189,0,.18); }
.pv[data-pv-site="info-firm"] .ifh-search-ic { position: absolute; left: 16px; color: #b99400; display: grid; place-items: center; }
.pv[data-pv-site="info-firm"] .ifh-search-ic svg { width: 19px; height: 19px; }
.pv[data-pv-site="info-firm"] .ifh-search input { flex: 1; min-width: 0; height: 100%; border: 0; outline: 0;
  background: none; font-size: 15px; color: #241f16; }
.pv[data-pv-site="info-firm"] .ifh-search input::placeholder { color: #a2997f; }
.pv[data-pv-site="info-firm"] .ifh-search button { flex: 0 0 auto; height: 48px; padding: 0 30px; border: 0; border-radius: 11px;
  background: linear-gradient(180deg, #ffd23d, #f0b100); color: #2c2200; font-size: 15px; font-weight: 800; cursor: pointer;
  box-shadow: 0 8px 20px rgba(233,170,0,.28); transition: transform .15s, box-shadow .15s; }
.pv[data-pv-site="info-firm"] .ifh-search button:hover { transform: translateY(-1px); box-shadow: 0 11px 24px rgba(233,170,0,.34); }
.pv[data-pv-site="info-firm"] .ifh-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 620px; margin-top: 22px; background: #fff; border: 1px solid #f0e6cd; border-radius: 16px;
  box-shadow: 0 8px 26px rgba(120,95,10,.05); }
.pv[data-pv-site="info-firm"] .ifh-stats > div { display: flex; flex-direction: column; align-items: center; gap: 3px;
  padding: 14px 8px; text-align: center; }
.pv[data-pv-site="info-firm"] .ifh-stats > div + div { border-left: 1px solid #f4ecd8; }
.pv[data-pv-site="info-firm"] .ifh-stat-ic { color: #d5a300; display: grid; place-items: center; }
.pv[data-pv-site="info-firm"] .ifh-stat-ic svg { width: 20px; height: 20px; }
.pv[data-pv-site="info-firm"] .ifh-stats b { font-size: 19px; letter-spacing: -.3px; color: #211d15; }
.pv[data-pv-site="info-firm"] .ifh-stats em { font-style: normal; font-size: 11.5px; color: #8b826d; }
.pv[data-pv-site="info-firm"] .ifh-visual { position: relative; }
.pv[data-pv-site="info-firm"] .ifh-photo { margin: 0; border-radius: 22px; overflow: hidden;
  aspect-ratio: 4 / 3; box-shadow: 0 24px 60px rgba(76,60,10,.16); }
.pv[data-pv-site="info-firm"] .ifh-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; display: block; }
.pv[data-pv-site="info-firm"] .ifh-card { position: absolute; background: #fff; border: 1px solid #f2e8cf;
  border-radius: 16px; box-shadow: 0 16px 40px rgba(64,50,8,.14); }
.pv[data-pv-site="info-firm"] .ifh-trust { left: -34px; top: 34px; width: 248px; padding: 15px 16px; }
.pv[data-pv-site="info-firm"] .ifh-card-ic { width: 34px; height: 34px; display: grid; place-items: center; margin-bottom: 9px;
  border-radius: 11px; background: #fff5d0; color: #c79200; }
.pv[data-pv-site="info-firm"] .ifh-card-ic svg { width: 17px; height: 17px; }
.pv[data-pv-site="info-firm"] .ifh-trust b { display: block; font-size: 14px; line-height: 1.3; color: #211d15; }
.pv[data-pv-site="info-firm"] .ifh-trust p { margin: 6px 0 0; font-size: 12.5px; line-height: 1.45; color: #766d59; }
.pv[data-pv-site="info-firm"] .ifh-rate { left: -34px; bottom: 42px; width: 272px; padding: 14px 17px;
  display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 3px 12px; }
.pv[data-pv-site="info-firm"] .ifh-rate strong { grid-row: span 2; font-size: 32px; line-height: 1; letter-spacing: -1px; color: #e0a200; }
.pv[data-pv-site="info-firm"] .ifh-rate-stars { color: #f6bd00; font-size: 13px; letter-spacing: 1px; }
.pv[data-pv-site="info-firm"] .ifh-rate-cap { font-size: 11.5px; line-height: 1.4; color: #7b7259; white-space: nowrap; }
.pv[data-pv-site="info-firm"] .ifh-note { position: absolute; right: 16px; bottom: -16px; display: inline-flex; align-items: center; gap: 8px;
  padding: 9px 14px; background: #fff; border: 1px solid #f2e8cf; border-radius: 999px;
  box-shadow: 0 12px 28px rgba(64,50,8,.12); font-size: 12.5px; font-weight: 650; color: #3d3728; }
.pv[data-pv-site="info-firm"] .ifh-note svg { width: 15px; height: 15px; color: #d5a300; }
@media (max-width: 1080px) {
  .pv[data-pv-site="info-firm"] .ifh-in { grid-template-columns: 1fr; gap: 40px; padding: 44px 0 40px; }
  .pv[data-pv-site="info-firm"] .ifh-trust { left: 12px; }
  .pv[data-pv-site="info-firm"] .ifh-rate { left: auto; right: 12px; }
}
@media (max-width: 720px) {
  .pv[data-pv-site="info-firm"] .ifh-in { width: min(1280px, 100% - 28px); padding: 26px 0 30px; gap: 26px; }
  .pv[data-pv-site="info-firm"] .ifh-hero h1 { margin: 14px 0 10px; letter-spacing: -.8px; }
  .pv[data-pv-site="info-firm"] .ifh-sub { font-size: 15px; margin-bottom: 20px; }
  .pv[data-pv-site="info-firm"] .ifh-sub br { display: none; }
  .pv[data-pv-site="info-firm"] .ifh-search { height: auto; flex-direction: column; align-items: stretch; gap: 9px; padding: 9px; }
  .pv[data-pv-site="info-firm"] .ifh-search-ic { display: none; }
  .pv[data-pv-site="info-firm"] .ifh-search input { height: 44px; padding: 0 10px; font-size: 16px; }
  .pv[data-pv-site="info-firm"] .ifh-search button { width: 100%; }
  .pv[data-pv-site="info-firm"] .ifh-stats { grid-template-columns: repeat(2, 1fr); }
  .pv[data-pv-site="info-firm"] .ifh-stats > div:nth-child(3) { border-left: 0; }
  .pv[data-pv-site="info-firm"] .ifh-stats > div:nth-child(n+3) { border-top: 1px solid #f4ecd8; }
  .pv[data-pv-site="info-firm"] .ifh-card, .pv[data-pv-site="info-firm"] .ifh-note { position: static; width: auto; }
  .pv[data-pv-site="info-firm"] .ifh-visual { display: grid; gap: 10px; }
  .pv[data-pv-site="info-firm"] .ifh-note { justify-self: start; }
}
@media (max-width: 720px) {
  .pv[data-pv-site="info-firm"] .pv-header { display: flex; flex-wrap: wrap; min-height: 0; gap: 9px; padding: 8px 14px; }
  .pv[data-pv-site="info-firm"] .pv-logo-img { width: auto !important; height: 34px !important; max-width: 130px; }
  .pv[data-pv-site="info-firm"] .pv-hsearch {
    display: block !important; height: 40px !important; flex: 1 1 90px;
    padding: 0 10px 0 32px !important; border-radius: 11px !important; }
  .pv[data-pv-site="info-firm"] .pv-hsearch input { height: 100%; width: 100%; border: 0; background: none; font-size: 16px; }
  .pv[data-pv-site="info-firm"] .pv-hsearch-ic { left: 10px !important; }
  .pv[data-pv-site="info-firm"] .pv-nav { justify-content: flex-start; }
}
.pv[data-pv-site="topotzyv"]{--bg:#fffaf6;--card:#fff;--ink:#241c18;--ink2:#4b3c34;--muted:#806f66;--line:#eee2da;--soft:#fff1e7;--soft2:#fff7ef;--brand:#ef5b16;--brand2:#ff7f24;--brand-dark:#c93f08;--star:#f6a313;--green:#26845a;--shadow:0 18px 50px rgba(78,39,17,.08);--shadow2:0 8px 26px rgba(88,47,26,.08);--r:22px;--sans:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;--serif:"Iowan Old Style",Georgia,"Times New Roman",serif}
.pv[data-pv-site="topotzyv"] *{box-sizing:border-box}
.pv[data-pv-site="topotzyv"]{scroll-behavior:smooth;background:var(--bg)}
.pv[data-pv-site="topotzyv"]{margin:0;background:linear-gradient(180deg,#fff 0,#fffaf6 30%,#fff 100%);color:var(--ink);font-family:var(--sans);line-height:1.55;-webkit-font-smoothing:antialiased}
.pv[data-pv-site="topotzyv"] a{color:inherit;text-decoration:none}
.pv[data-pv-site="topotzyv"] button, .pv[data-pv-site="topotzyv"] input, .pv[data-pv-site="topotzyv"] textarea, .pv[data-pv-site="topotzyv"] select{font:inherit}
.pv[data-pv-site="topotzyv"] img{max-width:100%}
.pv[data-pv-site="topotzyv"]{min-height:100vh}
.pv[data-pv-site="topotzyv"] .pv-page{width:min(1380px,calc(100% - 48px));margin:0 auto;padding:36px 0 84px}
.pv[data-pv-site="topotzyv"] .pv-muted{color:var(--muted)}
.pv[data-pv-site="topotzyv"] .pv-header{height:82px;padding:0 max(28px,calc((100vw - 1450px)/2));display:grid;grid-template-columns:250px minmax(260px,440px) 1fr auto;align-items:center;gap:26px;background:rgba(255,255,255,.93);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:100}
.pv[data-pv-site="topotzyv"] .pv-brand{display:flex;align-items:center}
.pv[data-pv-site="topotzyv"] .pv-logo-img{width:220px;height:60px;object-fit:contain;object-position:left center}
.pv[data-pv-site="topotzyv"] .pv-hsearch{height:46px;border:1px solid var(--line);background:#fbf7f4;border-radius:14px;display:flex;align-items:center;padding:0 15px;gap:10px;transition:.2s}
.pv[data-pv-site="topotzyv"] .pv-hsearch:focus-within{background:#fff;border-color:#f5a37a;box-shadow:0 0 0 4px #ffede4}
.pv[data-pv-site="topotzyv"] .pv-hsearch-ic{display:flex;color:var(--brand)}
.pv[data-pv-site="topotzyv"] .pv-hsearch input{width:100%;border:0;outline:0;background:transparent;color:var(--ink)}
.pv[data-pv-site="topotzyv"] .pv-nav{display:flex;justify-content:center;gap:9px}
.pv[data-pv-site="topotzyv"] .pv-nav a{display:flex;align-items:center;gap:7px;padding:10px 12px;border-radius:12px;font-weight:700;font-size:14px;white-space:nowrap}
.pv[data-pv-site="topotzyv"] .pv-nav a:hover{background:var(--soft);color:var(--brand-dark)}
.pv[data-pv-site="topotzyv"] .pv-nav svg{width:18px;height:18px;color:var(--brand)}
.pv[data-pv-site="topotzyv"] .pv-header-act{display:flex;align-items:center;gap:10px}
.pv[data-pv-site="topotzyv"] .pv-add, .pv[data-pv-site="topotzyv"] .mh-btn{display:inline-flex;justify-content:center;align-items:center;gap:8px;border:0;border-radius:13px;background:linear-gradient(135deg,var(--brand2),var(--brand));color:#fff;font-weight:800;min-height:46px;padding:0 20px;box-shadow:0 8px 18px rgba(239,91,22,.18);transition:.2s}
.pv[data-pv-site="topotzyv"] .pv-add:hover, .pv[data-pv-site="topotzyv"] .mh-btn:hover{transform:translateY(-1px);box-shadow:0 12px 24px rgba(239,91,22,.23)}
.pv[data-pv-site="topotzyv"] .pv-add svg{width:18px}
.pv[data-pv-site="topotzyv"] .pv-login{border:0;background:transparent;padding:10px 8px;display:flex;align-items:center;gap:7px;color:var(--ink2)}
.pv[data-pv-site="topotzyv"] .pv-menu-toggle, .pv[data-pv-site="topotzyv"] .pv-burger{display:none}
.pv[data-pv-site="topotzyv"] .mh-sec-head{display:flex;align-items:end;justify-content:space-between;margin:42px 0 18px}
.pv[data-pv-site="topotzyv"] .pv-h2{font:700 32px/1.1 var(--serif);letter-spacing:-.02em;margin:0;position:relative;padding-left:18px}
.pv[data-pv-site="topotzyv"] .pv-h2:before{content:"";position:absolute;left:0;top:5px;bottom:4px;width:5px;border-radius:8px;background:linear-gradient(var(--brand2),var(--brand))}
.pv[data-pv-site="topotzyv"] .mh-more{font-weight:800;color:var(--brand-dark);font-size:13px}
.pv[data-pv-site="topotzyv"] .mh-cards{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
.pv[data-pv-site="topotzyv"] .mh-card{min-width:0;background:var(--card);border:1px solid var(--line);border-radius:18px;padding:17px;box-shadow:0 4px 14px rgba(70,38,22,.035);transition:.2s}
.pv[data-pv-site="topotzyv"] .mh-card:hover{transform:translateY(-3px);border-color:#efb18f;box-shadow:var(--shadow2)}
.pv[data-pv-site="topotzyv"] .mh-card-logo{width:55px;height:55px;object-fit:contain;border-radius:13px;border:1px solid #f0e5de;background:#fff}
.pv[data-pv-site="topotzyv"] .mh-card-name{font-weight:800;margin:13px 0 7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pv[data-pv-site="topotzyv"] .mh-card-rate{display:flex;align-items:center;gap:8px;font-size:13px}
.pv[data-pv-site="topotzyv"] .mh-card-reviews, .pv[data-pv-site="topotzyv"] .mh-card-count{display:inline-flex;margin-top:10px;padding:5px 9px;border-radius:999px;background:var(--soft);color:var(--brand-dark);font-size:11px;font-weight:800}
.pv[data-pv-site="topotzyv"] .pv-stars{display:inline-flex;color:var(--star);vertical-align:middle}
.pv[data-pv-site="topotzyv"] .pv-stars svg{width:15px;height:15px;fill:currentColor}
.pv[data-pv-site="topotzyv"] .pv-stars .off{color:#dfd8d2}
.pv[data-pv-site="topotzyv"] .mh-cats, .pv[data-pv-site="topotzyv"] .mh-catgrid{display:grid;grid-template-columns:repeat(6,1fr);gap:13px}
.pv[data-pv-site="topotzyv"] .mh-cat, .pv[data-pv-site="topotzyv"] .mh-catcard{background:#fff;border:1px solid var(--line);border-radius:17px;padding:16px;min-height:116px;transition:.2s}
.pv[data-pv-site="topotzyv"] .mh-cat:hover, .pv[data-pv-site="topotzyv"] .mh-catcard:hover{border-color:#efb18f;background:#fffaf6;transform:translateY(-2px)}
.pv[data-pv-site="topotzyv"] .mh-cat-ic, .pv[data-pv-site="topotzyv"] .mh-catcard-ic{width:42px;height:42px;border-radius:14px;background:var(--soft);color:var(--brand);display:grid;place-items:center;margin-bottom:11px}
.pv[data-pv-site="topotzyv"] .mh-cat-name, .pv[data-pv-site="topotzyv"] .mh-catcard-name{font-weight:800;font-size:14px}
.pv[data-pv-site="topotzyv"] .mh-cat-count, .pv[data-pv-site="topotzyv"] .mh-catcard-n, .pv[data-pv-site="topotzyv"] .mh-cat-n{font-size:11px;color:var(--muted);margin-top:3px}
.pv[data-pv-site="topotzyv"] .mh-home-grid, .pv[data-pv-site="topotzyv"] .mh-grid3{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:16px;margin-top:38px}
.pv[data-pv-site="topotzyv"] .mh-home-box, .pv[data-pv-site="topotzyv"] .mh-panel{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:0 5px 20px rgba(61,31,15,.035)}
.pv[data-pv-site="topotzyv"] .mh-box-h, .pv[data-pv-site="topotzyv"] .mh-panel-h{font:700 23px var(--serif);margin:0 0 14px}
.pv[data-pv-site="topotzyv"] .mh-rev{padding:13px 0;border-bottom:1px solid var(--line)}
.pv[data-pv-site="topotzyv"] .mh-rev:last-child{border:0}
.pv[data-pv-site="topotzyv"] .mh-rev-head, .pv[data-pv-site="topotzyv"] .mh-rev-lite .mh-rev-head{display:flex;align-items:center;gap:9px;flex-wrap:wrap}
.pv[data-pv-site="topotzyv"] .pv-avatar{width:30px;height:30px;border-radius:50%;display:inline-grid;place-items:center;background:linear-gradient(135deg,var(--brand2),var(--brand));color:#fff;font-size:12px;font-weight:800;flex:0 0 auto}
.pv[data-pv-site="topotzyv"] .mh-rev p, .pv[data-pv-site="topotzyv"] .mh-rev-body{margin:7px 0;color:var(--ink2);font-size:13px}
.pv[data-pv-site="topotzyv"] .mh-rev-co{color:var(--brand-dark);font-weight:800;font-size:12px}
.pv[data-pv-site="topotzyv"] .mh-cat-list{display:grid;gap:2px}
.pv[data-pv-site="topotzyv"] .mh-cat-row, .pv[data-pv-site="topotzyv"] .mh-catrow{display:flex;align-items:center;gap:10px;padding:11px 4px;border-bottom:1px solid var(--line);font-size:13px}
.pv[data-pv-site="topotzyv"] .mh-cat-row:last-child, .pv[data-pv-site="topotzyv"] .mh-catrow:last-child{border:0}
.pv[data-pv-site="topotzyv"] .mh-cat-row .mh-cat-ic, .pv[data-pv-site="topotzyv"] .mh-catrow .mh-cat-ic, .pv[data-pv-site="topotzyv"] .mh-cat-row .mh-catcard-ic, .pv[data-pv-site="topotzyv"] .mh-catrow .mh-catcard-ic{width:30px;height:30px;border-radius:10px;margin:0}
.pv[data-pv-site="topotzyv"] .mh-cat-row b, .pv[data-pv-site="topotzyv"] .mh-catrow b{flex:1}
.pv[data-pv-site="topotzyv"] .mh-tags{display:flex;gap:8px;flex-wrap:wrap}
.pv[data-pv-site="topotzyv"] .mh-tag{display:inline-flex;padding:7px 10px;border-radius:999px;background:var(--soft);color:var(--brand-dark);font-size:11px;font-weight:800}
.pv[data-pv-site="topotzyv"] .mh-home-cta{margin-top:24px;border-radius:24px;padding:28px 32px;background:linear-gradient(105deg,#251d19,#4a2819 65%,#ef5b16);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px;overflow:hidden;position:relative}
.pv[data-pv-site="topotzyv"] .mh-home-cta:after{content:"★";position:absolute;right:28%;font-size:150px;color:#fff1;transform:rotate(-12deg)}
.pv[data-pv-site="topotzyv"] .mh-home-cta h2{font:700 28px var(--serif);margin:0 0 4px}
.pv[data-pv-site="topotzyv"] .mh-home-cta p{margin:0;color:#ead8cf}
.pv[data-pv-site="topotzyv"] .mh-home-cta .mh-btn{background:#fff;color:var(--brand-dark);box-shadow:none;position:relative;z-index:1}
.pv[data-pv-site="topotzyv"] .pv-why{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:24px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:16px}
.pv[data-pv-site="topotzyv"] .pv-why-item{display:grid;grid-template-columns:42px 1fr;gap:11px;align-items:center;padding:9px}
.pv[data-pv-site="topotzyv"] .pv-why-ic{width:42px;height:42px;border-radius:14px;background:var(--soft);color:var(--brand);display:grid;place-items:center}
.pv[data-pv-site="topotzyv"] .pv-why-item b{display:block;font-size:13px}
.pv[data-pv-site="topotzyv"] .pv-why-item span{display:block;color:var(--muted);font-size:10px}
.pv[data-pv-site="topotzyv"] .mh-crumb{font-size:12px;color:var(--muted);margin:7px 0 22px}
.pv[data-pv-site="topotzyv"] .mh-crumb a{color:var(--brand-dark);font-weight:700}
.pv[data-pv-site="topotzyv"] .mh-cp-head{display:grid;grid-template-columns:210px minmax(0,1.25fr) minmax(260px,.7fr) 250px;gap:28px;background:#fff;border:1px solid var(--line);border-radius:28px;padding:30px;box-shadow:var(--shadow2);position:relative;overflow:hidden}
.pv[data-pv-site="topotzyv"] .mh-cp-head:after{content:"";position:absolute;right:-80px;bottom:-120px;width:280px;height:280px;border-radius:50%;background:#fff0e6;z-index:0}
.pv[data-pv-site="topotzyv"] .mh-cp-id, .pv[data-pv-site="topotzyv"] .mh-cp-main, .pv[data-pv-site="topotzyv"] .mh-cp-contacts, .pv[data-pv-site="topotzyv"] .mh-cp-score{position:relative;z-index:1}
.pv[data-pv-site="topotzyv"] .mh-cp-logo{width:170px;height:150px;object-fit:contain;border:1px solid var(--line);border-radius:22px;background:#fff}
.pv[data-pv-site="topotzyv"] .mh-cp-main h1{font:700 42px/1.05 var(--serif);margin:4px 0 10px}
.pv[data-pv-site="topotzyv"] .mh-cp-cat{display:inline-flex;padding:6px 10px;border-radius:999px;background:var(--soft);color:var(--brand-dark);font-size:12px;font-weight:800}
.pv[data-pv-site="topotzyv"] .mh-cp-rate{display:flex;align-items:center;gap:9px;margin:13px 0}
.pv[data-pv-site="topotzyv"] .mh-cp-desc{font-size:14px;color:var(--ink2);max-width:730px}
.pv[data-pv-site="topotzyv"] .mh-cp-actions{display:flex;gap:10px;margin-top:18px}
.pv[data-pv-site="topotzyv"] .mh-cp-contacts{border-left:1px solid var(--line);padding-left:26px;font-size:13px}
.pv[data-pv-site="topotzyv"] .mh-cp-contacts div{margin-bottom:17px}
.pv[data-pv-site="topotzyv"] .mh-cp-contacts span{display:block;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.09em;margin-bottom:4px}
.pv[data-pv-site="topotzyv"] .mh-cp-contacts a{color:var(--brand-dark);font-weight:800}
.pv[data-pv-site="topotzyv"] .mh-cp-score{background:#fff8f2;border:1px solid #f3dacb;border-radius:22px;padding:20px}
.pv[data-pv-site="topotzyv"] .mh-cp-score-num{font:800 48px var(--serif);line-height:1}
.pv[data-pv-site="topotzyv"] .mh-cp-bars{margin-top:17px}
.pv[data-pv-site="topotzyv"] .mh-cp-bar{display:grid;grid-template-columns:22px 1fr 32px;gap:8px;align-items:center;font-size:11px;margin:8px 0}
.pv[data-pv-site="topotzyv"] .mh-cp-bar>span:nth-child(2){height:6px;background:#e7ddd7;border-radius:99px;overflow:hidden}
.pv[data-pv-site="topotzyv"] .mh-cp-bar i{display:block;height:100%;background:linear-gradient(90deg,#ff9c22,#ef5b16);border-radius:99px}
.pv[data-pv-site="topotzyv"] .mh-cp-cols{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px;margin-top:18px}
.pv[data-pv-site="topotzyv"] .mh-panel{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:0 5px 20px rgba(61,31,15,.035)}
.pv[data-pv-site="topotzyv"] .mh-cp-left .mh-panel{padding:26px}
.pv[data-pv-site="topotzyv"] .mh-cp-rev{padding:20px 0;border-bottom:1px solid var(--line)}
.pv[data-pv-site="topotzyv"] .mh-cp-rev:last-child{border:0}
.pv[data-pv-site="topotzyv"] .mh-cp-rev-head{display:flex;align-items:center;gap:9px;flex-wrap:wrap}
.pv[data-pv-site="topotzyv"] .mh-cp-rev-stars{margin-left:auto}
.pv[data-pv-site="topotzyv"] .mh-cp-rev-body{color:var(--ink2);font-size:14px}
.pv[data-pv-site="topotzyv"] .mh-panel-h{font:700 22px var(--serif);margin:0 0 14px}
.pv[data-pv-site="topotzyv"] .mh-other-row{display:grid;grid-template-columns:44px minmax(0,1fr) auto 16px;align-items:center;gap:9px;padding:11px 0;border-bottom:1px solid var(--line)}
.pv[data-pv-site="topotzyv"] .mh-other-logo{width:44px;height:44px;object-fit:contain;border:1px solid var(--line);border-radius:11px}
.pv[data-pv-site="topotzyv"] .mh-other-name{font-weight:700;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pv[data-pv-site="topotzyv"] .mh-other-rate{font-size:11px}
.pv[data-pv-site="topotzyv"] .mh-chev{color:var(--brand)}
.pv[data-pv-site="topotzyv"] .mh-other-all{width:100%;margin-top:14px}
.pv[data-pv-site="topotzyv"] .mh-btn.ghost{background:#fff;color:var(--brand-dark);border:1px solid #efb18f;box-shadow:none}
.pv[data-pv-site="topotzyv"] .pv-cat-intro{background:linear-gradient(120deg,#fff,#fff6ef);border:1px solid var(--line);border-radius:24px;padding:28px;margin-bottom:22px}
.pv[data-pv-site="topotzyv"] .pv-cat-intro h1{font:700 42px var(--serif);margin:0 0 8px}
.pv[data-pv-site="topotzyv"] .pv-comps{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.pv[data-pv-site="topotzyv"] .pv-comp{background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px;display:grid;grid-template-columns:72px minmax(0,1fr);gap:14px;transition:.2s}
.pv[data-pv-site="topotzyv"] .pv-comp:hover{transform:translateY(-2px);border-color:#efb18f;box-shadow:var(--shadow2)}
.pv[data-pv-site="topotzyv"] .pv-comp-logo, .pv[data-pv-site="topotzyv"] .pv-comp-logo-ph{width:72px;height:72px;object-fit:contain;border:1px solid var(--line);border-radius:15px;background:#fff}
.pv[data-pv-site="topotzyv"] .pv-comp-name{font-weight:800;font-size:16px}
.pv[data-pv-site="topotzyv"] .pv-comp-sub{color:var(--muted);font-size:12px;margin:3px 0 7px}
.pv[data-pv-site="topotzyv"] .mh-pager{margin:25px 0;display:flex;justify-content:center}
.pv[data-pv-site="topotzyv"] .mh-pager-nums{display:flex;gap:6px}
.pv[data-pv-site="topotzyv"] .mh-pager-num, .pv[data-pv-site="topotzyv"] .mh-pager-cur{min-width:40px;height:40px;border-radius:11px;display:grid;place-items:center;border:1px solid var(--line);background:#fff}
.pv[data-pv-site="topotzyv"] .mh-pager-cur{background:var(--brand);color:#fff;border-color:var(--brand)}
.pv[data-pv-site="topotzyv"] .mh-rev-list{background:#fff;border:1px solid var(--line);border-radius:22px;padding:8px 24px}
.pv[data-pv-site="topotzyv"] .mh-rev-lite{padding:20px 0;border-bottom:1px solid var(--line)}
.pv[data-pv-site="topotzyv"] .mh-rev-lite:last-child{border:0}
.pv[data-pv-site="topotzyv"] .mh-rev-head{display:flex;align-items:center;gap:9px;flex-wrap:wrap}
.pv[data-pv-site="topotzyv"] .mh-rev-stars{margin-left:auto}
.pv[data-pv-site="topotzyv"] .mh-rev-body{font-size:14px}
.pv[data-pv-site="topotzyv"] .pv-page>.mh-sec-head:first-child{align-items:center;background:linear-gradient(120deg,#fff,#fff5ed);border:1px solid var(--line);border-radius:24px;padding:26px;margin-top:4px}
.pv[data-pv-site="topotzyv"] .pv-page>.mh-sec-head:first-child .pv-h2{font-size:38px}
.pv[data-pv-site="topotzyv"] .pv-footer{background:#251d19;color:#f7eae2;padding:50px max(28px,calc((100vw - 1380px)/2)) 22px;margin-top:auto}
.pv[data-pv-site="topotzyv"] .pv-footcols{display:grid;grid-template-columns:1.25fr .7fr 1fr;gap:70px}
.pv[data-pv-site="topotzyv"] .pv-footbrand .pv-brand{font:700 28px var(--serif);color:#fff}
.pv[data-pv-site="topotzyv"] .pv-logo-mark{width:36px;height:36px;border-radius:12px;background:var(--brand);display:inline-grid;place-items:center;margin-right:9px}
.pv[data-pv-site="topotzyv"] .pv-footbrand p{color:#bfaea5;font-size:12px;max-width:300px}
.pv[data-pv-site="topotzyv"] .pv-footnav{display:grid;gap:8px;font-size:12px;color:#cbbab1}
.pv[data-pv-site="topotzyv"] .pv-footnav b{color:#fff;margin-bottom:4px}
.pv[data-pv-site="topotzyv"] .pv-footnav a:hover{color:#ff8f54}
.pv[data-pv-site="topotzyv"] .pv-footbottom{border-top:1px solid #ffffff18;margin-top:34px;padding-top:18px;color:#9f8d84;font-size:11px}
@media(max-width:1200px){
.pv[data-pv-site="topotzyv"] .pv-header{grid-template-columns:210px 1fr auto}
.pv[data-pv-site="topotzyv"] .pv-nav{display:none}
.pv[data-pv-site="topotzyv"] .pv-logo-img{width:185px}
.pv[data-pv-site="topotzyv"] .mh-cards{grid-template-columns:repeat(3,1fr)}
.pv[data-pv-site="topotzyv"] .mh-cats, .pv[data-pv-site="topotzyv"] .mh-catgrid{grid-template-columns:repeat(3,1fr)}
.pv[data-pv-site="topotzyv"] .mh-home-grid, .pv[data-pv-site="topotzyv"] .mh-grid3{grid-template-columns:1fr 1fr}
.pv[data-pv-site="topotzyv"] .mh-home-grid>*:first-child, .pv[data-pv-site="topotzyv"] .mh-grid3>*:first-child{grid-column:1/-1}
.pv[data-pv-site="topotzyv"] .mh-cp-head{grid-template-columns:170px 1fr 280px}
.pv[data-pv-site="topotzyv"] .mh-cp-score{grid-column:1/-1;display:grid;grid-template-columns:180px 1fr;align-items:center}
.pv[data-pv-site="topotzyv"] .mh-cp-logo{width:145px}
}
@media(max-width:900px){
.pv[data-pv-site="topotzyv"] .pv-header{height:72px;padding:0 20px;grid-template-columns:1fr auto}
.pv[data-pv-site="topotzyv"] .pv-hsearch, .pv[data-pv-site="topotzyv"] .pv-header-act{display:none}
.pv[data-pv-site="topotzyv"] .pv-menu-toggle{display:block;position:absolute;opacity:0}
.pv[data-pv-site="topotzyv"] .pv-burger{display:block;width:42px;height:42px;border:1px solid var(--line);border-radius:13px;position:relative}
.pv[data-pv-site="topotzyv"] .pv-burger:before, .pv[data-pv-site="topotzyv"] .pv-burger:after, .pv[data-pv-site="topotzyv"] .pv-burger span{content:"";position:absolute;left:11px;right:11px;height:2px;background:var(--ink);border-radius:3px}
.pv[data-pv-site="topotzyv"] .pv-burger:before{top:13px}
.pv[data-pv-site="topotzyv"] .pv-burger span{top:20px}
.pv[data-pv-site="topotzyv"] .pv-burger:after{top:27px}
.pv[data-pv-site="topotzyv"] .pv-menu-toggle:checked~.pv-nav{display:flex;position:absolute;top:72px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);padding:15px 20px;flex-direction:column}
.pv[data-pv-site="topotzyv"] .mh-cp-head{grid-template-columns:140px 1fr}
.pv[data-pv-site="topotzyv"] .mh-cp-contacts{grid-column:1/-1;border-left:0;border-top:1px solid var(--line);padding:20px 0 0;display:grid;grid-template-columns:repeat(3,1fr)}
.pv[data-pv-site="topotzyv"] .mh-cp-score{grid-template-columns:1fr}
.pv[data-pv-site="topotzyv"] .mh-cp-cols{grid-template-columns:1fr}
.pv[data-pv-site="topotzyv"] .mh-cp-right{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.pv[data-pv-site="topotzyv"] .pv-why{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
.pv[data-pv-site="topotzyv"] .pv-page{padding-top:24px}
.pv[data-pv-site="topotzyv"] .pv-logo-img{width:170px}
.pv[data-pv-site="topotzyv"] .mh-cards{grid-template-columns:1fr 1fr}
.pv[data-pv-site="topotzyv"] .mh-cats, .pv[data-pv-site="topotzyv"] .mh-catgrid{grid-template-columns:1fr 1fr}
.pv[data-pv-site="topotzyv"] .mh-home-grid, .pv[data-pv-site="topotzyv"] .mh-grid3{grid-template-columns:1fr}
.pv[data-pv-site="topotzyv"] .mh-home-grid>*:first-child, .pv[data-pv-site="topotzyv"] .mh-grid3>*:first-child{grid-column:auto}
.pv[data-pv-site="topotzyv"] .mh-home-cta{align-items:flex-start;flex-direction:column}
.pv[data-pv-site="topotzyv"] .pv-h2{font-size:26px}
.pv[data-pv-site="topotzyv"] .mh-sec-head{align-items:center}
.pv[data-pv-site="topotzyv"] .mh-more{font-size:11px}
.pv[data-pv-site="topotzyv"] .mh-cp-head{grid-template-columns:1fr;padding:20px}
.pv[data-pv-site="topotzyv"] .mh-cp-id{text-align:center}
.pv[data-pv-site="topotzyv"] .mh-cp-logo{width:140px;height:120px}
.pv[data-pv-site="topotzyv"] .mh-cp-main h1{font-size:34px}
.pv[data-pv-site="topotzyv"] .mh-cp-contacts{grid-template-columns:1fr}
.pv[data-pv-site="topotzyv"] .mh-cp-score{grid-column:auto}
.pv[data-pv-site="topotzyv"] .mh-cp-right{grid-template-columns:1fr}
.pv[data-pv-site="topotzyv"] .pv-comps{grid-template-columns:1fr}
.pv[data-pv-site="topotzyv"] .pv-why{grid-template-columns:1fr}
.pv[data-pv-site="topotzyv"] .pv-footcols{grid-template-columns:1fr;gap:28px}
.pv[data-pv-site="topotzyv"] .mh-cp-rev-stars, .pv[data-pv-site="topotzyv"] .mh-rev-stars{margin-left:0;width:100%}
.pv[data-pv-site="topotzyv"] .pv-page>.mh-sec-head:first-child{padding:20px}
.pv[data-pv-site="topotzyv"] .pv-page>.mh-sec-head:first-child .pv-h2{font-size:30px}
}
.pv[data-pv-site="topotzyv"] .pv-nav { flex-wrap: nowrap; gap: 2px; }
.pv[data-pv-site="topotzyv"] .pv-nav a { padding: 10px 8px; }
@media (max-width: 1340px) {
  .pv[data-pv-site="topotzyv"] .pv-nav a { font-size: 13px; padding: 10px 6px; gap: 5px; }
  .pv[data-pv-site="topotzyv"] .pv-nav svg { width: 16px; height: 16px; }
}
.pv[data-pv-site="topotzyv"] .mh-card-logo.ph,
.pv[data-pv-site="topotzyv"] .mh-cp-logo.ph,
.pv[data-pv-site="topotzyv"] .mh-other-logo.ph,
.pv[data-pv-site="topotzyv"] .pv-comp-logo-ph {
  background: linear-gradient(135deg, #ff7f24, #ef5b16);
  border-color: transparent; color: #fff;
  display: flex; align-items: center; justify-content: center;
}
.pv[data-pv-site="topotzyv"] .mh-cp-head { grid-template-columns: minmax(0, 1.7fr) minmax(230px, .75fr) 270px; }
.pv[data-pv-site="topotzyv"] .mh-cp-id { display: grid; grid-template-columns: 170px minmax(0, 1fr); gap: 26px; align-items: start; }
.pv[data-pv-site="topotzyv"] .mh-cp-desc { max-width: none; }
.pv[data-pv-site="topotzyv"] .mh-cp-rate .mh-cp-rev { padding: 0; border: 0; color: var(--brand-dark); font-weight: 800; font-size: 13px; }
.pv[data-pv-site="topotzyv"] .mh-cp-bar { grid-template-columns: 30px 1fr 38px; }
.pv[data-pv-site="topotzyv"] .mh-cp-bar > i { display: block; height: 6px; background: #e7ddd7; border-radius: 99px; overflow: hidden; }
.pv[data-pv-site="topotzyv"] .mh-cp-bar > i > b { display: block; height: 100%; background: linear-gradient(90deg, #ff9c22, #ef5b16); border-radius: 99px; }
.pv[data-pv-site="topotzyv"] .mh-cp-bar > em { font-style: normal; text-align: right; color: var(--muted); }
.pv[data-pv-site="topotzyv"] .pv-why-item > div { min-width: 0; }
.pv[data-pv-site="topotzyv"] .mh-revs { display: grid; gap: 0; background: #fff; border: 1px solid var(--line);
  border-radius: 22px; padding: 6px 24px; box-shadow: 0 5px 20px rgba(61, 31, 15, .035); }
.pv[data-pv-site="topotzyv"] .mh-rev-head b { font-size: 14px; }
.pv[data-pv-site="topotzyv"] .mh-rev-stars { margin-left: auto; }
.pv[data-pv-site="topotzyv"] .mh-home-cta-btns { display: flex; gap: 10px; flex-wrap: wrap; position: relative; z-index: 1; }
.pv[data-pv-site="topotzyv"] .mh-home-cta .mh-btn.ghost { background: transparent; color: #fff; border: 1px solid rgba(255, 255, 255, .5); }
.pv[data-pv-site="topotzyv"] a.to-list-row:hover { background: #fffaf6; }
.pv-co-about { margin: 0 0 8px; font-size: 14px; line-height: 1.6; color: var(--ink-2, var(--ink)); }
.pv-co-facts { display: grid; gap: 9px; margin: 0; font-size: 13px; }
.pv-co-facts > div { display: grid; grid-template-columns: minmax(0, 118px) 1fr; gap: 10px; }
.pv-co-facts dt { color: var(--muted); }
.pv-co-facts dd { margin: 0; word-break: break-word; }
.pv-caticon { width: 24px; height: 24px; object-fit: contain; display: block; }
.mh-catcard-ic .pv-caticon, .mh-cat-ic .pv-caticon { width: 22px; height: 22px; }
.pv[data-pv-site="info-firm"] .mh-catcard-ic .pv-caticon { width: 22px; height: 22px; }
.pv-404 { text-align: center; padding-top: 18px; }
.pv-404-code { font: 900 clamp(72px, 12vw, 132px)/1 var(--serif, Georgia, serif);
  color: var(--brand, #999); opacity: .16; letter-spacing: -.04em; }
.pv-404 h1 { margin: -12px 0 10px; }
.pv-404-lead { max-width: 620px; margin: 0 auto 22px; color: var(--muted); line-height: 1.6; }
.pv-404-search { display: flex; align-items: center; gap: 8px; max-width: 560px; margin: 0 auto 18px;
  padding: 6px 6px 6px 14px; border: 1px solid var(--line, #e6e6e8); border-radius: 999px; background: #fff; }
.pv-404-search-ic { display: grid; place-items: center; color: var(--muted); }
.pv-404-search input { flex: 1; min-width: 0; border: 0; outline: 0; background: none;
  font: inherit; font-size: 15px; padding: 10px 0; }
.pv-404-search button { padding: 10px 20px; border: 0; border-radius: 999px; cursor: pointer;
  background: var(--brand, #222); color: #fff; font: inherit; font-weight: 700; font-size: 14px; }
.pv-404-links { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 34px; }
.pv-404-cats { text-align: left; }
.pv-404-cats h2 { text-align: center; margin-bottom: 16px; }
.pv-404-catgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 10px; }
.pv-404-cat { display: grid; grid-template-columns: 34px minmax(0, 1fr); grid-template-rows: auto auto;
  column-gap: 12px; align-items: center; padding: 12px 14px; border: 1px solid var(--line, #e6e6e8);
  border-radius: 14px; background: #fff; transition: border-color .15s, transform .15s; }
.pv-404-cat:hover { transform: translateY(-2px); border-color: var(--brand, #999); }
.pv-404-cat-ic { grid-row: 1 / span 2; display: grid; place-items: center; width: 34px; height: 34px;
  border-radius: 10px; background: var(--brand-soft, #f4f4f5); color: var(--brand, #444); }
.pv-404-cat-name { font-weight: 700; font-size: 14px; line-height: 1.25; }
.pv-404-cat-n { color: var(--muted); font-size: 12px; }
.pv[data-pv-site="info-firm"] .pv-404-code { color: var(--if-yellow, #f6bd00); opacity: .3; }
.pv[data-pv-site="info-firm"] .pv-404-search button { background: linear-gradient(180deg, var(--if-yellow-2, #ffd84d), var(--if-yellow, #f6bd00)); color: #3a3018; }
.pv[data-pv-site="info-firm"] .pv-404-cat-ic { background: var(--if-yellow-soft, #fff7d6); color: #9d7300; }
.pv[data-pv-site="info-firm"] .pv-404-cat:hover { border-color: var(--if-yellow, #f6bd00); }
.pv[data-pv-site="yelp"] .pv-404-code { color: var(--red, #e8121a); opacity: .14; }
.pv[data-pv-site="yelp"] .pv-404-search button { background: var(--red, #e8121a); }
.pv[data-pv-site="yelp"] .pv-404-cat-ic { background: #fff1f1; color: var(--red, #e8121a); }
.pv[data-pv-site="yelp"] .pv-404-cat:hover { border-color: #f0bfc2; }
@media (max-width: 600px) {
  .pv-404-search { flex-wrap: wrap; border-radius: 18px; padding: 10px; }
  .pv-404-search input { flex-basis: 100%; padding: 6px 4px; }
  .pv-404-search button { flex: 1; }
  .pv-404-links .mh-btn { flex: 1 1 100%; text-align: center; }
}
.pv-co-src { margin: 8px 0 0; color: var(--muted); font-size: 12.5px; line-height: 1.55; }
.pv-co-src a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
.pv-co-src a:hover { color: var(--brand, inherit); }
.pv[data-pv-site="yelp"] .pv-co-src a:hover { color: var(--red, #e8121a); }
.pv[data-pv-site="portalfirm"] {
  --pf-navy: #12356b; --pf-navy-2: #1c4a91; --pf-blue: #2f6fd0; --pf-blue-soft: #eaf1fc;
  --pf-ink: #16203a; --pf-muted: #5f6c86; --pf-line: #e2e8f2; --pf-paper: #f7f9fc;
  --bg: #f7f9fc !important; --card: #fff !important; --ink: #16203a !important;
  --muted: #5f6c86 !important; --line: #e2e8f2 !important;
  --brand: #12356b; --brand-soft: #eaf1fc;
  --gold: #2f6fd0 !important; --gold-2: #1c4a91 !important;
  background: #fff; color: var(--pf-ink);
}
.pv[data-pv-site="portalfirm"] .pv-logo-img { height: 40px; max-height: 40px; max-width: 190px; width: auto; }
.pv[data-pv-site="portalfirm"] .pv-header { border-bottom: 1px solid var(--pf-line); }
.pv[data-pv-site="portalfirm"] .mh-btn { background: var(--pf-navy); border-color: var(--pf-navy); }
.pv[data-pv-site="portalfirm"] .mh-btn.ghost { background: #fff; color: var(--pf-navy); border-color: var(--pf-line); }
.pv[data-pv-site="portalfirm"] .pv-add { background: var(--pf-blue); border-color: var(--pf-blue); }
.pv[data-pv-site="portalfirm"] .pv-crumbs { margin-bottom: 14px; color: var(--pf-muted); font-size: 13px; }
.pv[data-pv-site="portalfirm"] .pv-crumbs a { color: var(--pf-blue); font-weight: 600; }
.pv .pv-footcols-4 { display: grid; grid-template-columns: 1.35fr 1fr 1.15fr 1.15fr; gap: 30px 48px; }
.pv[data-pv-site="topotzyv"] .pv-footcols-4 { display: grid; grid-template-columns: 1.35fr 1fr 1.15fr 1.15fr; gap: 30px 48px; }
.pv .pv-foot-yelp .pv-footcols { display: grid; grid-template-columns: 1.6fr 1fr; gap: 30px 48px; }
.pv-foot-yelp .pv-footnav { flex-direction: row; flex-wrap: wrap; gap: 18px; align-content: start; }
.pv-foot-manifest { margin: 22px 0 0; padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .12); }
.pv-foot-manifest p { max-width: 62ch; margin: 0; font-size: 13.5px; line-height: 1.6; opacity: .78; }
.pv-foot-to .pv-footnav a { line-height: 1.75; }
.pv[data-pv-site="info-firm"] .pv-foot-if .pv-footcols {
  display: grid !important; grid-template-columns: 1.1fr .7fr 1.5fr; gap: 30px 48px !important; }
@media (max-width: 860px) {
  .pv[data-pv-site="info-firm"] .pv-foot-if .pv-footcols { grid-template-columns: 1fr; gap: 26px !important; }
}
.pv-footop { font-size: 13px; }
.pv-footop > b { display: block; margin-bottom: 10px; font-size: 12px; letter-spacing: 1.2px;
  text-transform: uppercase; opacity: .62; }
.pv-footop dl { margin: 0; }
.pv-footop dl div { display: grid; grid-template-columns: 96px minmax(0, 1fr); gap: 10px; padding: 3px 0; }
.pv-footop dt { opacity: .6; }
.pv-footop dd { margin: 0; overflow-wrap: anywhere; }
.pv-footop-link { display: inline-block; margin-top: 12px; font-weight: 700; }
.pv-foot-pf-top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 20px; padding-bottom: 22px; }
.pv-foot-pf-search { display: flex; align-items: center; gap: 8px; flex: 1 1 380px; max-width: 520px;
  padding: 5px 5px 5px 14px; border-radius: 10px; background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16); }
.pv-foot-pf-search > span { display: grid; place-items: center; opacity: .6; }
.pv-foot-pf-search input { flex: 1; min-width: 0; border: 0; outline: 0; background: none;
  font: inherit; font-size: 14px; padding: 9px 0; color: inherit; }
.pv-foot-pf-search input::placeholder { color: currentColor; opacity: .5; }
.pv-foot-pf-search button { flex: 0 0 auto; padding: 9px 20px; border: 0; border-radius: 7px; cursor: pointer;
  background: #2f6fd0; color: #fff; font: inherit; font-weight: 700; font-size: 13.5px; }
.pv-foot-pf-row { display: flex; flex-wrap: wrap; gap: 8px 26px; padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, .12); font-size: 13.5px; }
@media (max-width: 860px) {
  .pv .pv-footcols-4,
  .pv[data-pv-site="topotzyv"] .pv-footcols-4,
  .pv .pv-foot-yelp .pv-footcols { grid-template-columns: 1fr; gap: 26px; }
  .pv-footop dl div { grid-template-columns: 1fr; gap: 0; }
  .pv-foot-pf-search { flex-basis: 100%; }
}
.pv-footer .pv-brand.sm { white-space: normal; min-width: 0; }
.pv-foot-pf-top .pv-brand.sm { white-space: nowrap; }
.pv-co-quote { margin: 14px 0 0; padding: 12px 0 12px 16px; border-left: 3px solid currentColor;
  border-left-color: color-mix(in srgb, currentColor 22%, transparent); }
.pv-co-quote-label { display: block; margin-bottom: 5px; font-size: 11.5px; letter-spacing: 1.1px;
  text-transform: uppercase; opacity: .55; }
.pv-co-quote p { margin: 0; font-style: italic; line-height: 1.6; opacity: .88; }
.pv-sibs { margin-top: 34px; }
.pv-sibs-row { display: flex; flex-wrap: wrap; gap: 8px; }
.pv-sibs-row a { display: inline-flex; align-items: baseline; gap: 7px; padding: 8px 14px;
  border: 1px solid var(--line); border-radius: 999px; background: var(--card); font-size: 13.5px; }
.pv-sibs-row a span { color: var(--muted); font-size: 12px; }
.pv[data-pv-site="e-you"] {
  /* Neutral graphite palette — de-greened per owner request. The whole e-you
     design references these, so recolouring here recolours the site. Stars keep
     a normal amber (--gold) instead of green. */
  --ey-green: #2b3038; --ey-green-2: #565e6b; --ey-mint: #eef0f3; --ey-paper: #faf9f5;
  --ey-ink: #1b2024; --ey-muted: #6b7280; --ey-line: #e6e6ea;
  --bg: #faf9f5 !important; --card: #fff !important; --ink: #1b2024 !important;
  --muted: #6b7280 !important; --line: #e6e6ea !important;
  --brand: #2b3038; --brand-soft: #eef0f3;
  --gold: #e8973a !important; --gold-2: #cf7d24 !important;
  background: var(--ey-paper); color: var(--ey-ink);
}
.pv[data-pv-site="e-you"] .pv-logo-img { height: 40px; max-height: 40px; max-width: 170px; width: auto; }
.pv[data-pv-site="e-you"] .pv-header { border-bottom: 1px solid var(--ey-line); background: #fff; }
.pv[data-pv-site="e-you"] .mh-btn { background: var(--ey-green); border-color: var(--ey-green); }
.pv[data-pv-site="e-you"] .mh-btn.ghost { background: #fff; color: var(--ey-green); border-color: var(--ey-line); }
.pv[data-pv-site="e-you"] .pv-add { background: var(--ey-green-2); border-color: var(--ey-green-2); }
.pv[data-pv-site="e-you"] .pv-crumbs { margin-bottom: 16px; color: var(--ey-muted); font-size: 13px; }
.pv[data-pv-site="e-you"] .pv-crumbs a { color: var(--ey-green-2); font-weight: 600; }
.pv-foot-ey-line { max-width: 60ch; margin: 0 0 18px; font: italic 15px/1.6 Georgia, serif; opacity: .85; }
.pv-foot-ey-row { display: flex; flex-wrap: wrap; gap: 8px 26px; padding-bottom: 18px; font-size: 13.5px; }
.pv[data-pv-site="yelll"] ::selection{background:#cfe2ff;color:#0b2447}
.pv[data-pv-site="yelll"]{--bg:#f4f8fc!important;--card:#fff!important;--ink:#0b2447!important;--ink-2:#0b2447!important;--muted:#667b91!important;--line:#dce7f2!important;--line-2:#e9f0f7!important;--gold:#1f6ed4!important;--gold-2:#5ba0f5!important;--serif:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important;--pv-radius:18px!important;--pv-hero-bg:#eef6ff!important;min-height:100vh;background:#f4f8fc;color:#0b2447}
.pv[data-pv-site="yelll"] a{color:#1c67c9;text-decoration:none}
.pv[data-pv-site="yelll"] a:hover{color:#0e4ea8}
.pv[data-pv-site="yelll"] .pv-header{position:sticky!important;top:0;z-index:50!important;min-height:72px;padding:10px max(22px,calc((100vw - 1180px)/2))!important;gap:22px!important;background:rgba(255,255,255,.94)!important;border-bottom:1px solid #e2ebf4!important;box-shadow:0 8px 30px rgba(25,69,117,.07)!important;backdrop-filter:blur(18px)}
.pv[data-pv-site="yelll"] .pv-brand{width:175px!important;min-width:175px;display:flex!important;align-items:center!important;color:#0b2447!important}
.pv[data-pv-site="yelll"] .pv-brand img{display:block;width:168px;height:auto}
.pv[data-pv-site="yelll"] .pv-brand .pv-logo-mark,.pv[data-pv-site="yelll"] .pv-brand .pv-brand-text{display:none!important}
.pv[data-pv-site="yelll"] .pv-hsearch{height:46px!important;max-width:360px!important;flex:1 1 260px!important;background:#f6f9fc!important;border:1px solid #dce7f2!important;border-radius:14px!important;box-shadow:inset 0 1px 2px rgba(25,69,117,.03)!important}
.pv[data-pv-site="yelll"] .pv-hsearch:focus-within{border-color:#8db9ee!important;box-shadow:0 0 0 4px rgba(47,128,237,.10)!important;background:#fff!important}
.pv[data-pv-site="yelll"] .pv-hsearch input{font-size:14px!important;color:#0b2447!important;background:transparent!important}
.pv[data-pv-site="yelll"] .pv-hsearch-ic{color:#3d7fcf!important}
.pv[data-pv-site="yelll"] .pv-nav{gap:4px!important}
.pv[data-pv-site="yelll"] .pv-nav a{height:42px!important;padding:0 12px!important;border-radius:11px!important;color:#213a58!important;font-size:14px!important;font-weight:650!important;transition:.18s ease!important}
.pv[data-pv-site="yelll"] .pv-nav a:hover{background:#edf5ff!important;color:#155db8!important}
.pv[data-pv-site="yelll"] .pv-nav svg{width:17px!important;height:17px!important;color:#397dcb!important}
.pv[data-pv-site="yelll"] .pv-header-act{gap:10px!important}
.pv[data-pv-site="yelll"] .pv-add,.pv[data-pv-site="yelll"] .mh-btn{border:0!important;border-radius:12px!important;background:linear-gradient(135deg,#2f80ed,#155ec2)!important;color:#fff!important;box-shadow:0 10px 22px rgba(31,110,212,.22)!important;font-weight:750!important;transition:transform .18s ease,box-shadow .18s ease!important}
.pv[data-pv-site="yelll"] .pv-add:hover,.pv[data-pv-site="yelll"] .mh-btn:hover{color:#fff!important;transform:translateY(-1px)!important;box-shadow:0 14px 28px rgba(31,110,212,.27)!important}
.pv[data-pv-site="yelll"] .pv-login{color:#415c78!important;font-weight:650!important}
.pv[data-pv-site="yelll"] .pv-login svg{color:#3d7fcf!important}
.pv[data-pv-site="yelll"] .mh-hero{color:#0b2447!important;background:
 radial-gradient(circle at 78% 18%,rgba(89,159,242,.17),transparent 27%),
 linear-gradient(180deg,#fbfdff 0%,#eef6ff 100%)!important;border-bottom:1px solid #dce8f4!important;overflow:hidden!important}
.pv[data-pv-site="yelll"] .mh-hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(41,101,170,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(41,101,170,.045) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.56),transparent 88%);pointer-events:none}
.pv[data-pv-site="yelll"] .mh-hero::after{content:"";position:absolute;width:430px;height:430px;border:1px solid rgba(47,128,237,.13);border-radius:50%;right:-165px;bottom:-245px;pointer-events:none}
.pv[data-pv-site="yelll"] .mh-hero-in{max-width:1180px!important;min-height:450px!important;margin:0 auto!important;padding:52px 0 36px!important;display:grid!important;grid-template-columns:minmax(0,.92fr) minmax(430px,1.08fr)!important;gap:54px!important;align-items:center!important;position:relative!important;z-index:1!important}
.pv[data-pv-site="yelll"] .mh-hero-main{max-width:560px!important}
.pv[data-pv-site="yelll"] .mh-hero-badge{display:inline-flex;align-items:center;gap:8px;margin-bottom:18px;padding:8px 12px;border:1px solid #cfe1f5;border-radius:999px;background:rgba(255,255,255,.9);color:#2368bd;font-size:12px;font-weight:750;box-shadow:0 7px 22px rgba(29,87,150,.08)}
.pv[data-pv-site="yelll"] .mh-hero-badge::before{content:"✓";display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#e5f1ff;color:#1261c2;font-weight:900}
.pv[data-pv-site="yelll"] .mh-hero h1{max-width:570px!important;margin:0!important;color:#0b2447!important;font-size:clamp(42px,4.4vw,64px)!important;line-height:.99!important;letter-spacing:-2.4px!important;font-family:Inter,ui-sans-serif,sans-serif!important;font-weight:850!important;text-wrap:balance}
.pv[data-pv-site="yelll"] .mh-hero h1 span{color:#1f6ed4!important}
.pv[data-pv-site="yelll"] .mh-hero-sub{max-width:530px!important;margin:20px 0 24px!important;color:#526b84!important;font-size:17px!important;line-height:1.6!important}
.pv[data-pv-site="yelll"] .mh-search{height:58px!important;max-width:590px!important;padding:5px!important;border:1px solid #d3e2f1!important;border-radius:16px!important;background:#fff!important;box-shadow:0 15px 36px rgba(35,87,144,.12)!important}
.pv[data-pv-site="yelll"] .mh-search:focus-within{border-color:#73a8e8!important;box-shadow:0 0 0 4px rgba(47,128,237,.10),0 18px 38px rgba(35,87,144,.14)!important}
.pv[data-pv-site="yelll"] .mh-search input{padding:0 17px!important;color:#173653!important;font-size:15px!important}
.pv[data-pv-site="yelll"] .mh-search button{height:46px!important;min-width:120px!important;padding:0 22px!important;border:0!important;border-radius:12px!important;background:linear-gradient(135deg,#2f80ed,#155ec2)!important;color:#fff!important;font-weight:800!important;box-shadow:0 9px 22px rgba(31,110,212,.22)!important}
.pv[data-pv-site="yelll"] .mh-stats{max-width:620px!important;margin-top:18px!important;display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:10px!important}
.pv[data-pv-site="yelll"] .mh-stats>div{min-width:0!important;padding:13px 12px!important;border:1px solid #dce8f4!important;border-radius:14px!important;background:rgba(255,255,255,.92)!important;box-shadow:0 10px 24px rgba(31,69,112,.07)!important;display:grid!important;grid-template-columns:38px 1fr!important;grid-template-rows:auto auto!important;column-gap:9px!important;align-items:center!important}
.pv[data-pv-site="yelll"] .mh-stat-ic{grid-row:1/3!important;width:36px!important;height:36px!important;border-radius:11px!important;background:#eaf3ff!important;color:#1f6ed4!important}
.pv[data-pv-site="yelll"] .mh-stats b{color:#0d2949!important;font-size:19px!important;line-height:1!important}
.pv[data-pv-site="yelll"] .mh-stats em{color:#75879a!important;font-size:10px!important;font-style:normal!important;text-transform:uppercase!important;letter-spacing:.45px!important}
.pv[data-pv-site="yelll"] .mh-hero-visual{position:relative;min-width:0;align-self:stretch;display:flex;align-items:center;justify-content:center}
.pv[data-pv-site="yelll"] .mh-hero-picture{position:relative;width:100%;max-width:610px;aspect-ratio:1.45/1;overflow:hidden;border-radius:38px 16px 38px 110px;background:#dbeaf9;box-shadow:0 26px 70px rgba(23,73,129,.22)}
.pv[data-pv-site="yelll"] .mh-hero-picture::before{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.7);border-radius:inherit;z-index:2;pointer-events:none}
.pv[data-pv-site="yelll"] .mh-hero-picture img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transform:scale(1.04)}
.pv[data-pv-site="yelll"] .mh-hero-proof{position:absolute;left:4%;bottom:7%;z-index:3;width:min(320px,74%);padding:17px 18px;border:1px solid rgba(201,220,240,.95);border-radius:18px;background:rgba(255,255,255,.94);box-shadow:0 18px 42px rgba(16,64,117,.19);backdrop-filter:blur(16px);display:grid;grid-template-columns:48px 1fr;gap:13px;align-items:center}
.pv[data-pv-site="yelll"] .mh-hero-proof-ic{width:46px;height:46px;border-radius:15px;display:grid;place-items:center;background:#e4f0ff;color:#1f6ed4;font-size:23px;font-weight:900}
.pv[data-pv-site="yelll"] .mh-hero-proof b{display:block;color:#102e51;font-size:14px;line-height:1.25}
.pv[data-pv-site="yelll"] .mh-hero-proof span{display:block;margin-top:4px;color:#6d8298;font-size:12px;line-height:1.35}
.pv[data-pv-site="yelll"] .mh-hero-score{position:absolute;right:-3px;top:10%;z-index:3;padding:13px 16px;border:1px solid #dae6f2;border-radius:16px;background:#fff;box-shadow:0 15px 40px rgba(16,64,117,.16);color:#0b2447}
.pv[data-pv-site="yelll"] .mh-hero-score strong{display:block;font-size:26px;line-height:1;color:#155ec2}
.pv[data-pv-site="yelll"] .mh-hero-score small{color:#71869b}
.pv[data-pv-site="yelll"] .pv-page{max-width:1180px!important;margin:0 auto!important;padding:32px 0 0!important}
.pv[data-pv-site="yelll"] .mh-home{max-width:1180px!important;margin:0 auto!important;padding:0!important}
.pv[data-pv-site="yelll"] .mh-sec{margin-top:30px!important}
.pv[data-pv-site="yelll"] .mh-sec-head{margin-bottom:14px!important;align-items:center!important}
.pv[data-pv-site="yelll"] .pv-h2,.pv[data-pv-site="yelll"] .mh-panel-h{color:#0c2948!important;font-family:Inter,ui-sans-serif,sans-serif!important;font-weight:820!important;letter-spacing:-.35px!important}
.pv[data-pv-site="yelll"] .pv-h2{font-size:24px!important;position:relative;padding-left:14px!important}
.pv[data-pv-site="yelll"] .pv-h2::before{content:"";position:absolute;left:0;top:4px;bottom:4px;width:4px;border-radius:99px;background:linear-gradient(#2f80ed,#62a7f7)}
.pv[data-pv-site="yelll"] .mh-more{color:#1766c4!important;font-weight:750!important}
.pv[data-pv-site="yelll"] .mh-cards{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:13px!important}
.pv[data-pv-site="yelll"] .mh-card,.pv[data-pv-site="yelll"] .mh-catcard,.pv[data-pv-site="yelll"] .pv-comp,.pv[data-pv-site="yelll"] .mh-panel,.pv[data-pv-site="yelll"] .mh-cp-head,.pv[data-pv-site="yelll"] .mh-trust,.pv[data-pv-site="yelll"] .mh-cta{border:1px solid #dce7f2!important;background:#fff!important;box-shadow:0 10px 28px rgba(21,62,105,.065)!important}
.pv[data-pv-site="yelll"] .mh-card{min-height:170px!important;border-radius:18px!important;padding:16px!important;transition:.2s ease!important}
.pv[data-pv-site="yelll"] .mh-card:hover,.pv[data-pv-site="yelll"] .pv-comp:hover,.pv[data-pv-site="yelll"] .mh-catcard:hover{transform:translateY(-3px)!important;border-color:#b9d3ef!important;box-shadow:0 18px 38px rgba(21,62,105,.12)!important}
.pv[data-pv-site="yelll"] .mh-card-logo{width:46px!important;height:46px!important;border-radius:13px!important;border:1px solid #e1e9f2!important;background:#fff!important;object-fit:contain!important;padding:3px!important}
.pv[data-pv-site="yelll"] .mh-card-name{min-height:38px!important;color:#173652!important;font-size:13px!important;font-weight:760!important;line-height:1.35!important}
.pv[data-pv-site="yelll"] .mh-card-count{align-self:flex-start!important;padding:5px 8px!important;border-radius:999px!important;background:#eaf4ff!important;color:#1766c4!important;font-size:10px!important;font-weight:750!important}
.pv[data-pv-site="yelll"] .pv-stars svg.on{fill:#ffb020!important;color:#ffb020!important}
.pv[data-pv-site="yelll"] .pv-stars svg.off{fill:#dfe7ef!important;color:#dfe7ef!important}
.pv[data-pv-site="yelll"] .mh-catgrid{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:12px!important}
.pv[data-pv-site="yelll"] .mh-catcard{min-height:86px!important;border-radius:16px!important;padding:14px!important;display:grid!important;grid-template-columns:42px 1fr!important;grid-template-rows:auto auto!important;column-gap:10px!important;align-items:center!important}
.pv[data-pv-site="yelll"] .mh-catcard-ic{grid-row:1/3!important;width:40px!important;height:40px!important;border-radius:13px!important;background:#eaf3ff!important;color:#1f6ed4!important}
.pv[data-pv-site="yelll"] .mh-catcard-name{color:#173652!important;font-size:13px!important;font-weight:760!important}
.pv[data-pv-site="yelll"] .mh-catcard-n{color:#8291a1!important;font-size:10px!important}
.pv[data-pv-site="yelll"] .mh-grid3{grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr)!important;gap:18px!important}
.pv[data-pv-site="yelll"] .mh-panel{border-radius:20px!important;padding:21px 22px!important}
.pv[data-pv-site="yelll"] .mh-rev{padding:15px 0!important;border-bottom:1px solid #edf1f6!important}
.pv[data-pv-site="yelll"] .pv-avatar{background:linear-gradient(135deg,#2f80ed,#155ec2)!important;color:#fff!important;box-shadow:0 6px 14px rgba(31,110,212,.2)!important}
.pv[data-pv-site="yelll"] .mh-tag{background:#edf5ff!important;border:1px solid #dceaff!important;color:#1765bd!important;border-radius:999px!important}
.pv[data-pv-site="yelll"] .mh-cta{border-radius:22px!important;background:linear-gradient(105deg,#edf6ff,#f9fcff)!important;padding:26px 30px!important;overflow:hidden!important;position:relative!important}
.pv[data-pv-site="yelll"] .mh-cta::after{content:"Y";position:absolute;right:9%;top:50%;transform:translateY(-50%) rotate(-8deg);font-size:110px;font-weight:900;color:rgba(47,128,237,.08)}
.pv[data-pv-site="yelll"] .mh-trust{border-radius:18px!important;padding:15px 18px!important}
.pv[data-pv-site="yelll"] .mh-trust-ic{background:#eaf3ff!important;color:#1f6ed4!important}
.pv[data-pv-site="yelll"] .mh-crumb{margin:0 0 18px!important;color:#718399!important;font-size:13px!important}
.pv[data-pv-site="yelll"] .mh-crumb a{font-weight:700!important}
.pv[data-pv-site="yelll"] .pv-page>h1,.pv[data-pv-site="yelll"] .pv-cat-intro h1,.pv[data-pv-site="yelll"] .pv-comps+h1{font-family:Inter,ui-sans-serif,sans-serif!important;color:#0b2447!important;font-size:clamp(34px,4vw,52px)!important;line-height:1.05!important;letter-spacing:-1.6px!important;font-weight:850!important}
.pv[data-pv-site="yelll"] .pv-cat-intro{max-width:none!important;margin:0 0 24px!important;padding:26px 28px!important;border:1px solid #dce7f2!important;border-radius:22px!important;background:linear-gradient(135deg,#fff,#f3f8ff)!important;box-shadow:0 12px 30px rgba(22,65,109,.07)!important;color:#587087!important}
.pv[data-pv-site="yelll"] .pv-cat-intro h1{margin:0 0 10px!important}
.pv[data-pv-site="yelll"] .pv-comps{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important}
.pv[data-pv-site="yelll"] .pv-comp{border-radius:18px!important;padding:16px!important;min-height:110px!important;transition:.2s ease!important}
.pv[data-pv-site="yelll"] .pv-comp-logo{width:56px!important;height:56px!important;border-radius:15px!important;border:1px solid #e2eaf2!important;background:#fff!important;object-fit:contain!important;padding:4px!important}
.pv[data-pv-site="yelll"] .pv-comp-name{color:#153451!important;font-weight:780!important;line-height:1.35!important}
.pv[data-pv-site="yelll"] .pv-comp-sub{color:#75889b!important}
.pv[data-pv-site="yelll"] .pv-sibs{margin-top:26px!important;padding:22px!important;border:1px solid #dce7f2!important;border-radius:20px!important;background:#fff!important;box-shadow:0 10px 28px rgba(21,62,105,.065)!important}
.pv[data-pv-site="yelll"] .mh-pager a,.pv[data-pv-site="yelll"] .mh-pager span{border-radius:10px!important}
.pv[data-pv-site="yelll"] .mh-cp-head{grid-template-columns:minmax(0,1.45fr) minmax(250px,.8fr) minmax(220px,.62fr)!important;gap:26px!important;border-radius:26px!important;padding:30px!important;box-shadow:0 18px 46px rgba(21,62,105,.09)!important;overflow:hidden!important;position:relative!important}
.pv[data-pv-site="yelll"] .mh-cp-head::after{content:"";position:absolute;right:-90px;top:-110px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(47,128,237,.12),transparent 68%);pointer-events:none}
.pv[data-pv-site="yelll"] .mh-cp-id{display:grid!important;grid-template-columns:108px 1fr!important;gap:22px!important;align-items:start!important}
.pv[data-pv-site="yelll"] .mh-cp-logo{width:108px!important;height:108px!important;border-radius:22px!important;border:1px solid #dce7f2!important;background:#fff!important;object-fit:contain!important;padding:7px!important;box-shadow:0 10px 26px rgba(22,65,109,.08)!important}
.pv[data-pv-site="yelll"] .mh-cp-logo.ph{background:linear-gradient(135deg,#2f80ed,#155ec2)!important;border:none!important;padding:0!important;color:#fff!important;display:flex!important;align-items:center;justify-content:center;font-family:var(--serif);font-weight:800;font-size:48px}
.pv[data-pv-site="yelll"] .mh-cp-main h1{margin:0 0 10px!important;color:#0b2447!important;font-family:Inter,ui-sans-serif,sans-serif!important;font-size:clamp(29px,3.2vw,44px)!important;line-height:1.08!important;letter-spacing:-1.2px!important;font-weight:850!important}
.pv[data-pv-site="yelll"] .mh-cp-cat{display:inline-flex!important;padding:6px 10px!important;border-radius:999px!important;background:#eaf4ff!important;color:#1766c4!important;font-size:12px!important;font-weight:750!important}
.pv[data-pv-site="yelll"] .mh-cp-rate{margin-top:12px!important;color:#173652!important}
.pv[data-pv-site="yelll"] .mh-cp-desc{color:#536c84!important;line-height:1.62!important}
.pv[data-pv-site="yelll"] .mh-cp-actions{margin-top:18px!important}
.pv[data-pv-site="yelll"] .mh-cp-contacts{padding:4px 0 4px 24px!important;border-left:1px solid #e1eaf3!important;display:flex!important;flex-direction:column!important;gap:15px!important}
.pv[data-pv-site="yelll"] .mh-cp-contacts>div>span:first-child{display:block!important;margin-bottom:4px!important;color:#8494a5!important;font-size:10px!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.65px!important}
.pv[data-pv-site="yelll"] .mh-cp-contacts a{font-weight:750!important;overflow-wrap:anywhere}
.pv[data-pv-site="yelll"] .mh-cp-score{position:relative;z-index:1;padding:22px!important;border:1px solid #d8e6f4!important;border-radius:20px!important;background:linear-gradient(145deg,#f8fbff,#eaf4ff)!important;box-shadow:inset 0 1px #fff!important}
.pv[data-pv-site="yelll"] .mh-cp-score-num{color:#155ec2!important;font-size:48px!important;font-weight:900!important;letter-spacing:-2px!important}
.pv[data-pv-site="yelll"] .mh-cp-bar i{background:#dce7f2!important}
.pv[data-pv-site="yelll"] .mh-cp-bar i b{background:linear-gradient(90deg,#2f80ed,#65a9f7)!important}
.pv[data-pv-site="yelll"] .mh-cp-cols{grid-template-columns:minmax(0,1fr) 330px!important;gap:18px!important}
.pv[data-pv-site="yelll"] .mh-cp-left>.mh-panel{padding:26px 28px!important}
.pv[data-pv-site="yelll"] .mh-cp-rev{padding:18px 0!important;border-bottom:1px solid #edf1f6!important}
.pv[data-pv-site="yelll"] .mh-cp-rev-body{color:#334e68!important;line-height:1.64!important}
.pv[data-pv-site="yelll"] .mh-other-row{border-radius:12px!important;padding:10px!important}
.pv[data-pv-site="yelll"] .mh-other-row:hover{background:#f2f7fd!important}
.pv[data-pv-site="yelll"] .mh-other-logo{border-radius:10px!important}
.pv[data-pv-site="yelll"] .pv-page .mh-cp-rev{background:#fff!important;border:1px solid #e1e9f2!important;border-radius:17px!important;padding:18px 20px!important;margin-bottom:12px!important;box-shadow:0 8px 24px rgba(22,65,109,.055)!important}
.pv[data-pv-site="yelll"] .pv-footer{margin-top:52px!important;padding:40px max(22px,calc((100vw - 1180px)/2)) 26px!important;background:linear-gradient(135deg,#061b35,#08284e)!important;color:#c9d8e8!important;border-top:0!important}
.pv[data-pv-site="yelll"] .pv-footcols{max-width:1180px!important;width:100%!important;margin:0 auto!important}
.pv[data-pv-site="yelll"] .pv-footbrand .pv-logo-mark{background:linear-gradient(135deg,#2f80ed,#155ec2)!important;color:#fff!important}
.pv[data-pv-site="yelll"] .pv-footbrand b{color:#fff!important}
.pv[data-pv-site="yelll"] .pv-footnav b{color:#fff!important}
.pv[data-pv-site="yelll"] .pv-footer a{color:#c9d8e8!important}
.pv[data-pv-site="yelll"] .pv-footer a:hover{color:#fff!important}
.pv[data-pv-site="yelll"] .pv-footbottom{max-width:1180px!important;width:100%!important;margin:0 auto!important;border-color:rgba(255,255,255,.13)!important;color:#9db1c7!important}
.pv[data-pv-site="yelll"] .yelll-static-card{max-width:920px;margin:30px auto;padding:30px;border:1px solid #dce7f2;border-radius:24px;background:#fff;box-shadow:0 16px 42px rgba(21,62,105,.08)}
.pv[data-pv-site="yelll"] .yelll-static-card h1{margin:0 0 12px;font-size:40px;letter-spacing:-1.2px}
.pv[data-pv-site="yelll"] .yelll-static-card p{color:#60778d;line-height:1.65}
.pv[data-pv-site="yelll"] .yelll-form{display:grid;gap:16px;margin-top:24px}
.pv[data-pv-site="yelll"] .yelll-form label{display:grid;gap:7px;color:#193958;font-weight:700}
.pv[data-pv-site="yelll"] .yelll-form input,.pv[data-pv-site="yelll"] .yelll-form textarea,.pv[data-pv-site="yelll"] .yelll-form select{width:100%;border:1px solid #d5e3f1;border-radius:13px;background:#fafdff;padding:14px 15px;font:inherit;color:#183552;outline:none}
.pv[data-pv-site="yelll"] .yelll-form input:focus,.pv[data-pv-site="yelll"] .yelll-form textarea:focus,.pv[data-pv-site="yelll"] .yelll-form select:focus{border-color:#78aeea;box-shadow:0 0 0 4px rgba(47,128,237,.1);background:#fff}
.pv[data-pv-site="yelll"] .yelll-form textarea{min-height:170px;resize:vertical}
.pv[data-pv-site="yelll"] .yelll-submit{justify-self:start;border:0;border-radius:12px;padding:14px 24px;background:linear-gradient(135deg,#2f80ed,#155ec2);color:#fff;font-weight:800;box-shadow:0 10px 22px rgba(31,110,212,.22);cursor:pointer}
.pv[data-pv-site="yelll"] .yelll-search-results{display:grid;gap:12px;margin-top:22px}
.pv[data-pv-site="yelll"] .yelll-search-note{padding:16px 18px;border-radius:14px;background:#edf5ff;color:#315b86}
.pv[data-pv-site="yelll"] :focus-visible{outline:3px solid rgba(47,128,237,.45)!important;outline-offset:2px!important}
@media (max-width:1120px){
  .pv[data-pv-site="yelll"] .pv-header{gap:12px!important}
  .pv[data-pv-site="yelll"] .pv-nav a{padding:0 8px!important}
  .pv[data-pv-site="yelll"] .pv-brand{width:155px!important;min-width:155px}
  .pv[data-pv-site="yelll"] .pv-brand img{width:150px}
  .pv[data-pv-site="yelll"] .mh-hero-in{padding-inline:24px!important;grid-template-columns:1fr 1fr!important;gap:30px!important}
  .pv[data-pv-site="yelll"] .mh-hero h1{font-size:48px!important}
  .pv[data-pv-site="yelll"] .mh-cards{grid-template-columns:repeat(4,1fr)!important}
  .pv[data-pv-site="yelll"] .mh-catgrid{grid-template-columns:repeat(4,1fr)!important}
  .pv[data-pv-site="yelll"] .pv-page,.pv[data-pv-site="yelll"] .mh-home{padding-inline:24px!important}
  .pv[data-pv-site="yelll"] .mh-cp-head{grid-template-columns:1.25fr .85fr!important}
  .pv[data-pv-site="yelll"] .mh-cp-score{grid-column:1/-1!important;display:grid!important;grid-template-columns:auto 1fr!important;column-gap:18px!important;align-items:center!important}
  .pv[data-pv-site="yelll"] .mh-cp-score .mh-cp-bars{grid-column:1/-1!important}
}
@media (max-width:860px){
  .pv[data-pv-site="yelll"] .pv-header{min-height:64px!important;padding:9px 18px!important}
  .pv[data-pv-site="yelll"] .pv-hsearch{display:none!important}
  .pv[data-pv-site="yelll"] .pv-brand{width:auto!important;min-width:0}
  .pv[data-pv-site="yelll"] .pv-brand img{width:145px}
  .pv[data-pv-site="yelll"] .pv-menu-toggle,.pv[data-pv-site="yelll"] .pv-burger{display:block!important}
  .pv[data-pv-site="yelll"] .pv-nav,.pv[data-pv-site="yelll"] .pv-header-act{width:100%!important}
  .pv[data-pv-site="yelll"] .pv-nav{display:none!important;grid-template-columns:1fr 1fr!important;padding-top:10px!important}
  .pv[data-pv-site="yelll"] .pv-menu-toggle:checked~.pv-nav{display:grid!important}
  .pv[data-pv-site="yelll"] .pv-menu-toggle:checked~.pv-header-act{display:flex!important}
  .pv[data-pv-site="yelll"] .pv-header-act{display:none!important;padding:8px 0 4px!important}
  .pv[data-pv-site="yelll"] .mh-hero-in{grid-template-columns:1fr!important;padding:38px 20px 30px!important}
  .pv[data-pv-site="yelll"] .mh-hero-main{max-width:none!important}
  .pv[data-pv-site="yelll"] .mh-hero h1{font-size:46px!important}
  .pv[data-pv-site="yelll"] .mh-hero-visual{min-height:330px}
  .pv[data-pv-site="yelll"] .mh-hero-picture{max-width:none;aspect-ratio:1.65/1}
  .pv[data-pv-site="yelll"] .mh-hero-score{right:12px}
  .pv[data-pv-site="yelll"] .mh-stats{max-width:none!important}
  .pv[data-pv-site="yelll"] .mh-cards{grid-template-columns:repeat(3,1fr)!important}
  .pv[data-pv-site="yelll"] .mh-catgrid{grid-template-columns:repeat(3,1fr)!important}
  .pv[data-pv-site="yelll"] .mh-grid3{grid-template-columns:1fr!important}
  .pv[data-pv-site="yelll"] .pv-page,.pv[data-pv-site="yelll"] .mh-home{padding-inline:18px!important}
  .pv[data-pv-site="yelll"] .pv-comps{grid-template-columns:repeat(2,1fr)!important}
  .pv[data-pv-site="yelll"] .mh-cp-head{grid-template-columns:1fr!important}
  .pv[data-pv-site="yelll"] .mh-cp-contacts{border-left:0!important;border-top:1px solid #e1eaf3!important;padding:20px 0 0!important}
  .pv[data-pv-site="yelll"] .mh-cp-score{grid-column:auto!important}
  .pv[data-pv-site="yelll"] .mh-cp-cols{grid-template-columns:1fr!important}
  .pv[data-pv-site="yelll"] .mh-cp-right{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:14px!important}
  .pv[data-pv-site="yelll"] .mh-cp-right .mh-panel:last-child{grid-column:1/-1}
}
@media (max-width:600px){
  .pv[data-pv-site="yelll"] .pv-brand img{width:130px}
  .pv[data-pv-site="yelll"] .pv-add{flex:1!important;justify-content:center!important}
  .pv[data-pv-site="yelll"] .pv-login{padding-inline:8px!important}
  .pv[data-pv-site="yelll"] .mh-hero-in{padding-top:30px!important}
  .pv[data-pv-site="yelll"] .mh-hero-badge{font-size:11px!important}
  .pv[data-pv-site="yelll"] .mh-hero h1{font-size:38px!important;letter-spacing:-1.5px!important}
  .pv[data-pv-site="yelll"] .mh-hero-sub{font-size:15px!important;margin:16px 0 20px!important}
  .pv[data-pv-site="yelll"] .mh-search{height:54px!important}
  .pv[data-pv-site="yelll"] .mh-search button{min-width:96px!important;padding:0 15px!important}
  .pv[data-pv-site="yelll"] .mh-stats{grid-template-columns:1fr 1fr!important}
  .pv[data-pv-site="yelll"] .mh-hero-visual{min-height:270px}
  .pv[data-pv-site="yelll"] .mh-hero-picture{border-radius:25px 12px 25px 65px}
  .pv[data-pv-site="yelll"] .mh-hero-proof{left:12px;bottom:10px;width:82%;padding:12px}
  .pv[data-pv-site="yelll"] .mh-hero-score{top:8px;right:5px;padding:10px 12px}
  .pv[data-pv-site="yelll"] .mh-hero-score strong{font-size:22px}
  .pv[data-pv-site="yelll"] .pv-h2{font-size:21px!important}
  .pv[data-pv-site="yelll"] .mh-cards{grid-template-columns:repeat(2,1fr)!important}
  .pv[data-pv-site="yelll"] .mh-catgrid{grid-template-columns:repeat(2,1fr)!important}
  .pv[data-pv-site="yelll"] .mh-card{min-height:160px!important}
  .pv[data-pv-site="yelll"] .pv-comps{grid-template-columns:1fr!important}
  .pv[data-pv-site="yelll"] .mh-cp-head{padding:20px!important}
  .pv[data-pv-site="yelll"] .mh-cp-id{grid-template-columns:72px 1fr!important;gap:14px!important}
  .pv[data-pv-site="yelll"] .mh-cp-logo{width:72px!important;height:72px!important;border-radius:16px!important}
  .pv[data-pv-site="yelll"] .mh-cp-main h1{font-size:29px!important}
  .pv[data-pv-site="yelll"] .mh-cp-right{grid-template-columns:1fr!important}
  .pv[data-pv-site="yelll"] .mh-cp-right .mh-panel:last-child{grid-column:auto}
  .pv[data-pv-site="yelll"] .pv-footer{padding-inline:20px!important}
  .pv[data-pv-site="yelll"] .pv-footcols{grid-template-columns:1fr 1fr!important}
  .pv[data-pv-site="yelll"] .pv-footbrand{grid-column:1/-1}
  .pv[data-pv-site="yelll"] .yelll-static-card{margin:20px 14px;padding:22px}
  .pv[data-pv-site="yelll"] .yelll-static-card h1{font-size:32px}
}
.pv[data-pv-site="yelll"] .mh-cp-main h1 .seo-suffix{display:block;margin-top:7px;color:#6b8095;font-size:.36em;font-weight:720;letter-spacing:0;line-height:1.25}
.pv[data-pv-site="yelll"] .pv-cat-title-suffix{display:block;margin-top:8px;color:#5c7690;font-size:.42em;font-weight:720;letter-spacing:0;line-height:1.25}
.pv[data-pv-site="yelll"] .mh-hero-main{order:1!important}
.pv[data-pv-site="yelll"] .mh-hero-visual{order:2!important}
.pv[data-pv-site="yelll"] .pv-footbrand .pv-brand img{filter:brightness(0) invert(1);opacity:.96}
@media(max-width:860px){
  .pv[data-pv-site="yelll"] .mh-hero-main{order:1!important}
  .pv[data-pv-site="yelll"] .mh-hero-visual{order:2!important}
}
.pv[data-pv-site="yelll"] .mh-hero-main { order: 1 !important; }
.pv[data-pv-site="yelll"] .mh-hero-visual { order: 2 !important; }
.pv[data-pv-site="yelll"] .mh-grid3 > section { grid-column: auto !important; }
@media (max-width: 860px) {
  .pv[data-pv-site="yelll"] .mh-grid3 { grid-template-columns: 1fr !important; }
}
.pv[data-pv-site="yelll"] .pv-footbrand .pv-brand { color: #fff !important; }
.pv[data-pv-site="yelll"] .pv-footbrand p { color: #c9d8e8 !important; }
.pv[data-pv-site="yelll"] .mh-cp-rev-body { font-weight: 400 !important; }
.pv-about-body{max-width:760px;margin:6px 0 22px}
.pv-about-body p{margin:0 0 12px;font-size:16px;line-height:1.6;color:var(--ink,#1a1a1a)}
.pv-about-principles{margin:0 0 26px}
.pv-about-principles h2{margin:0 0 12px;font-size:20px}
.pv-about-principles ul{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.pv-about-principles li{display:grid;gap:4px;padding:14px 16px;border:1px solid var(--line,#e6e6e6);border-radius:var(--pv-radius,12px);background:var(--card,#fff)}
.pv-about-principles li b{font-size:14.5px}
.pv-about-principles li span{font-size:13.5px;color:var(--muted,#666);line-height:1.45}
.pv-faq-list{display:grid;gap:8px;max-width:820px;margin:8px 0 18px}
.pv-faq-item{border:1px solid var(--line,#e6e6e6);border-radius:var(--pv-radius,12px);background:var(--card,#fff);padding:0 16px}
.pv-faq-item summary{list-style:none;cursor:pointer;padding:14px 0;display:flex;align-items:center;gap:12px}
.pv-faq-item summary::-webkit-details-marker{display:none}
.pv-faq-item summary::after{content:"+";margin-left:auto;font-size:20px;line-height:1;color:var(--gold,#b5851c);flex:none}
.pv-faq-item[open] summary::after{content:"−"}
.pv-faq-item summary h2{margin:0;font-size:16.5px;font-weight:700;line-height:1.35}
.pv-faq-item p{margin:0;padding:0 0 16px;font-size:15px;line-height:1.6;color:var(--ink,#1a1a1a)}
.pv-faq-more{max-width:820px;font-size:14px;color:var(--muted,#666);line-height:1.5}
@media(max-width:660px){.pv-about-principles ul{grid-template-columns:1fr}}
.pv-city-intro{max-width:820px;margin:-4px 0 18px;font-size:15.5px;line-height:1.6;color:var(--ink,#1a1a1a)}
.pv-cities{display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.pv-cities a{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border:1px solid var(--line,#e6e6e6);border-radius:999px;background:var(--card,#fff);color:var(--ink,#1a1a1a);text-decoration:none;font-size:13.5px;line-height:1.2}
.pv-cities a:hover{border-color:var(--gold,#b5851c)}
.pv-cities a b{font-weight:700;color:var(--muted,#666);font-size:12px}
.pv-cities-strip{padding-top:0;padding-bottom:0;margin-bottom:-6px}
.pv-cities-strip b{font-size:13px;color:var(--muted,#666);margin-right:2px}
.pv-cities-index a{padding:10px 14px;font-size:15px}
.pv-cities-more{margin-top:28px}
.pv-cities-more h2{margin:0 0 10px;font-size:18px}

