@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@400;500;600;700;800;900&display=swap');

*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

:root {
	--sage-main: #587065;
	--sage-bright: #6c8a7c;
	--sage-dark: #3a4b43;
	--sage-navy: #1f2b26;
	--sage-bg: #ffffff;
	--sage-card: #ffffff;
	--sage-text: #24302b;
	--sage-text-muted: #61736b;
	--sage-border: #dbe3e0;
}

html {
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: 'Urbanist', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
	background: var(--sage-bg);
	color: var(--sage-text);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.5;
	overflow-x: hidden;
}

img,
svg {
	max-width: 100%;
	display: block;
}
a {
	color: inherit;
	text-decoration: none;
}
button {
	background: none;
	border: none;
	cursor: pointer;
	font: inherit;
	color: inherit;
}

.app-container-wrap {
	max-width: 880px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.site-top-header {
	background: #ffffff;
	border-bottom: 1px solid var(--sage-border);
	padding: 12px 0;
}
.site-top-header__layout {
	display: flex;
	align-items: center;
}
.company-mark-logo {
	display: flex;
	align-items: center;
	gap: 8px;
}
.company-mark-logo__icon {
	width: 30px;
	height: 30px;
	background: var(--sage-main);
	border-radius: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.company-mark-logo__icon svg {
	width: 18px;
	height: 18px;
	fill: #ffffff;
}
.company-mark-logo__title {
	font-family: 'Urbanist', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: var(--sage-navy);
	letter-spacing: -0.3px;
}

.main-content-layout {
	padding: 0 0 40px;
}

.media-player-wrapper {
	margin: 0 -20px 18px;
}
.media-player-wrapper #eco-player {
	border-radius: 0;
	overflow: hidden;
}
@media (max-width: 640px) {
	.main-content-layout {
		padding: 0 0 32px;
	}
	.app-container-wrap {
		padding-left: 0;
		padding-right: 0;
	}
	.heading-article-title,
	.author-profile-bar,
	.promo-action-card,
	#promo-panel-box,
	.cmt-wrapper-block,
	.site-bottom-footer .app-container-wrap {
		padding-left: 16px;
		padding-right: 16px;
	}
	.media-player-wrapper {
		margin: 0 0 14px;
	}
}
@media (min-width: 641px) {
	.heading-article-title {
		margin-top: 16px;
	}
}

.heading-article-title {
	font-family: 'Urbanist', sans-serif;
	font-size: clamp(20px, 3vw, 26px);
	font-weight: 700;
	line-height: 1.3;
	color: var(--sage-navy);
	margin-bottom: 16px;
	letter-spacing: -0.3px;
}

.author-profile-bar {
	display: flex;
	align-items: center;
	gap: 12px;
	padding-bottom: 18px;
	margin-bottom: 18px;
	border-bottom: 1px solid var(--sage-border);
}
.author-profile-bar__avatar {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}
.author-profile-bar__details {
	flex: 1;
	min-width: 0;
}
.author-profile-bar__name {
	font-size: 15px;
	font-weight: 600;
	color: var(--sage-navy);
	line-height: 1.2;
}
.author-profile-bar__timestamp {
	font-size: 13px;
	color: var(--sage-text-muted);
	margin-top: 2px;
}
.user-interactions-box {
	display: flex;
	align-items: center;
	gap: 6px;
	flex-shrink: 0;
}

.btn-video-action {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 14px;
	border-radius: 50px;
	background: #eef2f0;
	color: var(--sage-navy);
	font-size: 13px;
	font-weight: 600;
	transition: background 0.15s ease, color 0.2s ease, background-color 0.2s ease;
	cursor: pointer;
}
.btn-video-action:hover {
	background: #e1e8e5;
}
.btn-video-action svg {
	fill: currentColor;
}
.btn-video-action.is-liked {
	color: #1b6b47 !important;
	background-color: #e4f3ed !important;
}

@media (max-width: 640px) {
	.user-interactions-box .btn-video-action span {
		display: none;
	}
	.btn-video-action {
		padding: 8px 10px;
	}
}
@media (max-width: 420px) {
	.author-profile-bar__timestamp {
		font-size: 12px;
	}
}

#promo-panel-box {
	display: none;
	text-align: center;
	margin: 0 0 12px;
}
#promo-panel-box.promo-card-appear {
	animation: promo-card-appear 0.6s ease-out both;
}
@keyframes promo-card-appear {
	0% {
		opacity: 0;
		transform: translateY(-12px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.promo-action-card__tagline {
	font-size: 12px;
	font-weight: 700;
	color: var(--sage-dark);
	letter-spacing: 1.4px;
	text-transform: uppercase;
	margin-bottom: 14px;
}
.action-main-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: #3c7d5a;
	color: #ffffff;
	font-family: 'Urbanist', sans-serif;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0.5px;
	padding: 18px 32px;
	border-radius: 12px;
	width: 100%;
	max-width: 440px;
	box-shadow: 0 6px 22px rgba(60, 125, 90, 0.35);
	animation: action-main-btn-pulse 1.8s ease-in-out infinite;
	transition: transform 0.15s ease, background 0.15s ease;
}
.action-main-btn:hover {
	background: #2a5a40;
	animation: none;
	transform: translateY(-2px);
}
.action-main-btn:active {
	transform: translateY(0);
}
.action-main-btn svg {
	stroke: currentColor;
	flex-shrink: 0;
	transition: transform 0.2s ease;
}
.action-main-btn:hover svg {
	transform: translateX(4px);
}

@keyframes action-main-btn-pulse {
	0%,
	100% {
		transform: scale(1);
		box-shadow: 0 6px 22px rgba(60, 125, 90, 0.35);
	}
	50% {
		transform: scale(1.03);
		box-shadow: 0 10px 32px rgba(60, 125, 90, 0.5);
	}
}

.promo-action-card__subtext {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 18px;
	margin-top: 14px;
	flex-wrap: wrap;
	font-size: 13px;
	color: var(--sage-text-muted);
}
.promo-action-card__trust-mark,
.promo-action-card__delivery-info {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-weight: 500;
	color: var(--sage-dark);
}
.promo-action-card__trust-mark svg,
.promo-action-card__delivery-info svg {
	stroke: currentColor;
}

@media (max-width: 520px) {
	.promo-action-card {
		padding: 22px 18px;
		border-radius: 10px;
	}
	.action-main-btn {
		font-size: 15px;
		padding: 14px 18px;
		gap: 8px;
		letter-spacing: 0.3px;
		width: 80%;
		max-width: 320px;
	}
	.promo-action-card__subtext {
		font-size: 12px;
		gap: 12px;
	}
}

.cmt-wrapper-block {
	margin-top: 28px;
	padding-top: 4px;
}
.cmt-wrapper-block__header {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
	color: var(--sage-navy);
	font-weight: 600;
	font-size: 15px;
}
.cmt-wrapper-block__header svg {
	fill: var(--sage-navy);
}
.cmt-wrapper-block__filter {
	margin-left: auto;
	font-size: 13px;
	color: var(--sage-text-muted);
	font-weight: 500;
}

.usr-comment-card {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px 0;
}
.usr-comment-card + .usr-comment-card {
	border-top: 1px solid var(--sage-border);
}
.usr-comment-card__avatar {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}
.usr-comment-card__body {
	flex: 1;
	min-width: 0;
}
.usr-comment-card__meta {
	font-size: 13px;
	color: var(--sage-text-muted);
	margin-bottom: 4px;
}
.usr-comment-card__meta b {
	color: var(--sage-navy);
	font-weight: 600;
	margin-right: 8px;
}
.usr-comment-card__text {
	font-size: 14px;
	color: var(--sage-text);
	line-height: 1.55;
	margin-bottom: 8px;
	word-break: break-word;
}
.usr-comment-card__actions {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-left: -8px;
}
.usr-comment-card__actions button {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 6px 10px;
	border-radius: 50px;
	color: var(--sage-text-muted);
	font-size: 13px;
	font-weight: 500;
	transition: color 0.2s ease, background-color 0.2s ease;
}
.usr-comment-card__actions button:hover {
	background: #eef2f0;
	color: var(--sage-navy);
}
.usr-comment-card__actions button svg {
	fill: currentColor;
}

.usr-comment-card__actions button.is-liked {
	color: #237047 !important;
	background-color: #e2f2e9 !important;
}

.usr-comment-card__actions button.is-disliked {
	color: #c92a2a !important;
	background-color: #fde8e8 !important;
}

.usr-comment-card--nested {
	margin-top: 14px;
	margin-left: 0;
	padding: 12px 0 0 16px;
	border-left: 2px solid var(--sage-border);
	border-top: none !important;
}
.usr-comment-card--nested .usr-comment-card__avatar {
	width: 32px;
	height: 32px;
}
.usr-comment-card--nested .usr-comment-card__text {
	font-size: 13.5px;
}

@media (max-width: 520px) {
	.usr-comment-card__avatar {
		width: 32px;
		height: 32px;
	}
	.usr-comment-card__text {
		font-size: 13.5px;
	}
	.usr-comment-card--nested .usr-comment-card__avatar {
		width: 28px;
		height: 28px;
	}
}

.site-bottom-footer {
	background: #ffffff;
	border-top: 1px solid var(--sage-border);
	padding: 24px 0 20px;
	text-align: center;
	margin-top: 32px;
}
.site-bottom-footer__copyright {
	font-size: 12px;
	color: var(--sage-text-muted);
	margin-bottom: 4px;
}
.site-bottom-footer__legal-name {
	font-size: 11px;
	color: var(--sage-text-muted);
	opacity: 0.7;
	margin-bottom: 12px;
}
.site-bottom-footer__nav-links {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
}
.site-bottom-footer__nav-links a {
	color: var(--sage-text-muted);
	font-size: 13px;
	transition: color 0.15s ease;
}
.site-bottom-footer__nav-links a:hover {
	color: var(--sage-navy);
}
.site-bottom-footer__divider {
	color: #c0ccc7;
}

@supports (padding: max(0px)) {
	.site-bottom-footer {
		padding-bottom: max(20px, env(safe-area-inset-bottom));
	}
}

.special-deal-card {
	font-family: 'Urbanist', sans-serif;
	max-width: 900px;
	margin: 30px auto;
	padding: 32px;
	box-sizing: border-box;
}

.special-deal-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	align-items: center;
	justify-content: center;
}

.product-media-column {
	flex: 1 1 260px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: space-around;
}

.product-status-tag {
	display: inline-block;
	padding: 6px 14px;
	background: var(--sage-navy);
	color: #ffffff;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 20px;
	margin-bottom: 20px;
}

.product-thumb-anchor {
	display: block;
	width: 100%;
	text-decoration: none;
}

.main-product-preview {
	width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
	filter: drop-shadow(0 15px 20px rgba(0, 0, 0, 0.08));
	transition: transform 0.4s ease;
}

.main-product-preview:hover {
	transform: scale(1.05);
}

.special-deal-heading {
	font-size: clamp(24px, 4vw, 34px);
	font-weight: 900;
	color: var(--sage-navy);
	margin: 0 0 8px 0;
	line-height: 1.15;
	letter-spacing: -0.5px;
}

.accent-text-span {
	color: #237047;
}

.special-deal-subheading {
	font-size: 15px;
	color: var(--sage-text-muted);
	margin: 0 0 20px 0;
	font-weight: 400;
}

.product-features-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 24px;
}

