.hp-about-page .page__title,
.hp-about-page .entry-title,
.hp-about-page .header-hero--title .page__title {
	display: none;
}

.hp-about {
	margin: 0 0 2.5rem;
	width: 100%;
	max-width: none;
}

.hp-about__hero {
	margin: 0 0 2rem;
}

.hp-about__hero-inner {
	padding: clamp(1.75rem, 4vw, 2.75rem) clamp(1.25rem, 3vw, 2.5rem);
	border-radius: 3px;
	background: linear-gradient(135deg, #1f1f1f 0%, #2a2a2a 48%, #1a1a1a 100%);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
	text-align: center;
	position: relative;
	overflow: hidden;
}

.hp-about__hero-inner::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 6px;
	background: #ffc107;
	border-radius: 3px 0 0 3px;
}

.hp-about__hero-inner::after {
	content: "";
	position: absolute;
	top: -40%;
	right: -8%;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 193, 7, 0.18) 0%, transparent 70%);
	pointer-events: none;
}

.hp-about__hero-kicker {
	margin: 0 0 0.35rem;
	position: relative;
	z-index: 1;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.72);
}

.hp-about__hero-title {
	margin: 0;
	position: relative;
	z-index: 1;
	font-size: clamp(1.65rem, 4.5vw, 2.5rem);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: #fff;
}

.hp-about__hero-accent {
	color: #ffc107;
}

.hp-about__hero-subtitle {
	margin: 0.85rem 0 0;
	position: relative;
	z-index: 1;
	font-size: clamp(1rem, 2.2vw, 1.125rem);
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.88);
}

.hp-about__content {
	display: grid;
	gap: 1.75rem;
}

.hp-about__section-title {
	margin: 0 0 1rem;
	padding-left: 0.85rem;
	border-left: 4px solid #ffc107;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.3;
	color: #1a1a1a;
}

.hp-about__prose {
	margin: 0;
	font-size: 1rem;
	line-height: 1.7;
	color: rgba(15, 23, 39, 0.86);
}

.hp-about__prose p {
	margin: 0 0 0.85rem;
}

.hp-about__prose p:last-child {
	margin-bottom: 0;
}

.hp-about__prose--compact {
	margin-top: 0.75rem;
}

.hp-about__cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.hp-about__card {
	padding: 1.25rem 1.25rem 1.1rem;
	border-radius: 8px;
	background: #f8f9fa;
	box-shadow: 0 4px 16px rgba(7, 36, 86, 0.06);
}

.hp-about__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hp-about__list li {
	position: relative;
	margin: 0 0 0.65rem;
	padding-left: 1.45rem;
	font-size: 0.9375rem;
	line-height: 1.55;
	color: rgba(15, 23, 39, 0.88);
}

.hp-about__list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.42rem;
	width: 0.72rem;
	height: 0.72rem;
	border-radius: 50%;
	background: #ffc107;
	box-shadow: 0 0 0 2px rgba(255, 193, 7, 0.25);
}

.hp-about__card-note {
	margin: 0.85rem 0 0;
	font-size: 0.875rem;
	line-height: 1.5;
	color: rgba(15, 23, 39, 0.68);
}

.hp-about__steps {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: hp-about-step;
	display: grid;
	gap: 0.85rem;
}

.hp-about__steps li {
	counter-increment: hp-about-step;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.2rem 0.85rem;
	padding: 0.95rem 1rem;
	border-radius: 8px;
	background: #f8f9fa;
}

.hp-about__steps li::before {
	content: counter(hp-about-step);
	grid-row: span 2;
	align-self: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background: #ffc107;
	color: #1a1a1a;
	font-size: 0.9375rem;
	font-weight: 700;
}

.hp-about__steps strong {
	font-size: 1rem;
	color: #1a1a1a;
}

.hp-about__steps span {
	grid-column: 2;
	font-size: 0.9375rem;
	line-height: 1.55;
	color: rgba(15, 23, 39, 0.82);
}

.hp-about__map-legend {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem 1rem;
	margin: 0 0 0.85rem;
}

.hp-about__legend-item {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	font-size: 0.875rem;
	color: rgba(15, 23, 39, 0.78);
}

.hp-about__legend-item::before {
	content: "";
	width: 0.72rem;
	height: 0.72rem;
	border-radius: 50%;
}

.hp-about__legend-item--pmr::before {
	background: #ffc107;
}

.hp-about__legend-item--md::before {
	background: #15cd72;
}

.hp-about__map {
	height: 420px;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid rgba(7, 36, 86, 0.08);
	box-shadow: 0 8px 24px rgba(7, 36, 86, 0.08);
	background: #eef2f6;
}

.hp-about__city-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin-top: 1rem;
}

.hp-about__city-chip {
	display: inline-flex;
	align-items: center;
	padding: 0.35rem 0.7rem;
	border-radius: 999px;
	font-size: 0.8125rem;
	line-height: 1.2;
	text-decoration: none;
	border: 1px solid transparent;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.hp-about__city-chip--pmr {
	background: rgba(255, 193, 7, 0.14);
	color: #6b4f00;
	border-color: rgba(255, 193, 7, 0.35);
}

.hp-about__city-chip--md {
	background: rgba(21, 205, 114, 0.12);
	color: #0d6b3d;
	border-color: rgba(21, 205, 114, 0.28);
}

.hp-about__city-chip:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(7, 36, 86, 0.1);
}

.hp-about__mail {
	color: #15cd72;
	font-weight: 600;
	text-decoration: underline;
}

.hp-about__mail:hover {
	color: #0fa85c;
}

.hp-about__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.25rem;
}

.hp-about__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0.8rem 1.35rem;
	border-radius: 8px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.hp-about__btn--primary {
	background: #ffc107;
	color: #1a1a1a;
	box-shadow: 0 6px 18px rgba(255, 193, 7, 0.28);
}

.hp-about__btn--secondary {
	background: #fff;
	color: #15cd72;
	border: 2px solid #15cd72;
}

.hp-about__btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 8px 20px rgba(7, 36, 86, 0.12);
}

.hp-about-map-marker {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.hp-about-map-marker--pmr {
	background: #ffc107;
}

.hp-about-map-marker--md {
	background: #15cd72;
}

.hp-about-map-popup {
	font-family: inherit;
	font-size: 0.875rem;
	line-height: 1.45;
}

.hp-about-map-popup strong {
	display: block;
	margin-bottom: 0.2rem;
	font-size: 0.9375rem;
}

.hp-about-map-popup span {
	display: block;
	margin-bottom: 0.55rem;
	color: rgba(15, 23, 39, 0.68);
	font-size: 0.8125rem;
}

.hp-about-map-popup a {
	color: #15cd72;
	font-weight: 600;
	text-decoration: underline;
}

@media (max-width: 768px) {
	.hp-about {
		margin-bottom: 2rem;
	}

	.hp-about__hero {
		width: 100vw;
		max-width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		margin-bottom: 1.5rem;
	}

	.hp-about__hero-inner {
		border-radius: 0;
		box-shadow: none;
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.hp-about__hero-inner::before {
		border-radius: 0;
	}

	.hp-about__cards {
		grid-template-columns: 1fr;
	}

	.hp-about__map {
		height: 340px;
	}

	.hp-about__actions {
		flex-direction: column;
	}

	.hp-about__btn {
		width: 100%;
	}
}
