/* Theme chrome — header, nav, footer, mobile. Trade-in UI in trade-in.css */

:root {
	--tm-red: #d70018;
	--tm-red-hover: #b80015;
	--tm-text: #0a0a0a;
	--tm-muted: #4a4a4a;
	--tm-border: #e5e5e5;
	--tm-bg: #f5f5f5;
	--tm-header: 64px;
	--tm-sticky: 156px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: var(--tm-sticky);
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

.skip-link {
	position: absolute;
	left: 12px;
	top: -48px;
	z-index: 400;
	padding: 8px 14px;
	border-radius: 8px;
	background: #111;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.skip-link:focus {
	top: 12px;
}

:focus-visible {
	outline: 2px solid var(--tm-red);
	outline-offset: 2px;
}

body {
	margin: 0;
	font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.55;
	color: var(--tm-text);
	background: var(--tm-bg);
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: var(--tm-red);
}

.site-wrap {
	width: min(1200px, calc(100% - 32px));
	margin: 0 auto;
}

.site-main {
	position: relative;
	z-index: 0;
}

/* Header */
.site-header {
	background: #fff;
	border-bottom: 1px solid var(--tm-border);
	position: sticky;
	top: 0;
	z-index: 300;
	isolation: isolate;
}

.site-topbar {
	background: #111;
	color: #fff;
	font-size: 13px;
}

.site-topbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 40px;
	padding: 6px 0;
}

.site-topbar .a24h-header-chip {
	color: #fff !important;
	font-size: 13px;
}

.site-topbar .a24h-header-chip--map {
	opacity: .9;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.site-masthead__inner {
	display: grid;
	grid-template-columns: auto auto 1fr auto;
	align-items: center;
	gap: 16px;
	min-height: var(--tm-header);
	padding: 10px 0;
}

.site-branding {
	min-width: 0;
}

.site-branding .custom-logo-link {
	display: block;
	max-width: 160px;
}

.site-branding .custom-logo-link img,
.site-branding .custom-logo {
	display: block;
	max-height: 48px;
	max-width: 160px;
	width: auto;
	height: auto;
}

.site-logo-text {
	font-size: 28px;
	font-weight: 800;
	letter-spacing: -0.04em;
	text-decoration: none !important;
	color: #111 !important;
	line-height: 1;
}

.site-logo-text span {
	color: var(--tm-red);
}

.site-search-wrap {
	position: relative;
	width: 280px;
	max-width: 100%;
	justify-self: end;
}

.site-search-wrap--drawer {
	width: 100%;
	margin-bottom: 12px;
}

.site-search {
	display: flex;
	align-items: stretch;
	background: #fff;
	border-radius: 999px;
	overflow: hidden;
	border: 1px solid var(--tm-border);
	width: 100%;
	height: 40px;
}

.site-search-suggest {
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	right: 0;
	min-width: 280px;
	max-height: min(70vh, 420px);
	overflow: auto;
	background: #fff;
	border: 1px solid var(--tm-border);
	border-radius: 12px;
	box-shadow: 0 12px 28px rgba(0, 0, 0, .14);
	z-index: 80;
	padding: 6px 0;
}

.site-search-wrap--drawer .site-search-suggest {
	min-width: 0;
	right: 0;
}

.site-search-suggest[hidden] {
	display: none;
}

.site-search-suggest__label {
	display: block;
	padding: 6px 14px 4px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #888;
}

.site-search-suggest a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 14px;
	color: #111;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
}

.site-search-suggest a:hover,
.site-search-suggest a.is-active {
	background: #fff1f2;
	color: var(--tm-red);
}

.site-search-suggest img {
	width: 36px;
	height: 36px;
	object-fit: contain;
	flex-shrink: 0;
	background: #f6f6f6;
	border-radius: 8px;
}

.site-search-suggest small {
	display: block;
	font-size: 12px;
	font-weight: 500;
	color: #777;
}

.site-search-suggest__empty,
.site-search-suggest__more {
	padding: 10px 14px;
	font-size: 13px;
	color: #666;
}

.site-search:focus-within {
	border-color: #ccc;
	background: #fff;
}

