.page-product {
	background: #f6f7f6;
}

/* Hero */
.product-hero {
	position: relative;
	min-height: clamp(320px, 42vw, 480px);
	display: flex;
	align-items: center;
	background-color: var(--nd-green-deep, #1a2827);
	background-image: url(../image/aplications/products_page.jpg);
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.page-product--vibrolit .product-hero {
	background-image: url(../image/aplications/products_page.jpg);
}

.page-product--vibropres .product-hero {
	background-image: url(../image/aplications/vibropres_page.jpg);
}

.page-product--bordyur .product-hero {
	background-image: url(../image/aplications/bordyur_page.jpg);
}

.product-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		105deg,
		rgba(26, 40, 39, 0.94) 0%,
		rgba(33, 48, 47, 0.82) 45%,
		rgba(33, 48, 47, 0.55) 100%
	);
}

.product-hero .container {
	position: relative;
	z-index: 1;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.product-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.5rem;
	margin: 0 0 1rem;
	padding: 0;
	list-style: none;
	font-family: var(--nd-font, "Segoe UI", system-ui, sans-serif);
	font-size: 0.8rem;
}

.product-breadcrumb li + li::before {
	content: "/";
	margin-right: 0.5rem;
	color: rgba(255, 255, 255, 0.35);
}

.product-breadcrumb a {
	color: rgba(255, 255, 255, 0.75);
	text-decoration: none;
	transition: color 0.2s ease;
}

.product-breadcrumb a:hover {
	color: var(--nd-gold, #f8b34b);
}

.product-breadcrumb li[aria-current="page"] {
	color: var(--nd-gold, #f8b34b);
}

.product-hero__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	align-items: center;
}

@media (min-width: 992px) {
	.product-hero__grid {
		grid-template-columns: 1.15fr 0.85fr;
		gap: 2rem;
	}
}

.product-hero__eyebrow {
	display: inline-block;
	margin-bottom: 0.65rem;
	font-family: var(--nd-font, "Segoe UI", system-ui, sans-serif);
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--nd-gold, #f8b34b);
}

.product-hero__title {
	margin: 0 0 0.75rem;
	font-size: clamp(1.5rem, 4.5vw, 2.5rem);
	font-weight: 500;
	line-height: 1.2;
	color: #fff;
	font-family: var(--nd-font, "Segoe UI", system-ui, sans-serif);
}

.product-hero__title span {
	color: var(--nd-gold, #f8b34b);
}

.product-hero__lead {
	margin: 0 0 1.25rem;
	max-width: 540px;
	font-family: var(--nd-font, "Segoe UI", system-ui, sans-serif);
	font-size: clamp(0.95rem, 2.5vw, 1.1rem);
	font-weight: 400;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.88);
}

.product-hero__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 1.35rem;
}

.product-hero__tag {
	font-family: var(--nd-font, "Segoe UI", system-ui, sans-serif);
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	padding: 0.35rem 0.7rem;
	border-radius: 2px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
	background: rgba(255, 255, 255, 0.06);
}

