@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
	box-sizing: border-box;
	font-family: 'Inter', sans-serif;
}

h2,
p,
ul,
ul li {
	margin: 0;
	padding: 0;
}

img {
	width: 100%;
}

ul li {
	list-style: none;
}

html {
	overflow-x: hidden;
}

body {
	display: block;
	width: 100%;
	background: #F2F2F2;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	min-width: 320px;
}

.wrapper {
	display: block;
	width: 100%;
	max-width: 1150px;
	margin: 0 auto;
}

.list1 {
	margin: 10px 0;
	padding-left: 20px;
}

ul.list1 li {
	list-style: disc;
}

p,
.list1 li {
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 29px;
	margin-bottom: 10px;
	color: #000000;
}

.list1 li:last-child {
	margin-bottom: 0;
}

header {
	background: #fff;
	margin-bottom: 15px;
}

.logo-text {
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 44px;
	line-height: 60px;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 20px 15px;
	background: #F72210;
	text-transform: uppercase;
}

.logo-text span {
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-weight: bold;
}

.menu {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
}

.menu-ul {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.menu-ul li {
	padding: 16px 16px;
	position: relative;
}

.menu-ul li::after {
	content: " ";
	height: 25px;
	width: 0px;
	background: #C0C0C0;
	border-right: 0.75px solid #C0C0C0;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}

.menu-ul li:last-child::after {
	content: none;
}

.menu-ul li a {
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 21px;
	color: #000000;
	text-decoration: none;
}

.content {
	background: #fff;
	padding: 30px 50px;
}

.current-category {
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 25px;
	line-height: 29px;
	margin-bottom: 22px;
	color: #F72210;
}

.title {
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 47px;
	color: #000000;

	padding-left: 8px;
	border-left: 6px solid #F72210;
}

.subtitle {
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	line-height: 35px;
	margin: 15px 0;
	color: #000000;

	padding-left: 8px;
	border-left: 6px solid #F72210;
}

.post-date {
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 17px;
	line-height: 31px;
	position: relative;
	padding: 0 7px;
	display: inline-block;
	text-transform: uppercase;
	color: #000000;
	margin: 10px 0 0 0;
}

.post-date::before {
	content: " ";
	height: 14px;
	width: 0;
	border-left: 0.75px solid #000000;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

.post-date::after {
	content: " ";
	height: 14px;
	width: 0;
	border-right: 0.75px solid #000000;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}

.content .image {
	display: block;
	margin: 20px auto;
	border-top: 5px solid #F72210;
}

.content .image img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.content .image.horizontal {
	width: 100%;
	max-width: 700px;
}

.content .image.vertical {
	width: 100%;
	max-width: 400px;
}

.content .image video {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

a {
	cursor: pointer;
	color: #0606a7;
	text-decoration: none;
}

.prod-img {
	display: block;
	width: 100%;
	max-width: 250px;
	margin: 20px auto;
}

.button {
	display: block;
	background: rgb(222, 116, 116);
	background: -moz-linear-gradient(180deg, rgba(222, 116, 116, 1) 0%, rgba(247, 34, 16, 1) 60%);
	background: -webkit-linear-gradient(180deg, rgba(222, 116, 116, 1) 0%, rgba(247, 34, 16, 1) 60%);
	background: linear-gradient(180deg, rgba(222, 116, 116, 1) 0%, rgba(247, 34, 16, 1) 60%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#de7474", endColorstr="#F72210", GradientType=1);
	text-align: center;
	width: 100%;
	max-width: 500px;
	text-align: center;
	margin: 15px auto;
	color: #fff;
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	text-decoration: none;
	border-radius: 10px;
	padding: 20px 15px;
	color: #fff;
	box-shadow: 0 0 0 0 rgb(232 76 61 / 70%);
	animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

@keyframes pulse {
	to {
		box-shadow: 0 0 0 15px rgba(232, 76, 61, 0)
	}
}

.comm-title {
	margin: 40px 0 20px;
	border-bottom: 6px solid #ff0000;
	border-left: none;
	display: inline-block;
	padding-left: 0;
}

.comments {
	display: block;
	margin-bottom: 30px;
}

.comment {
	display: block;
	width: 100%;
	padding-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
	min-height: 50px;
	margin-bottom: 15px;
}

.comment.ans {
	padding: 0px;
	padding-left: 35px;
	border-bottom: none;
	margin-bottom: 0px;
	margin-top: 20px;
}

.comment .ava {
	max-width: 50px;
	width: 100%;
	float: left;
	border-radius: 50%;
}

.comment p {
	margin-left: 60px;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 2px;
}

.comment p.name {
	font-weight: bold;
}

.comment p.name span {
	color: #A8ABAE;
	font-weight: normal;
}

.comment p:last-child {
	margin-bottom: 0;
}

.comment p.comm-date {
	color: #A8ABAE;
}

p.description {
	text-align: center;
	margin: 0;
	padding: 10px;
	color: #fff;
	background: #F72210;
}

.exp-block {
	margin: 20px auto;
	padding: 20px;
	background: #ebebeb;
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

.exp-block:nth-child(even of .exp-block) {
	flex-direction: row-reverse;
}

.exp-block .exp-photo {
	flex: 0 0 260px;
	max-width: 260px;
}

.exp-block .exp-photo img {
	display: block;
	width: 100%;
	margin: 0;
}

.exp-block .exp-photo p {
	margin: 12px 0 0;
	padding: 0;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #1a1a1a;
	letter-spacing: 0.02em;
}

.exp-block .exp-text {
	flex: 1 1 auto;
	min-width: 0;
}

.exp-block .exp-text>p {
	margin: 0 0 12px;
}

.exp-block .exp-text>p:last-child {
	margin-bottom: 0;
}

footer {
	background: #222;
	color: #bbb;
	padding: 25px 50px;
	margin-top: 20px;
}

footer p {
	color: #bbb;
	text-align: center;
	font-size: 11px;
	line-height: 1.5;
	margin-bottom: 8px;
}

footer p:last-child {
	margin-bottom: 0;
}

footer a {
	color: inherit;
	text-decoration: underline;
}

.border {
	background: #ddf1d2;
	margin: 15px 0;
	padding: 15px 10px;
}

.border.yellow {
	background: #fff2cc;
}

.border *:first-child {
	margin-top: 0;
}

.border *:last-child {
	margin-bottom: 0;
}

.red {
	color: #F72210;
}

.fw600 {
	font-weight: 600;
}

/* Symptoms recognition grid 3x1 */
.symptoms-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
	margin: 20px 0;
}

.symptoms-grid-item {
	text-align: center;
	background: #fafafa;
	padding: 12px;
	border-radius: 8px;
	border: 1px solid #e5e7eb;
}

.symptoms-grid-item img {
	border-radius: 6px;
	margin-bottom: 8px;
}

.symptoms-grid-title {
	font-family: 'Roboto Condensed', sans-serif !important;
	font-weight: bold !important;
	font-size: 19px !important;
	line-height: 24px !important;
	color: #F72210 !important;
	margin-bottom: 4px !important;
}

.symptoms-grid-desc {
	font-size: 14px !important;
	line-height: 19px !important;
	color: #555 !important;
	margin-bottom: 0 !important;
}

/* Ingredients row */
.ingredients-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin: 20px 0;
}

.ingredient-item {
	text-align: center;
	background: #fff;
	padding: 12px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
}

.ingredient-item img {
	border-radius: 50%;
	max-width: 140px;
	margin: 0 auto 10px;
}

.ingredient-title {
	font-family: 'Roboto Condensed', sans-serif !important;
	font-weight: bold !important;
	font-size: 19px !important;
	line-height: 24px !important;
	color: #F72210 !important;
	margin-bottom: 6px !important;
}

.ingredient-item p:not(.ingredient-title) {
	font-size: 15px !important;
	line-height: 21px !important;
}

/* Week-by-week timeline */
.timeline {
	margin: 20px 0;
}

.timeline-step {
	padding: 12px 16px;
	margin-bottom: 10px;
	border-left: 5px solid #ccc;
	background: #fafafa;
	font-size: 17px;
	line-height: 25px;
	border-radius: 0 6px 6px 0;
}

.timeline-step.blue {
	border-left-color: #2563eb;
	background: #eff6ff;
}

.timeline-step.yellow {
	border-left-color: #eab308;
	background: #fefce8;
}

.timeline-step.orange {
	border-left-color: #ea580c;
	background: #fff7ed;
}

.timeline-step.green {
	border-left-color: #16a34a;
	background: #f0fdf4;
}

.timeline-step.purple {
	border-left-color: #9333ea;
	background: #faf5ff;
}

/* Arrow-chain diagram */
.arrow-chain {
	margin: 25px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.arrow-chain .chain-step {
	background: #f9fafb;
	border: 2px solid #e5e7eb;
	padding: 14px 18px;
	border-radius: 8px;
	max-width: 600px;
	width: 100%;
	text-align: center;
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #000;
}

.arrow-chain .chain-step.bad {
	border-color: #dc2626;
	background: #fef2f2;
}

.arrow-chain .chain-step.villain {
	border-color: #f59e0b;
	background: #fffbeb;
	border-width: 3px;
	box-shadow: 0 4px 14px rgba(245, 158, 11, 0.25);
}

.arrow-chain .chain-step.solution {
	border-color: #16a34a;
	background: #f0fdf4;
}

.arrow-chain .chain-step.result {
	border-color: #2563eb;
	background: #eff6ff;
}

.arrow-chain .arrow-down {
	font-size: 36px;
	color: #F72210;
	line-height: 1;
	margin: 6px 0;
	font-weight: bold;
}

/* Survey bars */
.survey {
	margin: 20px 0;
}

.survey-row {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 8px;
}

.survey-label {
	width: 180px;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	flex-shrink: 0;
}

.survey-bar {
	flex: 1;
	background: #e5e7eb;
	border-radius: 12px;
	height: 28px;
	overflow: hidden;
}

.survey-fill {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 12px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.survey-fill.green {
	background: #16a34a;
}

.survey-fill.yellow {
	background: #eab308;
}

.survey-fill.gray {
	background: #6b7280;
}

.survey-fill.lightgray {
	background: #9ca3af;
	color: #fff;
}

/* Order block visible */
.order_block_visible {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 20px 0;
}

.order_block_visible .prod-img {
	display: block;
	max-width: 500px;
	width: 100%;
	margin: 10px auto 15px;
}

/* Nightstand "evidence" comparison */
.nightstand-compare {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
	margin: 25px 0 12px;
}

.ns-item {
	text-align: center;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	border: 3px solid #ddd;
}

.ns-item.before {
	border-color: #c8262d;
}

.ns-item.after {
	border-color: #16a34a;
}

.ns-item img {
	display: block;
	width: 100%;
}

.ns-header {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 21px;
	padding: 8px 10px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.ns-item.before .ns-header {
	background: #c8262d;
}

.ns-item.after .ns-header {
	background: #16a34a;
}

.ns-caption {
	font-family: 'Inter', sans-serif !important;
	font-size: 15px !important;
	line-height: 21px !important;
	padding: 12px 14px !important;
	color: #333 !important;
	margin: 0 !important;
}

.ns-caption b {
	font-weight: 700;
}

@media screen and (max-width: 1150px) {
	.menu {
		display: none;
	}
}

@media screen and (max-width: 700px) {

	.symptoms-grid,
	.ingredients-row {
		grid-template-columns: 1fr;
	}

	.arrow-chain .chain-step {
		font-size: 16px;
		line-height: 23px;
		padding: 12px 14px;
	}

	.survey-label {
		width: 110px;
		font-size: 14px;
	}

	.exp-block,
	.exp-block:nth-child(even of .exp-block) {
		flex-direction: column;
		align-items: center;
	}

	.exp-block .exp-photo {
		flex: 0 0 auto;
		width: 100%;
		max-width: 200px;
		margin: 0 auto;
	}

	.exp-block .exp-text {
		width: 100%;
	}

	.nightstand-compare {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 600px) {
	header {
		margin-bottom: 0;
	}

	.logo-text {
		font-size: 26px;
		line-height: 40px;
	}

	.content {
		padding: 30px 15px;
	}

	.current-category {
		display: none;
	}

	.title {
		font-size: 24px;
		line-height: 1.5;
	}

	.subtitle {
		font-size: 24px;
		line-height: 1.5;
	}

	.post-date {
		font-weight: 300;
		font-size: 14px;
		line-height: 25px;
	}

	.content .image.horizontal,
	.content .image.vertical {
		max-width: 100%;
	}

	.content .image {
		border-top: 4px solid #F72210;
	}

	p,
	.list1 li {
		font-size: 18px;
		line-height: 32px;
		letter-spacing: -0.02em;
	}

	footer {
		padding: 25px 15px;
	}
}

@media screen and (max-width: 500px) {
	.comment .ava {
		margin-right: 10px;
	}

	.comment p {
		margin-left: auto;
	}
}

.top-p {
	color: #000;
	text-align: center;
	font-size: 11px;
	line-height: 1.5;
	padding: 5px 15px;
	margin: 0;
}