/* Laboratory of Expertise brand. Shared by the header and footer site-wide. */

.dvs-brand .dvs-brand__mark {
	display: inline-block;
	width: 52px;
	height: 52px;
	flex: 0 0 52px;
	border: 0;
	border-radius: 0;
	background-image: url("https://dvs-expert.ru/wp-content/uploads/2026/05/logo_final.png") !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	box-shadow: none;
	overflow: visible;
	transform: none !important;
}

.dvs-brand .dvs-brand__mark > svg {
	display: none !important;
}

.dvs-brand .dvs-brand__text {
	min-width: 0;
}

.dvs-brand .dvs-brand__text strong {
	display: block;
	font-style: normal;
	font-weight: 800;
	font-size: 15px;
	line-height: 1.15;
	letter-spacing: 0;
	text-transform: uppercase;
	white-space: nowrap;
	transform: none !important;
}

.dvs-brand .dvs-brand__text small {
	display: block;
	margin-top: 4px;
	font-size: 11px;
	line-height: 1.25;
	letter-spacing: 0;
	white-space: nowrap;
}

@media (max-width: 640px) {
	.dvs-brand .dvs-brand__mark {
		width: 42px;
		height: 42px;
		flex-basis: 42px;
	}

	.dvs-brand .dvs-brand__text strong {
		font-size: 13px;
	}

	.dvs-brand .dvs-brand__text small {
		font-size: 10px;
	}
}

/* v1.3.20 — homepage visual alignment */
.dvs-brand .dvs-brand__mark {
  width: 48px !important;
  height: 48px !important;
  flex: 0 0 48px !important;
  background: url("https://dvs-expert.ru/wp-content/uploads/2026/05/logo_final.png") center/contain no-repeat !important;
}
.dvs-brand .dvs-brand__mark svg { display:none !important; }

.home {
  --home-bg: #081523;
  --home-surface: #102033;
  --home-surface-deep: #07131f;
  --home-card: rgba(12,31,50,.92);
  --home-border: rgba(83,198,255,.20);
  --home-text: #f4f8fc;
  --home-muted: #b5c4d6;
  --home-accent: #53c6ff;
}
.home .dvs-main { background: var(--home-bg); color: var(--home-text); }
.home .dvs-header {
  background: rgba(5,14,24,.96) !important;
  border-bottom: 1px solid rgba(83,198,255,.18) !important;
  box-shadow: 0 12px 32px rgba(0,0,0,.20);
}
.home .dvs-container { width:min(1180px, calc(100% - 48px)); }
.home .dvs-editorial-hero {
  min-height: 600px !important;
  padding: 52px 0 !important;
  display:flex;
  align-items:center;
  background:
    linear-gradient(90deg,rgba(4,12,22,.98) 0%,rgba(4,12,22,.90) 43%,rgba(4,12,22,.42) 72%,rgba(4,12,22,.30) 100%),
    url("https://dvs-expert.ru/wp-content/uploads/2026/09/engine-hero-v2.webp") center/cover no-repeat !important;
  border-bottom:1px solid rgba(83,198,255,.20);
}
.home .dvs-editorial-hero__grid {
  display:grid !important;
  grid-template-columns:minmax(0,1.18fr) minmax(340px,.82fr) !important;
  gap:44px !important;
  align-items:center !important;
}
.home .dvs-editorial-hero__main { max-width:720px; }
.home .dvs-editorial-hero h1 {
  margin:0 0 22px !important;
  max-width:760px;
  color:#fff !important;
  font-family:inherit !important;
  font-size:clamp(52px,6.2vw,88px) !important;
  font-weight:800 !important;
  line-height:.96 !important;
  letter-spacing:-.045em !important;
  text-transform:none !important;
}
.home .dvs-editorial-hero .dvs-lead {
  max-width:700px;
  margin:0 0 28px !important;
  color:#c9d6e5 !important;
  font-size:20px !important;
  line-height:1.55 !important;
}
.home .dvs-editorial-hero__credential {
  padding:28px !important;
  background:rgba(7,19,31,.88) !important;
  border:1px solid rgba(83,198,255,.28) !important;
  border-radius:8px !important;
  box-shadow:0 24px 60px rgba(0,0,0,.30) !important;
  backdrop-filter:blur(8px);
}
.home .dvs-editorial-hero__credential > span {
  color:var(--home-accent) !important;
  font-size:12px !important;
  font-weight:800 !important;
  letter-spacing:.10em !important;
  text-transform:uppercase !important;
}
.home .dvs-editorial-hero__credential h2 {
  margin:10px 0 12px !important;
  color:#fff !important;
  font-size:30px !important;
  line-height:1.1 !important;
  letter-spacing:-.02em !important;
}
.home .dvs-editorial-hero__credential p,
.home .dvs-editorial-hero__credential dd span { color:var(--home-muted) !important; }
.home .dvs-editorial-hero__credential dl { margin:20px 0 !important; }
.home .dvs-editorial-hero__credential dl > div {
  padding:13px 0 !important;
  border-top:1px solid rgba(255,255,255,.10) !important;
}
.home .dvs-editorial-hero__credential dt { color:var(--home-accent) !important; }
.home .dvs-editorial-hero__credential a { color:var(--home-accent) !important; font-weight:800; }