.site-search input {
	flex: 1;
	border: 0;
	background: transparent;
	padding: 0 12px 0 16px;
	font: inherit;
	font-size: 14px;
	line-height: 1;
	outline: none;
	min-width: 0;
	height: 100%;
	-webkit-appearance: none;
	appearance: none;
}

.site-search input::-webkit-search-decoration,
.site-search input::-webkit-search-cancel-button {
	-webkit-appearance: none;
	appearance: none;
}

.site-search button {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	border: 0;
	margin: 0;
	padding: 0;
	background: var(--tm-red);
	color: #fff;
	width: 42px;
	height: auto;
	align-self: stretch;
	cursor: pointer;
	line-height: 0;
}

.site-search button svg {
	display: block;
	width: 16px;
	height: 16px;
}

.site-header-cta {
	display: flex;
	gap: 8px;
}

.site-cta {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 14px;
	border-radius: 999px;
	text-decoration: none !important;
	font-weight: 600;
	font-size: 14px;
	white-space: nowrap;
}

.site-cta svg,
.site-cta img {
	width: 16px;
	height: 16px;
}

.site-cta--call {
	background: var(--tm-red);
	color: #fff !important;
}

.site-cta--call:hover {
	background: var(--tm-red-hover);
}

.site-cta--zalo {
	background: #eef5ff;
	color: #0068ff !important;
	border: 1px solid #cfe0ff;
}

.site-cta--place {
	background: #f4f4f4;
	color: #111 !important;
}

.site-cta--place:hover {
	background: #ececec;
}

.site-primary-nav__list {
	display: flex;
	align-items: center;
	gap: 2px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-primary-nav__list > li {
	position: relative;
}

.site-primary-nav__list > li > a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 12px;
	border-radius: 8px;
	color: #111;
	text-decoration: none;
	font-size: 15px;
	font-weight: 700;
	white-space: nowrap;
}

.site-primary-nav__list > li > a:hover,
.site-primary-nav__list > li.is-current > a {
	color: var(--tm-red);
	background: #fff1f2;
}

.site-primary-nav__caret {
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid currentColor;
}

.site-primary-nav__sub {
	display: none;
	position: absolute;
	top: calc(100% - 2px);
	left: 0;
	min-width: 300px;
	width: max-content;
	max-width: min(360px, 92vw);
	margin: 0;
	padding: 10px 0;
	list-style: none;
	background: #fff;
	border: 1px solid var(--tm-border);
	border-radius: 10px;
	box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
	z-index: 40;
}

.site-primary-nav__list > li:hover > .site-primary-nav__sub,
.site-primary-nav__list > li:focus-within > .site-primary-nav__sub {
	display: block;
}

.site-primary-nav__sub a {
	display: block;
	padding: 10px 18px;
	color: #222;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.01em;
	white-space: nowrap;
}

.site-primary-nav__sub a:hover,
.site-primary-nav__sub .is-current a {
	background: #fff1f2;
	color: var(--tm-red);
}

.site-nav {
	border-top: 1px solid #f0f0f0;
	background: #fff;
}

.site-nav__list {
	display: flex;
	flex-wrap: nowrap;
	gap: 4px 6px;
	list-style: none;
	margin: 0;
	padding: 8px 0;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.site-nav__list::-webkit-scrollbar {
	display: none;
}

.site-nav__list li {
	flex-shrink: 0;
}

.site-nav__list a {
	display: block;
	padding: 7px 12px;
	border-radius: 999px;
	color: #222;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
}

.site-nav__list a:hover,
.site-nav__list .current-menu-item a {
	background: #fff1f2;
	color: var(--tm-red);
}

/* Drawer */
.site-drawer[hidden] {
	display: none;
}

.site-drawer {
	position: fixed;
	inset: 0;
	z-index: 200;
}

.site-drawer__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .45);
}

.site-drawer__panel {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: min(340px, 88vw);
	background: #fff;
	padding: 16px 18px 32px;
	overflow: auto;
	box-shadow: 8px 0 24px rgba(0, 0, 0, .12);
}

.site-drawer__head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
}

.site-drawer__close {
	border: 0;
	background: #f3f3f3;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	font-size: 22px;
	cursor: pointer;
}

.site-drawer__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-drawer__search {
	margin-bottom: 12px;
}

