/**
 * 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-color-ink: #18322f;
	--lpt-color-heading: #163a36;
	--lpt-color-primary: #1f6f63;
	--lpt-color-primary-dark: #18584f;
	--lpt-color-soft: #e8f2ef;
	--lpt-color-border: rgba(31, 111, 99, 0.16);
	--lpt-space-section-desktop: clamp(56px, 5.2vw, 76px);
	--lpt-space-section-tablet: 54px;
	--lpt-space-section-mobile: 40px;
}

.site-header {
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid rgba(31, 111, 99, 0.1);
	box-shadow: 0 8px 30px rgba(24, 50, 47, 0.06);
}

.site-header .site-title,
.site-header .site-title a {
	color: var(--lpt-color-heading);
	font-size: clamp(1.05rem, 1.7vw, 1.35rem);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.15;
	text-transform: uppercase;
}

.site-header .main-header-menu > .menu-item > .menu-link {
	align-items: center;
	color: #2f4945;
	display: inline-flex;
	font-size: 0.98rem;
	font-weight: 700;
	min-height: 44px;
	padding-left: clamp(10px, 1vw, 16px);
	padding-right: clamp(10px, 1vw, 16px);
}

.site-header .main-header-menu > .menu-item.current-menu-item > .menu-link,
.site-header .main-header-menu > .menu-item.current-menu-ancestor > .menu-link,
.site-header .main-header-menu > .menu-item > .menu-link[aria-current="page"],
.site-header .main-header-menu > .menu-item > .menu-link:hover,
.site-header .main-header-menu > .menu-item > .menu-link:focus-visible {
	color: var(--lpt-color-primary);
}

.site-header .main-header-menu > .lpt-menu-item--not-ready > .menu-link {
	color: rgba(24, 50, 47, 0.45);
	cursor: default;
	pointer-events: none;
}

.site-header .ast-custom-button,
.site-header .ast-custom-button-link,
.site-header .ast-header-button-1 .ast-custom-button {
	border-radius: 999px;
	font-weight: 800;
	line-height: 1.2;
	min-height: 44px;
	padding: 12px 20px;
	white-space: nowrap;
}

.site-header .ast-custom-button,
.site-header .ast-header-button-1 .ast-custom-button {
	background: var(--lpt-color-primary);
	border: 2px solid var(--lpt-color-primary);
	color: #ffffff;
}

.site-header .ast-custom-button:hover,
.site-header .ast-custom-button-link:hover .ast-custom-button,
.site-header .ast-header-button-1 .ast-custom-button:hover {
	background: var(--lpt-color-primary-dark);
	border-color: var(--lpt-color-primary-dark);
	color: #ffffff;
}

.site-header .ast-mobile-menu-trigger-minimal {
	border-radius: 999px;
	color: var(--lpt-color-primary);
	min-height: 44px;
	min-width: 44px;
}

.ast-header-break-point .site-header .ast-button-wrap .menu-toggle,
.ast-header-break-point .site-header .ast-mobile-menu-trigger-minimal {
	background: rgba(232, 242, 239, 0.88);
	border: 1px solid rgba(31, 111, 99, 0.22);
	color: var(--lpt-color-primary);
}

.ast-header-break-point .site-header .ast-button-wrap .mobile-menu-toggle-icon,
.ast-header-break-point .site-header .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
	color: var(--lpt-color-primary);
}

.ast-header-break-point .site-header .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg,
.ast-header-break-point .site-header .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg path {
	fill: currentColor;
	opacity: 1;
}

.ast-header-break-point .site-header .ast-button-wrap .menu-toggle:hover,
.ast-header-break-point .site-header .ast-button-wrap .menu-toggle:focus-visible {
	background: var(--lpt-color-soft);
	border-color: rgba(31, 111, 99, 0.38);
	color: var(--lpt-color-primary-dark);
}

.site-header .ast-mobile-popup-content,
.site-header .ast-mobile-header-content {
	background: #ffffff;
	border-top: 1px solid rgba(31, 111, 99, 0.12);
	box-shadow: 0 18px 38px rgba(24, 50, 47, 0.1);
}

.site-header #ast-mobile-site-navigation .main-header-menu {
	list-style: none;
	padding: 10px 18px 18px;
}

.ast-header-break-point .site-header #ast-mobile-site-navigation .main-header-menu,
.ast-header-break-point .site-header #ast-mobile-site-navigation .main-header-menu > .menu-item {
	list-style: none;
	list-style-position: outside;
}

.ast-header-break-point .site-header #ast-mobile-site-navigation .main-header-menu > .menu-item::marker,
.ast-header-break-point .site-header #ast-mobile-site-navigation .main-header-menu > .menu-item > .menu-link::marker {
	content: "";
}

.site-header #ast-mobile-site-navigation .main-header-menu > .menu-item + .menu-item {
	margin-top: 4px;
}

.site-header #ast-mobile-site-navigation .menu-link {
	border-radius: 8px;
	color: #263f3b;
	font-size: 1rem;
	font-weight: 750;
	line-height: 1.35;
	min-height: 46px;
	padding: 12px 14px;
}

.site-header #ast-mobile-site-navigation .menu-link:hover,
.site-header #ast-mobile-site-navigation .menu-link:focus-visible {
	background: var(--lpt-color-soft);
	color: var(--lpt-color-primary-dark);
}

.site-header #ast-mobile-site-navigation .current-menu-item > .menu-link,
.site-header #ast-mobile-site-navigation .current-menu-ancestor > .menu-link,
.site-header #ast-mobile-site-navigation .menu-link[aria-current="page"] {
	background: rgba(232, 242, 239, 0.72);
	color: var(--lpt-color-primary-dark);
}

.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;
}

.lpt-featured-programs {
	background: #ffffff;
	color: var(--lpt-color-ink);
	padding: clamp(56px, 7vw, 96px) clamp(20px, 5vw, 56px);
}

.lpt-featured-programs__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--lpt-content-width);
}

.lpt-featured-programs__header {
	margin-bottom: clamp(28px, 4vw, 44px);
	max-width: 760px;
}

.lpt-featured-programs__title {
	color: var(--lpt-color-heading);
	font-size: clamp(2rem, 3.2vw, 3.15rem);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.08;
	margin-bottom: 16px;
}

.lpt-featured-programs__intro {
	color: #3e5551;
	font-size: clamp(1rem, 1.35vw, 1.15rem);
	line-height: 1.7;
	margin-bottom: 0;
}

.lpt-featured-programs__grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lpt-featured-programs__grid.wp-block-columns {
	flex-wrap: nowrap;
}

.lpt-featured-programs__card.wp-block-column {
	background: linear-gradient(180deg, #ffffff, #f7fbf9);
	border: 1px solid var(--lpt-color-border);
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(24, 50, 47, 0.08);
	display: flex;
	flex-basis: auto;
	flex-direction: column;
	margin: 0;
	min-width: 0;
	overflow: hidden;
	padding: 16px;
}

.lpt-featured-programs__image {
	aspect-ratio: 4 / 3;
	background: linear-gradient(135deg, rgba(232, 242, 239, 0.95), rgba(255, 251, 246, 0.95));
	border-radius: 8px;
	margin: 0 0 18px;
	overflow: hidden;
	width: 100%;
}

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

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

.lpt-featured-programs__card-title {
	color: var(--lpt-color-heading);
	font-size: 1.18rem;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0 0 10px;
}

.lpt-featured-programs__card-text {
	color: #435f5a;
	font-size: 0.98rem;
	line-height: 1.65;
	margin: 0 0 20px;
}

.lpt-featured-programs__actions {
	margin-top: auto;
}

.lpt-featured-programs__button,
.lpt-featured-programs__button .wp-block-button__link {
	width: 100%;
}

.lpt-featured-programs__button .wp-block-button__link {
	align-items: center;
	background: var(--lpt-color-primary);
	border: 2px solid var(--lpt-color-primary);
	border-radius: 999px;
	color: #ffffff;
	display: inline-flex;
	font-size: 0.96rem;
	font-weight: 800;
	justify-content: center;
	line-height: 1.25;
	min-height: 46px;
	padding: 12px 18px;
	text-align: center;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.lpt-featured-programs__button .wp-block-button__link:hover,
.lpt-featured-programs__button .wp-block-button__link:focus-visible {
	background: var(--lpt-color-primary-dark);
	border-color: var(--lpt-color-primary-dark);
	color: #ffffff;
	transform: translateY(-1px);
}

.wp-block-button__link.lpt-button--disabled,
.lpt-homepage-update .lpt-button--disabled {
	cursor: not-allowed;
	opacity: 0.58;
}

.lpt-homepage-update .lpt-section {
	color: var(--lpt-color-ink);
	padding: var(--lpt-space-section-desktop) clamp(20px, 5vw, 56px);
}

.lpt-homepage-update #bat-dau,
.lpt-homepage-update #gioi-thieu,
.lpt-homepage-update #noi-dung-moi,
.lpt-homepage-update #ket-noi,
#chuong-trinh {
	scroll-margin-top: 96px;
}

.lpt-homepage-update .lpt-section__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--lpt-content-width);
}

.lpt-homepage-update .lpt-section__header {
	margin-bottom: clamp(26px, 3.5vw, 38px);
	max-width: 720px;
}

.lpt-homepage-update .lpt-section__header h2,
.lpt-homepage-update .lpt-about-home h2,
.lpt-homepage-update .lpt-final-cta h2 {
	color: var(--lpt-color-heading);
	font-size: clamp(1.9rem, 2.55vw, 2.55rem);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.12;
	margin: 0 0 16px;
	text-wrap: balance;
}

.lpt-homepage-update .lpt-section__header p,
.lpt-homepage-update .lpt-about-home p,
.lpt-homepage-update .lpt-final-cta p {
	color: #3e5551;
	font-size: clamp(1rem, 1.25vw, 1.13rem);
	line-height: 1.72;
	margin: 0;
	text-wrap: pretty;
}

.lpt-homepage-update .lpt-start-here {
	background: #fbf8f1;
}

.lpt-homepage-update .lpt-path-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lpt-homepage-update .lpt-path-card {
	background: #ffffff;
	border: 1px solid rgba(31, 111, 99, 0.18);
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(24, 50, 47, 0.07);
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: clamp(20px, 2vw, 26px);
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.lpt-homepage-update .lpt-path-card:hover,
.lpt-homepage-update .lpt-path-card:focus-within {
	border-color: rgba(31, 111, 99, 0.34);
	box-shadow: 0 18px 42px rgba(24, 50, 47, 0.1);
	transform: translateY(-2px);
}

.lpt-homepage-update .lpt-path-card__icon {
	align-items: center;
	background: var(--lpt-color-soft);
	border: 1px solid rgba(31, 111, 99, 0.18);
	border-radius: 8px;
	color: var(--lpt-color-primary-dark);
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 900;
	height: 44px;
	justify-content: center;
	line-height: 1;
	margin-bottom: 18px;
	width: 44px;
}

.lpt-homepage-update .lpt-path-card h3,
.lpt-homepage-update .lpt-post-card h3 {
	color: var(--lpt-color-heading);
	font-size: 1.22rem;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0 0 12px;
}

.lpt-homepage-update .lpt-path-card p {
	color: #435f5a;
	font-size: 1rem;
	line-height: 1.68;
	margin: 0 0 22px;
}

.lpt-homepage-update .lpt-button {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.98rem;
	font-weight: 800;
	justify-content: center;
	line-height: 1.25;
	margin-top: auto;
	min-height: 46px;
	padding: 12px 20px;
	text-align: center;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.lpt-homepage-update .lpt-button:hover,
.lpt-homepage-update .lpt-button:focus-visible {
	outline: 3px solid rgba(47, 118, 109, 0.32);
	outline-offset: 3px;
	text-decoration: none;
	transform: translateY(-1px);
}

.lpt-homepage-update .lpt-button--primary {
	background: var(--lpt-color-primary);
	border: 2px solid var(--lpt-color-primary);
	color: #ffffff;
}

.lpt-homepage-update .lpt-button--primary:hover,
.lpt-homepage-update .lpt-button--primary:focus-visible {
	background: var(--lpt-color-primary-dark);
	border-color: var(--lpt-color-primary-dark);
	color: #ffffff;
}

.lpt-homepage-update .lpt-button--outline {
	background: transparent;
	border: 2px solid #8eb9b0;
	color: var(--lpt-color-primary);
}

.lpt-homepage-update .lpt-button--outline:hover,
.lpt-homepage-update .lpt-button--outline:focus-visible {
	background: var(--lpt-color-soft);
	border-color: var(--lpt-color-primary);
	color: var(--lpt-color-primary-dark);
}

.lpt-homepage-update .lpt-button--light {
	background: #ffffff;
	border: 2px solid #ffffff;
	color: var(--lpt-color-primary-dark);
}

.lpt-homepage-update .lpt-button--light:hover,
.lpt-homepage-update .lpt-button--light:focus-visible {
	background: #eff7f4;
	border-color: #eff7f4;
	color: var(--lpt-color-primary-dark);
}

.lpt-homepage-update .lpt-button--ghost {
	background: transparent;
	border: 2px solid rgba(255, 255, 255, 0.72);
	color: #ffffff;
}

.lpt-homepage-update .lpt-button--ghost:hover,
.lpt-homepage-update .lpt-button--ghost:focus-visible {
	background: rgba(255, 255, 255, 0.12);
	border-color: #ffffff;
	color: #ffffff;
}

.lpt-homepage-update .lpt-about-home {
	background: #ffffff;
}

.lpt-homepage-update .lpt-about-home__grid {
	align-items: center;
	display: grid;
	gap: clamp(30px, 4.6vw, 62px);
	grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
}

.lpt-homepage-update .lpt-about-home__content {
	min-width: 0;
}

.lpt-homepage-update .lpt-about-home__content p + p {
	margin-top: 14px;
}

.lpt-homepage-update .lpt-highlight-list {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 22px 0 28px;
	padding: 0;
}

.lpt-homepage-update .lpt-highlight-list li {
	background: #f7fbf9;
	border: 1px solid rgba(31, 111, 99, 0.14);
	border-radius: 8px;
	color: #2f4945;
	font-weight: 700;
	line-height: 1.5;
	padding: 12px 14px;
}

.lpt-homepage-update .lpt-about-home__media {
	aspect-ratio: 4 / 5;
	background: linear-gradient(145deg, rgba(251, 248, 241, 0.98), rgba(232, 242, 239, 0.96));
	border: 1px solid var(--lpt-color-border);
	border-radius: 18px;
	box-shadow: 0 18px 46px rgba(24, 50, 47, 0.1);
	display: flex;
	min-height: 340px;
	overflow: hidden;
	padding: clamp(22px, 3vw, 34px);
	position: relative;
}

.lpt-homepage-update .lpt-about-home__media::before {
	color: rgba(31, 111, 99, 0.16);
	content: "“";
	font-family: Georgia, serif;
	font-size: clamp(5rem, 10vw, 8rem);
	left: 24px;
	line-height: 1;
	position: absolute;
	top: 8px;
}

.lpt-homepage-update .lpt-about-home__quote {
	align-items: flex-start;
	background: rgba(255, 255, 255, 0.62);
	border: 1px solid rgba(31, 111, 99, 0.18);
	border-radius: 12px;
	color: var(--lpt-color-primary-dark);
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	padding: clamp(24px, 4vw, 38px);
	position: relative;
	z-index: 1;
}

.lpt-homepage-update .lpt-about-home__quote p {
	color: var(--lpt-color-heading);
	font-size: clamp(1.35rem, 2.4vw, 2rem);
	font-weight: 900;
	line-height: 1.28;
	margin: 0;
	text-wrap: balance;
}

.lpt-homepage-update .lpt-about-home__quote span {
	color: #2f766d;
	display: block;
	font-size: 0.95rem;
	font-weight: 800;
	line-height: 1.4;
	margin-top: 24px;
	text-transform: uppercase;
}

.lpt-homepage-update .lpt-latest-posts {
	background: #f7fbf9;
}

.lpt-homepage-update .lpt-post-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lpt-homepage-update .lpt-post-card {
	background: #ffffff;
	border: 1px solid var(--lpt-color-border);
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(24, 50, 47, 0.07);
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.lpt-homepage-update .lpt-post-card:hover,
.lpt-homepage-update .lpt-post-card:focus-within {
	border-color: rgba(31, 111, 99, 0.3);
	box-shadow: 0 18px 42px rgba(24, 50, 47, 0.1);
	transform: translateY(-2px);
}

.lpt-homepage-update .lpt-post-card__media {
	aspect-ratio: 16 / 10;
	background: linear-gradient(135deg, rgba(232, 242, 239, 0.95), rgba(255, 251, 246, 0.95));
	display: block;
	overflow: hidden;
}

.lpt-homepage-update .lpt-post-card__image {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.lpt-homepage-update .lpt-post-card__fallback {
	align-items: center;
	background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.82), transparent 34%), linear-gradient(135deg, rgba(31, 111, 99, 0.16), rgba(244, 248, 246, 0.98));
	color: var(--lpt-color-primary-dark);
	display: flex;
	flex-direction: column;
	gap: 10px;
	height: 100%;
	justify-content: center;
	text-align: center;
	width: 100%;
}

.lpt-homepage-update .lpt-post-card__fallback-label {
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.lpt-homepage-update .lpt-post-card__fallback-mark {
	align-items: center;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(31, 111, 99, 0.2);
	border-radius: 999px;
	display: inline-flex;
	font-size: 1.4rem;
	font-weight: 900;
	height: 58px;
	justify-content: center;
	line-height: 1;
	min-width: 58px;
	padding: 0 12px;
}

.lpt-homepage-update .lpt-post-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 18px;
}

.lpt-homepage-update .lpt-post-card__category {
	color: var(--lpt-color-primary);
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.lpt-homepage-update .lpt-post-card h3 a {
	color: inherit;
	display: -webkit-box;
	overflow: hidden;
	text-decoration: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.lpt-homepage-update .lpt-post-card h3 a:hover,
.lpt-homepage-update .lpt-post-card h3 a:focus-visible {
	color: var(--lpt-color-primary);
	outline: 2px solid rgba(47, 118, 109, 0.28);
	outline-offset: 3px;
}

.lpt-homepage-update .lpt-post-card p {
	color: #435f5a;
	display: -webkit-box;
	font-size: 0.98rem;
	line-height: 1.62;
	margin: 0 0 18px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.lpt-homepage-update .lpt-post-card__meta {
	align-items: center;
	border-top: 1px solid rgba(31, 111, 99, 0.12);
	color: #617772;
	display: flex;
	font-size: 0.92rem;
	gap: 14px;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 14px;
}

.lpt-homepage-update .lpt-post-card__meta a {
	color: var(--lpt-color-primary);
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.lpt-homepage-update .lpt-post-card__meta a:focus-visible {
	outline: 2px solid rgba(47, 118, 109, 0.28);
	outline-offset: 3px;
}

.lpt-homepage-update .lpt-section__footer {
	display: flex;
	justify-content: center;
	margin-top: clamp(26px, 4vw, 38px);
}

.lpt-homepage-update .lpt-empty-note {
	background: #ffffff;
	border: 1px solid var(--lpt-color-border);
	border-radius: 8px;
	color: #435f5a;
	margin: 0;
	padding: 18px;
}

.lpt-homepage-update .lpt-final-cta {
	background: #ffffff;
	padding-bottom: clamp(64px, 7vw, 88px);
}

.lpt-homepage-update .lpt-final-cta__inner {
	background: linear-gradient(135deg, #163a36, #1f6f63);
	border-radius: 18px;
	box-shadow: 0 22px 56px rgba(24, 50, 47, 0.18);
	color: #ffffff;
	padding: clamp(36px, 6vw, 68px);
	text-align: center;
}

.lpt-homepage-update .lpt-final-cta h2 {
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	max-width: 780px;
}

.lpt-homepage-update .lpt-final-cta p {
	color: rgba(255, 255, 255, 0.86);
	margin-left: auto;
	margin-right: auto;
	max-width: 720px;
}

.lpt-homepage-update .lpt-final-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: center;
	margin-top: 30px;
}

.lpt-site-footer {
	background: #102b28;
	color: rgba(255, 255, 255, 0.82);
	padding: 36px 20px 42px;
}

.lpt-site-footer__inner {
	align-items: center;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--lpt-content-width);
}

.lpt-site-footer__brand {
	color: #ffffff;
	font-size: 1.15rem;
	font-weight: 900;
	line-height: 1.2;
	margin: 0 0 6px;
	text-transform: uppercase;
}

.lpt-site-footer__tagline,
.lpt-site-footer__copyright {
	margin: 0;
}

.lpt-site-footer__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 20px;
	justify-content: flex-end;
}

.lpt-site-footer__nav a {
	color: rgba(255, 255, 255, 0.86);
	font-weight: 750;
	text-decoration: none;
}

.lpt-site-footer__nav a:hover,
.lpt-site-footer__nav a:focus-visible {
	color: #ffffff;
}

.lpt-site-footer__copyright {
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	grid-column: 1 / -1;
	padding-top: 16px;
	padding-right: 70px;
}

.lpt-page {
	background: #ffffff;
	color: var(--lpt-color-ink);
}

.lpt-container {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--lpt-content-width);
	padding-left: clamp(20px, 5vw, 56px);
	padding-right: clamp(20px, 5vw, 56px);
}

.lpt-page-hero {
	background: linear-gradient(135deg, rgba(244, 248, 246, 0.98), rgba(255, 251, 246, 0.98));
	padding: clamp(52px, 6vw, 84px) 0 clamp(40px, 4.8vw, 62px);
}

.lpt-page-hero__inner {
	display: grid;
	gap: 22px;
}

.lpt-page-hero h1 {
	color: var(--lpt-color-heading);
	font-size: clamp(2.2rem, 3.8vw, 4.2rem);
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.04;
	margin: 0 0 14px;
	max-width: 920px;
	text-wrap: balance;
}

.lpt-page-hero p {
	color: #3e5551;
	font-size: clamp(1rem, 1.25vw, 1.14rem);
	line-height: 1.64;
	margin: 0;
	max-width: 760px;
}

.lpt-page-hero .lpt-page-hero__label {
	color: var(--lpt-color-primary);
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	line-height: 1.35;
	margin: 0 0 10px;
	max-width: 100%;
	text-transform: uppercase;
}

.lpt-page-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.lpt-page .lpt-button,
.lpt-site-footer .lpt-button {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.98rem;
	font-weight: 800;
	justify-content: center;
	line-height: 1.25;
	min-height: 46px;
	padding: 12px 20px;
	text-align: center;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.lpt-page .lpt-button:hover,
.lpt-page .lpt-button:focus-visible,
.lpt-contact-form button:focus-visible,
.lpt-contact-form input:focus-visible,
.lpt-contact-form select:focus-visible,
.lpt-contact-form textarea:focus-visible {
	outline: 3px solid rgba(47, 118, 109, 0.32);
	outline-offset: 3px;
}

.lpt-page .lpt-button:not(.lpt-button--disabled):hover,
.lpt-page .lpt-button:not(.lpt-button--disabled):focus-visible {
	transform: translateY(-1px);
}

.lpt-page .lpt-button--primary {
	background: var(--lpt-color-primary);
	border: 2px solid var(--lpt-color-primary);
	color: #ffffff;
}

.lpt-page .lpt-button--outline {
	background: transparent;
	border: 2px solid #8eb9b0;
	color: var(--lpt-color-primary);
}

.lpt-page .lpt-button--light {
	background: #ffffff;
	border: 2px solid #ffffff;
	color: var(--lpt-color-primary-dark);
}

.lpt-page .lpt-button--ghost {
	background: transparent;
	border: 2px solid rgba(255, 255, 255, 0.72);
	color: #ffffff;
}

.lpt-feature-media-section {
	background: #ffffff;
	padding-bottom: clamp(40px, 4.4vw, 60px);
	padding-top: clamp(36px, 4.2vw, 56px);
}

.lpt-feature-media {
	background: linear-gradient(135deg, #f7fbf9, #fffaf2);
	border: 1px solid var(--lpt-color-border);
	border-radius: 18px;
	box-shadow: 0 18px 46px rgba(24, 50, 47, 0.09);
	display: grid;
	gap: clamp(20px, 3.4vw, 34px);
	grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
	margin: 0;
	overflow: hidden;
	padding: clamp(18px, 3vw, 28px);
}

.lpt-feature-media__frame {
	aspect-ratio: 16 / 9;
	background: linear-gradient(135deg, rgba(232, 242, 239, 0.98), rgba(255, 250, 242, 0.98));
	border-radius: 14px;
	min-height: 0;
	overflow: hidden;
	position: relative;
}

.lpt-feature-media__frame img,
.lpt-feature-media__frame iframe {
	border: 0;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.lpt-feature-media__placeholder {
	align-items: center;
	color: var(--lpt-color-primary-dark);
	display: flex;
	flex-direction: column;
	gap: 10px;
	height: 100%;
	justify-content: center;
	padding: clamp(20px, 3vw, 30px);
	position: relative;
	text-align: center;
	width: 100%;
}

.lpt-feature-media__placeholder::before,
.lpt-feature-media__placeholder::after {
	border: 1px solid rgba(31, 111, 99, 0.16);
	content: "";
	position: absolute;
}

.lpt-feature-media__placeholder::before {
	height: 46%;
	left: 9%;
	top: 16%;
	transform: rotate(-8deg);
	width: 30%;
}

.lpt-feature-media__placeholder::after {
	bottom: 18%;
	height: 34%;
	right: 10%;
	transform: rotate(10deg);
	width: 24%;
}

.lpt-feature-media__icon {
	align-items: center;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(31, 111, 99, 0.22);
	border-radius: 999px;
	display: inline-flex;
	height: 70px;
	justify-content: center;
	position: relative;
	width: 70px;
	z-index: 1;
}

.lpt-feature-media__icon svg {
	fill: none;
	height: 34px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 3;
	width: 34px;
}

.lpt-feature-media--ai .lpt-feature-media__placeholder {
	background: linear-gradient(135deg, rgba(232, 242, 239, 0.98), rgba(247, 251, 249, 0.98));
}

.lpt-feature-media--health .lpt-feature-media__placeholder {
	background: linear-gradient(135deg, rgba(244, 248, 246, 0.98), rgba(255, 250, 242, 0.96));
}

.lpt-feature-media--workshop .lpt-feature-media__placeholder {
	background: linear-gradient(135deg, rgba(255, 250, 242, 0.98), rgba(232, 242, 239, 0.96));
}

.lpt-feature-media--document .lpt-feature-media__placeholder {
	background: linear-gradient(135deg, rgba(247, 251, 249, 0.98), rgba(244, 248, 246, 0.98));
}

.lpt-feature-media__placeholder-label {
	color: var(--lpt-color-primary);
	font-size: clamp(0.74rem, 1vw, 0.82rem);
	font-weight: 900;
	letter-spacing: 0.05em;
	line-height: 1.3;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}

.lpt-feature-media__placeholder-title {
	color: var(--lpt-color-heading);
	font-size: clamp(1.1rem, 2vw, 1.45rem);
	font-weight: 850;
	line-height: 1.22;
	max-width: 460px;
	position: relative;
	text-wrap: balance;
	z-index: 1;
}

.lpt-feature-media__caption {
	align-self: center;
	min-width: 0;
}

.lpt-feature-media__label {
	color: var(--lpt-color-primary);
	display: block;
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	line-height: 1.35;
	margin-bottom: 12px;
	max-width: 100%;
	text-transform: uppercase;
}

.lpt-feature-media__caption strong {
	color: var(--lpt-color-heading);
	display: block;
	font-size: clamp(1.45rem, 2.5vw, 2.15rem);
	font-weight: 850;
	line-height: 1.14;
	margin-bottom: 14px;
	text-wrap: balance;
}

.lpt-feature-media__caption p {
	color: #435f5a;
	font-size: 1rem;
	line-height: 1.68;
	margin: 0;
}

.lpt-page .lpt-button--disabled {
	cursor: not-allowed;
	opacity: 0.58;
}

.lpt-page-section {
	padding: var(--lpt-space-section-desktop) 0;
}

.lpt-page-section--soft {
	background: #fbf8f1;
}

.lpt-page-section h2 {
	color: var(--lpt-color-heading);
	font-size: clamp(1.8rem, 2.6vw, 2.55rem);
	font-weight: 830;
	letter-spacing: 0;
	line-height: 1.12;
	margin: 0 0 22px;
	max-width: 820px;
	text-wrap: balance;
}

.lpt-page-section > .lpt-container > p {
	color: #3e5551;
	font-size: 1.06rem;
	line-height: 1.74;
	margin: 0;
	max-width: 820px;
}

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

.lpt-card {
	background: #ffffff;
	border: 1px solid var(--lpt-color-border);
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(24, 50, 47, 0.07);
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: clamp(18px, 1.8vw, 24px);
}

.lpt-program-cards-section .lpt-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lpt-program-cards-section .lpt-container {
	max-width: 1240px;
}

.lpt-card__kicker {
	color: var(--lpt-color-primary);
	font-size: 0.8rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.lpt-card h3 {
	color: var(--lpt-color-heading);
	font-size: 1.22rem;
	font-weight: 820;
	line-height: 1.25;
	margin: 0 0 12px;
}

.lpt-card__kicker + h3 {
	margin-top: 10px;
}

.lpt-card p,
.lpt-check-list li,
.lpt-notice p {
	color: #435f5a;
	font-size: 1rem;
	line-height: 1.68;
}

.lpt-card p {
	margin: 0 0 22px;
}

.lpt-card .lpt-button {
	margin-top: auto;
}

.lpt-check-list {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0;
	max-width: 880px;
	padding: 0;
}

.lpt-check-list li {
	background: #f7fbf9;
	border: 1px solid rgba(31, 111, 99, 0.14);
	border-radius: 8px;
	padding: 12px 14px;
}

.lpt-notice {
	background: #f7fbf9;
	border: 1px solid rgba(31, 111, 99, 0.2);
	border-radius: 8px;
	padding: clamp(20px, 3vw, 28px);
}

.lpt-notice strong {
	color: var(--lpt-color-heading);
	display: block;
	font-size: 1.08rem;
	margin-bottom: 8px;
}

.lpt-notice p {
	margin: 0;
}

.lpt-notice--medical {
	background: #fffaf2;
	border-color: rgba(161, 112, 44, 0.24);
}

.lpt-schedule-note .lpt-button {
	margin-top: 18px;
}

.lpt-quote {
	background: linear-gradient(135deg, rgba(251, 248, 241, 0.98), rgba(232, 242, 239, 0.96));
	border: 1px solid var(--lpt-color-border);
	border-radius: 14px;
	color: var(--lpt-color-heading);
	font-size: clamp(1.3rem, 2.2vw, 2rem);
	font-weight: 850;
	line-height: 1.32;
	margin: 0;
	padding: clamp(28px, 5vw, 48px);
	text-wrap: balance;
}

.lpt-page-cta {
	background: #ffffff;
}

.lpt-page-cta__inner {
	background: linear-gradient(135deg, #163a36, #1f6f63);
	border-radius: 18px;
	color: #ffffff;
	padding: clamp(38px, 5.5vw, 60px);
	text-align: center;
}

.lpt-page-cta h2,
.lpt-page-cta p {
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}

.lpt-page-cta h2 {
	max-width: 820px;
}

.lpt-page-cta p {
	color: rgba(255, 255, 255, 0.86);
	max-width: 760px;
}

.lpt-page-cta .lpt-page-actions {
	gap: 14px;
	justify-content: center;
	margin-top: 28px;
}

.lpt-contact-form-wrap {
	background: #ffffff;
	border: 1px solid var(--lpt-color-border);
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(24, 50, 47, 0.07);
	padding: clamp(20px, 3vw, 30px);
}

.lpt-form-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lpt-contact-form p {
	margin: 0 0 16px;
}

.lpt-contact-form label {
	color: var(--lpt-color-heading);
	display: block;
	font-weight: 800;
	margin-bottom: 8px;
}

.lpt-contact-form input,
.lpt-contact-form select,
.lpt-contact-form textarea {
	background: #ffffff;
	border: 1px solid rgba(31, 111, 99, 0.22);
	border-radius: 8px;
	color: var(--lpt-color-ink);
	font: inherit;
	font-size: 1rem;
	min-height: 46px;
	padding: 11px 12px;
	width: 100%;
}

.lpt-contact-form textarea {
	min-height: 140px;
	resize: vertical;
}

.lpt-form-note {
	color: #5f746f;
	font-size: 0.95rem;
}

.lpt-form-consent label {
	align-items: flex-start;
	display: flex;
	gap: 10px;
}

.lpt-form-consent input {
	margin-top: 4px;
	min-height: auto;
	width: auto;
}

.lpt-honeypot {
	left: -9999px;
	position: absolute;
}

.lpt-form-message {
	border-radius: 8px;
	font-weight: 800;
	margin-bottom: 18px;
	padding: 12px 14px;
}

.lpt-form-message--success {
	background: #e8f2ef;
	color: var(--lpt-color-primary-dark);
}

.lpt-form-message--error {
	background: #fff4ed;
	color: #7b341e;
}

.lpt-site-footer__nav span {
	color: rgba(255, 255, 255, 0.48);
	font-weight: 750;
}

@media (prefers-reduced-motion: reduce) {
	.lpt-page *,
	.lpt-homepage-update *,
	.site-header * {
		transition-duration: 0.01ms;
	}
}

@media (min-width: 1400px) {
	.lpt-program-cards-section .lpt-container {
		max-width: 1240px;
		padding-left: 32px;
		padding-right: 32px;
	}

	.lpt-program-cards-section .lpt-grid {
		gap: 18px;
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 1399px) and (min-width: 768px) {
	.lpt-program-cards-section .lpt-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lpt-page-section {
		padding-bottom: var(--lpt-space-section-tablet);
		padding-top: var(--lpt-space-section-tablet);
	}
}

@media (max-width: 921px) {
	.site-header .main-header-menu > .menu-item > .menu-link {
		padding-left: 12px;
		padding-right: 12px;
	}

	.lpt-home-hero {
		padding-bottom: 72px;
		padding-top: 72px;
	}

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

	.lpt-featured-programs__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lpt-homepage-update .lpt-section {
		padding-bottom: var(--lpt-space-section-tablet);
		padding-top: var(--lpt-space-section-tablet);
	}

	.lpt-homepage-update .lpt-path-grid,
	.lpt-homepage-update .lpt-post-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lpt-homepage-update .lpt-about-home__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.lpt-homepage-update .lpt-about-home__media {
		aspect-ratio: 16 / 9;
		min-height: 260px;
	}

	.lpt-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lpt-feature-media {
		grid-template-columns: minmax(0, 1fr);
	}

	.lpt-page-hero {
		padding-bottom: 44px;
		padding-top: 56px;
	}

	.lpt-page-hero h1 {
		font-size: clamp(2.25rem, 5.2vw, 3.15rem);
		max-width: 780px;
	}
}

@media (max-width: 767px) {
	.site-header .site-title,
	.site-header .site-title a {
		font-size: clamp(0.98rem, 5vw, 1.18rem);
		max-width: 210px;
	}

	.site-header .ast-custom-button,
	.site-header .ast-custom-button-link,
	.site-header .ast-header-button-1 .ast-custom-button {
		min-height: 42px;
		padding: 10px 16px;
	}

	.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, 11vw, 2.7rem);
		line-height: 1.08;
	}

	.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;
	}

	.lpt-featured-programs {
		padding: 48px 20px 56px;
	}

	.lpt-featured-programs__grid {
		gap: 18px;
		grid-template-columns: minmax(0, 1fr);
	}

	.lpt-featured-programs__grid.wp-block-columns {
		display: grid;
	}

	.lpt-featured-programs__card.wp-block-column {
		padding: 14px;
	}

	.lpt-homepage-update .lpt-section {
		padding: 38px 20px;
	}

	.lpt-homepage-update .lpt-section__header {
		margin-bottom: 26px;
	}

	.lpt-homepage-update .lpt-section__header h2,
	.lpt-homepage-update .lpt-about-home h2,
	.lpt-homepage-update .lpt-final-cta h2 {
		font-size: clamp(2rem, 9vw, 2.32rem);
		line-height: 1.14;
	}

	.lpt-homepage-update .lpt-path-grid,
	.lpt-homepage-update .lpt-post-grid {
		gap: 18px;
		grid-template-columns: minmax(0, 1fr);
	}

	.lpt-homepage-update .lpt-path-card {
		padding: 18px;
	}

	.lpt-homepage-update .lpt-button,
	.lpt-homepage-update .lpt-final-cta__actions,
	.lpt-homepage-update .lpt-final-cta__actions .lpt-button {
		width: 100%;
	}

	.lpt-homepage-update .lpt-about-home__media {
		aspect-ratio: auto;
		min-height: 0;
		padding: 18px;
	}

	.lpt-homepage-update .lpt-about-home__quote {
		padding: 24px 20px;
	}

	.lpt-homepage-update .lpt-about-home__quote p {
		font-size: clamp(1.25rem, 6vw, 1.55rem);
	}

	.lpt-homepage-update .lpt-about-home__quote span {
		font-size: 0.82rem;
		margin-top: 18px;
	}

	.lpt-homepage-update .lpt-post-card__body {
		padding: 16px;
	}

	.lpt-homepage-update .lpt-post-card__meta {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.lpt-homepage-update .lpt-final-cta {
		padding: var(--lpt-space-section-mobile) 20px 60px;
	}

	.lpt-homepage-update .lpt-final-cta__inner {
		border-radius: 14px;
		padding: 32px 20px;
	}

	.lpt-homepage-update .lpt-final-cta__actions {
		gap: 14px;
	}

	.lpt-site-footer__inner {
		grid-template-columns: minmax(0, 1fr);
		text-align: left;
	}

	.lpt-site-footer__nav {
		gap: 10px 16px;
		justify-content: flex-start;
	}

	.lpt-site-footer__copyright {
		line-height: 1.6;
		padding-bottom: 22px;
		padding-right: 78px;
	}

	.lpt-page-hero {
		padding: 36px 0 30px;
	}

	.lpt-page-hero h1 {
		font-size: clamp(2rem, 8.3vw, 2.36rem);
		line-height: 1.07;
		margin-bottom: 12px;
		max-width: 100%;
	}

	.lpt-page-hero p {
		font-size: 1rem;
		line-height: 1.58;
	}

	.lpt-page-hero__label,
	.lpt-feature-media__label,
	.lpt-card__kicker {
		font-size: 0.74rem;
		letter-spacing: 0.04em;
	}

	.lpt-page-hero__inner {
		gap: 18px;
	}

	.lpt-page-section {
		padding: var(--lpt-space-section-mobile) 0;
	}

	.lpt-grid,
	.lpt-form-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.lpt-program-cards-section .lpt-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.lpt-page-actions,
	.lpt-page .lpt-button {
		width: 100%;
	}

	.lpt-page .lpt-button {
		min-height: 46px;
		padding: 11px 18px;
	}

	.lpt-page-cta .lpt-page-actions {
		gap: 14px;
	}

	.lpt-page-cta__inner {
		border-radius: 14px;
		padding: 30px 20px;
	}

	.lpt-feature-media-section {
		padding-bottom: 36px;
		padding-top: 34px;
	}

	.lpt-feature-media {
		border-radius: 14px;
		gap: 16px;
		padding: 14px;
	}

	.lpt-feature-media__frame {
		border-radius: 10px;
	}

	.lpt-feature-media__caption {
		padding: 0 2px 4px;
	}

	.lpt-feature-media__icon {
		height: 58px;
		width: 58px;
	}

	.lpt-feature-media__icon svg {
		height: 28px;
		width: 28px;
	}

	.lpt-feature-media__placeholder {
		gap: 8px;
		padding: 18px;
	}

	.lpt-feature-media__placeholder-title {
		font-size: clamp(1.04rem, 5vw, 1.24rem);
	}
}

@media (max-width: 390px) {
	.lpt-container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.lpt-page-hero h1 {
		font-size: clamp(1.95rem, 8.8vw, 2.2rem);
	}

	.lpt-site-footer__copyright {
		padding-right: 64px;
	}
}

/* Batch 06: Blog pre-launch polish. */
.blog .site-content {
	background: #f7faf8;
}