.home .dvs-button {
  min-height:48px !important;
  padding:13px 22px !important;
  border-radius:5px !important;
  font-size:15px !important;
  font-weight:800 !important;
  letter-spacing:.01em !important;
}
.home .dvs-button--primary {
  color:#03101a !important;
  background:var(--home-accent) !important;
  border-color:var(--home-accent) !important;
  box-shadow:0 10px 28px rgba(83,198,255,.18);
}
.home .dvs-button--primary:hover {
  color:#03101a !important;
  background:#8cdbff !important;
  border-color:#8cdbff !important;
  transform:translateY(-2px);
}
.home .dvs-button--ghost {
  color:#f4f8fc !important;
  background:rgba(7,19,31,.66) !important;
  border-color:rgba(83,198,255,.42) !important;
}
.home .dvs-button--ghost:hover {
  color:#fff !important;
  background:#15314c !important;
  border-color:var(--home-accent) !important;
}

.home .dvs-section {
  padding:58px 0 !important;
  background:var(--home-surface) !important;
  border:0 !important;
}
.home .dvs-section--soft { background:var(--home-surface-deep) !important; }
.home .dvs-editorial-heading { margin:0 0 28px !important; padding:0 !important; border:0 !important; }
.home .dvs-editorial-heading > div { display:flex !important; align-items:center !important; gap:14px !important; }
.home .dvs-editorial-heading span {
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:40px !important;
  height:28px !important;
  padding:0 9px !important;
  color:#06121e !important;
  background:var(--home-accent) !important;
  border-radius:3px !important;
  font-size:12px !important;
  font-weight:900 !important;
  letter-spacing:.06em !important;
}
.home .dvs-editorial-heading h2 {
  margin:0 !important;
  color:#fff !important;
  font-family:inherit !important;
  font-size:clamp(34px,4vw,52px) !important;
  line-height:1.04 !important;
  letter-spacing:-.035em !important;
}

.home .dvs-editorial-scenarios,
.home .dvs-editorial-services,
.home .dvs-editorial-process,
.home .dvs-editorial-objects {
  display:grid !important;
  gap:14px !important;
}
.home .dvs-editorial-scenarios { grid-template-columns:repeat(3,minmax(0,1fr)) !important; }
.home .dvs-editorial-services { grid-template-columns:repeat(3,minmax(0,1fr)) !important; }
.home .dvs-editorial-process { grid-template-columns:repeat(4,minmax(0,1fr)) !important; }
.home .dvs-editorial-objects { grid-template-columns:repeat(4,minmax(0,1fr)) !important; }

