/*
Theme Name: Schan GTT Theme
Theme URI: https://schangtt.com/
Author: Schan GTT
Description: WordPress theme based on the existing Schan GTT static layout.
Version: 0.1.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: schangtt
*/

.sleepers-category__hero-card {
	min-height: 360px;
	display: grid;
	align-content: end;
	gap: 16px;
	padding: 32px;
	border-radius: 28px;
	background: linear-gradient(145deg, rgba(26, 54, 32, 0.96), rgba(42, 42, 42, 0.96));
	color: #fff;
}

.sleepers-category__hero-card span {
	color: #e7d578;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.sleepers-category__hero-card strong {
	max-width: 420px;
	font-size: clamp(32px, 4vw, 54px);
	font-weight: 800;
	line-height: 1;
}

.sleepers-category__cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.sleepers-category__card {
	padding: clamp(28px, 4vw, 46px);
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(16, 21, 18, 0.08);
}

.sleepers-category__card--accent {
	background: #2a2a2a;
	color: #fff;
}

.sleepers-category__card h3 {
	margin: 0;
	font-size: clamp(30px, 4vw, 48px);
	font-weight: 800;
	line-height: 1;
}

.sleepers-category__card h4 {
	margin: 28px 0 12px;
	font-size: 18px;
	font-weight: 800;
}

.sleepers-category__card p {
	margin: 18px 0 0;
	color: rgba(42, 42, 42, 0.72);
	font-size: 17px;
	line-height: 1.55;
}

.sleepers-category__card--accent p {
	color: rgba(255, 255, 255, 0.76);
}

.sleepers-category__benefits {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sleepers-category__benefits li {
	position: relative;
	padding-left: 28px;
	font-size: 16px;
	line-height: 1.4;
}

.sleepers-category__benefits li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: #e7d578;
	font-weight: 800;
}

.sleepers-category__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.sleepers-category__card:not(.sleepers-category__card--accent) .button--secondary {
	color: #2a2a2a;
}

.sleepers-category__why-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.sleepers-category__why-item {
	min-height: 160px;
	display: grid;
	align-content: center;
	justify-items: center;
	gap: 14px;
	padding: 24px;
	border-radius: 24px;
	background: #fff;
	text-align: center;
	box-shadow: 0 18px 50px rgba(16, 21, 18, 0.06);
}

.sleepers-category__why-item span {
	font-size: 34px;
	line-height: 1;
}

.sleepers-category__why-item strong {
	max-width: 260px;
	font-size: 20px;
	line-height: 1.2;
}

.sleepers-category__install-box {
	max-width: 920px;
	padding: clamp(30px, 5vw, 58px);
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(16, 21, 18, 0.08);
}

.sleepers-category__install-box h2 {
	margin: 0;
	font-size: clamp(32px, 5vw, 58px);
	font-weight: 800;
	line-height: 1;
}

.sleepers-category__install-box p:not(.section-kicker) {
	margin: 18px 0 0;
	color: rgba(42, 42, 42, 0.72);
	font-size: 18px;
	line-height: 1.55;
}

.sleepers-category__cta-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

@media (max-width: 1024px) {
	.sleepers-category__cards,
	.sleepers-category__why-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.sleepers-category__hero-card {
		min-height: 260px;
		padding: 24px;
	}

	.sleepers-category__actions,
	.sleepers-category__cta-actions {
		display: grid;
		justify-content: stretch;
	}
}