.site-drawer__list a {
	display: block;
	padding: 12px 4px;
	border-bottom: 1px solid #f0f0f0;
	color: #111;
	text-decoration: none;
	font-weight: 600;
}

.site-drawer__list a.is-current,
.site-drawer__list .is-current > .site-drawer__toggle {
	color: var(--tm-red);
}

.site-drawer__toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 12px 4px;
	border: 0;
	border-bottom: 1px solid #f0f0f0;
	background: transparent;
	font: inherit;
	font-weight: 600;
	text-align: left;
	cursor: pointer;
}

.site-drawer__toggle span {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #666;
}

.site-drawer__list .has-children.is-open > .site-drawer__toggle span {
	transform: rotate(180deg);
}

.site-drawer__sub {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0 0 8px 12px;
}

.site-drawer__list .has-children.is-open > .site-drawer__sub {
	display: block;
}

.site-drawer__sub a {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.45;
	letter-spacing: 0.01em;
	padding: 11px 4px;
}

/* Footer chrome extras */
.site-footer {
	background: #fff;
	border-top: 1px solid var(--tm-border);
	margin-top: 24px;
}

.site-footer__copy {
	border-top: 1px solid #f0f0f0;
	padding: 14px 0 80px;
	font-size: 13px;
	color: var(--tm-muted);
	text-align: center;
}

/* Bottom bar */
.site-bottom-bar {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 90;
	background: #fff;
	border-top: 1px solid var(--tm-border);
	grid-template-columns: repeat(5, 1fr);
	padding: 6px 4px env(safe-area-inset-bottom);
}

.site-bottom-bar a,
.site-bottom-bar button {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
	border: 0;
	background: transparent;
	color: #333;
	text-decoration: none;
	font-size: 11px;
	font-weight: 600;
	padding: 4px 2px;
	cursor: pointer;
}

.site-bottom-bar img,
.site-bottom-bar svg {
	width: 22px;
	height: 22px;
}

.site-bottom-bar .a24h-fa-phone--nav {
	width: 22px;
	height: 22px;
	color: #e3342f;
}

.site-bottom-bar a.is-current {
	color: var(--tm-red);
}

.site-breadcrumbs {
	width: min(1200px, calc(100% - 32px));
	margin: 12px auto 0;
	font-size: 13px;
	color: var(--tm-muted);
}

.site-breadcrumbs p,
.site-breadcrumbs .rank-math-breadcrumb {
	margin: 0;
}

.site-breadcrumbs a {
	color: var(--tm-muted);
	text-decoration: none;
}

.site-breadcrumbs a:hover {
	color: var(--tm-red);
}

/* Generic pages */
.site-article {
	padding: 28px 0 48px;
}

.site-article__title {
	margin: 0 0 16px;
	font-size: 28px;
}

.site-article__body,
.site-post-card {
	background: #fff;
	border: 1px solid var(--tm-border);
	border-radius: 12px;
	padding: 20px;
	margin-bottom: 16px;
}

.site-post-card h2 {
	margin: 0 0 8px;
}

.site-post-card h2 a {
	color: inherit;
	text-decoration: none;
}

.site-search-heading {
	margin: 20px 0 12px;
	font-size: 16px;
}

.site-search-cats {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 8px;
}

.site-search-chip {
	display: inline-flex;
	align-items: center;
	padding: 8px 14px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid var(--tm-border);
	color: inherit;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
}

.site-search-chip:hover {
	border-color: var(--tm-red);
	color: var(--tm-red);
}

.site-search-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	gap: 12px;
}

.site-search-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	padding: 16px 12px;
	background: #fff;
	border: 1px solid var(--tm-border);
	border-radius: 12px;
	text-decoration: none;
	color: inherit;
	text-align: center;
}

.site-search-card:hover {
	border-color: var(--tm-red);
	box-shadow: 0 4px 12px rgba(0, 0, 0, .06);
}

.site-search-card__media {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 88px;
	height: 88px;
}

.site-search-card__media img {
	max-width: 88px;
	max-height: 88px;
	object-fit: contain;
}

.site-search-card__name {
	font-size: 14px;
	line-height: 1.35;
}

.site-search-card__cat {
	font-size: 12px;
	color: var(--tm-muted);
	font-weight: 600;
}

.site-nav-label-short {
	display: none;
}