.product-hero__tag--accent {
	background: var(--nd-gold, #f8b34b);
	border-color: var(--nd-gold, #f8b34b);
	color: var(--nd-green, #21302f);
}

.product-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.product-hero__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.75rem 1.35rem;
	font-family: var(--nd-font, "Segoe UI", system-ui, sans-serif);
	font-size: 0.8rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 2px;
	transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.product-hero__btn--primary {
	background: var(--nd-gold, #f8b34b);
	color: var(--nd-green, #21302f);
	border: 1px solid var(--nd-gold, #f8b34b);
}

.product-hero__btn--primary:hover {
	background: #fff;
	color: var(--nd-green, #21302f);
}

.product-hero__btn--ghost {
	background: transparent;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.45);
}

.product-hero__btn--ghost:hover {
	border-color: var(--nd-gold, #f8b34b);
	color: var(--nd-gold, #f8b34b);
}

.product-hero__visual {
	display: flex;
	justify-content: center;
	align-items: center;
}

.product-hero__visual img {
	max-width: min(100%, 380px);
	max-height: 320px;
	object-fit: contain;
	filter: drop-shadow(0 16px 32px rgba(0, 0, 0, 0.35));
}

/* Intro */
.product-intro {
	padding: clamp(2rem, 5vw, 3rem) 0;
	background: #fff;
	border-bottom: 1px solid var(--nd-line, rgba(33, 48, 47, 0.14));
}

.product-intro__title {
	margin: 0 0 1rem;
	text-align: center;
	font-family: var(--nd-font, "Segoe UI", system-ui, sans-serif);
	font-size: clamp(1.35rem, 3.5vw, 1.85rem);
	font-weight: 500;
	color: var(--nd-green, #21302f);
	line-height: 1.25;
}

.product-intro__title span {
	color: var(--nd-gold-dark, #d99a2e);
}

.product-intro__text {
	max-width: 820px;
	margin: 0 auto 2rem;
	text-align: center;
	font-family: var(--nd-font, "Segoe UI", system-ui, sans-serif);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.65;
	color: var(--nd-muted, #5a6b69);
}

.product-features {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

@media (min-width: 768px) {
	.product-features {
		grid-template-columns: repeat(3, 1fr);
		gap: 1.25rem;
	}
}

.product-feature {
	padding: 1.25rem 1.35rem;
	background: #f6f7f6;
	border: 1px solid var(--nd-line, rgba(33, 48, 47, 0.14));
	border-radius: 2px;
	border-top: 3px solid var(--nd-gold, #f8b34b);
}

.product-feature__num {
	display: block;
	margin-bottom: 0.5rem;
	font-family: var(--nd-font, "Segoe UI", system-ui, sans-serif);
	font-size: 0.68rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	color: var(--nd-gold-dark, #d99a2e);
}

.product-feature__title {
	margin: 0 0 0.4rem;
	font-family: var(--nd-font, "Segoe UI", system-ui, sans-serif);
	font-size: 1.05rem;
	font-weight: 500;
	color: var(--nd-green, #21302f);
}

.product-feature__text {
	margin: 0;
	font-family: var(--nd-font, "Segoe UI", system-ui, sans-serif);
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--nd-muted, #5a6b69);
}

/* Catalog block */
.product-catalog {
	padding: clamp(2rem, 5vw, 3rem) 0;
}

.product-catalog__head {
	text-align: center;
	max-width: 720px;
	margin: 0 auto 2rem;
	padding: 0 0.5rem;
}

.product-catalog__eyebrow {
	display: inline-block;
	margin-bottom: 0.5rem;
	font-family: var(--nd-font, "Segoe UI", system-ui, sans-serif);
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--nd-gold-dark, #d99a2e);
}

.product-catalog__title {
	margin: 0 0 0.65rem;
	font-family: var(--nd-font, "Segoe UI", system-ui, sans-serif);
	font-size: clamp(1.35rem, 3.5vw, 2rem);
	font-weight: 500;
	color: var(--nd-green, #21302f);
}

.product-catalog__lead {
	margin: 0;
	font-family: var(--nd-font, "Segoe UI", system-ui, sans-serif);
	font-size: 0.95rem;
	font-weight: 400;
	color: var(--nd-muted, #5a6b69);
	line-height: 1.5;
}

.product-catalog__note {
	margin-top: 2rem;
	padding: 1rem 1.25rem;
	text-align: center;
	font-family: var(--nd-font, "Segoe UI", system-ui, sans-serif);
	font-size: 0.9rem;
	color: var(--nd-muted, #5a6b69);
	background: #fff;
	border: 1px solid var(--nd-line, rgba(33, 48, 47, 0.14));
	border-radius: 2px;
}

.product-catalog__note a {
	color: var(--nd-green, #21302f);
	font-weight: 500;
}

.product-catalog__note a:hover {
	color: var(--nd-gold-dark, #d99a2e);
}
