/**
 * CSS tùy biến chính cho website Lê Phước Thuận.
 * Codex có thể chỉnh file này theo từng phần của website.
 */

:root {
	--lpt-content-width: 1200px;
}

.lpt-home-hero {
	background: linear-gradient(135deg, rgba(244, 248, 246, 0.96), rgba(255, 251, 246, 0.96));
	color: #18322f;
	margin: 0 auto;
	overflow: hidden;
	padding: clamp(56px, 8vw, 104px) clamp(20px, 5vw, 56px);
}

.lpt-home-hero__columns {
	gap: clamp(32px, 6vw, 80px);
	margin-left: auto;
	margin-right: auto;
	max-width: var(--lpt-content-width);
}

.lpt-home-hero__content {
	max-width: 680px;
}

.lpt-home-hero__title {
	color: #163a36;
	font-size: clamp(2.25rem, 4vw, 4rem);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.05;
	margin-bottom: 18px;
}

.lpt-home-hero__tagline {
	color: #2f766d;
	font-size: clamp(1.125rem, 2vw, 1.45rem);
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 20px;
}

.lpt-home-hero__description {
	color: #3e5551;
	font-size: clamp(1rem, 1.35vw, 1.15rem);
	line-height: 1.75;
	margin-bottom: 32px;
	max-width: 620px;
}

.lpt-home-hero__actions {
	gap: 14px;
}

.lpt-home-hero__button .wp-block-button__link {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.25;
	min-height: 48px;
	padding: 14px 24px;
	text-align: center;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.lpt-home-hero__button .wp-block-button__link:hover,
.lpt-home-hero__button .wp-block-button__link:focus-visible {
	transform: translateY(-1px);
}

.lpt-home-hero__button--primary .wp-block-button__link {
	background: #1f6f63;
	border: 2px solid #1f6f63;
	color: #ffffff;
}

.lpt-home-hero__button--primary .wp-block-button__link:hover,
.lpt-home-hero__button--primary .wp-block-button__link:focus-visible {
	background: #18584f;
	border-color: #18584f;
	color: #ffffff;
}

.lpt-home-hero__button--secondary .wp-block-button__link {
	background: transparent;
	border: 2px solid #8eb9b0;
	color: #1f6f63;
}

.lpt-home-hero__button--secondary .wp-block-button__link:hover,
.lpt-home-hero__button--secondary .wp-block-button__link:focus-visible {
	background: #e8f2ef;
	border-color: #1f6f63;
	color: #18584f;
}

.lpt-home-hero__media {
	display: flex;
	justify-content: center;
}

.lpt-home-hero__image {
	aspect-ratio: 4 / 5;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(232, 242, 239, 0.92));
	border: 1px solid rgba(31, 111, 99, 0.16);
	border-radius: 28px;
	box-shadow: 0 24px 70px rgba(24, 50, 47, 0.16);
	margin: 0;
	max-width: 420px;
	min-height: 320px;
	overflow: hidden;
	width: 100%;
}

.lpt-home-hero__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.lpt-home-hero__image img:not([src]),
.lpt-home-hero__image img[src=""] {
	display: none;
}

@media (max-width: 921px) {
	.lpt-home-hero {
		padding-bottom: 72px;
		padding-top: 72px;
	}

	.lpt-home-hero__columns {
		gap: 40px;
	}
}

@media (max-width: 767px) {
	.lpt-home-hero {
		padding: 48px 20px 56px;
	}

	.lpt-home-hero__columns {
		gap: 32px;
	}

	.lpt-home-hero__content {
		max-width: none;
	}

	.lpt-home-hero__title {
		font-size: clamp(2rem, 12vw, 2.8rem);
	}

	.lpt-home-hero__description {
		margin-bottom: 28px;
	}

	.lpt-home-hero__actions,
	.lpt-home-hero__actions .wp-block-button {
		width: 100%;
	}

	.lpt-home-hero__button .wp-block-button__link {
		min-height: 52px;
		width: 100%;
	}

	.lpt-home-hero__image {
		border-radius: 22px;
		max-width: 360px;
	}
}

/* Chưa thay đổi giao diện ở phiên bản khởi tạo. */