.home .dvs-editorial-scenarios article,
.home .dvs-editorial-services article,
.home .dvs-editorial-process article,
.home .dvs-editorial-objects > div {
  position:relative;
  margin:0 !important;
  padding:22px !important;
  min-height:0 !important;
  background:rgba(9,25,41,.78) !important;
  border:1px solid var(--home-border) !important;
  border-radius:7px !important;
  box-shadow:none !important;
  transition:background .2s ease,border-color .2s ease,transform .2s ease;
}
.home .dvs-section--soft .dvs-editorial-services article {
  background:rgba(16,32,51,.82) !important;
}
.home .dvs-editorial-scenarios article:hover,
.home .dvs-editorial-services article:hover,
.home .dvs-editorial-process article:hover,
.home .dvs-editorial-objects > div:hover {
  background:#142d47 !important;
  border-color:rgba(83,198,255,.52) !important;
  transform:translateY(-2px);
}
.home .dvs-editorial-scenarios article > span,
.home .dvs-editorial-services__number,
.home .dvs-editorial-process article > span,
.home .dvs-editorial-objects > div > span {
  display:block !important;
  margin:0 0 16px !important;
  color:var(--home-accent) !important;
  background:none !important;
  font-size:13px !important;
  font-weight:900 !important;
  line-height:1 !important;
  letter-spacing:.08em !important;
}
.home .dvs-editorial-scenarios article { display:grid !important; grid-template-columns:1fr !important; }
.home .dvs-editorial-scenarios h3,
.home .dvs-editorial-services h3,
.home .dvs-editorial-process h3 {
  margin:0 0 10px !important;
  color:#fff !important;
  font-family:inherit !important;
  font-size:20px !important;
  line-height:1.24 !important;
  letter-spacing:-.015em !important;
}
.home .dvs-editorial-scenarios p,
.home .dvs-editorial-services p,
.home .dvs-editorial-process li {
  color:var(--home-muted) !important;
  font-size:15px !important;
  line-height:1.55 !important;
}
.home .dvs-editorial-process ul { margin:10px 0 0 !important; padding-left:18px !important; }
.home .dvs-editorial-process li + li { margin-top:5px !important; }
.home .dvs-editorial-objects > div { display:flex !important; align-items:center !important; gap:13px !important; padding:18px 20px !important; }
.home .dvs-editorial-objects > div > span { margin:0 !important; }
.home .dvs-editorial-objects strong { color:#fff !important; font-size:16px !important; line-height:1.35 !important; }

.home .dvs-editorial-expert {
  display:grid !important;
  grid-template-columns:minmax(270px,.75fr) minmax(0,1.55fr) !important;
  gap:18px !important;
  align-items:stretch !important;
}
.home .dvs-editorial-expert__identity,
.home .dvs-editorial-expert__facts {
  padding:28px !important;
  background:rgba(16,32,51,.86) !important;
  border:1px solid var(--home-border) !important;
  border-radius:7px !important;
}
.home .dvs-expert__monogram {
  width:64px !important;
  height:64px !important;
  margin:0 0 20px !important;
  color:#06121e !important;
  background:var(--home-accent) !important;
  border:0 !important;
  border-radius:6px !important;
  font-weight:900 !important;
}
.home .dvs-editorial-expert__identity > span { color:var(--home-accent) !important; }
.home .dvs-editorial-expert__identity h2 {
  color:#fff !important;
  font-family:inherit !important;
  font-size:36px !important;
  line-height:1.05 !important;
}
.home .dvs-editorial-expert__identity p,
.home .dvs-editorial-expert__facts dd,
.home .dvs-editorial-expert__facts dd span { color:var(--home-muted) !important; }
.home .dvs-editorial-expert__facts h3 { color:#fff !important; margin:0 0 18px !important; font-size:24px !important; }
.home .dvs-editorial-expert__facts dl { display:grid !important; grid-template-columns:1fr 1fr !important; gap:10px 22px !important; }
.home .dvs-editorial-expert__facts dl > div { padding:15px 0 !important; border-top:1px solid rgba(255,255,255,.10) !important; }
.home .dvs-editorial-expert__facts dt { color:var(--home-accent) !important; }
.home .dvs-editorial-expert__facts strong { color:#fff !important; }
.home .dvs-editorial-expert__codes { margin-top:8px !important; }
.home .dvs-editorial-expert__codes li { padding:5px 0 !important; }
.home .dvs-editorial-expert__codes b { color:var(--home-accent) !important; }

.home #prices .dvs-price-grid {
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:14px !important;
}
.home #prices .dvs-price-card {
  min-height:230px !important;
  padding:24px !important;
  justify-content:flex-start !important;
  background:rgba(16,32,51,.90) !important;
  border:1px solid var(--home-border) !important;
  border-radius:7px !important;
  box-shadow:none !important;
}
.home #prices .dvs-price-card h3 { color:#fff !important; font-size:21px !important; }
.home #prices .dvs-price-card__value { margin:14px 0 22px !important; color:var(--home-accent) !important; font-size:30px !important; }
.home #prices .dvs-price-card .dvs-button { margin-top:auto !important; width:100% !important; }

.home .dvs-footer {
  padding-top:48px !important;
  background:#050e18 !important;
  border-top:1px solid rgba(83,198,255,.22) !important;
}
.home .dvs-footer__grid {
  gap:48px !important;
  padding-bottom:36px !important;
}
.home .dvs-footer h2 { color:#fff !important; font-family:inherit !important; font-size:28px !important; }
.home .dvs-footer p,
.home .dvs-contact-list { color:var(--home-muted) !important; }
.home .dvs-contact-list a { color:#fff !important; }
.home .dvs-contact-list a:hover { color:var(--home-accent) !important; }
.home .dvs-footer__bottom { border-top:1px solid rgba(255,255,255,.10) !important; }

@media (max-width: 1024px) {
  .home .dvs-editorial-hero__grid { grid-template-columns:1fr !important; }
  .home .dvs-editorial-hero__credential { max-width:720px; }
  .home .dvs-editorial-scenarios,
  .home .dvs-editorial-process,
  .home .dvs-editorial-objects { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  .home .dvs-editorial-expert { grid-template-columns:1fr !important; }
}
@media (max-width: 760px) {
  .home .dvs-container { width:min(100% - 28px,1180px); }
  .home .dvs-editorial-hero { min-height:0 !important; padding:42px 0 !important; }
  .home .dvs-editorial-hero h1 { font-size:clamp(42px,13vw,62px) !important; }
  .home .dvs-editorial-hero .dvs-lead { font-size:17px !important; }
  .home .dvs-editorial-hero__grid { gap:26px !important; }
  .home .dvs-editorial-hero__credential { padding:22px !important; }
  .home .dvs-section { padding:42px 0 !important; }
  .home .dvs-editorial-heading h2 { font-size:34px !important; }
  .home .dvs-editorial-scenarios,
  .home .dvs-editorial-services,
  .home .dvs-editorial-process,
  .home .dvs-editorial-objects,
  .home #prices .dvs-price-grid,
  .home .dvs-editorial-expert__facts dl { grid-template-columns:1fr !important; }
  .home .dvs-editorial-scenarios article,
  .home .dvs-editorial-services article,
  .home .dvs-editorial-process article { padding:20px !important; }
  .home .dvs-footer__grid { grid-template-columns:1fr !important; }
}

/* v1.3.20 — card layout correction */
.home .dvs-editorial-services article,
.home .dvs-editorial-process article {
  display:flex !important;
  flex-direction:column !important;
  grid-template-columns:none !important;
  align-items:stretch !important;
}
.home .dvs-editorial-services article > *,
.home .dvs-editorial-process article > * {
  width:auto !important;
  min-width:0 !important;
}
.home .dvs-editorial-services article > div { display:block !important; }
.home .dvs-editorial-services article p { margin:0 !important; }
.home .dvs-editorial-process article ul { width:auto !important; }

/* v1.3.20 — expert facts layout correction */
.home .dvs-editorial-expert__facts dl > div {
  display:block !important;
  grid-template-columns:none !important;
}
.home .dvs-editorial-expert__facts dt,
.home .dvs-editorial-expert__facts dd {
  width:auto !important;
  min-width:0 !important;
}
.home .dvs-editorial-expert__facts dd { margin:7px 0 0 !important; }


/* 1.3.20 — homepage contact form and mobile containment */
.home { overflow-x: hidden; }
.home .site,
.home .dvs-main,
.home .dvs-container,
.home section,
.home article,
.home .dvs-grid,
.home [class*="__grid"] { min-width: 0; box-sizing: border-box; }
.dvs-home-contact {
	position: relative;
	padding: clamp(34px, 4vw, 58px) 0;
	background: linear-gradient(135deg, #10263a 0%, #17344c 55%, #10283c 100%);
	border-top: 1px solid rgba(86, 202, 255, .22);
	color: #f4f8fc;
}
.dvs-home-contact__grid {
	display: grid;
	grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
	gap: clamp(28px, 5vw, 70px);
	align-items: start;
}
.dvs-home-contact__intro > span {
	display: block;
	margin-bottom: 8px;
	color: #55c9ff;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .09em;
	text-transform: uppercase;
}
.dvs-home-contact__intro h2 { margin: 0 0 12px; color: #fff; font-size: clamp(30px, 3.2vw, 48px); line-height: 1.05; }
.dvs-home-contact__intro p { margin: 0; max-width: 430px; color: #bdcada; font-size: 17px; line-height: 1.55; }
.dvs-home-contact__form .dvs-engine-form { margin: 0; padding: 0; background: transparent; border: 0; box-shadow: none; }
.dvs-home-contact__form .dvs-engine-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.dvs-home-contact__form .dvs-engine-form__wide { grid-column: 1 / -1; }
.dvs-home-contact__form .dvs-engine-form label > span { display: block; margin-bottom: 7px; color: #eaf3fa; font-size: 14px; font-weight: 700; }
.dvs-home-contact__form .dvs-engine-form input[type="text"],
.dvs-home-contact__form .dvs-engine-form input[type="tel"],
.dvs-home-contact__form .dvs-engine-form textarea {
	width: 100%;
	min-width: 0;
	box-sizing: border-box;
	border: 1px solid rgba(152, 190, 216, .36);
	border-radius: 10px;
	background: rgba(255,255,255,.96);
	color: #132235;
	font: inherit;
}
.dvs-home-contact__form .dvs-engine-form input[type="text"],
.dvs-home-contact__form .dvs-engine-form input[type="tel"] { min-height: 48px; padding: 0 14px; }
.dvs-home-contact__form .dvs-engine-form textarea { min-height: 104px; padding: 12px 14px; resize: vertical; }
.dvs-home-contact__form .dvs-engine-form__consent { display: flex; gap: 9px; align-items: flex-start; margin: 13px 0 16px; color: #bdcada; font-size: 13px; line-height: 1.45; }
.dvs-home-contact__form .dvs-engine-form__consent input { flex: 0 0 auto; margin-top: 3px; }
.dvs-home-contact__form .dvs-engine-form__consent a { color: #7cd7ff; }
.dvs-home-contact__form .dvs-engine-form__honeypot { position: absolute !important; left: -9999px !important; }
.dvs-home-contact__form .dvs-button { min-height: 48px; padding: 0 24px; }
@media (max-width: 767px) {
	.home .dvs-container { width: calc(100% - 28px); max-width: 100%; }
	.home .dvs-hero h1,
	.home .dvs-section-title,
	.home h2 { overflow-wrap: anywhere; word-break: normal; }
	.home .dvs-hero h1 { font-size: clamp(34px, 10vw, 43px); }
	.home .dvs-hero__actions,
	.home .dvs-cta-actions { display: grid; grid-template-columns: 1fr; width: 100%; }
	.home .dvs-hero__actions a,
	.home .dvs-cta-actions a { width: 100%; box-sizing: border-box; text-align: center; }
	.home .dvs-hero__expert,
	.home .dvs-expert-card,
	.home .dvs-credentials,
	.home .dvs-credentials dl,
	.home .dvs-credentials dl > div { width: 100%; max-width: 100%; min-width: 0; }
	.home .dvs-credentials dl > div { display: block; }
	.dvs-home-contact__grid { grid-template-columns: 1fr; gap: 22px; }
	.dvs-home-contact__form .dvs-engine-form__grid { grid-template-columns: 1fr; }
	.dvs-home-contact__form .dvs-engine-form__wide { grid-column: auto; }
}

@media (max-width: 700px) {
	html, body.home, body.home .site { width: 100% !important; min-width: 0 !important; max-width: 100% !important; overflow-x: hidden !important; }
	body.home .dvs-main, body.home .dvs-main *, body.home .dvs-footer, body.home .dvs-footer * { min-width: 0 !important; max-width: 100% !important; box-sizing: border-box !important; }
	body.home .dvs-container { width: 100% !important; margin-inline: 0 !important; padding-inline: 14px !important; }
	body.home .dvs-hero__layout, body.home .dvs-hero__content, body.home .dvs-hero__expert { width: 100% !important; max-width: 100% !important; grid-template-columns: 1fr !important; }
	body.home .dvs-hero h1 { font-size: 34px !important; line-height: 1.08 !important; overflow-wrap: anywhere !important; }
	body.home p, body.home h1, body.home h2, body.home h3, body.home dd, body.home li, body.home a { overflow-wrap: anywhere !important; }
}

/* 1.3.22: homepage backgrounds, spacing and readable case text. */
.home #why, .home #objects, .home #process, .home #prices {
  background-image:linear-gradient(90deg,rgba(8,21,35,.94),rgba(8,21,35,.76) 55%,rgba(8,21,35,.35)),var(--home-section-image) !important;
  background-position:center,right center !important;
  background-size:cover !important;
  background-repeat:no-repeat !important;
}
.home #why { --home-section-image:url("https://dvs-expert.ru/wp-content/uploads/2026/09/engine-internals-bg-v1.webp"); }
.home #objects,.home #prices { --home-section-image:url("https://dvs-expert.ru/wp-content/uploads/2026/09/damaged-parts-bg-v1.webp"); }
.home #process { --home-section-image:url("https://dvs-expert.ru/wp-content/uploads/2026/09/diagnostic-components-bg-v1.webp"); }
.home .dvs-section { padding:30px 0 !important; }
.home .dvs-editorial-heading { margin-bottom:20px !important; }
.home .dvs-editorial-hero { min-height:0 !important; padding:30px 0 !important; }
.home .dvs-editorial-hero__grid { gap:28px !important; }
.home .dvs-editorial-hero h1 { font-size:clamp(42px,5.1vw,66px) !important; line-height:1.04 !important; margin-bottom:18px !important; }
.home .dvs-editorial-hero__credential { padding:20px !important; }
.home .dvs-editorial-hero__credential h2 { font-size:27px !important; }
.home .dvs-editorial-hero__credential p,.home .dvs-editorial-hero__credential dd { font-size:15px !important; line-height:1.45 !important; }
.home .dvs-editorial-hero__credential dl { margin:12px 0 !important; }
.home .dvs-editorial-hero__credential dl > div { padding:9px 0 !important; }
.home .dvs-editorial-scenarios article { display:grid !important; grid-template-columns:26px minmax(0,1fr) !important; gap:10px !important; align-items:start !important; }
.home .dvs-editorial-scenarios article,.home .dvs-editorial-services article,.home .dvs-editorial-process article { padding:16px !important; }
.home .dvs-editorial-services article,.home .dvs-editorial-process article { gap:8px !important; justify-content:flex-start !important; }
.home .dvs-editorial-scenarios article > span,.home .dvs-editorial-services__number,.home .dvs-editorial-process article > span { margin:0 !important; }
.home .dvs-editorial-scenarios p { margin:0 !important; }
.home .dvs-editorial-services h3,.home .dvs-editorial-process h3 { margin:0 !important; }
.home .dvs-editorial-process ul { margin:0 !important; }
.home .dvs-editorial-expert__identity,.home .dvs-editorial-expert__facts { padding:20px !important; }
.home .dvs-editorial-expert__identity h2 { margin:12px 0 !important; }
.home .dvs-editorial-expert__identity p { margin:0 !important; }
.home .dvs-editorial-expert__facts dl { margin:0 0 16px !important; gap:8px 18px !important; }
.home .dvs-editorial-expert__facts dl > div { padding:10px 0 !important; }
.home .dvs-editorial-expert__facts dt,.home .dvs-editorial-expert__facts dd { font-size:15px !important; line-height:1.45 !important; }
.home .dvs-editorial-expert__codes { gap:4px !important; }
.home .dvs-editorial-expert__codes li { font-size:14px !important; }
.home .dvs-editorial-objects > div a { color:inherit; text-decoration:underline; text-decoration-color:var(--home-accent); text-underline-offset:4px; }
.home .dvs-editorial-objects > div a:after { content:""; position:absolute; inset:0; }
.home .dvs-editorial-objects > div:focus-within { outline:2px solid var(--home-accent); outline-offset:3px; }
.home #prices .dvs-price-card { min-height:0 !important; padding:18px !important; }
.home #prices .dvs-price-card__value { margin:10px 0 16px !important; }
body.single-dvs_engine_case .dvs-main p,body.single-dvs_engine_case .dvs-main li,body.single-dvs_engine_case .dvs-main dd { font-size:16px !important; line-height:1.6 !important; }
body.single-dvs_engine_case .dvs-main .dvs-engine-back-link { font-size:14px !important; display:inline-flex; min-height:44px; align-items:center; padding:8px 14px; }
body.single-dvs_engine_case .dvs-engine-form label,body.single-dvs_engine_case .dvs-engine-form label span { font-size:14px !important; line-height:1.5 !important; }
body.single-dvs_engine_case .dvs-engine-form input,body.single-dvs_engine_case .dvs-engine-form textarea { font-size:16px !important; }
@media(max-width:760px) {
 .home .dvs-section { padding:24px 0 !important; }
 .home .dvs-editorial-hero { padding:24px 0 !important; }
 .home .dvs-editorial-hero__grid { gap:20px !important; }
 .home .dvs-editorial-hero .dvs-lead { margin-bottom:20px !important; }
 .home .dvs-editorial-hero__credential { padding:16px !important; }
 .home .dvs-editorial-hero__credential h2 { font-size:25px !important; }
 .home .dvs-editorial-heading h2 { font-size:30px !important; }
 .home .dvs-editorial-scenarios,.home .dvs-editorial-services,.home .dvs-editorial-process { gap:10px !important; }
 .home .dvs-editorial-scenarios h3,.home .dvs-editorial-services h3,.home .dvs-editorial-process h3 { font-size:18px !important; }
 .home .dvs-editorial-process article { display:grid !important; grid-template-columns:24px minmax(0,1fr) !important; gap:8px 10px !important; }
 .home .dvs-editorial-process article > span { grid-column:1; grid-row:1; padding-top:4px; }
 .home .dvs-editorial-process article h3,.home .dvs-editorial-process article ul { grid-column:2; }
 .home .dvs-editorial-expert__identity,.home .dvs-editorial-expert__facts { padding:16px !important; }
 .home .dvs-editorial-expert__identity h2 { font-size:30px !important; }
 .home .dvs-editorial-expert__facts h3 { font-size:22px !important; }
 .home .dvs-editorial-expert__codes { grid-template-columns:1fr !important; }
 .home #why,.home #objects,.home #process,.home #prices { background-position:center,65% center !important; }
}

/* Keep the signed-in toolbar from overlapping page headings. */
body.admin-bar #site-header { top:32px !important; }
@media(max-width:782px){body.admin-bar #site-header { top:46px !important; }}
@media(max-width:600px){body.admin-bar #wpadminbar { position:fixed; }}
body.single-dvs_engine_case .dvs-main h2 { font-size:24px !important; line-height:1.25 !important; }
body.single-dvs_engine_case .dvs-main h3 { font-size:20px !important; line-height:1.3 !important; }
body.single-dvs_engine_case .dvs-main figcaption { font-size:14px !important; line-height:1.45 !important; }

html,body.home,body.home .site,body.dvs-engine-expertise { overflow-x:clip !important; }