@media (max-width: 1280px) and (min-width: 901px) {
	.site-masthead__inner {
		gap: 12px;
	}

	.site-search-wrap {
		width: 220px;
	}

	.site-primary-nav__list > li > a {
		padding: 8px 9px;
		font-size: 14px;
	}

	.site-nav-label-full {
		display: none;
	}

	.site-nav-label-short {
		display: inline;
	}
}

@media (max-width: 1100px) and (min-width: 901px) {
	.site-masthead__inner {
		gap: 8px;
	}

	.site-search-wrap {
		width: 180px;
	}

	.site-primary-nav__list > li > a {
		padding: 8px 6px;
		font-size: 13px;
	}

	.site-header-cta .site-cta span {
		display: none;
	}

	.site-header-cta .site-cta {
		min-width: 40px;
		padding: 0 10px;
		justify-content: center;
	}
}

@media (max-width: 900px) {
	:root {
		--tm-sticky: 88px;
	}

	.site-topbar {
		display: none;
	}

	.site-masthead__inner {
		grid-template-columns: auto 1fr;
		gap: 10px;
	}

	.site-primary-nav,
	.site-header-cta {
		display: none;
	}

	.site-masthead .site-search-wrap {
		width: min(240px, 58vw);
		justify-self: end;
	}

	.site-search {
		display: flex;
		min-width: 0;
		height: 38px;
	}

	.site-search input {
		padding: 0 10px 0 14px;
		font-size: 14px;
	}

	.site-search button {
		width: 38px;
	}

	.site-branding .custom-logo-link {
		max-width: 120px;
	}

	.site-branding .custom-logo-link img,
	.site-branding .custom-logo {
		max-height: 40px;
		max-width: 120px;
	}

	.site-drawer__search.site-search {
		display: flex;
	}

	.site-nav {
		display: none;
	}

	.site-bottom-bar {
		display: grid;
	}

	.site-footer__copy {
		padding-bottom: 88px;
	}

	.a24h-float-wrap {
		display: none !important;
	}
}

/* Blog */
.blog-page,
.blog-single {
	padding: 24px 0 48px;
}

.blog-page__kicker {
	margin: 0 0 6px;
	font-size: 13px;
	font-weight: 700;
	color: var(--tm-red);
}

.blog-page__title {
	margin: 0 0 8px;
	font-size: clamp(24px, 4vw, 32px);
}

.blog-page__lead {
	margin: 0 0 24px;
	color: var(--tm-muted);
	max-width: 640px;
}

.blog-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 16px;
}

.blog-grid--3 {
	grid-template-columns: repeat(3, 1fr);
}

.blog-card {
	background: #fff;
	border: 1px solid var(--tm-border);
	border-radius: 12px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.blog-card__media {
	display: block;
	background: #f3f3f3;
	aspect-ratio: 16 / 10;
}

.blog-card__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 12px;
}

.blog-card__ph {
	display: block;
	height: 100%;
	background: #eee;
}

.blog-card__body {
	padding: 14px 16px 16px;
}

.blog-card__cat {
	font-size: 12px;
	font-weight: 700;
	color: var(--tm-red);
	text-decoration: none;
}

.blog-card__title {
	margin: 6px 0 8px;
	font-size: 17px;
	line-height: 1.35;
}

.blog-card__title a {
	color: inherit;
	text-decoration: none;
}

.blog-card__title a:hover {
	color: var(--tm-red);
}

.blog-card__excerpt {
	margin: 0 0 8px;
	font-size: 14px;
	color: var(--tm-muted);
}

.blog-card__meta {
	margin: 0;
	font-size: 12px;
	color: var(--tm-muted);
}

.blog-pager {
	margin-top: 24px;
}

.blog-crumb {
	font-size: 13px;
	color: var(--tm-muted);
	margin-bottom: 16px;
}

.blog-crumb a {
	color: var(--tm-muted);
	text-decoration: none;
}

.blog-crumb a:hover {
	color: var(--tm-red);
}

.blog-hero__cats {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 10px;
}

.blog-hero__cats a {
	padding: 4px 10px;
	border-radius: 999px;
	background: #fff1f2;
	color: var(--tm-red);
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}

.blog-hero__title {
	margin: 0 0 10px;
	font-size: clamp(24px, 4vw, 34px);
	line-height: 1.3;
}

