/* Open Sans, Cyrillic and Latin; SIL Open Font License, bundled with the site. */
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans-variable.d1258ec48369.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
}
/* Light is the fallback. The system preference updates the theme without JavaScript. */
:root { color-scheme: light;
  --bg: #f4f6f9;
  --bg-2: #edf1f6;
  --surface: #ffffff;
  --surface-2: #ffffff;
  --surface-3: #e7edf5;
  --blue: #075dcc;
  --blue-2: #0853b5;
  --link: #0859be;
  --selected: #e4efff;
  --text: #172536;
  --text-soft: #38495e;
  --muted: #566577;
  --line: #c4cfdd;
  --line-soft: #dde4ed;
  --danger: #b42323;
  --danger-bg: #fff0f0;
  --star: #9b6500;
  --icon-filter: brightness(0) saturate(100%);
  --shadow: 0 16px 48px rgba(20,40,65,.14);
  --sidebar: 250px;
  --header: 80px;
  --gutter: clamp(24px, 3vw, 52px);
  --content-max: 1680px; }
@media (prefers-color-scheme: dark) {
  :root { color-scheme: dark;
      --bg: #0a0f14;
      --bg-2: #0d1218;
      --surface: #111820;
      --surface-2: #161d25;
      --surface-3: #1b242e;
      --blue: #1670e0;
      --blue-2: #0960d0;
      --link: #86baff;
      --selected: #10243d;
      --text: #f7f9fc;
      --text-soft: #c0c7d1;
      --muted: #a0aab7;
      --line: #43505f;
      --line-soft: #2c3744;
      --danger: #ff9696;
      --danger-bg: #3a1c22;
      --star: #ffbd3c;
      --icon-filter: brightness(0) invert(1);
      --shadow: 0 16px 48px rgba(0,0,0,.36); }
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header) + 20px); }
body { overflow-wrap: break-word; margin: 0; color: var(--text); background: var(--bg); font-family: "Open Sans", sans-serif; font-size: 15px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: 3px; }
button, input, textarea, select { font: inherit; }
small { font-size: 14px; line-height: 1.45; }
button { cursor: pointer; }
.container { width: min(calc(100% - var(--gutter) * 2), var(--content-max)); margin-inline: auto; }
.narrow, .content-narrow { width: min(calc(100% - var(--gutter) * 2), 900px); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 2000; top: 8px; left: 8px; transform: translateY(-160%); padding: 10px 14px; color: #07111b; background: #fff; border: 2px solid var(--blue); }
.skip-link:focus { transform: none; }
.site-layout { min-height: 100vh; }
.side-panel { position: fixed; inset: 0 auto 0 0; z-index: 1000; width: var(--sidebar); display: flex; flex-direction: column; overflow-y: auto; overscroll-behavior: contain; color: var(--text); background: var(--bg-2); border-right: 1px solid var(--line); transition: width .2s ease, transform .2s ease; }
.side-panel-head { min-height: var(--header); display: flex; align-items: center; gap: 12px; padding: 12px 20px; border-bottom: 1px solid var(--line-soft); }
.side-panel-head strong { min-width: 0; font-size: 17px; white-space: nowrap; }
.side-close { display: none; width: 44px; height: 44px; flex: 0 0 44px; padding: 0; color: var(--text); background: var(--surface-3); border: 1px solid var(--line); border-radius: 6px; }
.side-collapse { width: 44px; height: 44px; flex: 0 0 44px; display: grid; place-items: center; margin-left: auto; padding: 0; color: var(--text); background: var(--surface-3); border: 1px solid var(--line); border-radius: 6px; }
.side-collapse:hover, .side-collapse:focus-visible { color: var(--text); border-color: var(--link); outline: 0; }
.side-nav { padding: 0; }
.side-nav a { position: relative; min-height: 58px; display: flex; align-items: center; gap: 17px; padding: 12px 26px; color: var(--text-soft); text-decoration: none; border-bottom: 1px solid transparent; transition: background .15s ease, color .15s ease; }
.side-nav a::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: transparent; }
.side-nav a img { width: 22px; height: 22px; color: currentColor; filter: var(--icon-filter); opacity: .85; }
.side-nav a:hover { color: var(--text); background: var(--bg-2); }
.side-nav a[aria-current="page"] { color: var(--text); background: var(--selected); }
.side-nav a[aria-current="page"]::before { background: var(--blue); }
.side-nav a[aria-current="page"] img { opacity: 1; }
.side-panel-bottom { margin-top: auto; padding: 24px; }
.side-phone { display: flex; flex-direction: column; margin-top: 14px; padding: 13px 15px; color: var(--text); text-decoration: none; border: 1px solid var(--line); border-radius: 4px; }
.side-phone span { color: var(--muted); font-size: 14px; text-transform: uppercase; }
.side-phone strong { margin-top: 3px; font-size: 15px; }
.menu-backdrop { position: fixed; inset: 0; z-index: 900; background: rgba(0,0,0,.55); }
.page-shell { min-width: 0; margin-left: var(--sidebar); transition: margin-left .2s ease; }
body.sidebar-collapsed .side-panel { width: 76px; }
body.sidebar-collapsed .page-shell { margin-left: 76px; }
body.sidebar-collapsed .side-panel-head { justify-content: center; gap: 0; padding-inline: 20px; }
body.sidebar-collapsed .side-panel-head strong, body.sidebar-collapsed .side-nav a span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
body.sidebar-collapsed .side-collapse { margin-left: 0; }
body.sidebar-collapsed .side-nav a { justify-content: center; gap: 0; padding-inline: 20px; }
body.sidebar-collapsed .side-panel-bottom { display: none; }
.top-header { position: sticky; top: 0; z-index: 300; min-height: var(--header); background: var(--bg-2); border-bottom: 1px solid var(--line); }
.top-header-main { min-height: var(--header); max-width: var(--content-max); margin-inline: auto; display: flex; align-items: center; gap: 20px; padding: 12px var(--gutter); }
.wordmark { min-width: 0; display: flex; flex-direction: column; color: var(--text); text-decoration: none; line-height: 1.2; }
.wordmark strong { font-size: clamp(18px, 1.8vw, 25px); font-weight: 800; text-transform: uppercase; }
.wordmark small { margin-top: 5px; color: var(--muted); font-size: 14px; font-weight: 600; }
.header-proof-list { margin-left: auto; display: flex; align-items: stretch; }
.header-proof-list > div { display: flex; align-items: center; gap: 10px; padding: 0 16px; border-left: 1px solid var(--line-soft); }
.proof-symbol { color: var(--link); font-size: 20px; }
.header-proof-list p { margin: 0; line-height: 1.15; }
.header-proof-list strong { display: block; color: var(--text-soft); font-size: 14px; font-weight: 600; }
.header-proof-list small { display: block; margin-top: 5px; color: var(--muted); font-size: 14px; }
.menu-toggle { display: none; width: 44px; height: 44px; flex: 0 0 44px; place-items: center; padding: 0; color: var(--text); background: var(--surface-3); border: 1px solid var(--line); border-radius: 6px; }
h1, h2, h3 { margin: 0; color: var(--text); line-height: 1.12; }
h1 { font-size: clamp(38px, 4.5vw, 68px); font-weight: 700; }
h2 { font-size: clamp(28px, 3vw, 43px); font-weight: 700; }
h3 { font-size: 20px; font-weight: 700; }
p { margin: 0 0 1em; }
.section-label, .section-code, .eyebrow { display: inline-block; margin-bottom: 12px; color: var(--link); font-size: 14px; font-weight: 800; text-transform: uppercase; }
.section-code-light, .eyebrow-light { color: var(--link); }
.lead-text { color: var(--text-soft); font-size: 19px; line-height: 1.65; }
.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 10px 20px; color: #fff; background: linear-gradient(90deg, var(--blue-2), var(--blue)); border: 1px solid #2d89ff; border-radius: 4px; text-decoration: none; font-size: 14px; font-weight: 700; transition: filter .15s ease, border-color .15s ease, background .15s ease; }
.button:hover { filter: brightness(.95); }
.button:disabled { cursor: wait; filter: grayscale(.2); opacity: .68; }
.button img { filter: brightness(0) invert(1); }
.button-outline, .button-secondary, .button-ghost { color: var(--text); background: transparent; border-color: var(--line); }
.button-outline:hover, .button-secondary:hover, .button-ghost:hover { background: var(--surface-3); border-color: var(--line); }
.button-light { color: var(--text); background: var(--surface-3); border-color: var(--line); }
.button-wide { width: 100%; }
.inline-link, .text-link { color: var(--link); text-decoration: none; font-size: 14px; font-weight: 700; }
.inline-link:hover, .text-link:hover { text-decoration: underline; }
.header-cta { flex: 0 0 auto; margin-left: auto; }
.square-control { width: 42px; height: 42px; color: var(--text); background: var(--surface-2); border: 1px solid var(--line); border-radius: 3px; }
.square-control:hover { border-color: var(--link); }
.section-controls { display: flex; gap: 8px; }
.section-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 28px; }
.hero-dark { overflow: hidden; background: var(--surface); border-bottom: 1px solid var(--line); }
.hero-inner { max-width: var(--content-max); margin-inline: auto; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); align-items: center; gap: clamp(24px, 3vw, 56px); padding: clamp(32px, 4vw, 64px) var(--gutter); }
.hero-copy { min-width: 0; max-width: 600px; }
.hero-copy h1 { font-size: clamp(32px, 3.45vw, 58px); text-transform: uppercase; }
.hero-lead { margin-top: 22px; color: var(--text-soft); font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.hero-media { display: block; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: #111820; }
.hero-media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: right center; }
.hero-specs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); background: var(--bg-2); }
.hero-specs > div { min-width: 0; min-height: 80px; display: flex; align-items: center; gap: 12px; padding: 16px 22px; border-right: 1px solid var(--line); }
.hero-specs > div:last-child { border-right: 0; }
.hero-specs > div > span { flex-shrink: 0; color: var(--link); font-size: 20px; }
.hero-specs p { margin: 0; line-height: 1.4; }
.hero-specs strong { display: block; color: var(--text-soft); font-size: 14px; font-weight: 600; }
.hero-specs small { display: block; margin-top: 4px; color: var(--muted); font-size: 14px; }
.dashboard-section { padding: 36px var(--gutter) var(--gutter); background: var(--bg); border-bottom: 1px solid var(--line); }
.dashboard-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 24px; }
.dashboard-head h2 { font-size: 25px; }
.dashboard-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 20px; align-items: stretch; }
.dashboard-card { min-width: 0; padding: 18px; background: var(--surface-2); border: 1px solid var(--line); border-radius: 4px; }
.card-title-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 16px; }
.card-title-row h3 { font-size: 17px; }
.card-title-row > span { color: var(--muted); font-size: 14px; font-weight: 800; }
.price-summary-list { border-top: 1px solid var(--line); }
.price-summary-list a { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 59px; padding: 9px 0; color: var(--text); text-decoration: none; border-bottom: 1px solid var(--line); }
.price-summary-list a:hover b { color: var(--link); }
.price-summary-list strong { display: block; color: var(--text-soft); font-size: 14px; }
.price-summary-list small { display: block; margin-top: 3px; color: var(--muted); font-size: 14px; }
.price-summary-list b { color: var(--link); font-size: 17px; white-space: nowrap; }
.card-footnote { margin: 15px 0 0; color: var(--muted); font-size: 14px; }
.review-summary-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 160px), 1fr)); border: 1px solid var(--line); }
.mini-review { min-width: 0; min-height: 220px; padding: 16px; border-right: 1px solid var(--line); }
.mini-review:last-child { border-right: 0; }
.review-avatar { width: 34px; height: 34px; display: grid; place-items: center; margin-bottom: 10px; color: #fff; background: #245baa; border-radius: 50%; font-size: 14px; font-weight: 800; }
.mini-review strong { display: block; color: var(--text-soft); font-size: 14px; }
.mini-review p { color: var(--text-soft); font-size: 15px; line-height: 1.7; }
.review-summary > .inline-link { display: inline-block; margin-top: 15px; }
.request-compact > p { color: var(--muted); font-size: 14px; }
.request-compact .form-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.request-compact .field-wide { grid-column: 1 / -1; }
.request-compact textarea { min-height: 66px; }
.request-compact .consent-check { margin: 11px 0; font-size: 14px; }
.request-compact .button { min-height: 46px; }
.section { padding: 64px var(--gutter); background: var(--surface); border-bottom: 1px solid var(--line-soft); }
.section-dark { background: var(--bg); }
.section-muted, .section-soft { background: var(--bg-2); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 30px; }
.section-head > div:first-child { max-width: 780px; }
.section-head > p { max-width: 470px; margin: 0; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.service-card { position: relative; min-width: 0; overflow: hidden; background: var(--surface-2); border: 1px solid var(--line); border-radius: 4px; }
.service-index, .service-number { position: absolute; z-index: 3; top: 12px; right: 12px; padding: 4px 7px; color: #fff; background: var(--blue); font-size: 14px; font-weight: 800; }
.service-visual, .service-image { height: 210px; display: flex; align-items: center; justify-content: center; padding: 28px; overflow: hidden; background: #0c1117; border-bottom: 1px solid var(--line); }
.service-visual img, .service-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .18s ease; }
.service-card:hover .service-visual img, .service-card:hover .service-image img { transform: translateY(-2px) scale(1.025); }
.service-card-body { padding: 24px; }
.service-card h2, .service-card h3 { margin-bottom: 12px; font-size: 21px; }
.service-card h2 a, .service-card h3 a { text-decoration: none; }
.service-card p { color: var(--text-soft); font-size: 15px; }
.service-card-foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 20px; padding-top: 15px; border-top: 1px solid var(--line); }
.service-card-foot strong { color: var(--link); font-size: 17px; }
.service-card-foot a { color: var(--link); text-decoration: none; font-size: 14px; font-weight: 700; }
.mini-list { margin: 16px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.mini-list li { padding: 8px 0; color: var(--text-soft); border-bottom: 1px solid var(--line-soft); font-size: 14px; }
.price-stack { display: grid; gap: 20px; }
.price-card { overflow: hidden; background: var(--surface-2); border: 1px solid var(--line); border-radius: 4px; }
.price-card-head { display: flex; align-items: end; justify-content: space-between; gap: 25px; padding: 22px 24px; border-bottom: 1px solid var(--line); }
.price-card-head h2 { font-size: 23px; }
.price-card-head a { color: var(--link); text-decoration: none; font-size: 14px; font-weight: 700; }
.table-scroll { overflow-x: auto; }
.price-table { width: 100%; border-collapse: collapse; color: var(--text-soft); }
.price-table th, .price-table td { padding: 14px 24px; text-align: left; border-bottom: 1px solid var(--line-soft); }
.price-table thead th { color: var(--muted); background: var(--bg-2); font-size: 14px; text-transform: uppercase; }
.price-table tbody th { font-weight: 600; }
.price-table td { width: 140px; color: var(--link); font-size: 16px; font-weight: 700; white-space: nowrap; }
.price-table small { display: block; margin-top: 3px; color: var(--muted); font-size: 14px; font-weight: 400; }
.price-note { color: var(--muted); font-size: 14px; }
.extras-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 20px; }
.extra-card { padding: 22px; background: var(--surface-2); border: 1px solid var(--line); border-radius: 4px; }
.extra-card > span { color: var(--muted); font-size: 14px; text-transform: uppercase; }
.extra-card h3 { margin: 8px 0; font-size: 18px; }
.extra-card p { color: var(--text-soft); font-size: 14px; }
.extra-card > strong { color: var(--link); font-size: 18px; }
.extra-card small { color: var(--muted); font-weight: 400; }
.gallery-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(280px, 31%); gap: 14px; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--line) var(--bg); }
.gallery-card { position: relative; min-width: 0; height: 260px; overflow: hidden; color: var(--text); background: #0b1015; border: 1px solid var(--line); border-radius: 4px; scroll-snap-align: start; text-decoration: none; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; }
.gallery-card > span { color: #fff; position: absolute; inset: auto 0 0; padding: 13px 15px; background: rgba(7,11,16,.86); border-top: 1px solid rgba(255,255,255,.12); font-size: 14px; }
.gallery-track-protected { grid-auto-columns: minmax(300px, 31%); }
.gallery-card-protected { display: flex; flex-direction: column; height: auto; min-height: 330px; background: var(--surface-2); cursor: default; }
.gallery-card-protected-empty { justify-content: center; }
.gallery-card-media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; user-select: none; -webkit-user-select: none; -webkit-user-drag: none; }
.gallery-card-media-protected { background-color: #111820; background-position: center; background-repeat: no-repeat; background-size: cover; }
.gallery-card-media-protected::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,10,16,.02), rgba(5,10,16,.10)); pointer-events: none; }
.gallery-card-caption { display: grid; gap: 5px; min-height: 92px; padding: 14px 15px 16px; border-top: 1px solid var(--line); background: var(--surface-2); }
.gallery-card-caption strong { font-size: 16px; line-height: 1.3; }
.gallery-card-caption small { color: var(--muted); font-size: 14px; line-height: 1.45; }
[data-protected-media], [data-protected-media] * { user-select: none; -webkit-user-select: none; -webkit-touch-callout: none; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.gallery-grid .gallery-card { height: 300px; }
.gallery-sync-time { color: var(--muted); font-size: 14px; white-space: nowrap; }
.gallery-review-card { padding: 0; font: inherit; text-align: left; cursor: zoom-in; appearance: none; -webkit-appearance: none; }
.gallery-review-card:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; }
.gallery-review-card > img { transition: transform .25s ease; }
.gallery-review-card:hover > img { transform: scale(1.025); }
.gallery-review-caption { display: grid; gap: 3px; }
.gallery-review-caption strong { font-size: 14px; line-height: 1.35; }
.gallery-review-caption small { color: var(--text-soft); font-size: 14px; line-height: 1.35; }
.review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.review-card { padding: 22px; background: var(--surface-2); border: 1px solid var(--line); border-radius: 4px; }
.review-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.review-head strong { font-size: 14px; }
.review-head span { color: var(--link); font-size: 14px; }
.review-card > p { color: var(--text-soft); font-size: 16px; line-height: 1.7; }
.review-card footer { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; padding-top: 13px; color: var(--muted); border-top: 1px solid var(--line); font-size: 14px; }
.review-card footer a { margin-left: auto; color: var(--link); text-decoration: none; }
.review-grid-page { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.source-notice { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.source-notice > div { max-width: 760px; }
.process-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; padding: 0; list-style: none; border: 1px solid var(--line); }
.process-grid li { min-height: 210px; padding: 25px; border-right: 1px solid var(--line); }
.process-grid li:last-child { border-right: 0; }
.process-grid li > span { color: var(--link); font-size: 14px; font-weight: 800; }
.process-grid h3 { margin: 42px 0 12px; font-size: 18px; }
.process-grid p { color: var(--text-soft); font-size: 15px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { position: relative; padding: 20px 44px 20px 0; cursor: pointer; list-style: none; color: var(--text); font-size: 14px; font-weight: 600; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span::before, .faq-item summary span::after { content: ""; position: absolute; top: 50%; right: 10px; width: 14px; height: 1px; background: var(--blue); }
.faq-item summary span::after { transform: rotate(90deg); transition: transform .15s ease; }
.faq-item[open] summary span::after { transform: rotate(0); }
.faq-item > div { padding: 0 50px 20px 0; color: var(--text-soft); font-size: 15px; }
.lead-form { position: relative; }
.honeypot { position: absolute; left: -9999px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.field { position: relative; }
.field-wide { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 6px; color: var(--text-soft); font-size: 14px; font-weight: 600; }
.form-control { width: 100%; min-height: 46px; padding: 10px 12px; font-size: 16px; color: var(--text); background: var(--surface-2); border: 1px solid var(--line); border-radius: 3px; outline: 0; }
textarea.form-control { min-height: 96px; resize: vertical; }
.form-control::placeholder { color: var(--muted); }
.form-control:focus { border-color: var(--link); box-shadow: 0 0 0 2px rgba(22,116,245,.13); }
select.form-control { color-scheme: inherit; }
.consent-check { display: flex; align-items: flex-start; gap: 9px; margin: 15px 0; color: var(--muted); font-size: 14px; }
.consent-check input { flex: 0 0 auto; width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--link); }
.consent-check a { color: var(--link); }
.field-error { display: block; margin-top: 5px; color: var(--danger); font-size: 14px; }
.form-alert { margin-bottom: 12px; padding: 10px 12px; color: var(--danger); background: var(--danger-bg); border: 1px solid var(--danger); font-size: 14px; }
.form-alert p { margin: 0; }
.form-footnote { margin: 10px 0 0; color: var(--muted); font-size: 14px; }
.lead-form[aria-busy="true"] .form-control { opacity: .82; }
.form-card { padding: 26px; background: var(--surface-2); border: 1px solid var(--line); border-radius: 4px; }
.request-section { background: var(--bg-2); }
.request-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 50px; align-items: start; }
.request-copy p { margin-top: 18px; color: var(--text-soft); }
.page-hero { padding: 54px 0; background: var(--surface); border-bottom: 1px solid var(--line); }
.page-hero-technical { background: var(--bg-2); }
.page-hero-small { padding-block: 40px; }
.page-hero .container { position: relative; }
.page-hero h1 { max-width: 980px; text-transform: uppercase; }
.page-hero p { max-width: 760px; margin-top: 18px; color: var(--text-soft); font-size: 16px; }
.page-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.category-hero { background: var(--bg-2); }
.breadcrumbs { margin-bottom: 20px; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; color: var(--muted); font-size: 14px; }
.breadcrumbs li + li::before { content: "/"; margin-right: 7px; color: var(--muted); }
.breadcrumbs a { color: var(--link); text-decoration: none; }
.split-content { display: grid; grid-template-columns: 1.15fr .85fr; gap: 50px; align-items: start; }
.info-panel, .empty-state { padding: 24px; background: var(--surface-2); border: 1px solid var(--line); border-radius: 4px; }
.info-panel p { color: var(--text-soft); font-size: 15px; }
.big-price { display: block; margin: 12px 0; color: var(--link); font-size: 42px; }
.legal-text { max-width: 880px; color: var(--text-soft); line-height: 1.8; overflow-wrap: anywhere; }
.legal-text h2 { margin: 30px 0 12px; font-size: 24px; }
.legal-text a { color: var(--link); }
.success-page { min-height: 70vh; display: grid; place-items: center; padding: 64px 0; background: var(--surface); }
.success-card { max-width: 720px; margin-inline: auto; padding: 45px; text-align: center; background: var(--surface-2); border: 1px solid var(--line); }
.success-card p { margin: 20px auto 0; color: var(--text-soft); }
.success-card .hero-actions { justify-content: center; }
.success-icon { width: 58px; height: 58px; display: grid; place-items: center; margin: 0 auto 20px; color: #fff; background: var(--blue); border-radius: 50%; font-size: 26px; }
.lead-success-dialog { width: min(calc(100% - 32px), 560px); max-width: 560px; padding: 0; color: var(--text); background: transparent; border: 0; }
.lead-success-dialog::backdrop { background: rgba(0,0,0,.74); backdrop-filter: blur(3px); }
.lead-success-dialog-card { position: relative; padding: 38px 34px 32px; text-align: center; background: var(--surface-2); border: 1px solid var(--line); border-radius: 6px; box-shadow: 0 24px 80px rgba(0,0,0,.55); }
.lead-success-dialog-card h2 { font-size: 30px; }
.lead-success-dialog-card p { margin: 16px auto 24px; color: var(--text-soft); font-size: 16px; }
.lead-success-dialog-card .button { min-width: 150px; }
.lead-success-dialog-close { position: absolute; top: 10px; right: 12px; width: 38px; height: 38px; padding: 0; color: var(--muted); background: transparent; border: 0; font-size: 28px; line-height: 1; }
.lead-success-dialog-close:hover, .lead-success-dialog-close:focus-visible { color: var(--text); outline: 1px solid var(--blue); }
.error-code { display: block; margin-bottom: 15px; color: var(--link); font-size: 70px; font-weight: 800; line-height: 1; }
.site-footer { background: var(--bg-2); border-top: 1px solid var(--line); }
.footer-main { display: grid; grid-template-columns: .75fr 1.25fr; border-bottom: 1px solid var(--line); }
.footer-main > section { min-height: 160px; padding: 30px var(--gutter); }
.footer-community { border-right: 1px solid var(--line); }
.footer-kicker { display: block; margin-bottom: 8px; color: var(--muted); font-size: 14px; font-weight: 700; text-transform: uppercase; }
.site-footer h2 { font-size: 18px; }
.social-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.social-links a { min-height: 36px; display: inline-flex; align-items: center; padding: 8px 13px; color: var(--text-soft); background: var(--surface-3); border: 1px solid var(--line); border-radius: 3px; text-decoration: none; font-size: 14px; }
.footer-contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 28px; margin-top: 16px; }
.footer-contact-grid small { display: block; color: var(--muted); font-size: 14px; }
.footer-contact-grid strong, .footer-contact-grid a { display: block; margin-top: 4px; color: var(--text-soft); text-decoration: none; font-size: 14px; }
.footer-bottom { display: flex; flex-wrap: wrap; gap: 14px 28px; align-items: center; min-height: 66px; padding: 18px var(--gutter); color: var(--muted); font-size: 14px; }
.footer-bottom a { margin-left: auto; color: var(--muted); text-decoration: none; }
.footer-bottom a + a { margin-left: 0; }
.mobile-actions { display: none; }
.review-avatar-image { object-fit: cover; }
.review-avatar-large { width: 48px; height: 48px; margin: 0; flex: 0 0 48px; }
.review-head-rich { justify-content: flex-start; align-items: flex-start; }
.review-author { min-width: 0; display: grid; gap: 3px; }
.review-author strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 16px; }
.review-author small, .mini-review-meta { color: var(--muted); font-size: 14px; }
.review-rating { margin-left: auto; white-space: nowrap; display: flex; align-items: center; min-height: 24px; }
.review-verified { color: var(--link); }
.review-photo-strip { display: flex; gap: 10px; margin-top: 18px; overflow-x: auto; padding-bottom: 6px; scrollbar-width: thin; }
.review-photo-button { flex: 0 0 144px; height: 104px; padding: 0; overflow: hidden; background: #0b1015; border: 1px solid var(--line); border-radius: 3px; transition: border-color .15s ease, transform .15s ease; }
.review-photo-strip img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .2s ease; }
.mini-review-meta { display: block; margin-top: 10px; line-height: 1.5; }
body.lightbox-open { overflow: hidden; }
.rating-stars { display: inline-flex; align-items: center; gap: 3px; color: var(--star); line-height: 1; }
.rating-stars-sm .rating-star { width: 17px; height: 17px; }
.rating-stars-md .rating-star { width: 20px; height: 20px; }
.rating-stars-lg .rating-star { width: 25px; height: 25px; }
.rating-star { flex: 0 0 auto; fill: currentColor; }
.rating-star.is-empty { color: var(--line); }
.rating-stars-unknown { color: var(--muted); font-size: 14px; }
.review-reputation-section { padding: 34px 0; background: var(--surface-2); border-bottom: 1px solid var(--line); }
.review-reputation-panel { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 24px; align-items: stretch; }
.review-reputation-summary { padding: 26px; background: var(--surface); border: 1px solid var(--line); border-radius: 4px; }
.review-rating-main { display: flex; align-items: center; gap: 24px; margin: 8px 0 18px; }
.review-rating-main > strong { color: var(--text); font-size: 58px; line-height: 1; }
.review-rating-main > div { display: grid; gap: 10px; }
.review-rating-main > div > span { color: var(--text-soft); font-size: 15px; }
.review-reputation-summary > p { color: var(--text-soft); font-size: 16px; }
.review-reputation-summary > p strong { color: var(--link); font-size: 24px; }
.review-reputation-summary > small { display: block; margin-bottom: 16px; color: var(--muted); font-size: 14px; }
.review-reputation-summary .inline-link { display: inline-flex; margin-top: 4px; }
.rating-distribution { display: grid; align-content: center; gap: 13px; padding: 26px; background: var(--surface); border: 1px solid var(--line); border-radius: 4px; }
.rating-distribution-head { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; margin-bottom: 3px; }
.rating-distribution-head strong { font-size: 19px; }
.rating-distribution-head span { color: var(--muted); font-size: 14px; }
.rating-distribution-row { display: grid; grid-template-columns: 112px minmax(120px, 1fr) 44px; gap: 14px; align-items: center; }
.rating-distribution-row > strong { text-align: right; color: var(--text-soft); font-size: 15px; }
.rating-distribution-track { height: 9px; overflow: hidden; background: var(--line-soft); border-radius: 999px; }
.rating-distribution-track > span { display: block; height: 100%; background: linear-gradient(90deg, var(--blue-2), var(--blue)); border-radius: inherit; }
.review-photo-showcase .section-head > p { font-size: 15px; }
.two-gis-carousel { position: relative; max-width: 1180px; margin-inline: auto; }
.two-gis-carousel-stage { position: relative; min-height: 520px; overflow: hidden; background: #070b10; border: 1px solid var(--line); border-radius: 5px; }
.two-gis-carousel-slide { position: absolute; inset: 0; opacity: 0; transform: translateX(16px); transition: opacity .35s ease, transform .35s ease; }
.two-gis-carousel-slide.is-active { opacity: 1; transform: none; }
.two-gis-carousel-slide[hidden] { display: none; }
.two-gis-carousel-media { position: relative; width: 100%; height: 100%; min-height: 520px; display: block; padding: 0; color: var(--text); background: transparent; border: 0; text-align: left; }
.two-gis-carousel-media img { width: 100%; height: 520px; object-fit: contain; background: #070b10; }
.two-gis-carousel-caption { color: #fff; position: absolute; inset: auto 0 0; display: grid; gap: 3px; padding: 18px 76px 18px 20px; background: linear-gradient(0deg, rgba(5,8,12,.96), rgba(5,8,12,.25)); }
.two-gis-carousel-caption b { font-size: 16px; }
.two-gis-carousel-caption small { color: #e3e9f1; font-size: 14px; }
.two-gis-carousel-arrow { position: absolute; z-index: 4; top: 50%; width: 48px; height: 48px; display: grid; place-items: center; transform: translateY(-50%); color: #fff; background: rgba(8,13,19,.82); border: 1px solid rgba(255,255,255,.35); border-radius: 50%; font-size: 22px; }
.two-gis-carousel-arrow:hover, .two-gis-carousel-arrow:focus-visible { background: var(--blue); border-color: var(--link); }
.two-gis-carousel-prev { left: 18px; }
.two-gis-carousel-next { right: 18px; }
.two-gis-carousel-footer { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 12px 2px 0; }
.two-gis-carousel-dots { display: flex; flex-wrap: wrap; gap: 8px; }
.two-gis-carousel-dots button { width: 12px; height: 12px; padding: 0; background: var(--line); border: 0; border-radius: 50%; }
.two-gis-carousel-dots button.is-active { background: var(--blue); box-shadow: 0 0 0 4px rgba(22,116,245,.18); }
.two-gis-carousel-counter { color: var(--muted); font-size: 14px; white-space: nowrap; }
.two-gis-carousel-counter b { color: var(--text); }
.review-list-heading > p { font-size: 15px; }
.review-card-rich { display: flex; flex-direction: column; min-width: 0; }
.review-card footer, .review-card footer a { font-size: 14px; }
.review-photo-button:hover, .review-photo-button:focus-visible { border-color: var(--link); transform: translateY(-2px); }
.review-photo-button:hover img { transform: scale(1.035); }
.photo-lightbox[hidden] { display: none; }
.photo-lightbox { position: fixed; inset: 0; z-index: 1600; display: grid; place-items: center; padding: 24px; }
.photo-lightbox-backdrop { position: absolute; inset: 0; background: rgba(2,5,8,.94); backdrop-filter: blur(5px); }
.photo-lightbox-dialog { position: relative; z-index: 1; width: min(1180px, 96vw); height: min(820px, 92vh); display: grid; grid-template-columns: 58px minmax(0, 1fr) 58px; align-items: center; gap: 14px; }
.photo-lightbox-figure { min-width: 0; max-height: 92vh; display: grid; grid-template-rows: minmax(0, 1fr) auto; margin: 0; overflow: hidden; background: #080c11; border: 1px solid var(--line); border-radius: 5px; }
.photo-lightbox-figure img { width: 100%; height: 100%; max-height: calc(92vh - 68px); object-fit: contain; }
.photo-lightbox-figure figcaption { min-height: 54px; padding: 15px 18px; color: #e3e9f1; background: #111820; border-top: 1px solid var(--line); font-size: 15px; }
.photo-lightbox-close { position: absolute; z-index: 2; top: 8px; right: 8px; width: 48px; height: 48px; display: grid; place-items: center; color: #fff; background: rgba(8,12,17,.86); border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font-size: 32px; line-height: 1; }
.photo-lightbox-nav { width: 54px; height: 54px; display: grid; place-items: center; color: #fff; background: rgba(17,24,32,.92); border: 1px solid #66717d; border-radius: 50%; font-size: 24px; }
.photo-lightbox-close:hover, .photo-lightbox-close:focus-visible, .photo-lightbox-nav:hover, .photo-lightbox-nav:focus-visible { background: var(--blue); border-color: var(--link); }
.service-grid .service-card { display: flex; flex-direction: column; height: 100%; }
.service-grid .service-card-body { display: flex; flex: 1 1 auto; flex-direction: column; }
.service-grid .service-card-foot { margin-top: auto; padding-top: 16px; }
.service-grid .service-visual, .service-grid-visual .service-image { position: relative; width: 100%; height: auto; min-height: 0; aspect-ratio: 4 / 3; padding: 0; overflow: hidden; background: #111821; }
.service-grid .catalog-service-photo, .service-grid-visual .catalog-service-photo { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; transform: none; transition: transform .18s ease; }
.service-grid .service-card:hover .catalog-service-photo, .service-grid-visual .service-card:hover .catalog-service-photo { transform: scale(1.025); }
img, [data-protected-media], [data-protected-layer] { -webkit-user-drag: none; -webkit-touch-callout: none; -webkit-user-select: none; user-select: none; }
.gallery-grid-protected { align-items: stretch; }
.gallery-card-grid-protected { height: auto !important; min-height: 320px; }
.gallery-card-grid-protected .gallery-card-media { aspect-ratio: 4 / 3; }
.about-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 84% 18%, var(--selected), transparent 60%), var(--surface); border-bottom: 1px solid var(--line); }
.about-hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(90deg, #000, transparent 78%); pointer-events: none; }
.about-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); gap: clamp(24px, 4vw, 60px); align-items: center; padding-block: 60px; }
.about-hero-copy h1 { max-width: 780px; }
.about-hero-lead { max-width: 760px; margin: 25px 0 0; color: var(--text-soft); font-size: 19px; line-height: 1.7; }
.about-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.about-hero-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin: 38px 0 0; padding: 0; list-style: none; border: 1px solid var(--line); background: var(--surface-2); }
.about-hero-facts li { min-height: 88px; padding: 17px 19px; border-right: 1px solid var(--line); }
.about-hero-facts li:last-child { border-right: 0; }
.about-hero-facts strong, .about-hero-facts span { display: block; }
.about-hero-facts strong { font-size: 15px; }
.about-hero-facts span { margin-top: 6px; color: var(--muted); font-size: 14px; }
.about-logo-panel { justify-self: end; width: min(100%, 440px); padding: 24px; background: var(--surface-2); border: 1px solid var(--line); box-shadow: var(--shadow); }
.about-logo-frame { padding: 18px; background: #f7f8fa; border: 1px solid rgba(255,255,255,.55); }
.about-logo-frame img { width: 100%; height: auto; }
.about-logo-meta { padding: 22px 4px 2px; }
.about-logo-meta span, .about-logo-meta strong, .about-logo-meta small { display: block; }
.about-logo-meta span { color: var(--link); font-size: 14px; font-weight: 800; text-transform: uppercase; }
.about-logo-meta strong { margin-top: 9px; font-size: 18px; }
.about-logo-meta small { margin-top: 7px; color: var(--muted); }
.about-stats { background: var(--bg-2); border-bottom: 1px solid var(--line); }
.about-stats-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.about-stats-grid > div { min-height: 112px; display: flex; flex-direction: column; justify-content: center; padding: 22px 28px; border-right: 1px solid var(--line-soft); }
.about-stats-grid > div:last-child { border-right: 0; }
.about-stats-grid strong { color: var(--text); font-size: 27px; line-height: 1; }
.about-stats-grid span { margin-top: 9px; color: var(--muted); font-size: 14px; }
.about-intro-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 40px; align-items: start; }
.about-intro-copy { max-width: 820px; }
.about-intro-copy > :last-child { margin-bottom: 0; }
.about-service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid var(--line); }
.about-service-grid article { min-height: 260px; padding: 25px; border-right: 1px solid var(--line); }
.about-service-grid article:last-child { border-right: 0; }
.about-service-grid article > span { color: var(--link); font-size: 14px; font-weight: 800; }
.about-service-grid h3 { margin: 55px 0 13px; }
.about-service-grid p { margin: 0; color: var(--text-soft); font-size: 15px; }
.about-process-layout { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); gap: 40px; align-items: start; }
.about-process-copy { position: sticky; top: calc(var(--header) + 32px); }
.about-process-copy p { max-width: 560px; margin: 20px 0 26px; color: var(--text-soft); font-size: 16px; }
.about-process-list { margin: 0; padding: 0; list-style: none; border: 1px solid var(--line); }
.about-process-list li { display: grid; grid-template-columns: 82px 1fr; gap: 0; min-height: 150px; border-bottom: 1px solid var(--line); }
.about-process-list li:last-child { border-bottom: 0; }
.about-process-list li > span { display: flex; align-items: center; justify-content: center; color: var(--link); font-size: 14px; font-weight: 800; border-right: 1px solid var(--line); }
.about-process-list li > div { padding: 27px 30px; }
.about-process-list h3 { margin-bottom: 10px; }
.about-process-list p { margin: 0; color: var(--text-soft); }
.about-visit-grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 16px; }
.about-visit-card { min-height: 250px; padding: 25px; background: var(--surface-2); border: 1px solid var(--line); }
.about-visit-card-main { background: var(--selected); border-color: var(--line); }
.about-visit-card h2, .about-visit-card h3 { margin-bottom: 18px; }
.about-visit-card p { color: var(--text-soft); }
.about-hours { display: block; margin: 18px 0 16px; color: var(--text); font-size: clamp(34px, 4vw, 58px); line-height: 1; }
.about-contact-link { display: inline-block; margin: 5px 0 20px; color: var(--text); font-size: 25px; font-weight: 700; text-decoration: none; }
.about-contact-link:hover { color: var(--link); }
.about-legal-layout { display: grid; grid-template-columns: minmax(0, .68fr) minmax(0, 1.32fr); gap: 40px; align-items: start; }
.about-legal-head p { max-width: 460px; margin-top: 18px; color: var(--text-soft); }
.about-legal-primary { border: 1px solid var(--line); background: var(--surface-2); }
.about-legal-primary > dl, .about-legal-details dl { margin: 0; }
.about-legal-primary dl > div { display: grid; grid-template-columns: minmax(100px, .55fr) minmax(0, 1.45fr); gap: 16px; padding: 16px 20px; border-bottom: 1px solid var(--line-soft); }
.about-legal-primary dt { color: var(--muted); font-size: 14px; }
.about-legal-primary dd { margin: 0; color: var(--text-soft); overflow-wrap: anywhere; }
.about-legal-details { border-top: 1px solid var(--line); }
.about-legal-details summary { padding: 18px 22px; color: var(--text); font-size: 15px; font-weight: 700; cursor: pointer; }
.about-legal-details[open] summary { border-bottom: 1px solid var(--line-soft); }
.about-legal-details dl > div:last-child { border-bottom: 0; }
.request-compact { grid-column: 1 / -1; }
/* Accessible controls and shared layout safeguards. */
[hidden] { display: none !important; }
:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.menu-toggle svg, .side-collapse svg, .side-close svg { width: 22px; height: 22px; display: block; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.side-collapse svg { transition: transform .2s ease; }
body.sidebar-collapsed .side-collapse svg { transform: rotate(180deg); }
body.sidebar-collapsed .side-panel-head { padding-inline: 16px; }
:where(.section, .dashboard-section, .page-hero) { min-width: 0; }
.section > .container { width: 100%; }
:where(.form-grid, .request-grid, .split-content, .footer-contact-grid, .section-head, .dashboard-head) > * { min-width: 0; }
:where(.review-card, .service-card, .dashboard-card, .about-visit-card, .info-panel, .footer-contact-grid) { overflow-wrap: anywhere; }
.section-label, .section-code, .eyebrow, .footer-kicker, .wordmark, .card-title-row > span { letter-spacing: normal; }
.button { text-align: center; }
.hero-actions .button { flex: 0 1 auto; }
.form-alert[hidden] { display: none; }
.consent-check { min-height: 44px; color: var(--text-soft); }
.price-note { margin-top: 24px; }
.section-head.compact { margin-top: 36px; }
.table-scroll { max-width: 100%; }
.price-table { min-width: 440px; }
.page-hero-small h1 { font-size: clamp(28px, 3.2vw, 46px); text-transform: none; overflow-wrap: anywhere; }
.legal-text h3 { margin: 24px 0 12px; }
.legal-text ul, .legal-text ol { padding-left: 24px; }
.legal-text li + li { margin-top: 8px; }
.legal-details { margin: 24px 0; padding: 20px; background: var(--bg-2); border: 1px solid var(--line); border-radius: 6px; }
.legal-details p:last-child { margin-bottom: 0; }
.analytics-notice { position: fixed; inset: auto 20px 20px; z-index: 800; max-width: 660px; margin-left: auto; padding: 20px; color: var(--text); background: var(--surface); border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
.analytics-notice p { margin: 0 0 14px; font-size: 14px; }
.analytics-notice-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.analytics-settings { padding: 0; color: inherit; background: transparent; border: 0; text-decoration: underline; text-align: left; }
@media (max-width: 1420px) {
  .header-proof-list { display: none; }
}
@media (max-width: 1180px) {
  .page-shell { margin-left: 0; }
  .side-panel { width: min(320px, calc(100vw - 44px)); transform: translateX(-102%); box-shadow: 24px 0 60px rgba(0,0,0,.4); visibility: hidden; transition: transform .2s ease, visibility 0s linear .2s; }
  .side-panel.is-open { transform: translateX(0); visibility: visible; transition-delay: 0s; }
  .side-collapse { display: none; }
  .header-proof-list > div:nth-child(3) { display: none; }
  .service-grid, .review-grid, .review-grid-page { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-hero-facts { grid-template-columns: 1fr; }
  .about-hero-facts li { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .about-hero-facts li:last-child { border-bottom: 0; }
  .about-service-grid { grid-template-columns: 1fr 1fr; }
  .about-service-grid article { border-bottom: 1px solid var(--line); }
  .about-service-grid article:nth-child(2) { border-right: 0; }
  .about-service-grid article:nth-child(3), .about-service-grid article:nth-child(4) { border-bottom: 0; }
  .about-visit-grid { grid-template-columns: 1fr 1fr; }
  .about-visit-card-main { grid-column: 1 / -1; }
  :root { --sidebar: 0px; }
  .menu-toggle, .side-close { display: grid; place-items: center; }
  .about-hero-grid { grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); gap: 28px; }
}
@media (max-width: 900px) {
  .container, .narrow, .content-narrow { width: min(calc(100% - var(--gutter) * 2), var(--content-max)); }
  .header-proof-list { display: none; }
  .hero-specs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-specs > div:nth-child(2) { border-right: 0; }
  .hero-specs > div:nth-child(-n/**/+2) { border-bottom: 1px solid var(--line); }
  .dashboard-section, .section { padding: 48px 20px; }
  .section-head, .dashboard-head { align-items: flex-start; flex-direction: column; gap: 18px; }
  .service-grid, .review-grid, .review-grid-page, .gallery-grid { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { border-right: 0; border-bottom: 1px solid var(--line); }
  .process-grid li:last-child { border-bottom: 0; }
  .split-content, .request-grid { grid-template-columns: 1fr; }
  .gallery-track { grid-auto-columns: 72%; }
  .gallery-track-protected { grid-auto-columns: 72%; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-main > section { padding-inline: 20px; }
  .footer-community { border-right: 0; border-bottom: 1px solid var(--line); }
  .footer-bottom { padding-inline: 20px; }
  .footer-bottom a { margin-left: 0; }
  .review-reputation-panel { grid-template-columns: 1fr; gap: 18px; }
  .two-gis-carousel-stage, .two-gis-carousel-media { min-height: 430px; }
  .two-gis-carousel-media img { height: 430px; }
  .review-grid-page { grid-template-columns: 1fr; }
  .photo-lightbox-dialog { grid-template-columns: 44px minmax(0, 1fr) 44px; gap: 8px; }
  .photo-lightbox-nav { width: 42px; height: 42px; }
  :root { --gutter: 20px; }
  .hero-inner { grid-template-columns: 1fr; gap: 28px; }
  .hero-copy { max-width: 680px; }
  .hero-copy h1 { font-size: clamp(32px, 5.4vw, 48px); }
  .hero-media { max-width: 760px; }
  .dashboard-grid { grid-template-columns: 1fr; }
  .request-compact .form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .request-compact .field-wide { grid-column: 1 / -1; }
  .about-hero-grid { grid-template-columns: 1fr; }
}
@media (max-width: 820px) {
  .about-logo-panel { justify-self: stretch; width: 100%; display: grid; grid-template-columns: 180px 1fr; align-items: center; gap: 20px; }
  .about-logo-meta { padding: 0; }
  .about-stats-grid { grid-template-columns: 1fr 1fr; }
  .about-stats-grid > div:nth-child(2) { border-right: 0; }
  .about-stats-grid > div:nth-child(-n/**/+2) { border-bottom: 1px solid var(--line-soft); }
  .about-intro-grid, .about-process-layout, .about-legal-layout { grid-template-columns: 1fr; gap: 38px; }
  .about-process-copy { position: static; }
  .about-visit-grid { grid-template-columns: 1fr; }
  .about-visit-card-main { grid-column: auto; }
}
@media (max-width: 620px) {
  body { padding-bottom: calc(58px + env(safe-area-inset-bottom, 0px)); }
  h1 { font-size: clamp(28px, 8.5vw, 46px); }
  h2 { font-size: 27px; }
  .hero-specs { grid-template-columns: 1fr; }
  .hero-specs > div { min-height: 62px; padding: 12px 20px; border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-specs > div:last-child { border-bottom: 0; }
  .dashboard-section, .section { padding-block: 40px; }
  .dashboard-card { padding: 15px; }
  .review-summary-grid { grid-template-columns: 1fr; }
  .mini-review { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .mini-review:last-child { border-bottom: 0; }
  .request-compact .form-grid, .form-grid { grid-template-columns: 1fr; }
  .field-wide, .request-compact .field-wide { grid-column: auto; }
  .lead-success-dialog-card { padding: 34px 20px 26px; }
  .lead-success-dialog-card h2 { font-size: 25px; }
  .service-grid, .review-grid, .review-grid-page, .gallery-grid { grid-template-columns: 1fr; }
  .service-visual, .service-image { height: 185px; }
  .gallery-track { grid-auto-columns: 88%; }
  .gallery-track-protected { grid-auto-columns: 88%; }
  .gallery-card { height: 230px; }
  .price-card-head { align-items: flex-start; flex-direction: column; }
  .price-table th, .price-table td { padding: 13px 15px; }
  .price-table td { width: 100px; font-size: 14px; }
  .extras-grid { grid-template-columns: 1fr; }
  .source-notice { align-items: flex-start; flex-direction: column; }
  .page-hero { padding: 40px 0; }
  .page-hero h1 { text-transform: none; }
  .footer-contact-grid { grid-template-columns: 1fr; }
  .mobile-actions { position: fixed; inset: auto 0 0; z-index: 500; display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); min-height: 58px; background: var(--bg-2); border-top: 1px solid var(--line); padding-bottom: env(safe-area-inset-bottom, 0px); }
  .mobile-actions a { display: grid; place-items: center; color: var(--text); text-decoration: none; font-size: 14px; font-weight: 700; min-height: 58px; }
  .mobile-actions a:last-child { color: #fff; background: var(--blue); }
  .review-head-rich { align-items: flex-start; flex-wrap: wrap; }
  .review-rating { margin-left: 0; }
  .review-reputation-section { padding: 20px 0; }
  .review-reputation-summary, .rating-distribution { padding: 20px; }
  .review-rating-main { align-items: flex-start; gap: 16px; }
  .review-rating-main > strong { font-size: 48px; }
  .rating-distribution-head { align-items: flex-start; flex-direction: column; gap: 4px; }
  .rating-distribution-row { grid-template-columns: 90px minmax(0, 1fr) 30px; gap: 8px; }
  .rating-stars-sm .rating-star { width: 15px; height: 15px; }
  .two-gis-carousel-stage, .two-gis-carousel-media { min-height: 330px; }
  .two-gis-carousel-media img { height: 330px; }
  .two-gis-carousel-caption { color: #fff; padding: 54px 16px 14px; }
  .two-gis-carousel-arrow { top: 44%; width: 42px; height: 42px; }
  .two-gis-carousel-prev { left: 10px; }
  .two-gis-carousel-next { right: 10px; }
  .two-gis-carousel-dots { gap: 7px; }
  .two-gis-carousel-dots button { width: 10px; height: 10px; }
  .photo-lightbox { padding: 70px 10px 14px; }
  .photo-lightbox-dialog { width: 100%; height: calc(100dvh - 84px); grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 48px; gap: 8px; }
  .photo-lightbox-figure { grid-column: 1 / -1; grid-row: 1; max-height: calc(100dvh - 138px); }
  .photo-lightbox-figure img { max-height: calc(100dvh - 200px); }
  .photo-lightbox-prev { grid-column: 1; grid-row: 2; justify-self: end; }
  .photo-lightbox-next { grid-column: 2; grid-row: 2; justify-self: start; }
  .photo-lightbox-close { position: fixed; top: 10px; right: 10px; }
  .review-photo-button { flex-basis: 132px; height: 96px; }
  .service-grid .service-visual, .service-grid-visual .service-image { height: auto; aspect-ratio: 4 / 3; }
  :root { --header: 68px; --gutter: 16px; }
  .top-header-main { gap: 12px; padding-inline: 12px; }
  .wordmark strong { font-size: clamp(15px, 4.3vw, 21px); }
  .wordmark small { display: none; }
  .header-cta { width: 44px; min-height: 44px; padding: 0; }
  .header-cta span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
  .hero-copy h1 { font-size: clamp(30px, 8vw, 42px); text-transform: none; }
  .hero-lead { font-size: 16px; }
  .section, .dashboard-section { padding-inline: var(--gutter); }
  .section .container, .section .narrow, .section .content-narrow { width: 100%; }
  .about-hero-grid { padding-block: 36px; }
  .rating-distribution { padding: 16px; }
  .analytics-notice { inset: auto 12px calc(70px + env(safe-area-inset-bottom, 0px)); max-height: calc(100dvh - 160px); overflow-y: auto; padding: 16px; }
}
@media (max-width: 560px) {
  .about-hero-lead { font-size: 17px; }
  .about-hero-actions { flex-direction: column; align-items: stretch; }
  .about-logo-panel { grid-template-columns: 1fr; }
  .about-logo-frame { max-width: 280px; margin-inline: auto; }
  .about-logo-meta { text-align: center; }
  .about-stats-grid, .about-service-grid { grid-template-columns: 1fr; }
  .about-stats-grid > div { border-right: 0; border-bottom: 1px solid var(--line-soft); }
  .about-stats-grid > div:last-child { border-bottom: 0; }
  .about-service-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .about-service-grid article:nth-child(3) { border-bottom: 1px solid var(--line); }
  .about-service-grid article:last-child { border-bottom: 0; }
  .about-service-grid h3 { margin-top: 32px; }
  .about-process-list li { grid-template-columns: 58px 1fr; }
  .about-process-list li > div { padding: 22px 20px; }
  .about-legal-primary dl > div { grid-template-columns: 1fr; gap: 5px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