.feature-list-row {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 600;
	color: #2b3a34;
}

.feature-check-icon {
	width: 20px;
	height: 20px;
	background: #e2f2e9;
	color: #237047;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 800;
	flex-shrink: 0;
}

.payment-security-note {
	margin-top: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-size: 12px;
	color: #798e85;
	font-weight: 600;
}

.warranty-info-block {
	margin-top: 32px;
	padding-top: 24px;
	border-top: 1px solid var(--sage-border);
	display: flex;
	gap: 16px;
	align-items: flex-start;
}

.warranty-icon-wrapper {
	width: 56px;
	height: 56px;
	background: #f2f6f4;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	flex-shrink: 0;
}

.warranty-info-block__body h3 {
	font-size: 16px;
	font-weight: 800;
	color: var(--sage-navy);
	margin: 0 0 4px 0;
}

.warranty-info-block__body p {
	font-size: 13px;
	color: var(--sage-text-muted);
	line-height: 1.5;
	margin: 0;
}

@media (max-width: 600px) {
	.special-deal-card {
		padding: 20px;
	}

	.special-deal-grid {
		flex-direction: column;
		gap: 20px;
	}

	.warranty-info-block {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
}

/* Контейнер формы */
.cmt-compose-box {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	margin-bottom: 28px;
}

.cmt-compose-box__avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
	background-color: var(--sage-border);
}