.blog-hero__excerpt {
	margin: 0 0 10px;
	font-size: 16px;
	color: var(--tm-muted);
	max-width: 720px;
}

.blog-hero__meta {
	margin: 0 0 16px;
	font-size: 13px;
	color: var(--tm-muted);
}

.blog-hero__fig {
	margin: 0 0 24px;
	background: #fff;
	border: 1px solid var(--tm-border);
	border-radius: 12px;
	overflow: hidden;
	text-align: center;
}

.blog-hero__fig img {
	max-height: 280px;
	width: auto;
	object-fit: contain;
}

.blog-toc {
	background: #fff;
	border: 1px solid var(--tm-border);
	border-radius: 12px;
	padding: 16px 18px;
	margin-bottom: 20px;
}

.blog-toc ol {
	margin: 8px 0 0;
	padding-left: 18px;
}

.blog-toc a {
	color: var(--tm-red);
	font-weight: 600;
	text-decoration: none;
}

.blog-content {
	background: #fff;
	border: 1px solid var(--tm-border);
	border-radius: 12px;
	padding: 22px 22px 8px;
	font-size: 16px;
	line-height: 1.75;
}

.blog-content h2 {
	font-size: 20px;
	margin: 28px 0 10px;
	scroll-margin-top: var(--tm-sticky, 156px);
}

.blog-content h3 {
	font-size: 16px;
	margin: 18px 0 8px;
}

.blog-content p,
.blog-content ul,
.blog-content ol {
	margin: 0 0 12px;
}

.blog-share {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin: 16px 0;
	font-size: 14px;
	font-weight: 700;
}

.blog-share a {
	padding: 6px 12px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid var(--tm-border);
	text-decoration: none;
	color: inherit;
}

.blog-cta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 18px 20px;
	background: #111;
	color: #fff;
	border-radius: 12px;
	margin: 8px 0 0;
}

.blog-cta p {
	margin: 0;
	font-weight: 700;
}

.blog-related {
	margin-top: 36px;
}

.blog-related h2 {
	font-size: 20px;
	margin: 0 0 14px;
}

.blog-latest {
	margin: 0 0 24px;
	padding: 20px;
	background: #fff;
	border-radius: 12px;
	border: 1px solid var(--tm-border);
}

.blog-latest__head {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 12px;
	margin-bottom: 14px;
}

.blog-latest__head h2 {
	margin: 0;
}

.blog-latest__head a {
	font-weight: 700;
	text-decoration: none;
}

@media (max-width: 900px) {
	.blog-grid--3 {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	.site-logo-text {
		font-size: 22px;
	}

	.site-wrap {
		width: min(1200px, calc(100% - 20px));
	}
}

/* Contact page */
.a24h-contact {
	padding: 8px 0 32px;
}

.a24h-contact__hero {
	margin: 0 0 22px;
}

.a24h-contact__lead {
	margin: 10px 0 16px;
	font-size: 16px;
	line-height: 1.6;
	color: var(--tm-muted);
	max-width: 760px;
}

.a24h-contact__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin: 0 0 28px;
}

.a24h-contact__card {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 16px;
	border: 1px solid var(--tm-border);
	border-radius: 12px;
	background: #fff;
	text-decoration: none !important;
	color: inherit !important;
}

.a24h-contact__card:hover {
	border-color: #f0b8bf;
	box-shadow: 0 4px 14px rgba(215, 0, 24, .08);
}

.a24h-contact__card img,
.a24h-contact__icon {
	width: 36px;
	height: 36px;
	flex-shrink: 0;
	border-radius: 8px;
}

.a24h-contact__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 800;
}

.a24h-contact__icon--phone {
	background: #e3342f;
	border-radius: 50%;
}

.a24h-contact__icon--phone svg {
	width: 18px;
	height: 18px;
	color: #fff;
}

.a24h-contact__icon--mail {
	background: #111;
	font-size: 16px;
}

.a24h-contact__tiktok {
	background: #111;
	object-fit: contain;
}

.a24h-contact__card span {
	display: flex;
	flex-direction: column;
	line-height: 1.35;
}

.a24h-contact__card small {
	color: #777;
	font-size: 12px;
}

