.cv2 {
  --cv2-ink: #16241f;
  --cv2-copy: #475750;
  --cv2-muted: #75827d;
  --cv2-line: #dfe5e1;
  --cv2-soft: #f1f4f1;
  --cv2-warm: #faf8f3;
  --cv2-white: #fff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: var(--cv2-warm);
  color: var(--cv2-ink);
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
.cv2 *, .cv2 *::before, .cv2 *::after { box-sizing: border-box; }
.cv2 main { flex: 1; }
.cv2 a { color: inherit; text-decoration: none; }
.cv2 button, .cv2 input, .cv2 select, .cv2 textarea { font: inherit; }
.cv2 button, .cv2 select { cursor: pointer; }
.cv2 h1, .cv2 h2, .cv2 h3, .cv2 p, .cv2 dl, .cv2 dd { margin: 0; }
.cv2 h1, .cv2 h2, .cv2 h3, .cv2 strong, .cv2 button { font-family: "Plus Jakarta Sans", system-ui, sans-serif; }
.cv2-shell { width: min(calc(100% - 48px), 1200px); margin-inline: auto; }

.cv2-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid var(--cv2-line); background: rgba(255,255,255,.96); backdrop-filter: blur(10px); }
.cv2-header__row { min-height: 72px; display: flex; align-items: center; gap: 38px; }
.cv2-brand { display: inline-flex; align-items: center; gap: 11px; flex: none; }
.cv2-brand > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 7px; background: var(--cv2-ink); color: #fff; font: 800 12px "Plus Jakarta Sans", system-ui, sans-serif; letter-spacing: -.04em; }
.cv2-brand > strong { font-size: 16px; letter-spacing: -.035em; }
.cv2-header nav { display: flex; align-items: center; gap: 26px; flex: 1; }
.cv2-header nav a { padding: 25px 0 22px; border-bottom: 3px solid transparent; color: #3e4f48; font-size: 14px; font-weight: 600; }
.cv2-header nav a:hover, .cv2-header nav a[aria-current="page"] { border-color: var(--cv2-accent); color: var(--cv2-ink); }
.cv2-header__actions { display: flex; align-items: center; gap: 16px; flex: none; font-size: 13px; font-weight: 600; }
.cv2-header__actions > a:first-child { padding: 8px 12px; border: 1px solid var(--cv2-line); border-radius: 7px; }
.cv2-header__actions > a:first-child b { margin-left: 5px; color: var(--cv2-muted); }
.cv2-button { min-height: 44px; padding: 11px 18px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--cv2-ink); border-radius: 7px; font-size: 13px; font-weight: 700; }
.cv2-button--accent { border-color: var(--cv2-accent); background: var(--cv2-accent); color: #281a0d; }

.cv2-hero { padding: 82px 0 78px; border-bottom: 1px solid var(--cv2-line); background: #fff; }
.cv2-hero__grid { display: grid; grid-template-columns: minmax(0, 1.6fr) 360px; gap: 72px; align-items: end; }
.cv2-overline, .cv2-page > .cv2-shell > header > span, .cv2-section-head > div > span { margin-bottom: 18px; display: block; color: #a65010; font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.cv2-hero h1 { max-width: 800px; font: 800 clamp(48px, 5vw, 72px)/1.02 "Plus Jakarta Sans", system-ui, sans-serif; letter-spacing: -.06em; }
.cv2-hero h1 em { color: #69766f; font-style: normal; }
.cv2-hero__lead { max-width: 620px; margin-top: 24px !important; color: var(--cv2-copy); font-size: 18px; line-height: 1.6; }
.cv2-search { padding: 10px; display: grid; grid-template-columns: minmax(250px, 1.35fr) minmax(170px, .8fr) minmax(160px, .7fr) auto; gap: 0; border: 1px solid #d9e0dc; border-radius: 9px; background: #fff; box-shadow: 0 8px 24px rgba(22,36,31,.06); }
.cv2-search--hero { max-width: 820px; margin-top: 34px; }
.cv2-search label { min-width: 0; padding: 2px 14px; display: flex; flex-direction: column; border-right: 1px solid var(--cv2-line); }
.cv2-search label > span { color: var(--cv2-muted); font-size: 10px; font-weight: 700; letter-spacing: .04em; }
.cv2-search input, .cv2-search select { width: 100%; height: 30px; padding: 0; border: 0; outline: 0; background: transparent; color: var(--cv2-ink); font-size: 14px; font-weight: 600; }
.cv2-search button { min-width: 126px; margin-left: 10px; border: 0; border-radius: 7px; background: var(--cv2-ink); color: #fff; font-size: 13px; font-weight: 700; }
.cv2-quick { margin-top: 18px; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; font-size: 12px; }
.cv2-quick > span { color: var(--cv2-muted); }
.cv2-quick a { padding: 6px 10px; border: 1px solid var(--cv2-line); border-radius: 6px; background: #fff; }
.cv2-hero__aside { padding: 28px; border-top: 4px solid var(--cv2-accent); background: var(--cv2-soft); }
.cv2-hero__aside > strong { font-size: 14px; }
.cv2-hero__aside dl { margin: 18px 0 20px; }
.cv2-hero__aside dl > div { padding: 13px 0; display: flex; justify-content: space-between; gap: 16px; border-bottom: 1px solid #d6ddd8; }
.cv2-hero__aside dt { color: var(--cv2-muted); font-size: 12px; }
.cv2-hero__aside dd { font: 700 13px "Plus Jakarta Sans", system-ui, sans-serif; text-align: right; }
.cv2-hero__aside > a { font-size: 12px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

.cv2-section { padding: 78px 0; background: #fff; }
.cv2-section--soft { background: var(--cv2-soft); }
.cv2-section--ink { background: var(--cv2-ink); color: #fff; }
.cv2-section-head { margin-bottom: 28px; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.cv2-section-head h2 { font-size: 32px; line-height: 1.14; letter-spacing: -.045em; }
.cv2-section-head > div > span { margin-bottom: 8px; }
.cv2-section-head > a { color: var(--cv2-copy); font-size: 13px; font-weight: 700; }
.cv2-section-head > a b { margin-left: 6px; color: var(--cv2-accent); }
.cv2-section--ink .cv2-section-head > div > span { color: var(--cv2-accent); }
.cv2-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--cv2-line); border-left: 1px solid var(--cv2-line); }
.cv2-category-grid > a { min-height: 138px; padding: 22px; display: flex; flex-direction: column; border-right: 1px solid var(--cv2-line); border-bottom: 1px solid var(--cv2-line); background: #fff; }
.cv2-category-grid i { color: #9caaa4; font: 600 11px "Plus Jakarta Sans", system-ui, sans-serif; font-style: normal; }
.cv2-category-grid strong { margin-top: auto; font-size: 15px; line-height: 1.3; }
.cv2-category-grid span { margin-top: 5px; color: var(--cv2-muted); font-size: 11px; }
.cv2-category-grid > a:hover { background: var(--cv2-soft); }
.cv2-steps { display: grid; grid-template-columns: repeat(3, 1fr); }
.cv2-steps article { padding: 34px 42px 34px 0; border-right: 1px solid #43534c; }
.cv2-steps article + article { padding-left: 42px; }
.cv2-steps article:last-child { border: 0; }
.cv2-steps b { color: var(--cv2-accent); font-size: 12px; }
.cv2-steps h3 { margin-top: 40px; font-size: 22px; }
.cv2-steps p { max-width: 280px; margin-top: 10px; color: #aeb9b4; font-size: 13px; }
.cv2-featured { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.cv2-tile { min-height: 250px; padding: 20px; display: flex; flex-direction: column; border: 1px solid var(--cv2-line); background: #fff; }
.cv2-tile > div { display: flex; justify-content: space-between; }
.cv2-tile > div i, .cv2-result > i, .cv2-latest i, .cv2-similar i { width: 42px; height: 42px; display: grid; place-items: center; flex: none; border-radius: 6px; background: #e8eeea; color: var(--cv2-ink); font-size: 11px; font-style: normal; font-weight: 700; }
.cv2-tile button { border: 0; background: transparent; color: #9aa49f; font-size: 19px; }
.cv2-tile h3 { margin-top: 24px; font-size: 14px; line-height: 1.35; }
.cv2-tile p { margin-top: 7px; color: var(--cv2-muted); font-size: 11px; }
.cv2-status { width: max-content; margin-top: 12px; padding: 4px 7px; border-radius: 5px; background: #e3f3e9; color: #17693f; font-size: 10px; font-weight: 700; }
.cv2-status--suspended { background: #fff0d8; color: #915800; }
.cv2-status--deleted { background: #fbe6e3; color: #94382e; }
.cv2-tile__link { margin-top: auto; padding-top: 14px; border-top: 1px solid var(--cv2-line); font-size: 12px; font-weight: 700; }
.cv2-home-data { display: grid; grid-template-columns: 1.25fr .85fr; gap: 36px; }
.cv2-latest, .cv2-city-bars { border: 1px solid var(--cv2-line); background: #fff; }
.cv2-latest > a { min-height: 67px; padding: 12px 16px; display: flex; align-items: center; gap: 13px; border-bottom: 1px solid var(--cv2-line); }
.cv2-latest > a:last-child { border: 0; }
.cv2-latest > a > span { min-width: 0; display: flex; flex: 1; flex-direction: column; }
.cv2-latest strong, .cv2-latest small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cv2-latest strong { font-size: 12px; }
.cv2-latest small { color: var(--cv2-muted); font-size: 10px; }
.cv2-latest time { color: var(--cv2-muted); font-size: 10px; }
.cv2-city-bars { padding: 16px 20px; }
.cv2-city-bars > a { min-height: 45px; display: grid; grid-template-columns: 90px 1fr 62px; align-items: center; gap: 12px; }
.cv2-city-bars strong { font-size: 12px; }
.cv2-city-bars i, .cv2-ranking i { height: 5px; overflow: hidden; background: #e6ebe7; }
.cv2-city-bars i span, .cv2-ranking i b { height: 100%; display: block; background: var(--cv2-accent); }
.cv2-city-bars b { color: var(--cv2-muted); font-size: 10px; text-align: right; }
.cv2-cta { padding: 60px 0; background: #dfe8e2; }
.cv2-cta > div { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cv2-cta span { color: #5e6c66; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.cv2-cta h2 { margin-top: 8px; font-size: 28px; letter-spacing: -.04em; }
.cv2-cta p { margin-top: 7px; color: var(--cv2-copy); font-size: 13px; }

.cv2-directory-head { padding: 28px 0; border-bottom: 1px solid var(--cv2-line); background: var(--cv2-soft); }
.cv2-directory { padding: 38px 0 72px; display: grid; grid-template-columns: 258px minmax(0, 1fr); gap: 30px; align-items: start; }
.cv2-filters { overflow: hidden; border: 1px solid var(--cv2-line); background: #fff; }
.cv2-filters__head { min-height: 56px; padding: 0 19px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--cv2-line); }
.cv2-filters__head strong { font-size: 14px; }
.cv2-filters__head a { color: #92500e; font-size: 11px; font-weight: 700; }
.cv2-filters > label, .cv2-filters > fieldset { margin: 0; padding: 18px 19px; display: flex; flex-direction: column; gap: 9px; border: 0; border-bottom: 1px solid var(--cv2-line); color: #52605a; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.cv2-filters select, .cv2-filters input[type="text"], .cv2-filters > label > input, .cv2-range input { height: 42px; padding: 0 10px; border: 1px solid #d6ddd8; border-radius: 5px; background: #fff; color: var(--cv2-ink); font-size: 13px; letter-spacing: 0; text-transform: none; }
.cv2-filters legend { margin-bottom: 10px; padding: 0; }
.cv2-filters fieldset > label { min-height: 31px; display: flex; align-items: center; gap: 8px; color: var(--cv2-ink); font-size: 12px; font-weight: 500; letter-spacing: 0; text-transform: none; }
.cv2-filters fieldset > label b { margin-left: auto; color: var(--cv2-muted); font: 500 9px "Plus Jakarta Sans", system-ui, sans-serif; }
.cv2-filters fieldset > label.is-disabled { color: #a5ada9; }
.cv2-filters input[type="radio"], .cv2-filters input[type="checkbox"] { width: 15px; height: 15px; accent-color: var(--cv2-accent); }
.cv2-range { display: grid; grid-template-columns: 1fr 14px 1fr; align-items: center; gap: 6px; }
.cv2-range span { color: var(--cv2-muted); text-align: center; }
.cv2-filters > button { margin: 18px; width: calc(100% - 36px); min-height: 44px; border: 0; border-radius: 6px; background: var(--cv2-ink); color: #fff; font-size: 12px; font-weight: 700; }
.cv2-mobile-filters { display: none; }
.cv2-results-head { min-height: 76px; margin-bottom: 18px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.cv2-results-head > div > p { color: #9a570f; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.cv2-results-head h1 { margin-top: 4px; font-size: 31px; letter-spacing: -.045em; }
.cv2-results-head > div > span { color: var(--cv2-muted); font-size: 11px; }
.cv2-results-head form { display: flex; align-items: end; gap: 7px; }
.cv2-results-head label { display: flex; flex-direction: column; gap: 4px; color: var(--cv2-muted); font-size: 9px; text-transform: uppercase; }
.cv2-results-head select { height: 38px; padding: 0 34px 0 10px; border: 1px solid var(--cv2-line); border-radius: 5px; background: #fff; font-size: 12px; text-transform: none; }
.cv2-results-head form button { height: 38px; padding: 0 12px; border: 0; border-radius: 5px; background: var(--cv2-ink); color: #fff; font-size: 11px; }
.cv2-results { display: grid; gap: 10px; }
.cv2-result { min-height: 142px; padding: 20px; display: grid; grid-template-columns: 52px minmax(0, 1fr) 120px; gap: 16px; border: 1px solid var(--cv2-line); background: #fff; }
.cv2-result > i { width: 52px; height: 52px; }
.cv2-result__title { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; }
.cv2-result__title h2 { max-width: 620px; font-size: 15px; line-height: 1.35; }
.cv2-result__title .cv2-status { margin: 0; }
.cv2-result > div > p { margin-top: 8px; color: var(--cv2-copy); font-size: 12px; }
.cv2-result dl { margin-top: 16px; display: flex; gap: 17px; flex-wrap: wrap; }
.cv2-result dl > div { display: flex; gap: 5px; color: var(--cv2-muted); font-size: 10px; }
.cv2-result dd { color: var(--cv2-copy); }
.cv2-result > aside { display: flex; align-items: flex-end; flex-direction: column; gap: 11px; }
.cv2-result > aside button { border: 0; background: none; color: #a2aaa6; font-size: 20px; }
.cv2-result > aside span { margin-top: auto; color: var(--cv2-muted); font-size: 9px; }
.cv2-result > aside a { width: 112px; padding: 9px; border-radius: 5px; background: var(--cv2-ink); color: #fff; font-size: 11px; font-weight: 700; text-align: center; }
.cv2-pagination { margin-top: 24px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.cv2-pagination a { font-size: 12px; font-weight: 700; }
.cv2-pagination a:last-child { text-align: right; }
.cv2-pagination b { color: var(--cv2-muted); font-size: 10px; }

.cv2-page { padding: 68px 0 90px; }
.cv2-page > .cv2-shell > header { max-width: 760px; margin-bottom: 42px; }
.cv2-page > .cv2-shell > header > span { margin-bottom: 10px; }
.cv2-page h1 { font: 800 clamp(42px, 4.3vw, 60px)/1.05 "Plus Jakarta Sans", system-ui, sans-serif; letter-spacing: -.055em; }
.cv2-page > .cv2-shell > header > p { max-width: 660px; margin-top: 14px; color: var(--cv2-copy); font-size: 17px; }
.cv2-page--centered > .cv2-shell > header { margin-inline: auto; text-align: center; }
.cv2-categories { border-top: 1px solid var(--cv2-line); }
.cv2-categories > a { min-height: 94px; padding: 18px 10px; display: grid; grid-template-columns: 50px minmax(0, 1fr) 120px 24px; align-items: center; gap: 18px; border-bottom: 1px solid var(--cv2-line); }
.cv2-categories > a:hover { padding-left: 18px; background: #fff; }
.cv2-categories i { color: #a6b0ab; font-size: 11px; font-style: normal; }
.cv2-categories strong { font-size: 17px; }
.cv2-categories p { margin-top: 4px; color: var(--cv2-muted); font-size: 12px; }
.cv2-categories > a > b { color: var(--cv2-copy); font-size: 12px; text-align: right; }
.cv2-categories > a > span { color: var(--cv2-accent); font-size: 18px; text-align: right; }
.cv2-locations { display: grid; grid-template-columns: .95fr 1.25fr; gap: 24px; align-items: start; }
.cv2-locations > section { border: 1px solid var(--cv2-line); background: #fff; }
.cv2-locations h2 { padding: 19px 22px; border-bottom: 1px solid var(--cv2-line); font-size: 15px; }
.cv2-locations > section:first-child > a { min-height: 46px; padding: 0 22px; display: grid; grid-template-columns: 130px 1fr 62px; align-items: center; gap: 12px; border-bottom: 1px solid var(--cv2-line); }
.cv2-locations > section:first-child > a:last-child { border: 0; }
.cv2-locations > section:first-child strong { font-size: 11px; text-transform: capitalize; }
.cv2-locations > section:first-child i { height: 4px; background: #e5eae7; }
.cv2-locations > section:first-child i span { height: 100%; display: block; background: var(--cv2-ink); }
.cv2-locations > section:first-child b { color: var(--cv2-muted); font-size: 9px; text-align: right; }
.cv2-locations > section:last-child > div { display: grid; grid-template-columns: 1fr 1fr; }
.cv2-locations > section:last-child a { min-height: 116px; padding: 21px; display: flex; flex-direction: column; border-right: 1px solid var(--cv2-line); border-bottom: 1px solid var(--cv2-line); }
.cv2-locations > section:last-child a:nth-child(2n) { border-right: 0; }
.cv2-locations > section:last-child strong { font-size: 20px; }
.cv2-locations > section:last-child span { margin-top: 5px; color: #a15c14; font-size: 11px; font-weight: 600; }
.cv2-locations > section:last-child b { margin-top: auto; color: var(--cv2-muted); font-size: 13px; text-align: right; }
.cv2-stats { margin-bottom: 24px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--cv2-line); background: #fff; }
.cv2-stats article { padding: 26px; border-right: 1px solid var(--cv2-line); }
.cv2-stats article:last-child { border: 0; }
.cv2-stats span { display: block; color: var(--cv2-muted); font-size: 11px; }
.cv2-stats strong { margin-top: 9px; display: block; font-size: 32px; letter-spacing: -.04em; }
.cv2-ranking { border: 1px solid var(--cv2-line); background: #fff; }
.cv2-ranking header, .cv2-ranking > a { min-height: 65px; padding: 0 22px; display: grid; grid-template-columns: 42px minmax(0, 1fr) 200px 100px; align-items: center; gap: 18px; border-bottom: 1px solid var(--cv2-line); }
.cv2-ranking header { min-height: 39px; color: var(--cv2-muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.cv2-ranking > a:last-child { border: 0; }
.cv2-ranking > a > span { color: #a4ada8; font-size: 11px; }
.cv2-ranking > a > strong { font-size: 13px; }
.cv2-ranking em { font-style: normal; font-weight: 700; text-align: right; }
.cv2-plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; text-align: left; }
.cv2-plans--4 { grid-template-columns: repeat(4, 1fr); }
.cv2-plans article { min-height: 560px; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--cv2-line); background: #fff; }
.cv2-plans article.is-featured { border-color: var(--cv2-ink); background: var(--cv2-ink); color: #fff; }
.cv2-plans header { display: flex; justify-content: space-between; gap: 10px; }
.cv2-plans h2 { font-size: 16px; }
.cv2-plans header span { color: var(--cv2-muted); font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.cv2-plans .is-featured header span { color: var(--cv2-accent); }
.cv2-plans article > p { margin-top: 28px; }
.cv2-plans article > p strong { font-size: 42px; line-height: 1; letter-spacing: -.05em; }
.cv2-plans article > p small { color: var(--cv2-muted); }
.cv2-plans ul { margin: 30px 0; padding: 24px 0 0; display: grid; gap: 10px; border-top: 1px solid var(--cv2-line); list-style: none; }
.cv2-plans li { font-size: 12px; }
.cv2-plans .is-featured li { color: #d8e0dc; }
.cv2-plans article > a { margin-top: auto; padding: 12px; border: 1px solid var(--cv2-ink); border-radius: 6px; font-size: 12px; font-weight: 700; text-align: center; }
.cv2-plans .is-featured > a { border-color: var(--cv2-accent); background: var(--cv2-accent); color: #24180e; }
.cv2-articles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.cv2-articles > a { min-height: 310px; padding: 24px; display: flex; flex-direction: column; border: 1px solid var(--cv2-line); background: #fff; }
.cv2-articles i { color: var(--cv2-accent); font-size: 11px; font-style: normal; }
.cv2-articles time { margin-top: 42px; color: var(--cv2-muted); font-size: 10px; }
.cv2-articles h2 { margin-top: 9px; font-size: 19px; line-height: 1.3; }
.cv2-articles p { margin-top: 9px; color: var(--cv2-copy); font-size: 12px; }
.cv2-articles b { margin-top: auto; font-size: 12px; }
.cv2-empty { max-width: 720px; padding: 34px; border: 1px solid var(--cv2-line); background: #fff; }
.cv2-empty h2 { font-size: 20px; }
.cv2-empty p { margin: 8px 0 20px; color: var(--cv2-copy); }
.cv2-empty a { font-size: 13px; font-weight: 700; text-decoration: underline; }
.cv2-contact { display: grid; grid-template-columns: .7fr 1.3fr; gap: 24px; align-items: start; }
.cv2-contact > aside { border: 1px solid var(--cv2-line); background: #fff; }
.cv2-contact > aside a { padding: 20px; display: flex; flex-direction: column; border-bottom: 1px solid var(--cv2-line); }
.cv2-contact > aside a:last-child { border: 0; }
.cv2-contact > aside span { color: var(--cv2-muted); font-size: 10px; }
.cv2-contact > aside strong { margin-top: 3px; font-size: 13px; }
.cv2-contact > form { padding: 28px; display: grid; gap: 17px; border: 1px solid var(--cv2-line); background: #fff; }
.cv2-contact > form > div { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.cv2-contact label { display: flex; flex-direction: column; gap: 6px; font-size: 11px; font-weight: 700; }
.cv2-contact input, .cv2-contact select, .cv2-contact textarea { width: 100%; border: 1px solid #d6ddd8; border-radius: 5px; background: #fff; }
.cv2-contact input, .cv2-contact select { height: 44px; padding: 0 11px; }
.cv2-contact textarea { min-height: 150px; padding: 11px; resize: vertical; }
.cv2-contact button { min-height: 46px; border: 0; border-radius: 5px; background: var(--cv2-ink); color: #fff; font-size: 12px; font-weight: 700; }
.cv2-success, .cv2-error { padding: 12px; font-size: 12px; }
.cv2-success { background: #e3f3e9; color: #17693f; }
.cv2-error { background: #fbe6e3; color: #94382e; }
.cv2-ads { display: grid; gap: 12px; }
.cv2-ad { position: relative; min-height: 82px; overflow: hidden; border: 1px solid var(--cv2-line); background: #fff; }
.cv2-ad > span { position: absolute; z-index: 1; top: 7px; left: 9px; color: var(--cv2-muted); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.cv2-ad > a, .cv2-ad > div { min-height: 82px; padding: 24px 20px 14px; display: block; color: inherit; }
.cv2-ad img { width: 100%; max-height: 220px; display: block; object-fit: cover; }
.cv2-ad iframe { width: 100%; min-height: 100px; border: 0; display: block; }
.cv2-ad p { margin-top: 3px; color: var(--cv2-copy); font-size: 11px; }
.cv2-ad b { color: #92500e; font-size: 10px; }

.cv2-profile-head { border-bottom: 1px solid var(--cv2-line); background: #fff; }
.cv2-profile-head nav { padding-top: 23px; display: flex; gap: 8px; color: var(--cv2-muted); font-size: 11px; }
.cv2-profile-hero { min-height: 190px; padding: 28px 0 34px; display: flex; align-items: center; gap: 24px; }
.cv2-profile-hero > i, .cv2-profile-hero > img { width: 88px; height: 88px; display: grid; place-items: center; flex: none; border-radius: 8px; background: #e9efeb; color: var(--cv2-ink); font: 700 22px "Plus Jakarta Sans", system-ui, sans-serif; font-style: normal; }
.cv2-profile-hero > img { padding: 8px; object-fit: contain; }
.cv2-profile-hero > div { min-width: 0; flex: 1; }
.cv2-profile-hero > div > div { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.cv2-profile-hero h1 { max-width: 800px; font-size: 37px; line-height: 1.16; letter-spacing: -.05em; overflow-wrap: anywhere; }
.cv2-profile-hero .cv2-status { margin: 0; }
.cv2-verified { padding: 5px 9px; border: 1px solid #bcd9ca; border-radius: 999px; background: #edf8f1; color: #17693f; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.cv2-profile-hero p { margin-top: 10px; color: var(--cv2-copy); font-size: 14px; }
.cv2-profile-hero small { margin-top: 8px; display: block; color: var(--cv2-muted); }
.cv2-profile-hero > aside { width: 155px; display: flex; flex-direction: column; gap: 8px; }
.cv2-profile-hero > aside button { min-height: 42px; border: 1px solid var(--cv2-line); border-radius: 7px; background: #fff; font-size: 12px; font-weight: 700; }
.cv2-profile-tabs { border-bottom: 1px solid var(--cv2-line); background: #fff; }
.cv2-profile-tabs > div { display: flex; gap: 28px; }
.cv2-profile-tabs a { padding: 14px 0 12px; border-bottom: 2px solid transparent; color: var(--cv2-copy); font-size: 12px; font-weight: 600; }
.cv2-profile-tabs a:hover { border-color: var(--cv2-accent); color: var(--cv2-ink); }
.cv2-profile { padding: 30px 0 78px; display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 24px; align-items: start; }
.cv2-profile > main, .cv2-profile > aside { display: grid; gap: 15px; }
.cv2-profile section { overflow: hidden; border: 1px solid var(--cv2-line); background: #fff; scroll-margin-top: 110px; }
.cv2-profile section > h2, .cv2-block-head { min-height: 55px; padding: 0 22px; display: flex; align-items: center; border-bottom: 1px solid var(--cv2-line); font-size: 14px; }
.cv2-profile-about { padding: 25px; }
.cv2-profile-about h2 { min-height: 0 !important; padding: 0 0 8px !important; border: 0 !important; font-size: 18px !important; }
.cv2-profile section > p, .cv2-no-data { padding: 20px 22px; color: var(--cv2-copy); font-size: 13px; }
.cv2-registry { display: grid; grid-template-columns: 1fr 1fr; }
.cv2-registry > div { min-height: 78px; padding: 15px 22px; border-right: 1px solid var(--cv2-line); border-bottom: 1px solid var(--cv2-line); }
.cv2-registry > div:nth-child(2n) { border-right: 0; }
.cv2-registry dt, .cv2-contact-data dt { color: var(--cv2-muted); font-size: 10px; }
.cv2-registry dd { margin-top: 5px; font-weight: 600; overflow-wrap: anywhere; }
.cv2-pkd > div { min-height: 55px; padding: 0 22px; display: flex; align-items: center; gap: 15px; border-bottom: 1px solid var(--cv2-line); }
.cv2-pkd b { min-width: 73px; padding: 5px 8px; border-radius: 4px; background: var(--cv2-soft); font-size: 11px; }
.cv2-pkd span { color: var(--cv2-copy); font-size: 12px; }
.cv2-tags { padding: 18px 22px; display: flex; flex-wrap: wrap; gap: 8px; }
.cv2-tags span { padding: 7px 10px; border: 1px solid #d6ddd8; border-radius: 4px; background: var(--cv2-soft); color: var(--cv2-copy); font-size: 11px; }
.cv2-gallery { padding: 14px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.cv2-gallery img { width: 100%; aspect-ratio: 16 / 10; display: block; object-fit: cover; background: var(--cv2-soft); }
.cv2-lead > p { padding-bottom: 0 !important; }
.cv2-lead form { padding: 18px 22px 22px; display: grid; gap: 12px; }
.cv2-lead form > div { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.cv2-lead label { display: grid; gap: 6px; color: var(--cv2-copy); font-size: 10px; font-weight: 700; }
.cv2-lead input, .cv2-lead textarea { width: 100%; border: 1px solid #d6ddd8; border-radius: 5px; background: #fff; }
.cv2-lead input { height: 42px; padding: 0 10px; }
.cv2-lead textarea { min-height: 110px; padding: 10px; resize: vertical; }
.cv2-lead .cv2-consent { grid-template-columns: 18px 1fr; align-items: start; font-weight: 500; }
.cv2-lead .cv2-consent input { width: 16px; height: 16px; }
.cv2-lead button { min-height: 44px; border: 0; border-radius: 5px; background: var(--cv2-ink); color: #fff; font-size: 11px; font-weight: 800; }
.cv2-history { padding: 20px 22px; display: grid; gap: 13px; }
.cv2-history > div { display: flex; align-items: baseline; gap: 18px; }
.cv2-history time { min-width: 90px; font-weight: 700; }
.cv2-history span { color: var(--cv2-muted); font-size: 12px; }
.cv2-block-head { justify-content: space-between; }
.cv2-block-head h2 { font-size: 14px; }
.cv2-block-head a { color: #93520f; font-size: 11px; font-weight: 700; }
.cv2-reviews article { padding: 20px 22px; border-bottom: 1px solid var(--cv2-line); }
.cv2-reviews strong { color: #f19822; }
.cv2-reviews p { margin-top: 8px; color: var(--cv2-copy); }
.cv2-reviews time { color: var(--cv2-muted); font-size: 10px; }
.cv2-contact-data > div { padding: 14px 20px; display: flex; justify-content: space-between; gap: 15px; border-bottom: 1px solid var(--cv2-line); }
.cv2-contact-data dd { font-size: 12px; font-weight: 700; text-align: right; overflow-wrap: anywhere; }
.cv2-contact-data p { padding: 18px 20px; color: var(--cv2-muted); font-size: 12px; }
.cv2-hours > div { padding: 11px 20px; display: flex; justify-content: space-between; gap: 14px; border-bottom: 1px solid var(--cv2-line); }
.cv2-hours dt { color: var(--cv2-muted); font-size: 10px; }
.cv2-hours dd { font-size: 10px; font-weight: 700; }
.cv2-map { width: calc(100% - 40px); height: 180px; margin: 0 20px 6px; border: 0; display: block; background: var(--cv2-soft); }
.cv2-report { padding: 12px 20px; display: block; color: #92500e; font-size: 11px; font-weight: 700; text-align: right; }
.cv2-similar > a { padding: 12px 20px; display: flex; align-items: center; gap: 11px; border-bottom: 1px solid var(--cv2-line); }
.cv2-similar > a > span { min-width: 0; display: flex; flex-direction: column; }
.cv2-similar strong { overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.cv2-similar small { color: var(--cv2-muted); font-size: 9px; }
.cv2-article { width: min(calc(100% - 48px), 760px); margin: 0 auto; padding: 70px 0 100px; }
.cv2-article > a { color: #955411; font-size: 12px; font-weight: 700; }
.cv2-article h1 { margin-top: 24px; font-size: 50px; line-height: 1.08; letter-spacing: -.05em; }
.cv2-article__lead { margin: 20px 0 36px !important; color: var(--cv2-copy); font-size: 18px; }
.cv2-article section { margin-top: 36px; }
.cv2-article h2 { font-size: 22px; }
.cv2-article p { margin-top: 10px; color: var(--cv2-copy); }
.cv2-info { max-width: 860px; border-top: 1px solid var(--cv2-line); }
.cv2-info section { padding: 26px 0; display: grid; grid-template-columns: 260px 1fr; gap: 40px; border-bottom: 1px solid var(--cv2-line); }
.cv2-info h2 { font-size: 17px; }
.cv2-info p { color: var(--cv2-copy); }
.cv2-info + .cv2-button { margin-top: 30px; }
.cv2-saved { display: grid; gap: 10px; }
.cv2-saved > article { padding: 18px; display: flex; align-items: center; gap: 15px; border: 1px solid var(--cv2-line); background: #fff; }
.cv2-saved > article > a { min-width: 0; flex: 1; }
.cv2-saved > article span { display: flex; flex-direction: column; }
.cv2-saved > article small { color: var(--cv2-muted); }
.cv2-saved > article button { padding: 8px 11px; border: 1px solid var(--cv2-line); border-radius: 5px; background: #fff; }

.cv2-account-surface { min-height: 100vh; }
.cv2-account-surface .account-login-screen { width: min(calc(100% - 48px), 1200px); min-height: 720px; margin: 48px auto; grid-template-columns: 440px minmax(0, 1fr); gap: 0; }
.cv2-account-surface .owner-login, .cv2-account-surface .login-preview { border-color: var(--cv2-line); border-radius: 0; box-shadow: none; }
.cv2-account-surface .owner-login { padding: 52px 44px; background: #fff; }
.cv2-account-surface .mini-logo span { border-radius: 6px; background: var(--cv2-ink); color: #fff; }
.cv2-account-surface .owner-login h1 { color: var(--cv2-ink); font: 800 31px/1.15 "Plus Jakarta Sans", system-ui, sans-serif; letter-spacing: -.045em; }
.cv2-account-surface .owner-login input { border-color: #d6ddd8; border-radius: 5px; background: #fff; font-family: "Plus Jakarta Sans", system-ui, sans-serif; }
.cv2-account-surface .owner-login button { border-radius: 5px; background: var(--cv2-ink); color: #fff; font-family: "Plus Jakarta Sans", system-ui, sans-serif; }
.cv2-account-surface .login-preview.login-benefits { grid-template-columns: minmax(250px, .8fr) minmax(350px, 1.2fr); border-color: var(--cv2-ink); background: var(--cv2-ink); }
.cv2-account-surface .login-benefits__photo::after { background: linear-gradient(180deg, transparent 40%, rgba(16,29,25,.88)); }
.cv2-account-surface .login-benefits__photo > span { border-radius: 5px; background: rgba(16,29,25,.88); }
.cv2-account-surface .login-benefits__photo i { background: var(--cv2-accent); color: #26190c; }
.cv2-account-surface .login-benefits__content > p, .cv2-account-surface .login-benefits__content li > i, .cv2-account-surface .login-benefits__content > div a { color: var(--cv2-accent); }
.cv2-account-surface .login-benefits__content h2 { font: 800 34px/1.12 "Plus Jakarta Sans", system-ui, sans-serif; letter-spacing: -.05em; }
.cv2-account-surface .login-benefits__content li > i { border-radius: 5px; border-color: #40534b; }
.cv2-account-page { width: min(calc(100% - 48px), 940px); margin: 0 auto; padding: 64px 0 90px; }
.cv2-account-page > h1 { margin: 0 0 30px; color: var(--cv2-ink); font: 800 42px/1.1 "Plus Jakarta Sans", system-ui, sans-serif; letter-spacing: -.05em; }
.cv2-account-page .claim-form, .cv2-account-page .company-submit-form { max-width: 720px; padding: 28px; border: 1px solid var(--cv2-line); border-radius: 0; background: #fff; }
.cv2-account-page .claim-form label, .cv2-account-page .company-submit-form label { color: var(--cv2-ink); font-family: "Plus Jakarta Sans", system-ui, sans-serif; }
.cv2-account-page .claim-form input, .cv2-account-page .claim-form select, .cv2-account-page .claim-form textarea, .cv2-account-page .company-submit-form input, .cv2-account-page .company-submit-form textarea { border-color: #d6ddd8; border-radius: 5px; background: #fff; }
.cv2-account-page .claim-form button, .cv2-account-page .company-submit-form button { border-radius: 5px; background: var(--cv2-ink); color: #fff; }
.cv2-account-page .owner-metrics, .cv2-account-page .owner-companies > article, .cv2-account-page .owner-leads { border-color: var(--cv2-line); border-radius: 0; background: #fff; }

.cv2-footer { padding: 58px 0 24px; background: #101d19; color: #aeb9b4; }
.cv2-footer__grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 55px; }
.cv2-brand--inverse { color: #fff !important; }
.cv2-brand--inverse > span { background: var(--cv2-accent); color: #26190c; }
.cv2-footer p { max-width: 330px; margin-top: 19px; color: #82918a; font-size: 11px; }
.cv2-footer nav { display: flex; flex-direction: column; gap: 10px; font-size: 11px; }
.cv2-footer nav strong { margin-bottom: 5px; color: #fff; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.cv2-footer__bottom { margin-top: 46px; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid #2a3933; color: #687a72; font-size: 9px; }

@media (max-width: 1040px) {
  .cv2-header__row { gap: 20px; }
  .cv2-header nav { gap: 15px; }
  .cv2-header__actions > a:nth-child(2) { display: none; }
  .cv2-hero__grid { grid-template-columns: 1fr; gap: 34px; }
  .cv2-hero__aside { max-width: 700px; }
  .cv2-search { grid-template-columns: 1.3fr .8fr .8fr auto; }
  .cv2-plans--4 { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .cv2-shell { width: min(calc(100% - 32px), 1200px); }
  .cv2-header { position: relative; }
  .cv2-header__row { min-height: 64px; flex-wrap: wrap; padding: 10px 0 9px; }
  .cv2-brand > strong { font-size: 14px; }
  .cv2-header nav { order: 3; width: 100%; overflow-x: auto; gap: 19px; }
  .cv2-header nav a { flex: none; padding: 7px 0 9px; }
  .cv2-header__actions { margin-left: auto; }
  .cv2-header__actions > a:first-child { padding: 7px; }
  .cv2-header__actions .cv2-button { min-height: 38px; padding: 8px 10px; font-size: 10px; }
  .cv2-hero { padding: 50px 0; }
  .cv2-hero h1 { font-size: 44px; }
  .cv2-hero__lead { font-size: 15px; }
  .cv2-search { grid-template-columns: 1fr 1fr; }
  .cv2-search label:first-child { grid-column: 1 / -1; border-right: 0; border-bottom: 1px solid var(--cv2-line); }
  .cv2-search label:nth-child(3) { border-right: 0; }
  .cv2-search button { grid-column: 1 / -1; min-height: 44px; margin: 9px 0 0; }
  .cv2-section { padding: 55px 0; }
  .cv2-category-grid { grid-template-columns: 1fr 1fr; }
  .cv2-category-grid > a { min-height: 120px; }
  .cv2-steps { grid-template-columns: 1fr; }
  .cv2-steps article, .cv2-steps article + article { padding: 25px 0; border-right: 0; border-bottom: 1px solid #43534c; }
  .cv2-steps h3 { margin-top: 22px; }
  .cv2-featured { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .cv2-tile { min-width: 245px; scroll-snap-align: start; }
  .cv2-home-data { grid-template-columns: 1fr; }
  .cv2-cta > div { align-items: flex-start; flex-direction: column; }
  .cv2-directory-head { padding: 18px 0; }
  .cv2-directory { width: 100%; padding-top: 18px; display: block; }
  .cv2-directory > aside { display: none; }
  .cv2-mobile-filters { width: calc(100% - 32px); margin: 0 auto 18px; display: block; border: 1px solid var(--cv2-line); background: #fff; }
  .cv2-mobile-filters > summary { padding: 14px 16px; font-size: 13px; font-weight: 700; }
  .cv2-mobile-filters .cv2-filters { border: 0; border-top: 1px solid var(--cv2-line); }
  .cv2-directory > main { padding: 0 16px; }
  .cv2-results-head { align-items: flex-start; }
  .cv2-results-head h1 { font-size: 27px; }
  .cv2-results-head form { flex-direction: column; }
  .cv2-result { padding: 17px; grid-template-columns: 44px minmax(0, 1fr); }
  .cv2-result > i { width: 44px; height: 44px; }
  .cv2-result > aside { grid-column: 1 / -1; align-items: center; flex-direction: row; }
  .cv2-result > aside span { margin: 0 0 0 auto; }
  .cv2-result dl { gap: 9px 13px; }
  .cv2-page { padding: 48px 0 65px; }
  .cv2-page h1 { font-size: 40px; }
  .cv2-page > .cv2-shell > header > p { font-size: 15px; }
  .cv2-categories > a { grid-template-columns: 34px minmax(0, 1fr) 18px; gap: 9px; }
  .cv2-categories > a > b { display: none; }
  .cv2-locations { grid-template-columns: 1fr; }
  .cv2-stats { grid-template-columns: 1fr; }
  .cv2-stats article { border-right: 0; border-bottom: 1px solid var(--cv2-line); }
  .cv2-ranking header, .cv2-ranking > a { grid-template-columns: 30px minmax(0, 1fr) 70px; gap: 9px; }
  .cv2-ranking header > strong:nth-child(3), .cv2-ranking > a > i { display: none; }
  .cv2-plans, .cv2-plans--4 { grid-template-columns: 1fr; }
  .cv2-plans article { min-height: 0; }
  .cv2-articles { grid-template-columns: 1fr; }
  .cv2-contact { grid-template-columns: 1fr; }
  .cv2-contact > form > div { grid-template-columns: 1fr; }
  .cv2-profile-hero { align-items: flex-start; flex-wrap: wrap; }
  .cv2-profile-hero > i, .cv2-profile-hero > img { width: 62px; height: 62px; }
  .cv2-profile-hero > div { flex: 1 1 calc(100% - 86px); }
  .cv2-profile-hero h1 { font-size: 27px; }
  .cv2-profile-hero > aside { width: 100%; display: grid; grid-template-columns: 1fr 1fr; }
  .cv2-profile-tabs > div { overflow-x: auto; gap: 22px; }
  .cv2-profile-tabs a { flex: none; }
  .cv2-profile { grid-template-columns: 1fr; }
  .cv2-registry { grid-template-columns: 1fr; }
  .cv2-registry > div { border-right: 0; }
  .cv2-gallery, .cv2-lead form > div { grid-template-columns: 1fr; }
  .cv2-info section { grid-template-columns: 1fr; gap: 8px; }
  .cv2-footer__grid { grid-template-columns: 1fr 1fr; gap: 32px 25px; }
  .cv2-footer__grid > div:first-child { grid-column: 1 / -1; }
  .cv2-footer__bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .cv2-account-surface .account-login-screen { width: calc(100% - 32px); margin: 20px auto; grid-template-columns: 1fr; }
  .cv2-account-surface .owner-login { padding: 34px 24px; }
  .cv2-account-surface .login-preview.login-benefits { grid-template-columns: 1fr; }
  .cv2-account-surface .login-benefits__photo { min-height: 280px; }
  .cv2-account-surface .login-benefits__content { padding: 38px 28px; }
  .cv2-account-page { width: calc(100% - 32px); padding: 42px 0 65px; }
  .cv2-account-page > h1 { font-size: 32px; }
}

@media (max-width: 430px) {
  .cv2-header__actions > a:first-child { display: none; }
  .cv2-hero h1 { font-size: 39px; }
  .cv2-category-grid { grid-template-columns: 1fr; }
  .cv2-latest time { display: none; }
  .cv2-locations > section:first-child > a { padding: 0 14px; grid-template-columns: 98px 1fr 53px; gap: 7px; }
  .cv2-locations > section:last-child > div { grid-template-columns: 1fr; }
  .cv2-locations > section:last-child a { border-right: 0; }
  .cv2-footer__grid { grid-template-columns: 1fr; }
  .cv2-footer__grid > div:first-child { grid-column: auto; }
}