.cmt-submit-form {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.cmt-submit-form__input-wrapper {
	position: relative;
	width: 100%;
}

.cmt-text-area {
	width: 100%;
	padding: 4px 0 6px 0;
	border: none;
	border-bottom: 1px solid #adbdb6;
	background: transparent;
	font-family: inherit;
	font-size: 14px;
	color: var(--sage-navy);
	outline: none;
	resize: none;
	min-height: 24px;
	line-height: 1.4;
	box-sizing: border-box;
	display: block;
	overflow: hidden;
}

.cmt-submit-form__accent-line {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 2px;
	background-color: var(--sage-navy);
	transition: width 0.2s ease, left 0.2s ease;
}

.cmt-text-area:focus ~ .cmt-submit-form__accent-line {
	width: 100%;
	left: 0;
}

/* Панель кнопок */
.cmt-actions-container {
	display: none;
	justify-content: flex-end;
	margin-top: 8px;
}

.cmt-actions-container.is-active-bar {
	display: flex;
}

.cmt-actions-container__group {
	display: flex;
	align-items: center;
	gap: 8px;
}

.cmt-btn-cancel {
	background: transparent;
	border: none;
	color: #404040;
	font-size: 14px;
	font-weight: 600;
	padding: 8px 16px;
	border-radius: 18px;
	cursor: pointer;
}

.cmt-btn-cancel:hover {
	background-color: rgba(64, 64, 64, 0.12);
}

.cmt-btn-publish {
	background-color: #404040;
	color: #ffffff;
	border: none;
	font-size: 14px;
	font-weight: 600;
	padding: 8px 16px;
	border-radius: 18px;
	cursor: pointer;
}

.cmt-btn-publish:hover:not(:disabled) {
	background-color: #2b2b2b;
}

.cmt-btn-publish:disabled {
	background-color: #e1e6e4;
	color: #8c9c95;
	cursor: not-allowed;
}

.legal-document-content {
	padding: 16px;
	list-style-type: none;
}

.legal-document-content h1 {
	padding: 0;
	font-size: 32px;
}

.legal-document-content article {
	padding: 16px 0 0 0;
}

.legal-document-content li {
	list-style-type: none;
}