.a24h-contact__place {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 20px;
	align-items: start;
	margin: 0 0 32px;
}

.a24h-contact__place h2,
.a24h-contact__form h2 {
	margin: 0 0 10px;
	font-size: 22px;
}

.a24h-contact__place address {
	font-style: normal;
	margin: 0 0 10px;
	font-size: 16px;
}

.a24h-contact__place p {
	margin: 0 0 12px;
	color: var(--tm-muted);
	line-height: 1.55;
}

.a24h-contact__form {
	background: #fff;
	border: 1px solid var(--tm-border);
	border-radius: 12px;
	padding: 20px;
	margin: 0 0 28px;
	width: 100%;
	max-width: none;
	box-sizing: border-box;
}

.a24h-contact__form > p {
	margin: 0 0 14px;
	color: var(--tm-muted);
}

.a24h-contact__more {
	margin: 20px 0 0;
	font-size: 14px;
	color: var(--tm-muted);
}

.a24h-contact__more a {
	font-weight: 700;
	text-decoration: none;
}

@media (max-width: 800px) {
	.a24h-contact__grid,
	.a24h-contact__place {
		grid-template-columns: 1fr;
	}
}

.a24h-about {
	padding: 8px 0 40px;
}

.a24h-about .site-breadcrumbs {
	width: auto;
	margin: 0 0 12px;
}

.a24h-about__stack {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 16px;
}

.a24h-about__card {
	background: #fff;
	border-radius: 12px;
	padding: 20px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
}

.a24h-about__service-list {
	columns: 2;
	column-gap: 24px;
}

.a24h-about__service-list li {
	break-inside: avoid;
	margin-bottom: 6px;
}

.a24h-about__products {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

.a24h-about__product {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 16px;
	border-radius: 10px;
	background: #f8f8f8;
	border: 1px solid var(--tm-border);
	text-decoration: none !important;
	color: inherit;
	min-height: 88px;
}

.a24h-about__product:hover {
	border-color: var(--tm-red);
	background: #fff;
}

.a24h-about__product strong {
	font-size: 16px;
	color: var(--tm-text);
}

.a24h-about__product span {
	font-size: 13px;
	color: var(--tm-muted);
	line-height: 1.4;
}

.a24h-about__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.a24h-about__grid--3 {
	grid-template-columns: repeat(3, 1fr);
}

.a24h-about__tile {
	padding: 14px;
	border-radius: 10px;
	background: #f8f8f8;
	border: 1px solid var(--tm-border);
}

.a24h-about__tile h3 {
	margin: 0 0 6px;
	font-size: 15px;
}

.a24h-about__tile p {
	margin: 0;
	color: var(--tm-muted);
	font-size: 14px;
	line-height: 1.55;
}

.a24h-about__eco {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 12px 0 0;
	padding: 0;
	counter-reset: eco;
}

.a24h-about__eco li {
	counter-increment: eco;
	font-size: 13px;
	font-weight: 700;
	padding: 8px 12px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid var(--tm-border);
}

.a24h-about__eco li::before {
	content: counter(eco) ". ";
	color: var(--tm-red);
}

.a24h-about__commits {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 8px;
}

.a24h-about__commits li {
	padding: 12px 14px;
	border-radius: 10px;
	background: #f8f8f8;
	border: 1px solid var(--tm-border);
	font-weight: 600;
	font-size: 14px;
}

.a24h-about__note {
	margin: 14px 0 0;
	font-size: 14px;
	color: var(--tm-muted);
	line-height: 1.55;
}

.a24h-about__links ul {
	margin: 0;
	padding-left: 18px;
	columns: 2;
	column-gap: 24px;
}

.a24h-about__links li {
	break-inside: avoid;
	margin-bottom: 8px;
}

.a24h-about__links a {
	font-weight: 700;
	text-decoration: none;
}

.a24h-about__links a:hover {
	text-decoration: underline;
}

.a24h-about__form {
	margin: 0;
}

@media (max-width: 900px) {
	.a24h-about__products,
	.a24h-about__grid--3 {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 800px) {
	.a24h-about__grid,
	.a24h-about__products,
	.a24h-about__grid--3,
	.a24h-about__links ul,
	.a24h-about__service-list {
		grid-template-columns: 1fr;
		columns: 1;
	}
}