.blog .ast-container {
	width: min(100%, 1180px);
}

.lpt-blog-intro {
	background: linear-gradient(135deg, #f3f8f6 0%, #ffffff 58%, #fff8ee 100%);
	border: 1px solid rgba(31, 111, 99, 0.13);
	border-radius: 8px;
	box-shadow: 0 18px 44px rgba(24, 50, 47, 0.08);
	margin: 0 0 clamp(22px, 3vw, 34px);
	overflow: hidden;
	padding: clamp(28px, 4.2vw, 48px) clamp(22px, 4vw, 46px);
}

.lpt-blog-intro__inner {
	max-width: 860px;
}

.lpt-blog-intro__eyebrow {
	color: var(--lpt-color-primary);
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	line-height: 1.25;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.lpt-blog-intro h1 {
	color: var(--lpt-color-heading);
	font-size: clamp(2.1rem, 4.4vw, 3.45rem);
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0;
	max-width: 820px;
}

.lpt-blog-intro p:last-child {
	color: #425d58;
	font-size: clamp(1rem, 1.35vw, 1.14rem);
	line-height: 1.7;
	margin: 16px 0 0;
	max-width: 760px;
}

.blog .ast-row {
	display: grid;
	gap: clamp(18px, 2.4vw, 28px);
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.blog .ast-row::before,
.blog .ast-row::after {
	content: none;
}

.blog .ast-row > article {
	background: #ffffff;
	border: 1px solid rgba(31, 111, 99, 0.12);
	border-radius: 8px;
	box-shadow: 0 12px 32px rgba(24, 50, 47, 0.06);
	display: flex;
	flex-direction: column;
	margin: 0;
	overflow: hidden;
	padding: clamp(22px, 2.6vw, 30px);
}

.blog .ast-row > article .entry-title,
.blog .ast-row > article .entry-title a {
	color: var(--lpt-color-heading);
	font-size: clamp(1.35rem, 2vw, 1.85rem);
	font-weight: 830;
	letter-spacing: 0;
	line-height: 1.18;
	margin: 0;
	text-decoration: none;
}

.blog .ast-row > article .entry-title a:hover,
.blog .ast-row > article .entry-title a:focus-visible {
	color: var(--lpt-color-primary);
}

.blog .ast-row > article .entry-meta {
	color: rgba(24, 50, 47, 0.62);
	font-size: 0.9rem;
	line-height: 1.45;
	margin-top: 10px;
}

.blog .ast-row > article .entry-content,
.blog .ast-row > article .entry-summary {
	color: #384f4b;
	font-size: 1rem;
	line-height: 1.68;
	margin-top: 16px;
}

.blog .ast-row > article img {
	aspect-ratio: 16 / 9;
	border-radius: 6px;
	height: auto;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}

.blog .read-more,
.blog .ast-row > article .read-more a {
	color: var(--lpt-color-primary);
	font-weight: 800;
	text-decoration: underline;
	text-decoration-thickness: 1.5px;
	text-underline-offset: 0.18em;
}

.single-post .site-content {
	background: #f8fbf9;
}

.single-post .site-main > article {
	margin-left: auto;
	margin-right: auto;
	max-width: 860px;
}

.single-post .entry-header {
	margin-bottom: clamp(24px, 3.4vw, 38px);
}

.single-post .entry-title {
	color: var(--lpt-color-heading);
	font-size: clamp(2.875rem, 3.6vw, 3.125rem);
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.15;
	margin-bottom: 14px;
}

.single-post .entry-meta {
	color: rgba(24, 50, 47, 0.62);
	font-size: 0.95rem;
	line-height: 1.55;
}

.single-post .entry-content {
	color: #263f3b;
	font-size: clamp(1.08rem, 1.35vw, 1.2rem);
	line-height: 1.75;
	max-width: 800px;
}

.single-post .entry-content p {
	margin-bottom: 1.22em;
}

.single-post .entry-content h1,
.single-post .entry-content h2 {
	color: var(--lpt-color-heading);
	font-size: clamp(2rem, 2.35vw, 2.125rem);
	font-weight: 820;
	letter-spacing: 0;
	line-height: 1.24;
	margin: 1.65em 0 0.55em;
}

.single-post .entry-content h3 {
	color: #1f4f49;
	font-size: clamp(1.3rem, 2vw, 1.65rem);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.28;
	margin: 1.45em 0 0.55em;
}

.single-post .entry-content h4,
.single-post .entry-content h5,
.single-post .entry-content h6 {
	color: #254b46;
	font-weight: 800;
	line-height: 1.32;
	margin: 1.3em 0 0.55em;
}

.single-post .entry-content ul,
.single-post .entry-content ol {
	margin: 0 0 1.25em 1.35em;
	padding-left: 1.15em;
}

.single-post .entry-content li {
	margin-bottom: 0.48em;
	padding-left: 0.15em;
}

.single-post .entry-content blockquote {
	background: #eef6f3;
	border-left: 4px solid var(--lpt-color-primary);
	border-radius: 8px;
	color: #294743;
	margin: 1.65em 0;
	padding: 18px 22px;
}

.single-post .entry-content a {
	color: var(--lpt-color-primary-dark);
	font-weight: 750;
	text-decoration: underline;
	text-decoration-thickness: 1.5px;
	text-underline-offset: 0.18em;
}

.single-post .entry-content strong,
.single-post .entry-content b {
	color: #173b36;
	font-weight: 850;
}

.single-post .entry-content img,
.single-post .entry-content figure {
	height: auto;
	max-width: 100%;
}

.single-post .entry-content figure {
	margin: 1.55em 0;
}

.ast-header-break-point .site-header #ast-mobile-site-navigation ul,
.ast-header-break-point .site-header #ast-mobile-site-navigation li,
.ast-header-break-point .ast-mobile-popup-drawer .main-header-menu,
.ast-header-break-point .ast-mobile-popup-drawer .main-header-menu .menu-item {
	list-style: none;
}

.ast-header-break-point .site-header #ast-mobile-site-navigation li::marker,
.ast-header-break-point .site-header #ast-mobile-site-navigation li::before,
.ast-header-break-point .ast-mobile-popup-drawer .main-header-menu .menu-item::marker,
.ast-header-break-point .ast-mobile-popup-drawer .main-header-menu .menu-item::before {
	content: none;
}

@media (max-width: 1024px) {
	.blog .ast-row {
		grid-template-columns: minmax(0, 1fr);
	}

	.single-post .site-main > article {
		max-width: 820px;
	}
}

@media (max-width: 767px) {
	.lpt-blog-intro {
		margin-bottom: 20px;
		padding: 26px 20px;
	}

	.lpt-blog-intro h1 {
		font-size: clamp(2rem, 8vw, 2.45rem);
		line-height: 1.1;
	}

	.lpt-blog-intro p:last-child {
		font-size: 1rem;
		line-height: 1.62;
		margin-top: 12px;
	}

	.blog .ast-row > article {
		padding: 20px;
	}

	.single-post .entry-title {
		font-size: clamp(2rem, 8.6vw, 2.25rem);
		line-height: 1.16;
	}

	.single-post .entry-content {
		font-size: clamp(1.06rem, 4.55vw, 1.12rem);
		line-height: 1.72;
	}

	.single-post .entry-content h1,
	.single-post .entry-content h2 {
		font-size: clamp(1.6875rem, 6.8vw, 1.8125rem);
		line-height: 1.24;
	}

.single-post .entry-content h3 {
	font-size: clamp(1.28rem, 5.8vw, 1.52rem);
	}
}

/* Batch 06C: force Astra single post title hierarchy without touching archives or pages. */
body.single-post article.ast-article-single header.entry-header h1.entry-title {
	font-size: clamp(46px, 3.45vw, 50px);
	line-height: 1.15;
}

body.single-post article.ast-article-single .entry-content h2.wp-block-heading,
body.single-post article.ast-article-single .entry-content h2 {
	font-size: clamp(32px, 2.35vw, 34px);
	line-height: 1.24;
}

@media (max-width: 767px) {
	body.single-post article.ast-article-single header.entry-header h1.entry-title {
		font-size: clamp(32px, 8.5vw, 36px);
		line-height: 1.16;
	}

	body.single-post article.ast-article-single .entry-content h2.wp-block-heading,
	body.single-post article.ast-article-single .entry-content h2 {
		font-size: clamp(27px, 7vw, 29px);
		line-height: 1.24;
	}
}

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