:root {
	--hdt-navy: #20303b;
	--hdt-teal: #4aa719;
	--hdt-teal-dark: #358110;
	--hdt-sky: #f4f8f1;
	--hdt-surface: #ffffff;
	--hdt-paper: #ffffff;
	--hdt-ink: #18313f;
	--hdt-muted: #617681;
	--hdt-line: #dfe5dc;
	--hdt-focus: rgba(20, 138, 136, .22);
	--hdt-radius: 18px;
	--hdt-shell: 1200px;
	--hdt-sans: "Noto Sans TC", "PingFang TC", "Hiragino Sans", system-ui, sans-serif;
	--hdt-serif: "Noto Serif TC", "Songti TC", ui-serif, Georgia, serif;
}

html {
	scroll-behavior: smooth;
}

body {
	overflow-x: hidden;
	background: var(--hdt-surface);
	color: var(--hdt-ink);
	font-family: var(--hdt-sans);
	font-size: 16px;
	line-height: 1.75;
}

body,
button,
input,
select,
textarea {
	font-family: var(--hdt-sans);
}

a {
	color: var(--hdt-teal-dark);
	text-decoration: none;
}

button,
.button,
.hdt-button,
.hdt-inquiry-button,
.hdt-resource-search button {
	min-height: 44px;
}

.ast-button-wrap .menu-toggle,
.woocommerce .show-password-input {
	min-width: 44px;
}

.woocommerce div.product .woocommerce-product-gallery__trigger {
	width: 44px;
	height: 44px;
}

.site-header {
	border-bottom: 1px solid rgba(217, 230, 232, .8);
	background: rgba(255, 255, 255, .96);
}

.site-header .ast-builder-grid-row {
	min-height: 104px;
	max-width: var(--hdt-shell);
	grid-template-columns: minmax(280px, .78fr) minmax(0, 1.4fr);
	align-items: center;
}

.site-header .site-branding,
.site-header .ast-site-identity {
	display: flex;
	align-items: center;
}

.site-header .custom-logo-link {
	display: block;
	flex: 0 0 72px;
	margin-right: 14px;
}

.site-header .custom-logo-link img {
	display: block;
	width: 72px;
	height: 72px;
	object-fit: contain;
}

.site-title a,
.ast-site-identity .site-title a {
	color: var(--hdt-navy);
	font-family: var(--hdt-serif);
	font-size: clamp(1.6rem, 2.2vw, 2rem);
	font-weight: 600;
	letter-spacing: .12em;
}

.main-header-menu > .menu-item > a {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	gap: 2px;
	color: var(--hdt-ink);
	padding-inline: 9px !important;
	font-size: .8rem;
	font-weight: 600;
	letter-spacing: .04em;
	white-space: nowrap;
	transition: color .28s cubic-bezier(.2, 0, 0, 1), transform .28s cubic-bezier(.2, 0, 0, 1);
}

.main-header-menu > .menu-item > a::before {
	color: var(--hdt-teal-dark);
	font-size: .65rem;
	font-weight: 800;
	letter-spacing: .12em;
	line-height: 1;
}

.main-header-menu > .menu-item:nth-child(1) > a::before { content: "NEWS"; }
.main-header-menu > .menu-item:nth-child(2) > a::before { content: "PRODUCTS"; }
.main-header-menu > .menu-item:nth-child(3) > a::before { content: "SEMINARS"; }
.main-header-menu > .menu-item:nth-child(4) > a::before { content: "DOWNLOAD"; }
.main-header-menu > .menu-item:nth-child(5) > a::before { content: "HEALTH"; }
.main-header-menu > .menu-item:nth-child(6) > a::before { content: "CONTACT"; }
.main-header-menu > .menu-item:nth-child(7) > a::before { content: "LOG IN"; }
.main-header-menu > .menu-item:nth-child(8) > a::before { content: "CART"; }

/* Astra 將下拉箭頭設為獨立 role=button，操作區需符合 44×44 觸控尺寸。 */
.main-header-menu .dropdown-menu-toggle,
.ast-mobile-menu-content .dropdown-menu-toggle {
	display: inline-flex;
	width: 44px;
	height: 44px;
	min-width: 44px;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	margin: -14px -13px -14px -8px;
}

.main-header-menu .dropdown-menu-toggle .ast-icon,
.ast-mobile-menu-content .dropdown-menu-toggle .ast-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.main-header-menu {
	width: 100%;
	height: auto !important;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: nowrap;
	gap: 2px;
}

.main-header-menu > .menu-item:nth-last-child(-n + 2) > a {
	margin-left: 6px;
	padding: 11px 13px !important;
	border: 1px solid var(--hdt-line);
	background: #fff;
	font-size: .74rem;
	letter-spacing: .06em;
}

.main-header-menu > .menu-item:last-child > a {
	border-color: var(--hdt-teal-dark);
	background: var(--hdt-teal-dark);
	color: #fff;
}

.main-header-menu > .menu-item > a:hover,
.main-header-menu > .menu-item > a:focus-visible {
	color: var(--hdt-teal);
	transform: translateY(-1px);
}

.site-content {
	background: var(--hdt-surface);
}

body.home .entry-header {
	display: none;
}

body.home .site-content > .ast-container {
	width: 100%;
	max-width: none;
	padding-inline: 0;
}

body.home .site-main {
	width: 100%;
	margin: 0;
}

body.home #primary {
	margin: 0;
}

.ast-container,
.hdt-shell {
	width: min(calc(100% - 48px), var(--hdt-shell));
}

.hdt-shell {
	margin-inline: auto;
}

.hdt-eyebrow {
	margin: 0 0 14px;
	color: var(--hdt-teal-dark);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .2em;
	line-height: 1.3;
}

.hdt-lead {
	max-width: 38rem;
	color: var(--hdt-muted);
	font-size: clamp(1rem, 1.2vw, 1.12rem);
	line-height: 1.85;
}

.hdt-button,
.hdt-inquiry-button,
.hdt-resource-search button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 11px 22px;
	border: 1px solid var(--hdt-teal-dark) !important;
	border-radius: 999px !important;
	background: var(--hdt-teal-dark) !important;
	box-shadow: 0 8px 18px rgba(20, 138, 136, .13);
	color: #fff !important;
	font-weight: 700 !important;
	letter-spacing: .04em;
	text-decoration: none !important;
	transition: background-color .28s cubic-bezier(.2, 0, 0, 1), border-color .28s cubic-bezier(.2, 0, 0, 1), transform .28s cubic-bezier(.2, 0, 0, 1), box-shadow .28s cubic-bezier(.2, 0, 0, 1);
}

.hdt-button:hover,
.hdt-button:focus-visible,
.hdt-inquiry-button:hover,
.hdt-inquiry-button:focus-visible,
.hdt-resource-search button:hover,
.hdt-resource-search button:focus-visible {
	border-color: #28680b !important;
	background: #28680b !important;
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 12px 22px rgba(20, 138, 136, .2);
}

.hdt-button--small {
	min-height: 40px;
	padding: 8px 18px;
	font-size: .9rem;
}

.hdt-button--outline {
	border-color: var(--hdt-teal) !important;
	background: transparent !important;
	box-shadow: none;
	color: var(--hdt-teal-dark) !important;
}

.hdt-button--outline:hover,
.hdt-button--outline:focus-visible {
	background: var(--hdt-sky) !important;
	color: var(--hdt-teal-dark) !important;
}

.hdt-home-hero {
	background: #fff;
}

.hdt-home-hero__viewport {
	position: relative;
	max-width: none;
	margin-inline: auto;
	overflow: hidden;
}

.hdt-home-hero__slide {
	position: relative;
}

.hdt-home-hero__slide.is-active {
	display: block;
	animation: hdt-hero-in .55s cubic-bezier(.2, 0, 0, 1) both;
}

.hdt-home-hero__link {
	display: block;
	color: inherit;
}

.hdt-home-hero__copy {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

.hdt-home-hero__copy h2 {
	max-width: 11em;
	margin: 0 0 24px;
	color: var(--hdt-navy);
	font-family: var(--hdt-serif);
	font-size: clamp(2.25rem, 5vw, 4.8rem);
	font-weight: 600;
	letter-spacing: .03em;
	line-height: 1.22;
}

.hdt-home-hero__copy .hdt-lead {
	margin: 0 0 30px;
}

.hdt-home-hero__media {
	width: 100%;
	aspect-ratio: 2560 / 1182;
	min-height: 420px;
	background: #f7faf6;
}

.hdt-home-hero__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 420px;
	object-fit: cover;
}

.hdt-home-hero__controls {
	position: absolute;
	right: clamp(24px, 5vw, 76px);
	bottom: 30px;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 8px;
	border: 1px solid rgba(18, 58, 82, .1);
	border-radius: 999px;
	background: rgba(255, 255, 255, .88);
}

.hdt-carousel-button,
.hdt-carousel-dot {
	border: 0;
	background: transparent;
	color: var(--hdt-navy);
	cursor: pointer;
}

.hdt-carousel-button {
	width: 44px;
	min-height: 44px;
	border-radius: 50%;
	font-size: 1.2rem;
	transition: background-color .25s cubic-bezier(.2, 0, 0, 1), color .25s cubic-bezier(.2, 0, 0, 1), transform .25s cubic-bezier(.2, 0, 0, 1);
}

.hdt-carousel-button:hover,
.hdt-carousel-button:focus-visible {
	background: var(--hdt-sky);
	color: var(--hdt-teal-dark);
	transform: scale(1.06);
}

.hdt-carousel-dots {
	display: flex;
	gap: 6px;
}

.hdt-carousel-dot {
	width: 44px;
	min-height: 44px;
	padding: 0;
}

.hdt-carousel-dot::after {
	display: block;
	width: 7px;
	height: 7px;
	margin: auto;
	border-radius: 50%;
	background: var(--hdt-line);
	content: "";
	transition: background-color .25s cubic-bezier(.2, 0, 0, 1), transform .25s cubic-bezier(.2, 0, 0, 1);
}

.hdt-carousel-dot.is-active::after {
	background: var(--hdt-teal);
	transform: scale(1.3);
}

.hdt-home-section {
	padding: clamp(62px, 8vw, 112px) 0;
}

.hdt-home-section--soft {
	background: #fff;
}

.hdt-news-section {
	background: #fff;
}

.hdt-news-list {
	border-top: 1px dashed var(--hdt-line);
}

.hdt-news-item {
	display: grid;
	grid-template-columns: 125px 160px minmax(0, 1fr);
	gap: 22px;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px dashed var(--hdt-line);
}

.hdt-news-item time {
	color: var(--hdt-ink);
	font-variant-numeric: tabular-nums;
}

.hdt-news-item__tag {
	padding: 4px 14px;
	border: 1px solid var(--hdt-teal);
	border-radius: 999px;
	color: var(--hdt-teal-dark);
	font-size: .78rem;
	text-align: center;
}

.hdt-news-item h2 {
	margin: 0;
	font-family: var(--hdt-sans);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
}

.hdt-news-item h2 a {
	color: var(--hdt-ink);
}

.hdt-seminar-section {
	background: var(--hdt-sky);
}

.hdt-section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 34px;
}

.hdt-section-heading h2,
.hdt-home-section h2,
.hdt-content-page h1,
.hdt-content-page h2 {
	margin: 0;
	color: var(--hdt-navy);
	font-family: var(--hdt-serif);
	font-weight: 600;
	letter-spacing: .03em;
}

.hdt-section-heading h2,
.hdt-home-section h2 {
	font-size: clamp(2rem, 3vw, 3rem);
	line-height: 1.25;
}

.hdt-path-intro {
	display: grid;
	grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
	gap: clamp(30px, 7vw, 100px);
	align-items: end;
	margin-bottom: 34px;
}

.hdt-path-intro p:last-child {
	max-width: 40rem;
	margin: 0;
	color: var(--hdt-muted);
}

.hdt-path-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.hdt-path-card {
	position: relative;
	min-height: 230px;
	padding: clamp(26px, 4vw, 48px);
	border: 1px solid var(--hdt-line);
	border-radius: 24px;
	background: var(--hdt-paper);
	color: var(--hdt-ink);
	text-decoration: none;
	overflow-wrap: anywhere;
	transition: border-color .32s cubic-bezier(.2, 0, 0, 1), transform .32s cubic-bezier(.2, 0, 0, 1), box-shadow .32s cubic-bezier(.2, 0, 0, 1);
}

.hdt-path-card--resource {
	grid-column: 1 / -1;
	min-height: 0;
	background: var(--hdt-navy);
	color: #fff;
}

.hdt-path-card:hover,
.hdt-path-card:focus-visible {
	border-color: var(--hdt-teal);
	box-shadow: 0 18px 44px rgba(18, 58, 82, .09);
	transform: translateY(-4px);
}

.hdt-path-card strong {
	display: block;
	margin-bottom: 24px;
	color: var(--hdt-teal);
	font-size: .78rem;
	letter-spacing: .15em;
}

.hdt-path-card h3 {
	margin: 0 0 10px;
	font-family: var(--hdt-serif);
	font-size: clamp(1.5rem, 2.5vw, 2.2rem);
	line-height: 1.3;
}

.hdt-path-card p {
	max-width: 28rem;
	margin: 0;
	color: var(--hdt-muted);
}

.hdt-path-card--resource p {
	color: rgba(255, 255, 255, .74);
}

.hdt-path-card--resource h3 {
	color: #fff;
}

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

.hdt-course-card,
.hdt-health-card {
	overflow: hidden;
	border: 1px solid var(--hdt-line);
	border-radius: 20px;
	background: var(--hdt-paper);
	box-shadow: 0 14px 42px rgba(18, 58, 82, .06);
	transition: transform .32s cubic-bezier(.2, 0, 0, 1), box-shadow .32s cubic-bezier(.2, 0, 0, 1);
}

.hdt-course-card:hover,
.hdt-health-card:hover {
	box-shadow: 0 20px 52px rgba(18, 58, 82, .1);
	transform: translateY(-3px);
}

.hdt-card-media {
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: var(--hdt-sky);
}

.hdt-card-media img,
.hdt-health-card > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .55s cubic-bezier(.2, 0, 0, 1);
}

.hdt-course-card:hover .hdt-card-media img,
.hdt-health-card:hover > img {
	transform: scale(1.035);
}

.hdt-card-body,
.hdt-health-card > div {
	padding: 26px;
}

.hdt-card-body h3,
.hdt-health-card h3 {
	margin: 8px 0 16px;
	font-family: var(--hdt-serif);
	font-size: clamp(1.25rem, 2vw, 1.55rem);
	line-height: 1.45;
}

.hdt-card-body h3 a,
.hdt-health-card h3 a {
	color: var(--hdt-ink);
	text-decoration: none;
}

.hdt-card-body p,
.hdt-health-card p {
	margin: 7px 0;
	color: var(--hdt-muted);
}

.hdt-card-date,
.hdt-resource-type {
	color: var(--hdt-teal-dark) !important;
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.hdt-card-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-top: 24px;
	flex-wrap: wrap;
}

.hdt-text-link {
	color: var(--hdt-teal-dark) !important;
	font-weight: 700;
	text-underline-offset: 5px;
}

.hdt-text-link:hover,
.hdt-text-link:focus-visible {
	color: var(--hdt-navy) !important;
}

.hdt-product-section {
	background: #fff;
}

.hdt-category-section {
	background: linear-gradient(180deg, #f8fbf6 0%, #fff 100%);
}

.hdt-category-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.hdt-category-card {
	min-width: 0;
	border: 1px solid var(--hdt-line);
	border-radius: 20px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 16px 38px rgba(32, 48, 59, .06);
	transition: border-color .3s cubic-bezier(.2, 0, 0, 1), box-shadow .3s cubic-bezier(.2, 0, 0, 1), transform .3s cubic-bezier(.2, 0, 0, 1);
}

.hdt-category-card:hover,
.hdt-category-card:focus-within {
	border-color: rgba(74, 167, 25, .62);
	box-shadow: 0 22px 52px rgba(32, 48, 59, .11);
	transform: translateY(-5px);
}

.hdt-category-card > a {
	display: flex;
	min-height: 100%;
	flex-direction: column;
	color: inherit;
	text-decoration: none;
}

.hdt-category-card__media {
	display: grid;
	min-height: 238px;
	aspect-ratio: 5 / 4;
	place-items: center;
	padding: 24px;
	background: #f2f7ef;
	overflow: hidden;
}

.hdt-category-card:nth-child(even) .hdt-category-card__media {
	background: #f6f8f4;
}

.hdt-category-card__image {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 250px;
	object-fit: contain;
	transition: transform .45s cubic-bezier(.2, 0, 0, 1);
}

.hdt-category-card:hover .hdt-category-card__image,
.hdt-category-card:focus-within .hdt-category-card__image {
	transform: scale(1.035);
}

.hdt-category-card__image--logo {
	max-width: 150px;
	max-height: 150px;
	opacity: .8;
}

.hdt-category-card__body {
	display: flex;
	min-height: 250px;
	flex: 1;
	flex-direction: column;
	padding: 24px;
}

.hdt-category-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 25px;
	color: var(--hdt-teal-dark);
	font-size: .7rem;
	font-weight: 800;
	letter-spacing: .1em;
}

.hdt-category-card__meta span {
	font-variant-numeric: tabular-nums;
}

.hdt-category-card__meta strong {
	max-width: 80%;
	text-align: right;
}

.hdt-category-card h3 {
	margin: 0 0 12px;
	color: var(--hdt-navy);
	font-family: var(--hdt-serif);
	font-size: clamp(1.22rem, 1.6vw, 1.55rem);
	line-height: 1.4;
	text-wrap: balance;
}

.hdt-category-card p {
	margin: 0 0 24px;
	color: var(--hdt-muted);
	font-size: .94rem;
	line-height: 1.75;
}

.hdt-category-card__link {
	margin-top: auto;
	color: var(--hdt-teal-dark);
	font-size: .88rem;
	font-weight: 700;
}

.woocommerce ul.products {
	gap: 22px;
}

.woocommerce ul.products li.product {
	margin: 0 !important;
	padding: 0 0 22px;
	border: 1px solid var(--hdt-line);
	border-radius: 20px;
	background: var(--hdt-paper);
	overflow: hidden;
	box-shadow: 0 12px 36px rgba(18, 58, 82, .05);
}

.woocommerce ul.products li.product a img {
	width: 100%;
	height: 260px;
	margin: 0 0 22px;
	object-fit: contain;
	background: #f4f8f7;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .hdt-inquiry-button {
	margin-right: 22px;
	margin-left: 22px;
}

.single-product .related.products ul.products li.product .ast-woo-product-category {
	margin-right: 22px;
	margin-left: 22px;
}

.single-product .related.products ul.products li.product .button.hdt-inquiry-button,
.single-product .related.products ul.products li.product .button.hdt-medical-product-button {
	width: fit-content;
	margin: 8px 22px 0 !important;
	align-self: flex-start;
	border: 1px solid var(--hdt-brand-primary-ink, #397cac);
	border-radius: 999px;
	background: var(--hdt-brand-primary-ink, #397cac);
	color: #fff;
	box-shadow: none;
}

.single-product .related.products ul.products li.product .button.hdt-medical-product-button:hover,
.single-product .related.products ul.products li.product .button.hdt-medical-product-button:focus-visible {
	border-color: var(--hdt-brand-primary-deep, #21445f);
	background: var(--hdt-brand-primary-deep, #21445f);
	color: #fff;
}

@media (max-width: 767px) {
	.single-product .related.products ul.products li.product .ast-woo-product-category {
		margin-right: 15px;
		margin-left: 15px;
	}

	.single-product .related.products ul.products li.product .button.hdt-inquiry-button,
	.single-product .related.products ul.products li.product .button.hdt-medical-product-button {
		margin-right: 15px !important;
		margin-left: 15px !important;
	}
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	min-height: 3.1em;
	color: var(--hdt-ink);
	font-family: var(--hdt-serif);
	font-size: 1.2rem;
	line-height: 1.5;
}

.woocommerce ul.products li.product .price {
	color: var(--hdt-teal-dark);
}

.hdt-resource-search {
	margin: 36px 0 32px;
	padding: 22px;
	border: 1px solid var(--hdt-line);
	border-radius: var(--hdt-radius);
	background: var(--hdt-sky);
}

.hdt-resource-search label {
	display: block;
	margin-bottom: 10px;
	color: var(--hdt-ink);
	font-weight: 700;
}

.hdt-resource-search > div {
	display: flex;
	gap: 12px;
}

.hdt-resource-search input {
	min-width: 0;
	flex: 1;
	border: 1px solid var(--hdt-line);
	border-radius: 999px;
	background: #fff;
}

.hdt-resource-list {
	display: grid;
	gap: 14px;
}

.hdt-resource-item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 26px;
	padding: 24px 26px;
	border: 1px solid var(--hdt-line);
	border-radius: var(--hdt-radius);
	background: #fff;
}

.hdt-resource-item h3 {
	margin: 4px 0 8px;
	font-family: var(--hdt-serif);
	font-size: 1.3rem;
}

.hdt-resource-item p {
	margin: 0;
	color: var(--hdt-muted);
}

.hdt-contact-form {
	margin-top: 34px;
	padding: clamp(24px, 5vw, 46px);
	border: 1px solid var(--hdt-line);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 18px 60px rgba(18, 58, 82, .08);
}

.hdt-contact-details {
	display: grid;
	grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
	align-items: stretch;
	gap: 28px;
	margin-top: 34px;
	padding: clamp(24px, 4vw, 38px);
	border: 1px solid var(--hdt-line);
	border-radius: 24px;
	background: var(--hdt-sky);
}

.hdt-contact-details h2 {
	margin: 0 0 16px;
	font-family: var(--hdt-serif);
}

.hdt-contact-details address,
.hdt-contact-details p {
	margin: 0 0 14px;
}

.hdt-contact-details iframe {
	display: block;
	width: 100%;
	min-height: 320px;
	border: 0;
	border-radius: 18px;
}

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

.hdt-contact-form p {
	margin: 0 0 20px;
}

.hdt-contact-form label {
	display: block;
	margin-bottom: 8px;
	color: var(--hdt-ink);
	font-weight: 700;
}

.hdt-contact-form input,
.hdt-contact-form textarea,
.woocommerce-form-register select#hdt_account_type {
	width: 100%;
	border: 1px solid var(--hdt-line);
	border-radius: 12px;
	background: #fbfdfd;
}

.hdt-contact-form input:focus,
.hdt-contact-form textarea:focus,
.hdt-resource-search input:focus {
	border-color: var(--hdt-teal);
	outline: 3px solid var(--hdt-focus);
}

.hdt-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.hdt-form-notice,
.hdt-access-notice {
	margin-bottom: 20px;
	padding: 16px 20px;
	border-radius: 14px;
}

.hdt-form-notice--success {
	background: #edf8f2;
	color: #27643d;
}

.hdt-form-notice--error {
	background: #fff0ee;
	color: #8d3028;
}

.hdt-access-notice {
	border: 1px solid #cbdde1;
	background: var(--hdt-sky);
	color: var(--hdt-ink);
}

.hdt-access-notice p {
	margin: 8px 0 18px;
}

.hdt-empty-state {
	padding: 26px;
	border: 1px dashed var(--hdt-line);
	border-radius: 16px;
	background: #fbfdfd;
	color: var(--hdt-muted);
	text-align: center;
}

.hdt-content-page {
	width: min(100%, 900px);
	margin-inline: auto;
	padding: clamp(52px, 8vw, 108px) 0;
}

.hdt-content-page--wide {
	width: min(100%, 1180px);
}

.hdt-content-page h1 {
	margin-bottom: 18px;
	font-size: clamp(2.5rem, 6vw, 5rem);
	line-height: 1.2;
}

.hdt-content-page > .hdt-lead {
	margin: 0 0 50px;
}

.hdt-course-single {
	max-width: 980px;
	margin-inline: auto;
}

.single-hdt_course .entry-meta {
	display: none;
}

.hdt-course-banner {
	margin: 0 0 clamp(30px, 5vw, 56px);
	overflow: hidden;
	border-radius: 20px;
	background: var(--hdt-sky);
}

.hdt-course-banner__image {
	display: block;
	width: 100%;
	height: auto;
}

.hdt-course-single h2 {
	margin-top: 54px;
	font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.hdt-course-meta {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin: 28px 0 44px;
}

.hdt-course-meta p {
	margin: 0;
	padding: 18px;
	border: 1px solid var(--hdt-line);
	border-radius: 14px;
	background: var(--hdt-sky);
	color: var(--hdt-muted);
}

.hdt-course-meta strong {
	display: block;
	margin-bottom: 4px;
	color: var(--hdt-navy);
	font-size: .78rem;
	letter-spacing: .12em;
}

.hdt-course-gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 34px;
}

.hdt-course-gallery img {
	display: block;
	width: 100%;
	height: 230px;
	border-radius: 12px;
	object-fit: cover;
}

.hdt-product-details {
	display: grid;
	gap: 20px;
	margin-top: 28px;
}

.hdt-product-details section {
	padding: clamp(20px, 3vw, 30px);
	border: 1px solid var(--hdt-line);
	border-radius: 16px;
	background: #fff;
}

.hdt-product-details h2,
.hdt-product-details h3 {
	margin: 0 0 12px;
	color: var(--hdt-navy);
	font-family: var(--hdt-serif);
}

.hdt-product-details p:last-child,
.hdt-product-details ul:last-child,
.hdt-product-details table:last-child {
	margin-bottom: 0;
}

.hdt-product-details table {
	width: 100%;
	border-collapse: collapse;
}

.hdt-product-details th,
.hdt-product-details td {
	padding: 10px 12px;
	border: 1px solid var(--hdt-line);
	text-align: left;
	vertical-align: top;
}

.hdt-product-details th {
	width: 9rem;
	background: var(--hdt-sky);
	color: var(--hdt-navy);
}

.hdt-product-source {
	font-size: .9rem;
	color: var(--hdt-muted);
}

/* 最新消息、衛教與課程內頁共用閱讀版型。 */
body.single-post,
body.single-hdt_health,
body.single-hdt_course {
	background: #f7faf6;
}

body.single-post .site-content,
body.single-hdt_health .site-content,
body.single-hdt_course .site-content {
	padding: clamp(52px, 7vw, 96px) 0;
	background: linear-gradient(180deg, #f7faf6 0, #fff 360px);
}

body.single-post article,
body.single-hdt_health article,
body.single-hdt_course article {
	border: 1px solid var(--hdt-line);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 18px 54px rgba(32, 48, 59, .065);
	overflow: hidden;
}

body.single-post .entry-header,
body.single-hdt_health .entry-header,
body.single-hdt_course .entry-header {
	padding: clamp(34px, 5vw, 60px) clamp(30px, 6vw, 72px) 0;
}

body.single-post .entry-header::before,
body.single-hdt_health .entry-header::before,
body.single-hdt_course .entry-header::before {
	display: block;
	margin-bottom: 13px;
	color: var(--hdt-teal-dark);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .18em;
}

body.single-post .entry-header::before {
	content: "NEWS";
}

body.single-hdt_health .entry-header::before {
	content: "HEALTH EDUCATION";
}

body.single-hdt_course .entry-header::before {
	content: "COURSE ARCHIVE";
}

body.single-post .entry-title,
body.single-hdt_health .entry-title,
body.single-hdt_course .entry-title {
	margin: 0;
	color: var(--hdt-navy);
	font-family: var(--hdt-serif);
	font-size: clamp(2rem, 4vw, 3.7rem);
	font-weight: 600;
	letter-spacing: .015em;
	line-height: 1.24;
	text-wrap: balance;
}

body.single-post .entry-meta,
body.single-hdt_health .entry-meta,
body.single-hdt_course .entry-meta {
	margin-top: 18px;
	color: var(--hdt-muted);
	font-size: .82rem;
}

body.single-post .entry-content,
body.single-hdt_health .entry-content {
	padding: 34px clamp(30px, 6vw, 72px) clamp(44px, 7vw, 76px);
	color: var(--hdt-ink);
	font-size: 1.03rem;
	line-height: 1.95;
}

body.single-post .entry-content > *:not(.alignwide):not(.alignfull),
body.single-hdt_health .entry-content > *:not(.alignwide):not(.alignfull) {
	max-width: 48rem;
	margin-right: auto;
	margin-left: auto;
}

body.single-post .entry-content a,
body.single-hdt_health .entry-content a {
	font-weight: 700;
	text-underline-offset: 5px;
}

body.single-hdt_course .entry-content {
	padding: 0 clamp(30px, 4vw, 50px) clamp(44px, 6vw, 72px);
}

.hdt-footer-contact {
	padding: 64px 0 38px;
	border-top: 1px solid var(--hdt-line);
	background: #fff;
	color: var(--hdt-muted);
}

.hdt-footer-contact__inner {
	display: grid;
	grid-template-columns: minmax(0, .85fr) repeat(2, minmax(0, 1fr));
	gap: clamp(30px, 5vw, 64px);
}

.hdt-footer-contact h2,
.hdt-footer-contact h3 {
	margin: 0 0 12px;
	color: var(--hdt-navy);
	font-family: var(--hdt-serif);
}

.hdt-footer-contact h2 {
	font-size: 2rem;
}

.hdt-footer-contact p {
	margin: 4px 0;
}

.hdt-footer-contact address {
	margin: 0 0 18px;
	font-style: normal;
	line-height: 1.8;
}

.hdt-footer-contact a {
	color: var(--hdt-teal-dark);
}

.hdt-footer-contact__international nav {
	display: flex;
	gap: 18px;
	flex-wrap: wrap;
}

.hdt-social-links {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 22px;
	flex-wrap: wrap;
}

.hdt-social-links a,
.hdt-social-link {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	padding: 8px 15px;
	border: 1px solid var(--hdt-line);
	border-radius: 999px;
	background: #fff;
	color: var(--hdt-navy);
	font-size: .82rem;
	font-weight: 700;
	text-decoration: none;
}

.hdt-social-links a:hover,
.hdt-social-links a:focus-visible {
	border-color: var(--hdt-teal);
	color: var(--hdt-teal-dark);
	transform: translateY(-1px);
}

.hdt-social-link--pending {
	cursor: not-allowed;
	opacity: .58;
}

.site-footer {
	background: #fff;
}

.site-footer .ast-footer-copyright,
.site-footer .ast-footer-social-wrap {
	color: var(--hdt-muted);
}

.site-footer .ast-builder-grid-row {
	border-top: 1px solid var(--hdt-line);
}

.site-footer .ast-footer-copyright {
	font-size: .85rem;
}

/* Elementor 僅負責版面層，以下規則讓動態 Shortcode 與既有設計系統一致。 */
body.elementor-page .site-content > .ast-container {
	width: 100%;
	max-width: none;
	padding-inline: 0;
}

body.elementor-page #primary,
body.elementor-page .site-main,
body.elementor-page .entry-content {
	width: 100%;
	margin: 0;
}

.hdt-elementor-hero.e-con,
.hdt-elementor-hero .elementor-widget-shortcode,
.hdt-elementor-hero .elementor-widget-container {
	padding: 0 !important;
}

.hdt-home-section.e-con {
	padding: clamp(68px, 7vw, 104px) 0 !important;
}

.hdt-home-section.e-con > .e-con-inner,
.hdt-content-page.e-con > .e-con-inner {
	width: min(calc(100% - 48px), var(--hdt-shell));
	max-width: var(--hdt-shell);
	margin-inline: auto;
}

.hdt-section-heading.e-con,
.hdt-section-heading__copy.e-con {
	padding: 0 !important;
}

.hdt-section-heading__copy.e-con {
	gap: 4px;
}

.hdt-section-heading .elementor-widget,
.hdt-section-heading .elementor-widget p,
.hdt-content-page > .elementor-widget,
.hdt-content-page .elementor-widget p {
	margin-bottom: 0;
}

.hdt-section-heading .elementor-heading-title {
	margin: 0;
	color: var(--hdt-navy);
	font-family: var(--hdt-serif);
	font-size: clamp(2rem, 3vw, 3rem);
	font-weight: 600;
	letter-spacing: .03em;
	line-height: 1.25;
}

.hdt-content-page.e-con {
	width: min(calc(100% - 48px), var(--hdt-shell));
	max-width: var(--hdt-shell) !important;
	margin-inline: auto;
	padding: clamp(74px, 8vw, 118px) 0 !important;
}

.hdt-content-page.e-con .elementor-heading-title {
	margin: 0 0 22px;
	color: var(--hdt-navy);
	font-family: var(--hdt-serif);
	font-size: clamp(2.6rem, 5vw, 4.7rem);
	font-weight: 600;
	letter-spacing: .015em;
	line-height: 1.16;
	text-wrap: balance;
}

.hdt-content-page.e-con .hdt-lead {
	margin: 0 0 48px;
}

.hdt-content-page.e-con > .elementor-widget-shortcode {
	width: 100%;
}

.hdt-course-callout,
.hdt-content-callout {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: clamp(24px, 5vw, 70px);
	padding: clamp(28px, 5vw, 54px);
	border: 1px solid var(--hdt-line);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 16px 42px rgba(32, 48, 59, .055);
}

.hdt-course-callout h3,
.hdt-content-callout h3 {
	margin: 4px 0 10px;
	color: var(--hdt-navy);
	font-family: var(--hdt-serif);
	font-size: clamp(1.45rem, 2.5vw, 2rem);
}

.hdt-course-callout p,
.hdt-content-callout p {
	max-width: 48rem;
	margin: 0;
	color: var(--hdt-muted);
}

.hdt-content-callout--resources {
	margin-top: 30px;
	background: var(--hdt-sky);
}

body.single-product .woocommerce-product-gallery__trigger,
.woocommerce div.product .woocommerce-product-gallery__trigger {
	width: 44px !important;
	height: 44px !important;
	min-width: 44px;
	min-height: 44px;
	color: #334155;
}

body.single-product .woocommerce-product-gallery__trigger::before,
.woocommerce div.product .woocommerce-product-gallery__trigger::before {
	top: calc(50% - 10px) !important;
	left: calc(50% - 10px) !important;
	right: auto !important;
	bottom: auto !important;
	width: 16px !important;
	height: 16px !important;
	border: 3px solid currentColor !important;
	border-radius: 50% !important;
	box-sizing: border-box !important;
	transform: none !important;
}

body.single-product .woocommerce-product-gallery__trigger::after,
.woocommerce div.product .woocommerce-product-gallery__trigger::after {
	top: 50% !important;
	left: calc(50% + 3px) !important;
	right: auto !important;
	bottom: auto !important;
	width: 10px !important;
	height: 3px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: currentColor !important;
	transform: rotate(45deg) !important;
	transform-origin: left center !important;
}

@media (min-width: 768px) {
	.site-header .ast-builder-grid-row {
		min-height: 80px;
		grid-template-columns: minmax(230px, .72fr) minmax(0, 1.55fr);
	}

	.site-header .custom-logo-link {
		flex-basis: 56px;
		margin-right: 10px;
	}

	.site-header .custom-logo-link img {
		width: 56px;
		height: 56px;
	}

	.site-title a,
	.ast-site-identity .site-title a {
		font-size: 1.55rem;
	}

	.main-header-menu > .menu-item > a {
		min-height: 80px;
		line-height: 1.25 !important;
		padding-block: 11px !important;
	}

	.main-header-menu > .menu-item:nth-last-child(-n + 2) > a {
		min-height: 52px;
		margin-block: 14px;
		padding-block: 8px !important;
	}
}

@keyframes hdt-hero-in {
	from { opacity: 0; transform: translateY(14px); }
	to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 767px) {
	.hdt-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hdt-home-section.e-con > .e-con-inner,
	.hdt-content-page.e-con > .e-con-inner {
		width: min(calc(100% - 40px), var(--hdt-shell));
	}

	.site-header .custom-logo-link {
		flex-basis: 52px;
		margin-right: 10px;
	}

	.site-header .custom-logo-link img {
		width: 52px;
		height: 52px;
	}

	.site-header .ast-builder-grid-row {
		min-height: 70px;
		grid-template-columns: minmax(220px, .7fr) minmax(0, 1.5fr);
	}

	.hdt-home-hero__media {
		min-height: 0;
		aspect-ratio: 2560 / 1182;
	}

	.hdt-home-hero__media img {
		min-height: 0;
		height: 100%;
		object-fit: cover;
	}

	.ast-container,
	.hdt-shell {
		width: min(calc(100% - 40px), var(--hdt-shell));
	}
}

@media (max-width: 767px) {
	.ast-container,
	.hdt-shell {
		width: min(calc(100% - 32px), var(--hdt-shell));
	}

	.hdt-home-hero__slide.is-active,
	.hdt-path-intro,
	.hdt-footer-contact__inner {
		display: block;
	}

	.hdt-home-hero__copy {
		padding: 44px 24px 76px;
	}

	.hdt-home-hero__copy h2 {
		font-size: clamp(2rem, 11vw, 3.1rem);
	}

	.hdt-home-hero__media img {
		min-height: 0;
		height: 100%;
		object-fit: cover;
	}

	.hdt-home-hero__media {
		min-height: 0;
		aspect-ratio: 2560 / 1182;
	}

	.hdt-home-hero__controls {
		right: 18px;
		bottom: 18px;
	}

	.hdt-home-section {
		padding: 58px 0;
	}

	.hdt-section-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 14px;
	}

	.hdt-news-item {
		grid-template-columns: 1fr;
		gap: 7px;
	}

	.hdt-news-item__tag {
		justify-self: start;
	}

	.hdt-path-grid,
	.hdt-category-grid,
	.hdt-course-grid,
	.hdt-health-grid,
	.hdt-form-grid,
	.hdt-contact-details {
		grid-template-columns: 1fr;
	}

	.hdt-home-section.e-con {
		padding: 58px 0 !important;
	}

	.hdt-home-section.e-con > .e-con-inner,
	.hdt-content-page.e-con > .e-con-inner {
		width: min(calc(100% - 32px), var(--hdt-shell));
	}

	.hdt-content-page.e-con {
		width: min(calc(100% - 32px), var(--hdt-shell));
		padding: 54px 0 70px !important;
	}

	.hdt-category-card__media {
		min-height: 220px;
	}

	.hdt-category-card__body {
		min-height: 0;
	}

	.hdt-course-callout,
	.hdt-content-callout {
		align-items: flex-start;
		flex-direction: column;
	}

	.hdt-product-details th,
	.hdt-product-details td {
		display: block;
		width: 100%;
	}

	.hdt-path-card,
	.hdt-path-card--resource {
		min-height: 0;
	}

	.hdt-resource-search > div,
	.hdt-resource-item {
		display: grid;
		grid-template-columns: 1fr;
	}

	.hdt-resource-action {
		justify-self: start;
	}

	.woocommerce ul.products:not(.elementor-grid)[class*=columns-] {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.woocommerce ul.products li.product a img {
		height: 190px;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title,
	.woocommerce ul.products li.product .price,
	.woocommerce ul.products li.product .button,
	.woocommerce ul.products li.product .hdt-inquiry-button {
		margin-right: 15px;
		margin-left: 15px;
	}

	.hdt-content-page {
		padding: 54px 0 70px;
	}

	.hdt-course-meta,
	.hdt-course-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 480px) {
	.woocommerce ul.products:not(.elementor-grid)[class*=columns-] {
		grid-template-columns: 1fr;
	}

	.hdt-home-hero__copy .hdt-button {
		width: 100%;
	}

	.hdt-course-meta,
	.hdt-course-gallery {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}
}

/* ========================================================================
 * Forest One inspired visual refinement — HDT Site Core 1.5.0
 * Uses HDT brand colors and original content/assets; no third-party assets.
 * ====================================================================== */

:root {
	--hdt-shell: 1300px;
	--hdt-canvas: #f4f6f3;
	--hdt-canvas-strong: #edf1eb;
	--hdt-display: "Noto Sans TC", "PingFang TC", "Hiragino Sans", system-ui, sans-serif;
	--hdt-ease: cubic-bezier(.22, 1, .36, 1);
	--hdt-shadow-soft: 0 26px 70px rgba(32, 48, 59, .08);
}

body {
	background: #fff;
}

.hdt-utility-bar {
	position: sticky;
	top: 0;
	z-index: 120;
	height: 34px;
	border-bottom: 1px solid rgba(221, 228, 218, .8);
	background: var(--hdt-navy);
	color: rgba(255, 255, 255, .86);
	font-size: .7rem;
	letter-spacing: .08em;
}

.hdt-utility-bar__inner {
	display: flex;
	height: 34px;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.hdt-utility-bar__brand {
	font-weight: 700;
	letter-spacing: .14em;
	white-space: nowrap;
}

.hdt-utility-bar__links {
	display: flex;
	align-items: center;
	gap: 22px;
	white-space: nowrap;
}

.hdt-utility-bar__links a {
	color: #fff;
	text-decoration: none;
	transition: opacity .18s ease;
}

.hdt-utility-bar__links a:hover,
.hdt-utility-bar__links a:focus-visible {
	opacity: .72;
}

.site-header {
	position: sticky;
	top: 34px;
	z-index: 110;
	border-bottom-color: rgba(221, 228, 218, .92);
	background: rgba(255, 255, 255, .97);
	box-shadow: 0 12px 30px rgba(32, 48, 59, .035);
	backdrop-filter: blur(16px);
	transition: box-shadow .32s var(--hdt-ease), background-color .32s var(--hdt-ease);
}

.site-header.is-hdt-scrolled {
	background: rgba(255, 255, 255, .99);
	box-shadow: 0 16px 40px rgba(32, 48, 59, .09);
}

body.admin-bar .hdt-utility-bar {
	top: 32px;
}

body.admin-bar .site-header {
	top: 66px;
}

.site-header .ast-builder-grid-row {
	max-width: var(--hdt-shell);
}

.site-title a,
.ast-site-identity .site-title a,
.hdt-section-heading h2,
.hdt-home-section h2,
.hdt-content-page h1,
.hdt-content-page h2,
.hdt-card-body h3,
.hdt-health-card h3,
.hdt-category-card h3,
.hdt-path-card h3,
.hdt-footer-contact h2,
.hdt-footer-contact h3,
body.single-post .entry-title,
body.single-hdt_health .entry-title,
body.single-hdt_course .entry-title {
	font-family: var(--hdt-display);
}

.main-header-menu > .menu-item > a {
	font-size: .78rem;
	letter-spacing: .035em;
}

.main-header-menu > .menu-item > a::before {
	font-size: .61rem;
	letter-spacing: .14em;
}

.hdt-elementor-hero.e-con {
	padding: 28px 0 0 !important;
	background: #fff;
}

.hdt-home-hero {
	padding-bottom: 30px;
}

.hdt-home-hero__viewport {
	width: 100%;
	max-width: none;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
}

.hdt-home-hero__slides {
	position: relative;
	width: 100%;
	aspect-ratio: 1440 / 532;
	overflow: hidden;
}

.hdt-home-hero__slide {
	position: absolute;
	top: 0;
	left: 10%;
	z-index: 0;
	display: block !important;
	width: 80%;
	height: 100%;
	opacity: 0;
	transform: translate3d(0, 0, 0) scale(.985);
	transition: transform 1.25s var(--hdt-ease), opacity .65s var(--hdt-ease);
	pointer-events: none;
}

.hdt-home-hero__slide.is-active {
	z-index: 2;
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1);
	animation: none;
	pointer-events: auto;
}

.hdt-home-hero__slide.is-prev {
	z-index: 1;
	opacity: .45;
	transform: translate3d(-100%, 0, 0) scale(.985);
}

.hdt-home-hero__slide.is-next {
	z-index: 1;
	opacity: .45;
	transform: translate3d(100%, 0, 0) scale(.985);
}

.hdt-home-hero__link,
.hdt-home-hero__media {
	display: block;
	width: 100%;
	height: 100%;
}

.hdt-home-hero__media {
	min-height: 0;
	aspect-ratio: auto;
	background: var(--hdt-canvas);
}

.hdt-home-hero__media img {
	height: 100%;
	min-height: 0;
	object-fit: cover;
	transform: scale(1.018);
	transition: transform 6.5s cubic-bezier(.2, 0, 0, 1);
}

.hdt-home-hero__slide.is-active .hdt-home-hero__media img {
	transform: scale(1);
}

.hdt-home-hero__controls {
	position: absolute;
	inset: 0;
	z-index: 4;
	display: block;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	pointer-events: none;
}

.hdt-home-hero__controls .hdt-carousel-button {
	position: absolute;
	top: 50%;
	pointer-events: auto;
	transform: translateY(-50%);
	border: 1px solid rgba(32, 48, 59, .12);
	background: rgba(255, 255, 255, .92);
	box-shadow: 0 10px 26px rgba(32, 48, 59, .12);
	backdrop-filter: blur(10px);
}

.hdt-home-hero__controls .hdt-carousel-button:hover,
.hdt-home-hero__controls .hdt-carousel-button:focus-visible {
	transform: translateY(-50%) scale(1.05);
}

.hdt-home-hero__controls [data-carousel-prev] {
	left: calc(10% - 22px);
}

.hdt-home-hero__controls [data-carousel-next] {
	right: calc(10% - 22px);
}

.hdt-home-hero__controls .hdt-carousel-dots {
	position: absolute;
	left: 50%;
	bottom: 16px;
	display: none;
	transform: translateX(-50%);
	pointer-events: auto;
}

.hdt-home-section.e-con {
	padding: clamp(92px, 8vw, 136px) 0 !important;
}

.hdt-home-section.e-con > .e-con-inner {
	width: min(calc(100% - 48px), var(--hdt-shell));
	max-width: var(--hdt-shell);
}

.hdt-section-heading {
	margin-bottom: clamp(42px, 5vw, 70px);
}

.hdt-section-heading .elementor-heading-title {
	max-width: 15ch;
	font-size: clamp(2rem, 3.2vw, 3.35rem);
	font-weight: 700;
	letter-spacing: -.025em;
	line-height: 1.18;
	text-wrap: balance;
}

.hdt-section-heading .hdt-text-link {
	position: relative;
	padding-right: 28px;
	text-decoration: none;
}

.hdt-section-heading .hdt-text-link::after,
.hdt-text-link--arrow::after {
	position: absolute;
	right: 0;
	content: "↗";
	transition: transform .28s var(--hdt-ease);
}

.hdt-section-heading .hdt-text-link:hover::after,
.hdt-section-heading .hdt-text-link:focus-visible::after,
.hdt-text-link--arrow:hover::after,
.hdt-text-link--arrow:focus-visible::after {
	transform: translate(3px, -3px);
}

.hdt-news-section {
	background: #fff;
}

.hdt-news-section > .e-con-inner {
	display: grid;
	grid-template-columns: minmax(220px, .68fr) minmax(0, 1.55fr);
	gap: clamp(48px, 8vw, 130px);
	align-items: start;
}

.hdt-news-section .hdt-section-heading {
	position: sticky;
	top: 164px;
	display: block;
	margin: 0;
}

.hdt-news-section .hdt-section-heading .hdt-section-heading__copy {
	width: 100%;
}

.hdt-news-section .hdt-section-heading .elementor-widget-html {
	margin-top: 28px;
}

.hdt-news-list {
	border-top: 1px solid var(--hdt-line);
}

.hdt-news-item {
	grid-template-columns: 112px 126px minmax(0, 1fr);
	gap: 24px;
	padding: 24px 4px;
	border-bottom: 1px solid var(--hdt-line);
	transition: padding-left .28s var(--hdt-ease), background-color .28s var(--hdt-ease);
}

.hdt-news-item:hover,
.hdt-news-item:focus-within {
	padding-left: 12px;
	background: linear-gradient(90deg, rgba(74, 167, 25, .055), transparent 72%);
}

.hdt-news-item__tag {
	border: 0;
	border-radius: 0;
	background: var(--hdt-canvas);
	color: var(--hdt-ink);
	font-weight: 600;
}

.hdt-news-item h2 {
	font-size: 1.02rem;
	font-weight: 600;
}

.hdt-about-section {
	background: var(--hdt-canvas);
}

.hdt-about-section .hdt-section-heading {
	max-width: 740px;
}

.hdt-about-layout {
	display: block;
}

.hdt-about-feature {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(48px, 7vw, 104px);
	align-items: center;
	margin-bottom: clamp(72px, 9vw, 126px);
}

.hdt-about-visual {
	position: relative;
	margin: 0;
	aspect-ratio: 1 / 1;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
}

.hdt-about-visual:empty {
	background: linear-gradient(135deg, #fff 0%, var(--hdt-canvas-strong) 100%);
}

.hdt-about-visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hdt-about-intro {
	padding-right: clamp(0px, 4vw, 42px);
}

.hdt-about-kicker {
	margin: 0 0 22px;
	color: var(--hdt-teal-dark);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .18em;
}

.hdt-about-statement {
	margin: 0 0 28px;
	color: var(--hdt-navy);
	font-size: clamp(1.5rem, 2.35vw, 2.35rem);
	font-weight: 700;
	letter-spacing: -.026em;
	line-height: 1.55;
	text-wrap: pretty;
}

.hdt-about-copy {
	max-width: 42rem;
	margin: 0 0 34px;
	color: var(--hdt-muted);
	line-height: 1.95;
}

.hdt-text-link--arrow {
	position: relative;
	display: inline-flex;
	padding-right: 28px;
	text-decoration: none;
}

.hdt-advantage-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(28px, 4vw, 54px);
	padding: clamp(54px, 7vw, 86px) 0 0;
	border-top: 1px solid rgba(32, 48, 59, .14);
}

.hdt-advantage-item {
	position: relative;
	padding: 0 clamp(8px, 2vw, 24px);
	text-align: center;
}

.hdt-advantage-item + .hdt-advantage-item {
	border-left: 1px solid rgba(32, 48, 59, .12);
}

.hdt-advantage-item > span {
	display: block;
	margin-bottom: 22px;
	color: transparent;
	font-size: clamp(3.8rem, 6vw, 6.25rem);
	font-weight: 800;
	font-variant-numeric: tabular-nums;
	letter-spacing: -.04em;
	line-height: .9;
	-webkit-text-stroke: 1.5px var(--hdt-teal-dark);
	text-stroke: 1.5px var(--hdt-teal-dark);
}

.hdt-advantage-item h3 {
	margin: 0 0 18px;
	color: var(--hdt-navy);
	font-size: clamp(1.15rem, 1.65vw, 1.42rem);
	font-weight: 700;
	line-height: 1.5;
	text-wrap: balance;
}

.hdt-advantage-item p {
	margin: 0;
	color: var(--hdt-muted);
	line-height: 1.85;
}

.hdt-category-section {
	background: var(--hdt-canvas);
}

.hdt-category-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(18px, 2.2vw, 32px);
}

.hdt-category-card,
.hdt-category-card--feature,
.hdt-category-card--supporting,
.hdt-category-card--supporting:last-child {
	grid-column: auto;
	grid-row: auto;
	border: 0;
	border-radius: 10px;
	background: transparent;
	box-shadow: none;
	overflow: visible;
}

.hdt-category-card > a,
.hdt-category-card--feature > a,
.hdt-category-card--supporting:not(:last-child) > a,
.hdt-category-card--supporting:last-child > a {
	display: block;
	height: 100%;
	color: inherit;
}

.hdt-category-card__media,
.hdt-category-card--feature .hdt-category-card__media {
	display: grid;
	height: auto;
	min-height: 0;
	aspect-ratio: 340 / 450;
	place-items: center;
	padding: clamp(24px, 3vw, 44px);
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
}

.hdt-category-card__image,
.hdt-category-card--feature .hdt-category-card__image {
	width: 100%;
	height: 100%;
	max-height: none;
	object-fit: contain;
}

.hdt-category-card__body,
.hdt-category-card--feature .hdt-category-card__body,
.hdt-category-card--supporting:not(:last-child) .hdt-category-card__body {
	display: flex;
	min-height: 250px;
	flex-direction: column;
	padding: 24px 8px 0;
	background: transparent;
	color: var(--hdt-ink);
}

.hdt-category-card__meta,
.hdt-category-card__link {
	color: var(--hdt-teal-dark);
}

.hdt-category-card__meta {
	margin-bottom: 18px;
}

.hdt-category-card h3,
.hdt-category-card--supporting:not(:last-child) h3 {
	margin-bottom: 12px;
	color: var(--hdt-navy);
	font-size: clamp(1.08rem, 1.45vw, 1.42rem);
	letter-spacing: -.01em;
}

.hdt-category-card p,
.hdt-category-card--supporting:not(:last-child) p {
	margin-bottom: 20px;
	color: var(--hdt-muted);
	font-size: .92rem;
	line-height: 1.75;
}

.hdt-category-card__link {
	margin-top: auto;
}

.hdt-category-card:hover,
.hdt-category-card:focus-within {
	border-color: transparent;
	box-shadow: none;
	transform: translateY(-5px);
}

.hdt-category-card:hover .hdt-category-card__media,
.hdt-category-card:focus-within .hdt-category-card__media {
	box-shadow: var(--hdt-shadow-soft);
}

.hdt-course-feature-section {
	background: #fff;
}

.hdt-home-course-feature {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
	gap: clamp(24px, 4vw, 52px);
	align-items: stretch;
}

.hdt-home-course-feature__archive,
.hdt-home-course-feature__upcoming {
	min-width: 0;
	border-radius: 14px;
	overflow: hidden;
}

.hdt-home-course-feature__archive {
	background: var(--hdt-canvas);
}

.hdt-home-course-feature__archive > a {
	display: grid;
	grid-template-columns: minmax(300px, 1.1fr) minmax(0, .9fr);
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.hdt-home-course-feature__archive figure {
	margin: 0;
	min-height: 420px;
	overflow: hidden;
}

.hdt-home-course-feature__archive figure img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .7s var(--hdt-ease);
}

.hdt-home-course-feature__archive:hover figure img,
.hdt-home-course-feature__archive:focus-within figure img {
	transform: scale(1.035);
}

.hdt-home-course-feature__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(30px, 4vw, 52px);
}

.hdt-home-course-feature__meta {
	margin: 0 0 16px;
	color: var(--hdt-teal-dark);
	font-size: .7rem;
	font-weight: 800;
	font-variant-numeric: tabular-nums;
	letter-spacing: .14em;
}

.hdt-home-course-feature h3 {
	margin: 0 0 18px;
	color: var(--hdt-navy);
	font-size: clamp(1.45rem, 2.15vw, 2.15rem);
	font-weight: 700;
	letter-spacing: -.018em;
	line-height: 1.45;
	text-wrap: balance;
}

.hdt-home-course-feature__copy p:not(.hdt-home-course-feature__meta),
.hdt-home-course-feature__upcoming > p:not(.hdt-home-course-feature__meta) {
	margin: 0 0 28px;
	color: var(--hdt-muted);
	line-height: 1.85;
}

.hdt-home-course-feature__copy > span {
	margin-top: auto;
	color: var(--hdt-teal-dark);
	font-weight: 700;
}

.hdt-home-course-feature__upcoming {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(34px, 5vw, 62px);
	background: var(--hdt-navy);
}

.hdt-home-course-feature__upcoming .hdt-home-course-feature__meta {
	color: #b8e29e;
}

.hdt-home-course-feature__upcoming h3 {
	color: #fff;
}

.hdt-home-course-feature__upcoming > p:not(.hdt-home-course-feature__meta) {
	color: rgba(255, 255, 255, .72);
}

.hdt-home-course-feature__actions {
	display: flex;
	gap: 22px;
	margin-top: auto;
	flex-wrap: wrap;
}

.hdt-home-course-feature__actions .hdt-text-link {
	color: #fff;
	text-decoration-color: rgba(255, 255, 255, .45);
}

.hdt-home-links-section {
	background: #fff;
}

.hdt-service-links {
	border-top: 1px solid var(--hdt-line);
}

.hdt-service-link {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr) 44px;
	gap: 24px;
	align-items: center;
	padding: 30px 4px;
	border-bottom: 1px solid var(--hdt-line);
	color: var(--hdt-ink);
	text-decoration: none;
	transition: padding-left .3s var(--hdt-ease), background-color .3s var(--hdt-ease);
}

.hdt-service-link:hover,
.hdt-service-link:focus-visible {
	padding-left: 14px;
	background: linear-gradient(90deg, rgba(74, 167, 25, .06), transparent 70%);
}

.hdt-service-link__index {
	color: var(--hdt-teal-dark);
	font-size: .78rem;
	font-weight: 800;
	font-variant-numeric: tabular-nums;
}

.hdt-service-link h3 {
	margin: 0 0 6px;
	color: var(--hdt-navy);
	font-size: clamp(1.15rem, 1.7vw, 1.45rem);
}

.hdt-service-link p {
	margin: 0;
	color: var(--hdt-muted);
}

.hdt-service-link__arrow {
	display: inline-flex;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--hdt-canvas);
	color: var(--hdt-navy);
	font-size: 1.05rem;
	transition: transform .28s var(--hdt-ease), background-color .28s var(--hdt-ease), color .28s var(--hdt-ease);
}

.hdt-service-link:hover .hdt-service-link__arrow,
.hdt-service-link:focus-visible .hdt-service-link__arrow {
	background: var(--hdt-teal-dark);
	color: #fff;
	transform: translate(3px, -3px);
}

.hdt-inquiry-banner {
	margin-top: clamp(56px, 7vw, 92px);
	padding: clamp(42px, 6vw, 72px);
	border-radius: 18px;
	background: var(--hdt-navy);
	color: #fff;
}

.hdt-inquiry-banner__intro {
	max-width: 58rem;
	margin: 0 auto clamp(30px, 4vw, 48px);
	text-align: center;
}

.hdt-inquiry-banner__label {
	margin: 0 0 14px;
	color: #b8e29e;
	font-size: .7rem;
	font-weight: 800;
	letter-spacing: .16em;
}

.hdt-inquiry-banner h3 {
	margin: 0 0 12px;
	color: #fff;
	font-size: clamp(1.8rem, 3vw, 3rem);
	font-weight: 700;
	letter-spacing: -.025em;
	line-height: 1.25;
}

.hdt-inquiry-banner__intro p:last-child {
	max-width: 46rem;
	margin: 0 auto;
	color: rgba(255, 255, 255, .72);
}

.hdt-inquiry-routes {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.hdt-inquiry-routes a {
	display: flex;
	min-height: 70px;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 17px 18px;
	border-radius: 999px;
	background: #fff;
	color: var(--hdt-navy);
	font-size: .92rem;
	font-weight: 700;
	text-decoration: none;
	transition: background-color .28s var(--hdt-ease), color .28s var(--hdt-ease), transform .28s var(--hdt-ease);
}

.hdt-inquiry-routes a:hover,
.hdt-inquiry-routes a:focus-visible {
	background: #dff0d4;
	color: var(--hdt-navy);
	transform: translateY(-3px);
}

.hdt-inquiry-routes a span:last-child {
	font-size: 1.05rem;
	transition: transform .28s var(--hdt-ease);
}

.hdt-inquiry-routes a:hover span:last-child,
.hdt-inquiry-routes a:focus-visible span:last-child {
	transform: translate(2px, -2px);
}

.hdt-footer-contact {
	padding-top: 82px;
	background: var(--hdt-canvas);
}

.hdt-footer-contact__inner {
	grid-template-columns: minmax(0, 1.1fr) repeat(2, minmax(0, .9fr));
}

.site-footer {
	background: var(--hdt-canvas);
}

[data-hdt-reveal],
.js .hdt-motion-ready [data-hdt-reveal] {
	opacity: 1;
	transform: none;
}

.js .hdt-motion-ready [data-hdt-reveal].is-hdt-visible {
	animation: hdt-reveal-up .68s var(--hdt-ease) both;
	animation-delay: var(--hdt-reveal-delay, 0ms);
}

@keyframes hdt-reveal-up {
	from {
		opacity: 0;
		transform: translate3d(0, 26px, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@media (max-width: 1120px) {
	.hdt-news-section > .e-con-inner {
		grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr);
		gap: 54px;
	}

	.hdt-about-feature {
		gap: 54px;
	}
}

@media (max-width: 767px) {
	.ast-button-wrap .menu-toggle.main-header-menu-toggle,
	.ast-mobile-menu-trigger-minimal {
		width: 44px;
		height: 44px;
		padding: 10px !important;
		border: 1px solid var(--hdt-line) !important;
		border-radius: 0;
		background: #fff !important;
		color: var(--hdt-navy) !important;
		box-shadow: none;
		transition: border-color .24s var(--hdt-ease), background-color .24s var(--hdt-ease), color .24s var(--hdt-ease);
	}

	.ast-button-wrap .menu-toggle.main-header-menu-toggle:hover,
	.ast-button-wrap .menu-toggle.main-header-menu-toggle:focus-visible,
	.ast-mobile-menu-trigger-minimal:hover,
	.ast-mobile-menu-trigger-minimal:focus-visible {
		border-color: var(--hdt-teal-dark) !important;
		background: var(--hdt-sky) !important;
		color: var(--hdt-teal-dark) !important;
		outline: 3px solid var(--hdt-focus);
		outline-offset: 2px;
	}

	.hdt-utility-bar {
		display: none;
	}

	.site-header,
	body.admin-bar .site-header {
		top: 0;
	}

	body.admin-bar .site-header {
		top: 32px;
	}

	.hdt-news-section > .e-con-inner,
	.hdt-about-feature {
		display: block;
	}

	.hdt-news-section .hdt-section-heading {
		position: static;
		margin-bottom: 42px;
	}

	.hdt-about-visual {
		max-width: 680px;
		margin: 0 auto 48px;
	}

	.hdt-about-intro {
		padding-right: 0;
	}

	.hdt-category-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		grid-auto-rows: auto;
		gap: 16px;
	}

	.hdt-category-card--feature,
	.hdt-category-card--supporting,
	.hdt-category-card--supporting:last-child {
		grid-column: auto;
		grid-row: auto;
	}

	.hdt-category-card__media,
	.hdt-category-card--feature .hdt-category-card__media {
		padding: 18px;
	}

	.hdt-category-card__body,
	.hdt-category-card--feature .hdt-category-card__body,
	.hdt-category-card--supporting:not(:last-child) .hdt-category-card__body {
		min-height: 170px;
		padding: 18px 3px 0;
	}

	.hdt-category-card p,
	.hdt-category-card--supporting:not(:last-child) p {
		display: none;
	}

	.hdt-home-course-feature {
		grid-template-columns: 1fr;
	}

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

@media (max-width: 767px) {
	body.admin-bar .site-header {
		top: 46px;
	}

	.hdt-elementor-hero.e-con,
	.hdt-elementor-hero.e-con > .elementor-widget-shortcode {
		min-height: calc(100vw * 1182 / 2560);
	}

	.hdt-elementor-hero.e-con {
		padding-top: 0 !important;
	}

	.hdt-home-hero {
		padding-bottom: 0;
	}

	.hdt-home-hero__slides {
		aspect-ratio: 2560 / 1182;
	}

	.hdt-home-hero__slide,
	.hdt-home-hero__slide.is-prev,
	.hdt-home-hero__slide.is-next {
		left: 0;
		width: 100%;
		opacity: 0;
		transform: translate3d(0, 0, 0) scale(.985);
	}

	.hdt-home-hero__slide.is-active {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale(1);
	}

	.hdt-home-hero__media {
		aspect-ratio: auto;
	}

	.hdt-home-hero__controls .hdt-carousel-button {
		display: none;
	}

	.hdt-home-hero__controls .hdt-carousel-dots {
		display: flex;
	}

	.hdt-home-section.e-con {
		padding: 68px 0 78px !important;
	}

	.hdt-section-heading {
		margin-bottom: 34px;
	}

	.hdt-section-heading .elementor-heading-title {
		max-width: none;
		font-size: clamp(1.85rem, 9vw, 2.65rem);
	}

	.hdt-news-item {
		grid-template-columns: 1fr;
		gap: 8px;
		padding: 20px 0;
	}

	.hdt-news-item:hover,
	.hdt-news-item:focus-within {
		padding-left: 0;
	}

	.hdt-about-visual {
		aspect-ratio: 4 / 3;
	}

	.hdt-about-statement {
		font-size: 1.25rem;
	}

	.hdt-advantage-list {
		grid-template-columns: 1fr;
		gap: 0;
		padding-top: 38px;
	}

	.hdt-advantage-item {
		padding: 34px 0;
		text-align: left;
	}

	.hdt-advantage-item + .hdt-advantage-item {
		border-top: 1px solid rgba(32, 48, 59, .12);
		border-left: 0;
	}

	.hdt-advantage-item > span {
		margin-bottom: 16px;
		font-size: 3.6rem;
	}

	.hdt-advantage-item h3 {
		margin-bottom: 12px;
	}

	.hdt-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.hdt-category-card--feature {
		grid-column: auto;
	}

	.hdt-category-card--feature .hdt-category-card__media,
	.hdt-category-card__media {
		min-height: 0;
		padding: 16px;
	}

	.hdt-category-card__body,
	.hdt-category-card--feature .hdt-category-card__body,
	.hdt-category-card--supporting:not(:last-child) .hdt-category-card__body {
		min-height: 150px;
		padding: 16px 2px 0;
	}

	.hdt-category-card__meta {
		margin-bottom: 10px;
		font-size: .64rem;
	}

	.hdt-category-card h3,
	.hdt-category-card--supporting:not(:last-child) h3 {
		margin-bottom: 10px;
		font-size: .96rem;
		line-height: 1.5;
	}

	.hdt-category-card p,
	.hdt-category-card--supporting:not(:last-child) p {
		display: none;
	}

	.hdt-category-card__link {
		font-size: .78rem;
	}

	.hdt-home-course-feature__archive > a {
		display: block;
	}

	.hdt-home-course-feature__archive figure {
		min-height: 0;
		aspect-ratio: 16 / 10;
	}

	.hdt-home-course-feature__copy,
	.hdt-home-course-feature__upcoming {
		padding: 28px 24px 32px;
	}

	.hdt-home-course-feature__actions {
		flex-direction: column;
		gap: 12px;
	}

	.hdt-service-link {
		grid-template-columns: 38px minmax(0, 1fr) 44px;
		gap: 14px;
		padding: 24px 0;
	}

	.hdt-service-link p {
		font-size: .9rem;
	}

	.hdt-inquiry-banner {
		padding: 34px 26px;
	}

	.hdt-inquiry-banner__intro {
		text-align: left;
	}

	.hdt-inquiry-banner__intro p:last-child {
		margin-left: 0;
	}

	.hdt-inquiry-routes {
		grid-template-columns: 1fr;
	}

	.hdt-inquiry-routes a {
		min-height: 58px;
	}

	.hdt-footer-contact__inner {
		display: block;
	}
}

/* --------------------------------------------------------------------------
 * Forest One parity: latest news archive
 * ----------------------------------------------------------------------- */
body.hdt-news-archive-page .site-content > .ast-container,
body.hdt-news-archive-page #primary,
body.hdt-news-archive-page .site-main,
body.hdt-news-archive-page .entry-content {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.hdt-news-archive-page .site-content > .ast-container {
	display: block;
}

body.hdt-news-archive-page.ast-plain-container #primary {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.hdt-news-elementor-page.e-con,
.hdt-news-elementor-page.e-con > .e-con-inner,
.hdt-news-elementor-page .elementor-widget-shortcode,
.hdt-news-elementor-page .elementor-widget-container {
	width: 100%;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	gap: 0 !important;
}

.hdt-news-archive {
	--hdt-news-primary: var(--hdt-brand-primary, #8acaf8);
	--hdt-news-primary-ink: var(--hdt-brand-primary-ink, #397cac);
	--hdt-news-secondary: var(--hdt-brand-secondary, #989899);
	--hdt-news-paper: #f4f4f4;
	--hdt-news-line: #d8d8d8;
	--hdt-news-shell: 1420px;
	background: #fff;
	color: var(--hdt-fo-black, #303030);
}

.hdt-news-archive__shell {
	width: min(100%, var(--hdt-news-shell));
	margin-inline: auto;
	padding-inline: 60px;
}

.hdt-news-archive__hero {
	position: relative;
	height: 160px;
	overflow: hidden;
	background-image:
		linear-gradient(rgba(57, 124, 172, .82), rgba(57, 124, 172, .82)),
		var(--hdt-news-hero-image, linear-gradient(135deg, #8acaf8, #397cac));
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.hdt-news-archive__hero::after {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 84% 24%, rgba(255, 255, 255, .18) 0 2px, transparent 3px),
		linear-gradient(115deg, transparent 0 63%, rgba(255, 255, 255, .08) 63% 64%, transparent 64% 100%);
	background-size: 42px 42px, auto;
	content: "";
	pointer-events: none;
}

.hdt-news-archive__hero > .hdt-news-archive__shell {
	position: relative;
	z-index: 1;
	display: flex;
	height: 100%;
	align-items: center;
}

.hdt-news-archive__title {
	display: flex;
	align-items: center;
	gap: 45px;
	color: #fff;
}

.hdt-news-archive__title p,
.hdt-news-archive__title h1 {
	margin: 0;
	color: inherit;
}

.hdt-news-archive__title p {
	font-family: var(--hdt-sans);
	font-size: 65px;
	font-weight: 900;
	letter-spacing: -.04em;
	line-height: 1;
	transform: translateY(-2.5px);
}

.hdt-news-archive__title h1 {
	font-family: var(--hdt-sans);
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .04em;
	line-height: 1;
}

.hdt-news-archive__breadcrumbs {
	height: 50px;
	background: var(--hdt-news-paper);
	font-size: 12px;
	line-height: 1;
}

.hdt-news-archive__breadcrumbs > .hdt-news-archive__shell {
	display: flex;
	height: 100%;
	align-items: center;
	gap: 8px;
}

.hdt-news-archive__breadcrumbs a,
.hdt-news-archive__breadcrumbs strong {
	color: #303030;
	font-weight: 500;
	text-decoration: none;
}

.hdt-news-archive__breadcrumbs a:hover,
.hdt-news-archive__breadcrumbs a:focus-visible {
	color: var(--hdt-news-primary-ink);
}

.hdt-news-archive__columns {
	display: grid;
	grid-template-columns: 250px minmax(0, 1fr);
	gap: 57px;
	padding-top: 100px;
}

.hdt-news-sidebar {
	padding-bottom: 70px;
}

.hdt-news-sidebar__widget {
	margin-bottom: 30px;
}

.hdt-news-sidebar__widget h2 {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px solid var(--hdt-news-primary);
	color: #303030;
	font-family: var(--hdt-sans);
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}

.hdt-news-sidebar__widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hdt-news-sidebar__widget li {
	margin: 0;
	border-bottom: 2px solid #fff;
}

.hdt-news-sidebar__widget li a {
	display: flex;
	min-height: 49px;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 13px 14px 13px 16px;
	background: var(--hdt-news-paper);
	color: #303030;
	font-size: 14px;
	line-height: 1.3;
	text-decoration: none;
	transition: background-color .22s ease, color .22s ease, padding-left .22s ease;
}

.hdt-news-sidebar__widget li a:hover,
.hdt-news-sidebar__widget li a:focus-visible,
.hdt-news-sidebar__widget li a.is-active {
	padding-left: 20px;
	background: #eef7fe;
	color: var(--hdt-news-primary-ink);
}

.hdt-news-sidebar__widget li a > span:last-child {
	font-size: 18px;
	line-height: 1;
}

.hdt-news-sidebar__reset {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	padding: 10px 17px;
	border: 1px solid var(--hdt-news-primary);
	color: var(--hdt-news-primary-ink);
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.hdt-news-sidebar__reset:hover,
.hdt-news-sidebar__reset:focus-visible {
	background: var(--hdt-news-primary);
	color: #303030;
}

.hdt-news-archive__main {
	min-width: 0;
	padding-bottom: 150px;
}

.hdt-news-archive .hdt-news-list {
	margin: 0;
	padding: 0;
	border-top: 1px dashed var(--hdt-news-line);
	list-style: none;
}

.hdt-news-archive .hdt-news-item {
	display: block;
	min-height: 90px;
	margin: 0;
	padding: 28px 0;
	border-bottom: 1px dashed var(--hdt-news-line);
	background: transparent;
	transition: background-color .22s ease;
}

.hdt-news-archive .hdt-news-item:hover,
.hdt-news-archive .hdt-news-item:focus-within {
	padding-left: 0;
	background: linear-gradient(90deg, rgba(138, 202, 248, .12), transparent 76%);
}

.hdt-news-archive .hdt-news-item dl {
	display: grid;
	grid-template-columns: 276px minmax(0, 1fr);
	align-items: center;
	margin: 0;
}

.hdt-news-archive .hdt-news-item dt {
	display: grid;
	grid-template-columns: max-content 155px;
	align-items: center;
	gap: 15px;
	margin: 0;
}

.hdt-news-archive .hdt-news-item time {
	color: #303030;
	font-size: 16px;
	font-variant-numeric: tabular-nums;
	line-height: 1;
	white-space: nowrap;
}

.hdt-news-archive .hdt-news-item__tag {
	display: flex;
	height: 33px;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	border: 1px solid var(--hdt-news-primary);
	border-radius: 0;
	background: #fff;
	color: var(--hdt-news-primary-ink);
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	text-decoration: none;
}

.hdt-news-archive .hdt-news-item__tag:hover,
.hdt-news-archive .hdt-news-item__tag:focus-visible {
	background: var(--hdt-news-primary);
	color: #303030;
}

.hdt-news-archive .hdt-news-item dd {
	min-width: 0;
	margin: 0;
}

.hdt-news-archive .hdt-news-item dd > a {
	display: block;
	color: #303030;
	text-decoration: none;
}

.hdt-news-archive .hdt-news-item h2 {
	margin: 0;
	color: #303030;
	font-family: var(--hdt-sans);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7;
}

.hdt-news-archive .hdt-news-item dd > a:hover h2,
.hdt-news-archive .hdt-news-item dd > a:focus-visible h2 {
	color: var(--hdt-news-primary-ink);
}

.hdt-news-pagination {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 52px;
}

.hdt-news-pagination .page-numbers {
	display: inline-flex;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--hdt-news-line);
	color: #303030;
	text-decoration: none;
}

.hdt-news-pagination .page-numbers.current,
.hdt-news-pagination .page-numbers:hover,
.hdt-news-pagination .page-numbers:focus-visible {
	border-color: var(--hdt-news-primary);
	background: var(--hdt-news-primary);
}

.hdt-news-archive__cta .hdt-fo-links {
	display: none;
}

.hdt-news-archive__cta .hdt-fo-cta {
	min-height: 713px;
	margin: 0;
}

@media (max-width: 1199px) {
	.hdt-news-archive__shell {
		padding-inline: 40px;
	}

	.hdt-news-archive__columns {
		min-height: 0;
		grid-template-columns: 220px minmax(0, 1fr);
		gap: 40px;
	}

	.hdt-news-archive .hdt-news-item dl {
		grid-template-columns: 250px minmax(0, 1fr);
	}

	.hdt-news-archive .hdt-news-item dt {
		grid-template-columns: max-content 145px;
		gap: 13px;
	}
}

@media (max-width: 1023px) {
	.hdt-news-archive__columns {
		grid-template-columns: 1fr;
		gap: 42px;
		padding-top: 70px;
	}

	.hdt-news-sidebar {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px;
		padding-bottom: 0;
	}

	.hdt-news-sidebar__reset {
		grid-column: 1 / -1;
		justify-self: start;
	}
}

@media (max-width: 767px) {
	.hdt-news-archive__shell {
		padding-inline: 25px;
	}

	.hdt-news-archive__hero {
		height: 104px;
	}

	.hdt-news-archive__title {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
		transform: translateY(-3px);
	}

	.hdt-news-archive__title p {
		font-size: 37.5px;
		transform: none;
	}

	.hdt-news-archive__title h1 {
		font-size: 14.6px;
	}

	.hdt-news-archive__breadcrumbs {
		display: none;
	}

	.hdt-news-archive__columns {
		display: block;
		padding-top: 31px;
	}

	.hdt-news-sidebar {
		display: none;
	}

	.hdt-news-archive__main {
		margin-top: 31px;
		padding-bottom: 0;
	}

	.hdt-news-archive .hdt-news-item {
		min-height: 0;
		padding: 24px 0;
	}

	.hdt-news-archive .hdt-news-item dl {
		display: block;
	}

	.hdt-news-archive .hdt-news-item dt {
		display: flex;
		grid-template-columns: none;
		gap: 16px;
	}

	.hdt-news-archive .hdt-news-item time {
		font-size: 14.6px;
	}

	.hdt-news-archive .hdt-news-item__tag {
		width: 130px;
		height: 27px;
		font-size: 12.5px;
	}

	.hdt-news-archive .hdt-news-item dd {
		margin-top: 16px;
	}

	.hdt-news-archive .hdt-news-item h2 {
		font-size: 14.6px;
		line-height: 1.85;
	}

	.hdt-news-pagination {
		margin: 40px 0 54px;
	}

	.hdt-news-archive__cta .hdt-fo-cta {
		min-height: 0;
		padding: 88px 0;
	}

	.hdt-news-archive__cta .hdt-fo-cta > .hdt-shell {
		width: calc(100% - 50px);
		margin-inline: auto;
	}

	.hdt-news-archive__cta .hdt-fo-cta .hdt-fo-cta__copy {
		margin-bottom: 29px !important;
		font-size: 12.5px;
		line-height: 2;
	}

	.hdt-news-archive__cta .hdt-fo-cta__routes {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.hdt-news-archive__cta .hdt-fo-cta__routes > a {
		height: 125px;
		min-height: 125px;
		padding: 19px 14px;
		gap: 17px;
	}

	.hdt-news-archive__cta .hdt-fo-cta__icon {
		width: 42px;
		height: 42px;
	}

	.hdt-news-archive__cta .hdt-fo-cta__routes > a > span:last-child {
		width: 100%;
		height: 27px;
		font-size: 11.5px;
		line-height: 1;
	}

	.hdt-news-archive__cta .hdt-fo-cta > .hdt-shell > .hdt-fo-button {
		width: 196px;
		height: 46px;
		min-height: 46px;
		margin-top: 42px;
	}
}

/* --------------------------------------------------------------------------
 * Document parity: product catalog, course details and international address
 * ----------------------------------------------------------------------- */
body.hdt-product-catalog-archive .site-content > .ast-container {
	width: 100%;
	max-width: none;
	padding-inline: 0;
}

body.hdt-product-catalog-archive #primary,
body.hdt-product-catalog-archive .site-main {
	width: 100%;
	margin: 0;
}

.hdt-product-catalog-archive__content {
	width: min(calc(100% - 48px), var(--hdt-shell));
	max-width: var(--hdt-shell);
	margin-inline: auto;
	padding: clamp(74px, 8vw, 118px) 0;
}

.hdt-product-catalog-archive__inner {
	display: flex;
	width: calc(100% - 48px);
	margin-inline: auto;
	padding: 10px 0;
	flex-direction: column;
	gap: 20px;
}

.hdt-content-page .hdt-eyebrow,
.hdt-content-page .hdt-lead {
	font-family: var(--hdt-sans);
}

.hdt-product-catalog-archive__inner > .hdt-eyebrow {
	margin: 0;
}

.hdt-product-catalog-archive__inner > h1 {
	margin: 0 0 22px;
	color: var(--hdt-navy);
	font-family: var(--hdt-serif);
	font-size: clamp(2.6rem, 5vw, 4.7rem);
	font-weight: 600;
	letter-spacing: .015em;
	line-height: 1.16;
	text-wrap: balance;
}

.hdt-product-catalog-archive__inner > .hdt-lead {
	margin: 0 0 48px;
}

@media (min-width: 1200px) {
	body.hdt-product-catalog-archive #primary {
		margin-bottom: 60px;
	}

	.hdt-product-catalog-archive__content {
		margin-top: 60px;
	}
}

@media (max-width: 767px) {
	.hdt-product-catalog-archive__content {
		width: calc(100% - 32px);
		padding: 54px 0 70px;
	}

	.hdt-product-catalog-archive__inner {
		width: calc(100% - 32px);
	}
}

.hdt-product-taxonomy {
	margin: 42px 0 54px;
	padding: 30px 0;
	border-top: 1px solid var(--hdt-line);
	border-bottom: 1px solid var(--hdt-line);
}

.hdt-product-taxonomy > ul {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 26px 34px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hdt-product-taxonomy > ul > li > a {
	display: inline-block;
	color: var(--hdt-navy);
	font-weight: 800;
	text-decoration: none;
}

.hdt-product-taxonomy ul ul {
	display: grid;
	gap: 7px;
	margin: 12px 0 0;
	padding: 0;
	list-style: none;
}

.hdt-product-taxonomy ul ul a {
	color: var(--hdt-muted);
	font-size: .88rem;
	text-decoration: none;
}

.hdt-product-taxonomy a:hover,
.hdt-product-taxonomy a:focus-visible {
	color: var(--hdt-teal-dark);
}

.hdt-product-catalog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.hdt-product-catalog-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--hdt-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 14px 38px rgba(33, 68, 95, .07);
	transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.hdt-product-catalog-card:hover,
.hdt-product-catalog-card:focus-within {
	border-color: rgba(57, 124, 172, .42);
	box-shadow: 0 20px 48px rgba(33, 68, 95, .12);
	transform: translateY(-3px);
}

.hdt-product-catalog-card__media {
	display: grid;
	min-height: 290px;
	aspect-ratio: 4 / 3;
	place-items: center;
	padding: 24px;
	background: #f4f8fb;
	overflow: hidden;
}

.hdt-product-catalog-card__image {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 260px;
	object-fit: contain;
	transition: transform .35s ease;
}

.hdt-product-catalog-card:hover .hdt-product-catalog-card__image,
.hdt-product-catalog-card:focus-within .hdt-product-catalog-card__image {
	transform: scale(1.025);
}

.hdt-product-catalog-card__body {
	display: flex;
	min-height: 270px;
	flex: 1;
	flex-direction: column;
	padding: 26px;
}

.hdt-product-catalog-card__meta {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 18px;
	color: var(--hdt-teal-dark);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .06em;
}

.hdt-product-catalog-card__meta strong {
	max-width: 48%;
	padding: 5px 8px;
	border-radius: 999px;
	background: var(--hdt-sky);
	color: var(--hdt-navy);
	font-size: .68rem;
	line-height: 1.35;
	text-align: center;
}

.hdt-product-catalog-card h2 {
	margin: 0 0 14px;
	font-size: clamp(1.2rem, 1.6vw, 1.48rem);
	line-height: 1.45;
}

.hdt-product-catalog-card h2 a {
	color: var(--hdt-ink);
	text-decoration: none;
}

.hdt-product-catalog-grid .hdt-product-catalog-card p {
	margin: 0;
	color: var(--hdt-muted);
	font-size: .94rem;
	line-height: 1.75;
}

.hdt-product-catalog-card__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: auto;
	padding-top: 18px;
	border-top: 1px solid var(--hdt-line);
	color: var(--hdt-teal-dark);
	font-weight: 800;
	text-decoration: none;
}

/* --------------------------------------------------------------------------
 * Forest One parity: 產品資訊頁（套用好力齒 UI／UX／CI／CIS）
 * ----------------------------------------------------------------------- */
body.hdt-product-catalog-page {
	--hdt-product-primary: var(--hdt-brand-primary-ink, #397cac);
	--hdt-product-primary-deep: var(--hdt-brand-primary-deep, #21445f);
	--hdt-product-primary-soft: var(--hdt-brand-primary-soft, #eaf6ff);
	--hdt-product-primary-border: var(--hdt-brand-primary-border, #67afe4);
	--hdt-product-secondary: var(--hdt-brand-secondary, #989899);
	--hdt-product-secondary-soft: var(--hdt-brand-secondary-soft, #f1f1f2);
}

body.hdt-product-catalog-page .site-content > .ast-container,
body.hdt-product-catalog-page .ast-container {
	width: 100%;
	max-width: none;
	padding-inline: 0;
}

body.hdt-product-catalog-page #primary,
body.hdt-product-catalog-page .site-main {
	width: 100%;
	margin: 0 !important;
	padding: 0;
}

.hdt-products-page {
	width: 100%;
	background: #fff;
	color: var(--hdt-ink);
	font-family: var(--hdt-sans);
}

.hdt-products-page__shell {
	width: min(calc(100% - 48px), 1300px);
	margin-inline: auto;
}

.hdt-products-page__hero {
	display: flex;
	height: 160px;
	align-items: center;
	background:
		linear-gradient(96deg, rgba(33, 68, 95, .96) 0%, rgba(57, 124, 172, .9) 57%, rgba(138, 202, 248, .84) 100%),
		radial-gradient(circle at 76% 22%, rgba(255, 255, 255, .34) 0 2px, transparent 3px),
		linear-gradient(135deg, transparent 0 62%, rgba(255, 255, 255, .09) 62% 64%, transparent 64% 100%);
	background-size: auto, 24px 24px, 100% 100%;
}

.hdt-products-page__title {
	display: flex;
	align-items: center;
	gap: 45px;
	color: #fff;
}

.hdt-products-page__title p {
	margin: -5px 0 0;
	color: #fff;
	font-family: var(--hdt-sans);
	font-size: 65px;
	font-weight: 900;
	letter-spacing: -.035em;
	line-height: 1;
}

.hdt-products-page__title h1 {
	margin: 0;
	color: #fff;
	font-family: var(--hdt-sans);
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .08em;
	line-height: 1;
}

.hdt-products-page__breadcrumbs {
	height: 50px;
	background: #f4f4f4;
	font-size: 12px;
	line-height: 1;
}

.hdt-products-page__breadcrumbs .hdt-products-page__shell {
	display: flex;
	height: 100%;
	align-items: center;
	gap: 12px;
}

.hdt-products-page__breadcrumbs a,
.hdt-products-page__breadcrumbs span {
	color: #6f6f70;
}

.hdt-products-page__breadcrumbs a:hover,
.hdt-products-page__breadcrumbs a:focus-visible {
	color: var(--hdt-product-primary);
}

.hdt-products-page__tabs {
	height: 80px;
	padding-top: 10px;
	background: #f4f4f4;
}

.hdt-products-page__tabs ul {
	display: flex;
	height: 70px;
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hdt-products-page__tabs li {
	min-width: 0;
	flex: 1;
}

.hdt-products-page__tabs a,
.hdt-products-page__tabs span {
	display: flex;
	height: 70px;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: #707070;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: .04em;
	transition: background-color .2s ease, color .2s ease;
}

.hdt-products-page__tabs span[aria-current="page"] {
	background: var(--hdt-product-primary);
	color: #fff;
}

.hdt-products-page__tabs a:hover,
.hdt-products-page__tabs a:focus-visible {
	background: var(--hdt-product-primary-soft);
	color: var(--hdt-product-primary-deep);
}

.hdt-products-page__content {
	background: #fff;
}

.hdt-products-page__columns {
	display: grid;
	grid-template-columns: 250px minmax(0, 1fr);
	gap: 57px;
	padding: 100px 0 150px;
}

.hdt-products-page__sidebar {
	min-width: 0;
	align-self: stretch;
}

.hdt-products-page__sidebar-inner {
	position: sticky;
	top: calc(var(--hdt-fo-header-height, 154px) + 24px);
	max-height: min(500px, calc(100dvh - var(--hdt-fo-header-height, 154px) - 48px));
	padding-right: 8px;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-color: var(--hdt-product-primary-border) transparent;
	scrollbar-gutter: stable;
	scrollbar-width: thin;
}

.hdt-products-page__sidebar-inner::-webkit-scrollbar {
	width: 6px;
}

.hdt-products-page__sidebar-inner::-webkit-scrollbar-track {
	background: transparent;
}

.hdt-products-page__sidebar-inner::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background: var(--hdt-product-primary-border);
}

.hdt-products-page__search {
	position: relative;
	height: 45px;
	margin-bottom: 30px;
}

.hdt-products-page__search input {
	width: 100%;
	height: 45px;
	margin: 0;
	padding: 0 42px 0 16px;
	border: 0;
	border-radius: 0;
	background: var(--hdt-product-primary-soft);
	box-shadow: none;
	color: var(--hdt-product-primary-deep);
	font-size: 15px;
	line-height: 45px;
}

.hdt-products-page__search input::placeholder {
	color: #6c7d88;
	opacity: 1;
}

.hdt-products-page__search input:focus {
	outline: 2px solid var(--hdt-product-primary-border);
	outline-offset: 0;
}

.hdt-products-page__search button {
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 45px;
	min-height: 45px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--hdt-product-primary);
	cursor: pointer;
}

.hdt-products-page__search button::before {
	position: absolute;
	top: 13px;
	left: 13px;
	width: 13px;
	height: 13px;
	border: 2px solid currentColor;
	border-radius: 50%;
	content: "";
}

.hdt-products-page__search button::after {
	position: absolute;
	top: 27px;
	left: 27px;
	width: 8px;
	height: 2px;
	background: currentColor;
	content: "";
	transform: rotate(45deg);
	transform-origin: left center;
}

.hdt-products-page__filter-group {
	margin: 0 0 30px;
}

.hdt-products-page__filter-group h2 {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px solid var(--hdt-product-primary-border);
	color: #202124;
	font-family: var(--hdt-sans);
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}

.hdt-products-page__filter-group ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hdt-products-page__filter-group li {
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #fff;
}

.hdt-products-page__filter-group a {
	display: flex;
	min-height: 49px;
	align-items: center;
	padding: 14px 12px 14px 16px;
	background: #f7f7f8;
	color: #57575a;
	font-size: 14px;
	line-height: 1.5;
	transition: background-color .18s ease, color .18s ease, padding-left .18s ease;
}

.hdt-products-page__filter-group a:hover,
.hdt-products-page__filter-group a:focus-visible,
.hdt-products-page__filter-group a.is-current {
	padding-left: 20px;
	background: var(--hdt-product-primary-soft);
	color: var(--hdt-product-primary);
}

.hdt-products-page__filter-group ul ul a {
	min-height: 42px;
	padding-left: 28px;
	background: #fbfbfc;
	font-size: 12.5px;
}

.hdt-products-page__filter-group ul ul a:hover,
.hdt-products-page__filter-group ul ul a:focus-visible,
.hdt-products-page__filter-group ul ul a.is-current {
	padding-left: 32px;
}

.hdt-products-page__main {
	min-width: 0;
}

.hdt-products-page__toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin: 0 0 28px;
	padding: 0 0 18px;
	border-bottom: 1px solid var(--hdt-product-primary-border);
}

.hdt-products-page__toolbar > p {
	margin: 0;
	color: #5f6264;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .03em;
}

.hdt-products-page__toolbar > p strong {
	color: var(--hdt-product-primary-deep);
	font-size: 18px;
}

.hdt-products-page__ordering {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
}

.hdt-products-page__ordering label {
	margin: 0;
	color: var(--hdt-product-primary-deep);
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}

.hdt-products-page__ordering select {
	width: 190px;
	height: 44px;
	margin: 0;
	padding: 0 38px 0 14px;
	border: 1px solid var(--hdt-product-primary-border);
	border-radius: 0;
	background-color: #fff;
	color: #303030;
	font-size: 13px;
	font-weight: 600;
	line-height: 44px;
}

.hdt-products-page__ordering select:focus {
	border-color: var(--hdt-product-primary);
	box-shadow: 0 0 0 3px rgba(138, 202, 248, .2);
	outline: 0;
}

.hdt-products-page__ordering button {
	display: inline-flex;
	height: 44px;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0 18px;
	border: 1px solid var(--hdt-product-primary-ink);
	border-radius: 999px;
	background: var(--hdt-product-primary-ink);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
}

.hdt-products-page__ordering button:hover,
.hdt-products-page__ordering button:focus-visible {
	border-color: var(--hdt-product-primary-deep);
	background: var(--hdt-product-primary-deep);
}

.hdt-products-page__result {
	margin: 0 0 24px;
	padding: 14px 18px;
	border-left: 3px solid var(--hdt-product-primary-border);
	background: var(--hdt-product-primary-soft);
	color: var(--hdt-product-primary-deep);
	font-size: 14px;
}

.hdt-products-page__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 35px 44px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hdt-products-page__card {
	min-width: 0;
	margin: 0;
}

.hdt-products-page__card > a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.hdt-products-page__card-media {
	position: relative;
	display: block;
	aspect-ratio: 600 / 392;
	margin: 0 0 20px;
	overflow: hidden;
	border: 1px solid var(--hdt-product-primary-border);
	background: #fff;
}

.hdt-products-page__card-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .32s cubic-bezier(.2, 0, 0, 1), filter .32s ease;
}

.hdt-products-page__card.is-portrait .hdt-products-page__card-image {
	padding: 10px;
	background: var(--hdt-product-primary-soft);
	object-fit: contain;
}

.hdt-products-page__card-media span {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 5px 8px;
	background: rgba(33, 68, 95, .9);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .04em;
	line-height: 1.3;
}

.hdt-products-page__card h2 {
	margin: 0 0 5px;
	color: #1d1d1f;
	font-family: var(--hdt-sans);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .04em;
	line-height: 1.8;
}

.hdt-products-page__card p {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #707070;
	font-size: 14px;
	letter-spacing: .03em;
	line-height: 1.7;
}

.hdt-products-page__card > a:hover .hdt-products-page__card-image,
.hdt-products-page__card > a:focus-visible .hdt-products-page__card-image {
	filter: saturate(1.04);
	transform: scale(1.025);
}

.hdt-products-page__card > a:hover h2,
.hdt-products-page__card > a:focus-visible h2 {
	color: var(--hdt-product-primary);
}

.hdt-products-page__empty {
	padding: 54px 30px;
	border: 1px solid var(--hdt-product-primary-border);
	background: var(--hdt-product-primary-soft);
	color: var(--hdt-product-primary-deep);
	text-align: center;
}

.hdt-products-page__empty strong {
	display: block;
	margin-bottom: 8px;
	font-size: 18px;
}

.hdt-products-page__empty p {
	margin: 0;
}

.hdt-products-page__pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 75px;
}

.hdt-products-page__pagination .page-numbers {
	display: inline-flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--hdt-product-primary-border);
	background: #fff;
	color: var(--hdt-product-primary);
}

.hdt-products-page__pagination .page-numbers.current,
.hdt-products-page__pagination .page-numbers:hover,
.hdt-products-page__pagination .page-numbers:focus-visible {
	background: var(--hdt-product-primary);
	color: #fff;
}

.hdt-products-page__cta .hdt-fo-cta {
	margin: 0;
}

@media (max-width: 1199px) and (min-width: 768px) {
	.hdt-products-page__columns {
		grid-template-columns: 220px minmax(0, 1fr);
		gap: 38px;
	}

	.hdt-products-page__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 34px 30px;
	}
}

@media (max-width: 767px) {
	.hdt-products-page__shell {
		width: calc(100% - 50px);
	}

	.hdt-products-page__hero {
		height: 104px;
	}

	.hdt-products-page__title {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.hdt-products-page__title p {
		margin: -5px 0 0;
		font-size: 36px;
		letter-spacing: -.04em;
	}

	.hdt-products-page__title h1 {
		font-size: 14px;
	}

	.hdt-products-page__breadcrumbs {
		display: none;
	}

	.hdt-products-page__tabs {
		height: 83px;
		padding-top: 21px;
	}

	.hdt-products-page__tabs ul {
		height: 62px;
		gap: 14px;
	}

	.hdt-products-page__tabs a,
	.hdt-products-page__tabs span {
		height: 62px;
		padding-inline: 5px;
		font-size: 12px;
		line-height: 1.35;
		text-align: center;
	}

	.hdt-products-page__columns {
		display: block;
		padding: 31px 0 72px;
	}

	.hdt-products-page__sidebar {
		margin-bottom: 31px;
	}

	.hdt-products-page__sidebar-inner {
		position: static;
		max-height: none;
		padding-right: 0;
		overflow: visible;
		scrollbar-gutter: auto;
	}

	.hdt-products-page__search {
		height: 52px;
		margin-bottom: 0;
	}

	.hdt-products-page__search input {
		height: 52px;
		padding-right: 52px;
		font-size: 14px;
		line-height: 52px;
	}

	.hdt-products-page__search button {
		width: 52px;
		height: 52px;
		min-height: 52px;
	}

	.hdt-products-page__search button::before {
		top: 16px;
		left: 15px;
	}

	.hdt-products-page__search button::after {
		top: 30px;
		left: 29px;
	}

	.hdt-products-page__filters {
		display: none;
	}

	.hdt-products-page__toolbar {
		align-items: stretch;
		flex-direction: column;
		gap: 12px;
		margin-bottom: 20px;
		padding-bottom: 16px;
	}

	.hdt-products-page__ordering {
		display: grid;
		grid-template-columns: 1fr auto;
		gap: 8px;
		width: 100%;
	}

	.hdt-products-page__ordering label {
		grid-column: 1 / -1;
		font-size: 12px;
	}

	.hdt-products-page__ordering select {
		width: 100%;
		height: 44px;
		font-size: 12px;
	}

	.hdt-products-page__ordering button {
		padding-inline: 16px;
	}

	.hdt-products-page__result {
		margin-bottom: 20px;
		font-size: 12px;
	}

	.hdt-products-page__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 21px 24px;
	}

	.hdt-products-page__card-media {
		margin-bottom: 10px;
	}

	.hdt-products-page__card.is-portrait .hdt-products-page__card-image {
		padding: 7px;
	}

	.hdt-products-page__card-media span {
		top: 5px;
		right: 5px;
		padding: 3px 5px;
		font-size: 8px;
	}

	.hdt-products-page__card h2 {
		margin-bottom: 3px;
		font-size: 13px;
		letter-spacing: .02em;
		line-height: 1.55;
	}

	.hdt-products-page__card p {
		font-size: 11.5px;
		line-height: 1.55;
	}

	.hdt-products-page__pagination {
		margin-top: 42px;
	}
}

.hdt-latest-course-list {
	display: grid;
	gap: 42px;
}

.hdt-latest-course {
	overflow: hidden;
	border: 1px solid var(--hdt-line);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(33, 68, 95, .08);
}

.hdt-latest-course__banner {
	margin: 0;
	background: #edf7fe;
}

.hdt-latest-course__image {
	display: block;
	width: 100%;
	height: auto;
	max-height: 520px;
	object-fit: contain;
}

.hdt-latest-course__placeholder,
.hdt-course-banner--placeholder {
	display: flex;
	min-height: clamp(250px, 34vw, 430px);
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 12px;
	padding: 48px 30px;
	background: linear-gradient(145deg, #eaf6ff 0%, #f3f3f4 100%);
	color: var(--hdt-navy);
	text-align: center;
}

.hdt-latest-course__placeholder span,
.hdt-course-banner--placeholder span {
	color: var(--hdt-teal-dark);
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .18em;
}

.hdt-latest-course__placeholder strong,
.hdt-course-banner--placeholder strong {
	font-size: clamp(1.9rem, 4vw, 3.8rem);
	line-height: 1.2;
}

.hdt-latest-course__placeholder small {
	color: var(--hdt-muted);
	font-size: .95rem;
}

.hdt-latest-course__body {
	padding: clamp(28px, 5vw, 56px);
}

.hdt-latest-course__facts,
.hdt-course-detail__facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	margin: 0 0 38px;
	padding: 1px;
	background: var(--hdt-line);
}

.hdt-latest-course__facts > div,
.hdt-course-detail__facts > div {
	display: grid;
	grid-template-columns: 110px minmax(0, 1fr);
	gap: 18px;
	padding: 20px 22px;
	background: #fff;
}

.hdt-latest-course__facts dt,
.hdt-course-detail__facts dt {
	color: var(--hdt-teal-dark);
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .08em;
}

.hdt-latest-course__facts dd,
.hdt-course-detail__facts dd {
	margin: 0;
	color: var(--hdt-ink);
	line-height: 1.75;
}

.hdt-latest-course__schedule h2,
.hdt-course-detail__section h2 {
	margin: 0 0 18px;
	font-size: clamp(1.45rem, 2.5vw, 2rem);
}

.hdt-course-schedule {
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--hdt-line);
	list-style: none;
}

.hdt-course-schedule li {
	display: grid;
	grid-template-columns: minmax(125px, 180px) minmax(0, 1fr);
	gap: 22px;
	padding: 16px 0;
	border-bottom: 1px solid var(--hdt-line);
}

.hdt-course-schedule time {
	color: var(--hdt-teal-dark);
	font-weight: 800;
	font-variant-numeric: tabular-nums;
}

.hdt-course-schedule__empty {
	padding: 20px;
	border: 1px dashed var(--hdt-line);
	background: #fbfdff;
	color: var(--hdt-muted);
}

.hdt-course-detail {
	max-width: 980px;
	margin: 0 auto;
}

.hdt-course-detail__section {
	margin: 36px 0;
}

.hdt-course-disclosure {
	margin: 18px 0;
	border: 1px solid var(--hdt-line);
	border-radius: 14px;
	background: #fff;
	overflow: hidden;
}

.hdt-course-disclosure summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 20px 24px;
	color: var(--hdt-navy);
	font-weight: 800;
	cursor: pointer;
	list-style: none;
}

.hdt-course-disclosure summary::-webkit-details-marker {
	display: none;
}

.hdt-course-disclosure summary strong {
	color: var(--hdt-teal-dark);
	font-size: .85rem;
}

.hdt-course-disclosure[open] summary {
	border-bottom: 1px solid var(--hdt-line);
	background: #f7fbfe;
}

.hdt-course-disclosure__content {
	padding: 26px;
}

.single-hdt_course .hdt-course-disclosure__content .hdt-course-single > .hdt-eyebrow,
.single-hdt_course .hdt-course-disclosure__content .hdt-course-single > .hdt-course-meta {
	display: none;
}

.hdt-contact-details__english {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid var(--hdt-line);
	color: var(--hdt-muted);
	font-size: .9rem;
	line-height: 1.7;
}

@media (max-width: 1024px) {
	.hdt-product-taxonomy > ul,
	.hdt-product-catalog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.hdt-product-taxonomy {
		margin: 30px 0 38px;
		padding: 22px 0;
	}

	.hdt-product-taxonomy > ul,
	.hdt-product-catalog-grid,
	.hdt-latest-course__facts,
	.hdt-course-detail__facts {
		grid-template-columns: 1fr;
	}

	.hdt-product-catalog-card__media {
		min-height: 230px;
	}

	.hdt-product-catalog-card__body {
		min-height: 0;
	}

	.hdt-latest-course__facts > div,
	.hdt-course-detail__facts > div {
		grid-template-columns: 1fr;
		gap: 7px;
	}

	.hdt-course-schedule li {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.hdt-course-disclosure summary,
	.hdt-course-disclosure__content {
		padding: 18px;
	}
}

/* --------------------------------------------------------------------------
 * 最新課程資訊頁：延續 NEWS／PRODUCTS 的好力齒內頁 UI／UX／CI／CIS
 * ----------------------------------------------------------------------- */
body.hdt-latest-courses-page {
	--hdt-course-primary: var(--hdt-brand-primary-ink, #397cac);
	--hdt-course-primary-deep: var(--hdt-brand-primary-deep, #21445f);
	--hdt-course-primary-soft: var(--hdt-brand-primary-soft, #eaf6ff);
	--hdt-course-primary-border: var(--hdt-brand-primary-border, #67afe4);
}

body.hdt-latest-courses-page .site-content > .ast-container,
body.hdt-latest-courses-page .ast-container {
	width: 100%;
	max-width: none;
	padding-inline: 0;
}

body.hdt-latest-courses-page #primary,
body.hdt-latest-courses-page .site-main {
	width: 100%;
	margin: 0 !important;
	padding: 0;
}

.hdt-latest-courses {
	width: 100%;
	background: #fff;
	color: var(--hdt-ink);
	font-family: var(--hdt-sans);
}

.hdt-latest-courses__shell {
	width: min(calc(100% - 48px), 1300px);
	margin-inline: auto;
}

.hdt-latest-courses__hero {
	position: relative;
	display: flex;
	height: 160px;
	align-items: center;
	isolation: isolate;
	background-image:
		linear-gradient(96deg, rgba(33, 68, 95, .95) 0%, rgba(57, 124, 172, .88) 58%, rgba(138, 202, 248, .74) 100%),
		var(--hdt-latest-courses-hero, linear-gradient(135deg, #21445f, #8acaf8));
	background-position: center;
	background-size: cover;
}

.hdt-latest-courses__hero::after {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(135deg, transparent 0 63%, rgba(255, 255, 255, .1) 63% 64%, transparent 64% 100%);
	content: "";
}

.hdt-latest-courses__title {
	display: flex;
	align-items: center;
	gap: 45px;
	color: #fff;
}

.hdt-latest-courses__title p {
	margin: -5px 0 0;
	color: #fff;
	font-size: 65px;
	font-weight: 900;
	letter-spacing: -.035em;
	line-height: 1;
}

.hdt-latest-courses__title h1 {
	margin: 0;
	color: #fff;
	font-family: var(--hdt-sans);
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .08em;
	line-height: 1;
}

.hdt-latest-courses__breadcrumbs {
	height: 50px;
	background: #f4f4f4;
	font-size: 12px;
	line-height: 1;
}

.hdt-latest-courses__breadcrumbs .hdt-latest-courses__shell {
	display: flex;
	height: 100%;
	align-items: center;
	gap: 12px;
}

.hdt-latest-courses__breadcrumbs a,
.hdt-latest-courses__breadcrumbs span,
.hdt-latest-courses__breadcrumbs strong {
	color: #6f6f70;
	font-weight: 400;
}

.hdt-latest-courses__breadcrumbs a:hover,
.hdt-latest-courses__breadcrumbs a:focus-visible {
	color: var(--hdt-course-primary);
}

.hdt-latest-courses__tabs {
	height: 80px;
	padding-top: 10px;
	background: #f4f4f4;
}

.hdt-latest-courses__tabs ul {
	display: flex;
	height: 70px;
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hdt-latest-courses__tabs li {
	min-width: 0;
	flex: 1;
}

.hdt-latest-courses__tabs a,
.hdt-latest-courses__tabs span {
	display: flex;
	height: 70px;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: #707070;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: .04em;
	text-align: center;
	transition: background-color .2s ease, color .2s ease;
}

.hdt-latest-courses__tabs span[aria-current="page"] {
	background: var(--hdt-course-primary);
	color: #fff;
}

.hdt-latest-courses__tabs a:hover,
.hdt-latest-courses__tabs a:focus-visible {
	background: var(--hdt-course-primary-soft);
	color: var(--hdt-course-primary-deep);
}

.hdt-latest-courses__columns {
	display: grid;
	grid-template-columns: 250px minmax(0, 1fr);
	gap: 57px;
	padding: 100px 0 150px;
}

.hdt-latest-courses__sidebar section {
	margin-bottom: 34px;
}

.hdt-latest-courses__sidebar h2 {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px solid var(--hdt-course-primary-border);
	color: #202124;
	font-family: var(--hdt-sans);
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}

.hdt-latest-courses__sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hdt-latest-courses__sidebar li {
	margin: 0;
	border-bottom: 2px solid #fff;
}

.hdt-latest-courses__sidebar a {
	display: flex;
	min-height: 49px;
	align-items: center;
	justify-content: space-between;
	padding: 14px 16px;
	background: #f6f6f6;
	color: #303030;
	font-size: 14px;
	line-height: 1.5;
	text-decoration: none;
	transition: background-color .2s ease, color .2s ease, padding-left .2s ease;
}

.hdt-latest-courses__sidebar a::after {
	color: var(--hdt-course-primary);
	content: "›";
	font-size: 19px;
	line-height: 1;
}

.hdt-latest-courses__sidebar a:hover,
.hdt-latest-courses__sidebar a:focus-visible,
.hdt-latest-courses__sidebar a.is-current {
	padding-left: 20px;
	background: var(--hdt-course-primary-soft);
	color: var(--hdt-course-primary-deep);
}

.hdt-latest-courses__main {
	min-width: 0;
}

.hdt-latest-courses__heading {
	margin-bottom: 34px;
}

.hdt-latest-courses__heading > p {
	margin: 0 0 8px;
	color: var(--hdt-course-primary);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .18em;
	line-height: 1;
}

.hdt-latest-courses__heading h2 {
	margin: 0 0 13px;
	color: #202124;
	font-family: var(--hdt-sans);
	font-size: 30px;
	font-weight: 700;
	letter-spacing: .04em;
	line-height: 1.35;
}

.hdt-latest-courses__heading > span {
	display: block;
	color: #707070;
	font-size: 14px;
	line-height: 1.8;
}

.hdt-latest-courses .hdt-latest-course-list {
	display: grid;
	gap: 50px;
}

.hdt-latest-courses .hdt-latest-course {
	overflow: visible;
	border: 0;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
}

.hdt-latest-courses .hdt-latest-course__banner {
	margin: 0 0 38px;
	border: 1px solid var(--hdt-course-primary-border);
	background: #edf7fe;
}

.hdt-latest-courses .hdt-latest-course__image {
	display: block;
	width: 100%;
	height: min(36vw, 380px);
	max-height: 380px;
	object-fit: contain;
	background: #fff;
}

.hdt-latest-courses .hdt-latest-course__placeholder {
	min-height: 350px;
	padding: 48px 30px;
	background: linear-gradient(135deg, rgba(234, 246, 255, .96), rgba(241, 241, 242, .94));
}

.hdt-latest-courses .hdt-latest-course__placeholder span {
	color: var(--hdt-course-primary);
	font-size: 12px;
	letter-spacing: .2em;
}

.hdt-latest-courses .hdt-latest-course__placeholder strong {
	color: var(--hdt-course-primary-deep);
	font-family: var(--hdt-sans);
	font-size: clamp(32px, 4vw, 54px);
	font-weight: 800;
}

.hdt-latest-courses .hdt-latest-course__placeholder small {
	color: #707070;
	font-size: 14px;
}

.hdt-latest-courses .hdt-latest-course__body {
	padding: 0;
}

.hdt-latest-courses .hdt-latest-course__facts {
	display: block;
	margin: 0 0 44px;
	padding: 0;
	border-top: 1px solid #d8d8d8;
	background: transparent;
}

.hdt-latest-courses .hdt-latest-course__facts > div {
	display: grid;
	grid-template-columns: 145px minmax(0, 1fr);
	gap: 28px;
	padding: 19px 20px;
	border-bottom: 1px solid #d8d8d8;
	background: #fff;
}

.hdt-latest-courses .hdt-latest-course__facts > div:nth-child(odd) {
	background: #fbfdff;
}

.hdt-latest-courses .hdt-latest-course__facts dt {
	color: var(--hdt-course-primary);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .08em;
}

.hdt-latest-courses .hdt-latest-course__facts dd {
	margin: 0;
	color: #303030;
	font-size: 15px;
	line-height: 1.8;
}

.hdt-latest-courses .hdt-latest-course__schedule h2 {
	margin: 0 0 18px;
	padding-bottom: 14px;
	border-bottom: 1px solid var(--hdt-course-primary-border);
	color: #202124;
	font-family: var(--hdt-sans);
	font-size: 22px;
	font-weight: 700;
}

.hdt-latest-courses .hdt-course-schedule {
	border-top: 0;
}

.hdt-latest-courses .hdt-course-schedule li {
	grid-template-columns: 155px minmax(0, 1fr);
	gap: 26px;
	padding: 15px 20px;
	border-bottom: 1px solid #e0e0e0;
	background: #fff;
}

.hdt-latest-courses .hdt-course-schedule li:nth-child(even) {
	background: #f7f9fa;
}

.hdt-latest-courses .hdt-course-schedule time {
	color: var(--hdt-course-primary-deep);
	font-size: 14px;
	white-space: nowrap;
}

.hdt-latest-courses .hdt-course-schedule span {
	color: #404040;
	font-size: 14px;
}

.hdt-latest-courses .hdt-latest-course__body > .hdt-button,
.hdt-latest-courses .hdt-card-actions {
	margin-top: 34px;
}

.hdt-latest-courses .hdt-latest-course__body > .hdt-button {
	display: inline-flex;
	min-width: 220px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--hdt-course-primary-border);
	border-radius: 999px;
	background: var(--hdt-course-primary-soft);
	color: var(--hdt-course-primary-deep);
	font-weight: 800;
}

.hdt-latest-courses .hdt-latest-course__body > .hdt-button:hover,
.hdt-latest-courses .hdt-latest-course__body > .hdt-button:focus-visible {
	background: var(--hdt-course-primary);
	color: #fff;
}

.hdt-latest-courses__cta .hdt-fo-links {
	display: none;
}

@media (max-width: 1024px) and (min-width: 768px) {
	.hdt-latest-courses__shell {
		width: calc(100% - 48px);
	}

	.hdt-latest-courses__columns {
		display: block;
		padding: 76px 0 110px;
	}

	.hdt-latest-courses__sidebar {
		display: none;
	}

	.hdt-latest-courses__title p {
		font-size: 52px;
	}

	.hdt-latest-courses .hdt-latest-course__facts > div {
		grid-template-columns: 135px minmax(0, 1fr);
		gap: 20px;
	}
}

@media (max-width: 767px) {
	.hdt-latest-courses__shell {
		width: calc(100% - 50px);
	}

	.hdt-latest-courses__hero {
		height: 104px;
	}

	.hdt-latest-courses__title {
		align-items: flex-start;
		justify-content: center;
		flex-direction: column;
		gap: 10px;
	}

	.hdt-latest-courses__title p {
		margin: -5px 0 0;
		font-size: 37px;
	}

	.hdt-latest-courses__title h1 {
		font-size: 14px;
	}

	.hdt-latest-courses__breadcrumbs {
		display: none;
	}

	.hdt-latest-courses__tabs {
		height: 83px;
		padding-top: 21px;
	}

	.hdt-latest-courses__tabs ul {
		height: 62px;
		gap: 14px;
	}

	.hdt-latest-courses__tabs a,
	.hdt-latest-courses__tabs span {
		height: 62px;
		padding: 0 7px;
		font-size: 12px;
		line-height: 1.45;
	}

	.hdt-latest-courses__columns {
		display: block;
		padding: 31px 0 72px;
	}

	.hdt-latest-courses__sidebar {
		display: none;
	}

	.hdt-latest-courses__heading {
		margin-bottom: 24px;
	}

	.hdt-latest-courses__heading h2 {
		font-size: 23px;
	}

	.hdt-latest-courses__heading > span {
		font-size: 12.5px;
	}

	.hdt-latest-courses .hdt-latest-course__banner {
		margin-bottom: 26px;
	}

	.hdt-latest-courses .hdt-latest-course__placeholder {
		min-height: 190px;
		padding: 28px 18px;
	}

	.hdt-latest-courses .hdt-latest-course__placeholder strong {
		font-size: 28px;
	}

	.hdt-latest-courses .hdt-latest-course__placeholder small {
		font-size: 11.5px;
	}

	.hdt-latest-courses .hdt-latest-course__facts {
		margin-bottom: 32px;
	}

	.hdt-latest-courses .hdt-latest-course__facts > div {
		grid-template-columns: 78px minmax(0, 1fr);
		gap: 14px;
		padding: 15px 12px;
	}

	.hdt-latest-courses .hdt-latest-course__facts dt,
	.hdt-latest-courses .hdt-latest-course__facts dd {
		font-size: 12.5px;
	}

	.hdt-latest-courses .hdt-latest-course__schedule h2 {
		font-size: 19px;
	}

	.hdt-latest-courses .hdt-course-schedule li {
		grid-template-columns: 1fr;
		gap: 3px;
		padding: 13px 12px;
	}

	.hdt-latest-courses .hdt-course-schedule time,
	.hdt-latest-courses .hdt-course-schedule span {
		font-size: 12.5px;
	}

	.hdt-latest-courses .hdt-latest-course__body > .hdt-button {
		width: 100%;
		min-width: 0;
	}

	.hdt-latest-courses__cta .hdt-fo-cta__routes {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* --------------------------------------------------------------------------
 * 歷屆課程回顧頁：沿用課程內頁 UI／UX／CI／CIS
 * ----------------------------------------------------------------------- */
.hdt-course-history__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 48px 44px;
}

.hdt-course-history__card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	background: #fff;
}

.hdt-course-history__media {
	position: relative;
	display: flex;
	aspect-ratio: 16 / 9;
	align-items: center;
	justify-content: center;
	border: 1px solid #dedede;
	background: var(--hdt-course-primary-soft);
	overflow: hidden;
}

.hdt-course-history__media::after {
	position: absolute;
	inset: 0;
	border: 4px solid transparent;
	content: "";
	pointer-events: none;
	transition: border-color .2s ease;
}

.hdt-course-history__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.hdt-course-history__media > span {
	color: var(--hdt-course-primary);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .13em;
}

.hdt-course-history__card:hover .hdt-course-history__media::after,
.hdt-course-history__card:focus-within .hdt-course-history__media::after {
	border-color: var(--hdt-course-primary-border);
}

.hdt-course-history__card:hover .hdt-course-history__media img,
.hdt-course-history__card:focus-within .hdt-course-history__media img {
	transform: scale(1.035);
}

.hdt-course-history__body {
	display: flex;
	min-height: 280px;
	padding-top: 18px;
	flex: 1;
	flex-direction: column;
}

.hdt-course-history__body time {
	margin-bottom: 8px;
	color: var(--hdt-course-primary);
	font-size: 12px;
	font-weight: 800;
	font-variant-numeric: tabular-nums;
	letter-spacing: .08em;
}

.hdt-course-history__body h3 {
	margin: 0 0 16px;
	font-family: var(--hdt-sans);
	font-size: 17px;
	font-weight: 700;
	letter-spacing: .015em;
	line-height: 1.65;
}

.hdt-course-history__body h3 a {
	color: #252525;
	text-decoration: none;
}

.hdt-course-history__body h3 a:hover,
.hdt-course-history__body h3 a:focus-visible {
	color: var(--hdt-course-primary);
}

.hdt-course-history__body dl {
	display: grid;
	gap: 7px;
	margin: 0 0 18px;
}

.hdt-course-history__body dl > div {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 9px;
}

.hdt-course-history__body dt,
.hdt-course-history__body dd {
	margin: 0;
	font-size: 12px;
	line-height: 1.65;
}

.hdt-course-history__body dt {
	color: var(--hdt-course-primary);
	font-weight: 800;
}

.hdt-course-history__body dd {
	color: #686868;
}

.hdt-course-history__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: auto;
	padding: 14px 0;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	color: var(--hdt-course-primary-deep);
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
	transition: color .2s ease, padding-left .2s ease;
}

.hdt-course-history__link:hover,
.hdt-course-history__link:focus-visible {
	padding-left: 6px;
	color: var(--hdt-course-primary);
}

.hdt-course-history .hdt-latest-courses__sidebar a small {
	margin-left: auto;
	padding: 2px 7px;
	border-radius: 999px;
	background: #fff;
	color: var(--hdt-course-primary);
	font-size: 10px;
	font-weight: 800;
	line-height: 1.4;
}

.hdt-course-history .hdt-latest-courses__sidebar a::after {
	margin-left: 9px;
}

.hdt-course-history__empty {
	padding: 48px 36px;
	border-top: 1px solid var(--hdt-course-primary-border);
	border-bottom: 1px solid var(--hdt-course-primary-border);
	background: var(--hdt-course-primary-soft);
	text-align: center;
}

.hdt-course-history__empty strong {
	display: block;
	margin-bottom: 8px;
	color: var(--hdt-course-primary-deep);
	font-size: 20px;
}

.hdt-course-history__empty p {
	margin: 0 0 20px;
	color: #666;
}

.hdt-course-history__empty a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	padding: 0 25px;
	border: 1px solid var(--hdt-course-primary);
	border-radius: 999px;
	color: var(--hdt-course-primary-deep);
	font-weight: 800;
	text-decoration: none;
}

@media (max-width: 1024px) {
	.hdt-course-history__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 42px 34px;
	}

	.hdt-course-history__body {
		min-height: 260px;
	}
}

@media (max-width: 767px) {
	.hdt-course-history__grid {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.hdt-course-history__body {
		min-height: 0;
		padding-top: 15px;
	}

	.hdt-course-history__body h3 {
		font-size: 16px;
	}

	.hdt-course-history__link {
		margin-top: 8px;
	}
}

/* --------------------------------------------------------------------------
 * NEWS／SEMINARS 單篇內頁（延續列表頁 UI／UX／CI／CIS）
 * ----------------------------------------------------------------------- */
body.hdt-news-single-page,
body.hdt-course-single-page {
	background: #fff;
}

body.hdt-news-single-page .site-content,
body.hdt-course-single-page .site-content {
	padding: 0 !important;
	background: #fff !important;
}

body.hdt-news-single-page .site-content > .ast-container,
body.hdt-course-single-page .site-content > .ast-container,
body.hdt-news-single-page .ast-container,
body.hdt-course-single-page .ast-container {
	width: 100% !important;
	max-width: none !important;
	margin-inline: 0 !important;
	padding-inline: 0 !important;
}

body.hdt-news-single-page #primary,
body.hdt-course-single-page #primary,
body.hdt-news-single-page .site-main,
body.hdt-course-single-page .site-main {
	width: 100%;
	margin: 0 !important;
	padding: 0;
}

.hdt-news-single .hdt-news-archive__title > span {
	margin: 0;
	color: #fff;
	font-family: var(--hdt-sans);
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .04em;
	line-height: 1;
}

.hdt-news-single__columns {
	display: grid;
	grid-template-columns: 250px minmax(0, 1fr);
	gap: 57px;
	padding: 100px 0 150px;
}

.hdt-news-single__main {
	min-width: 0;
}

body.hdt-news-single-page .hdt-news-single__article,
body.hdt-course-single-page .hdt-course-single__article {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	overflow: visible;
}

.hdt-news-single__header {
	padding: 0 0 38px;
	border-bottom: 1px dashed var(--hdt-news-line);
}

.hdt-news-single__meta {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 24px;
}

.hdt-news-single__meta time {
	color: #303030;
	font-size: 16px;
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}

.hdt-news-single__meta a {
	display: inline-flex;
	min-width: 155px;
	height: 33px;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	border: 1px solid var(--hdt-news-primary);
	color: var(--hdt-news-primary-ink);
	font-size: 14px;
	text-decoration: none;
}

.hdt-news-single__meta a:hover,
.hdt-news-single__meta a:focus-visible {
	background: var(--hdt-news-primary);
	color: #303030;
}

.hdt-news-single__header h1 {
	max-width: 880px;
	margin: 0;
	color: #303030;
	font-family: var(--hdt-sans);
	font-size: clamp(30px, 3vw, 44px);
	font-weight: 700;
	letter-spacing: .015em;
	line-height: 1.45;
	text-wrap: balance;
}

.hdt-news-single__content {
	max-width: 820px;
	margin: 0 auto;
	padding: 58px 0 88px;
	color: #303030;
	font-size: 16px;
	line-height: 2;
}

.hdt-news-single__content > :first-child {
	margin-top: 0;
}

.hdt-news-single__content > :last-child {
	margin-bottom: 0;
}

.hdt-news-single__content h2,
.hdt-news-single__content h3 {
	margin: 54px 0 20px;
	padding-bottom: 14px;
	border-bottom: 1px solid var(--hdt-news-primary);
	color: var(--hdt-brand-primary-deep, #21445f);
	font-family: var(--hdt-sans);
	line-height: 1.5;
}

.hdt-news-single__content p {
	margin: 0 0 24px;
}

.hdt-news-single__content ul,
.hdt-news-single__content ol {
	margin: 0 0 28px;
	padding-left: 1.5em;
}

.hdt-news-single__content a {
	color: var(--hdt-news-primary-ink);
	font-weight: 700;
	text-underline-offset: 5px;
}

.hdt-news-single__content > p > a:only-child {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	padding: 12px 24px;
	border: 1px solid var(--hdt-news-primary-ink);
	background: var(--hdt-news-primary-ink);
	color: #fff;
	text-decoration: none;
}

.hdt-news-single__content > p > a:only-child:hover,
.hdt-news-single__content > p > a:only-child:focus-visible {
	background: var(--hdt-news-primary);
	color: #303030;
}

.hdt-content-navigation {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: stretch;
	gap: 22px;
	padding-top: 38px;
	border-top: 1px solid #d8d8d8;
}

.hdt-content-navigation > div:last-child {
	text-align: right;
}

.hdt-content-navigation > div > a {
	display: flex;
	height: 100%;
	min-height: 76px;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
	padding: 14px 16px;
	background: #f4f4f4;
	color: #303030;
	text-decoration: none;
}

.hdt-content-navigation > div > a:hover,
.hdt-content-navigation > div > a:focus-visible {
	background: var(--hdt-brand-primary-soft, #eaf6ff);
	color: var(--hdt-brand-primary-deep, #21445f);
}

.hdt-content-navigation > div span {
	color: var(--hdt-brand-primary-ink, #397cac);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .08em;
}

.hdt-content-navigation > div strong {
	display: -webkit-box;
	overflow: hidden;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.55;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.hdt-content-navigation__back {
	display: inline-flex;
	min-width: 150px;
	align-items: center;
	justify-content: center;
	padding: 14px 20px;
	border: 1px solid var(--hdt-brand-primary-ink, #397cac);
	color: var(--hdt-brand-primary-ink, #397cac);
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.hdt-content-navigation__back:hover,
.hdt-content-navigation__back:focus-visible {
	background: var(--hdt-brand-primary-ink, #397cac);
	color: #fff;
}

.hdt-news-single__cta .hdt-fo-links,
.hdt-course-single__cta .hdt-fo-links {
	display: none;
}

.hdt-news-single__cta .hdt-fo-cta,
.hdt-course-single__cta .hdt-fo-cta {
	min-height: 711px;
	margin: 0;
}

.hdt-course-single__heading h2 {
	max-width: 900px;
	font-size: clamp(29px, 3.3vw, 44px);
	line-height: 1.35;
}

.hdt-course-single__banner {
	display: flex;
	width: 100%;
	min-height: 320px;
	align-items: center;
	justify-content: center;
	margin: 0 0 44px;
	border: 1px solid #d8d8d8;
	background: #f4f8fb;
	overflow: hidden;
}

.hdt-course-single__banner img {
	display: block;
	width: 100%;
	max-height: 560px;
	object-fit: contain;
}

.hdt-course-single__banner > div {
	display: flex;
	min-height: 320px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 12px;
	padding: 32px;
	color: var(--hdt-brand-primary-deep, #21445f);
	text-align: center;
}

.hdt-course-single__banner > div span {
	color: var(--hdt-brand-primary-ink, #397cac);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .16em;
}

.hdt-course-single__banner > div strong {
	font-size: 32px;
	line-height: 1.35;
}

.hdt-course-single__facts {
	margin: 0 0 46px;
	border-top: 1px solid #d8d8d8;
}

.hdt-course-single__facts > div {
	display: grid;
	grid-template-columns: 145px minmax(0, 1fr);
	border-bottom: 1px solid #d8d8d8;
}

.hdt-course-single__facts dt,
.hdt-course-single__facts dd {
	margin: 0;
	padding: 18px 20px;
	line-height: 1.75;
}

.hdt-course-single__facts dt {
	background: var(--hdt-brand-primary-soft, #eaf6ff);
	color: var(--hdt-brand-primary-deep, #21445f);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .05em;
}

.hdt-course-single__facts dd {
	background: #fff;
	color: #303030;
	font-size: 14px;
}

.hdt-course-single__section {
	margin: 0 0 46px;
}

.hdt-course-single__section h3 {
	margin: 0 0 20px;
	padding: 0 0 15px;
	border-bottom: 1px solid var(--hdt-brand-primary-border, #67afe4);
	color: var(--hdt-brand-primary-deep, #21445f);
	font-family: var(--hdt-sans);
	font-size: 22px;
	font-weight: 700;
}

.hdt-course-single__section p {
	margin: 0;
	color: #303030;
	font-size: 15px;
	line-height: 1.9;
}

.hdt-course-single__disclosure {
	margin: 0 0 18px;
	border: 1px solid #d8d8d8;
	background: #fff;
}

.hdt-course-single__disclosure summary {
	display: flex;
	min-height: 66px;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 18px 22px;
	background: #f4f4f4;
	color: #303030;
	font-weight: 700;
	cursor: pointer;
	list-style: none;
}

.hdt-course-single__disclosure summary::-webkit-details-marker {
	display: none;
}

.hdt-course-single__disclosure summary strong {
	color: var(--hdt-brand-primary-ink, #397cac);
	font-size: 12px;
}

.hdt-course-single__disclosure[open] summary {
	border-bottom: 1px solid #d8d8d8;
	background: var(--hdt-brand-primary-soft, #eaf6ff);
}

.hdt-course-single__disclosure-content {
	padding: 28px;
}

.hdt-course-single__disclosure-content .hdt-course-schedule li {
	grid-template-columns: 170px minmax(0, 1fr);
	padding: 15px 12px;
}

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

.hdt-course-single__gallery img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.hdt-course-single__empty {
	grid-column: 1 / -1;
	margin: 0;
	padding: 28px;
	background: #f4f4f4;
	text-align: center;
}

.hdt-course-single-view .hdt-content-navigation {
	margin-top: 48px;
}

@media (max-width: 1023px) {
	.hdt-news-single__columns {
		display: block;
		padding: 76px 0 110px;
	}

	.hdt-news-single .hdt-news-sidebar {
		display: none;
	}

	.hdt-news-single__content {
		max-width: 760px;
	}

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

@media (max-width: 767px) {
	.hdt-news-single .hdt-news-archive__title > span {
		font-size: 14.6px;
	}

	.hdt-news-single__columns {
		padding: 31px 0 72px;
	}

	.hdt-news-single__header {
		padding-bottom: 26px;
	}

	.hdt-news-single__meta {
		gap: 10px;
		margin-bottom: 18px;
	}

	.hdt-news-single__meta time {
		font-size: 13px;
	}

	.hdt-news-single__meta a {
		min-width: 120px;
		height: 30px;
		font-size: 12px;
	}

	.hdt-news-single__header h1 {
		font-size: 27px;
		line-height: 1.5;
	}

	.hdt-news-single__content {
		padding: 34px 0 58px;
		font-size: 14.5px;
		line-height: 1.9;
	}

	.hdt-news-single__content p {
		margin-bottom: 20px;
	}

	.hdt-news-single__content > p > a:only-child {
		width: 100%;
	}

	.hdt-content-navigation {
		grid-template-columns: 1fr;
		gap: 12px;
		padding-top: 26px;
	}

	.hdt-content-navigation > div:last-child {
		text-align: left;
	}

	.hdt-content-navigation > div:empty {
		display: none;
	}

	.hdt-content-navigation__back {
		min-height: 50px;
		order: -1;
	}

	.hdt-course-single__heading h2 {
		font-size: 25px;
	}

	.hdt-course-single__banner {
		min-height: 190px;
		margin-bottom: 30px;
	}

	.hdt-course-single__banner img {
		max-height: 320px;
	}

	.hdt-course-single__facts {
		margin-bottom: 34px;
	}

	.hdt-course-single__facts > div {
		grid-template-columns: 78px minmax(0, 1fr);
	}

	.hdt-course-single__facts dt,
	.hdt-course-single__facts dd {
		padding: 14px 12px;
		font-size: 12.5px;
	}

	.hdt-course-single__section {
		margin-bottom: 34px;
	}

	.hdt-course-single__section h3 {
		font-size: 19px;
	}

	.hdt-course-single__section p {
		font-size: 13.5px;
	}

	.hdt-course-single__disclosure summary {
		min-height: 58px;
		padding: 15px 16px;
	}

	.hdt-course-single__disclosure-content {
		padding: 16px;
	}

	.hdt-course-single__disclosure-content .hdt-course-schedule li {
		grid-template-columns: 1fr;
		gap: 3px;
		padding: 12px 8px;
	}

	.hdt-course-single__gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.hdt-news-single__cta .hdt-fo-cta,
	.hdt-course-single__cta .hdt-fo-cta {
		min-height: 0;
	}

	.hdt-news-single__cta .hdt-fo-cta__routes,
	.hdt-course-single__cta .hdt-fo-cta__routes {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* --------------------------------------------------------------------------
 * 衛教資訊頁：延續 NEWS／PRODUCTS／SEMINARS 的完整內頁設計系統
 * ----------------------------------------------------------------------- */
body.hdt-health-education-page {
	background: #fff;
}

body.hdt-health-education-page .site-content {
	padding: 0;
	background: #fff;
}

body.hdt-health-education-page .site-content > .ast-container,
body.hdt-health-education-page .ast-container {
	width: 100%;
	max-width: none;
	padding-inline: 0;
}

body.hdt-health-education-page #primary,
body.hdt-health-education-page #main {
	width: 100%;
	margin: 0;
	padding: 0;
}

body.hdt-health-education-page.ast-plain-container #primary {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.hdt-health-page {
	--hdt-health-primary: var(--hdt-brand-primary, #8acaf8);
	--hdt-health-primary-ink: var(--hdt-brand-primary-ink, #397cac);
	--hdt-health-primary-deep: var(--hdt-brand-primary-deep, #21445f);
	--hdt-health-soft: var(--hdt-brand-primary-soft, #eaf6ff);
	--hdt-health-secondary: var(--hdt-brand-secondary, #989899);
	--hdt-health-line: #d8d8d8;
	--hdt-health-paper: #f4f4f4;
	--hdt-health-shell: 1420px;
	background: #fff;
	color: #303030;
}

.hdt-health-page__shell {
	width: min(100%, var(--hdt-health-shell));
	margin-inline: auto;
	padding-inline: 60px;
}

.hdt-health-page__hero {
	position: relative;
	height: 160px;
	overflow: hidden;
	background-image:
		linear-gradient(rgba(57, 124, 172, .82), rgba(57, 124, 172, .82)),
		var(--hdt-health-hero, linear-gradient(135deg, #8acaf8, #397cac));
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.hdt-health-page__hero::after {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 84% 24%, rgba(255, 255, 255, .18) 0 2px, transparent 3px),
		linear-gradient(115deg, transparent 0 63%, rgba(255, 255, 255, .08) 63% 64%, transparent 64% 100%);
	background-size: 42px 42px, auto;
	content: "";
	pointer-events: none;
}

.hdt-health-page__hero > .hdt-health-page__shell {
	position: relative;
	z-index: 1;
	display: flex;
	height: 100%;
	align-items: center;
}

.hdt-health-page__title {
	display: flex;
	align-items: center;
	gap: 45px;
	color: #fff;
}

.hdt-health-page__title p,
.hdt-health-page__title h1 {
	margin: 0;
	color: inherit;
	font-family: var(--hdt-sans);
}

.hdt-health-page__title p {
	font-size: 58px;
	font-weight: 900;
	letter-spacing: -.045em;
	line-height: 1;
	transform: translateY(-2px);
}

.hdt-health-page__title h1 {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .04em;
	line-height: 1;
}

.hdt-health-page__breadcrumbs {
	height: 50px;
	background: var(--hdt-health-paper);
	font-size: 12px;
	line-height: 1;
}

.hdt-health-page__breadcrumbs > .hdt-health-page__shell {
	display: flex;
	height: 100%;
	align-items: center;
	gap: 8px;
}

.hdt-health-page__breadcrumbs a,
.hdt-health-page__breadcrumbs strong {
	color: #303030;
	font-weight: 500;
	text-decoration: none;
}

.hdt-health-page__breadcrumbs a:hover,
.hdt-health-page__breadcrumbs a:focus-visible {
	color: var(--hdt-health-primary-ink);
}

.hdt-health-page__tabs {
	height: 80px;
	padding-top: 10px;
	border-bottom: 1px solid #e2e2e2;
	background: #fff;
}

.hdt-health-page__tabs ul {
	display: grid;
	height: 70px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	margin: 0;
	padding: 0;
	background: #e4e4e4;
	list-style: none;
}

.hdt-health-page__tabs li {
	margin: 0;
}

.hdt-health-page__tabs a {
	display: flex;
	height: 70px;
	align-items: center;
	justify-content: center;
	padding: 0 18px;
	background: #fff;
	color: #303030;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
	text-decoration: none;
	transition: background-color .2s ease, color .2s ease;
}

.hdt-health-page__tabs a:hover,
.hdt-health-page__tabs a:focus-visible,
.hdt-health-page__tabs a.is-current {
	background: var(--hdt-health-primary);
	color: var(--hdt-health-primary-deep);
}

.hdt-health-page__columns {
	display: grid;
	width: min(calc(100% - 48px), 1300px);
	grid-template-columns: 250px minmax(0, 1fr);
	gap: 57px;
	padding: 100px 0 150px;
}

.hdt-health-page__sidebar section {
	margin-bottom: 34px;
}

.hdt-health-page__sidebar h2 {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px solid var(--hdt-health-primary);
	color: #202124;
	font-family: var(--hdt-sans);
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}

.hdt-health-page__sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hdt-health-page__sidebar li {
	margin: 0;
	border-bottom: 2px solid #fff;
}

.hdt-health-page__sidebar a {
	display: flex;
	min-height: 49px;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 13px 14px 13px 16px;
	background: #f6f6f6;
	color: #303030;
	font-size: 14px;
	line-height: 1.4;
	text-decoration: none;
	transition: background-color .2s ease, color .2s ease, padding-left .2s ease;
}

.hdt-health-page__sidebar a::after {
	color: var(--hdt-health-primary-ink);
	content: "›";
	font-size: 19px;
	line-height: 1;
}

.hdt-health-page__sidebar a:hover,
.hdt-health-page__sidebar a:focus-visible,
.hdt-health-page__sidebar a.is-current {
	padding-left: 20px;
	background: var(--hdt-health-soft);
	color: var(--hdt-health-primary-deep);
}

.hdt-health-page__sidebar a small {
	margin-left: auto;
	padding: 2px 7px;
	border-radius: 999px;
	background: #fff;
	color: var(--hdt-health-primary-ink);
	font-size: 10px;
	font-weight: 800;
	line-height: 1.4;
}

.hdt-health-page__notice {
	padding: 20px 18px;
	border-top: 2px solid var(--hdt-health-primary);
	background: var(--hdt-health-soft);
}

.hdt-health-page__notice strong {
	display: block;
	margin-bottom: 8px;
	color: var(--hdt-health-primary-deep);
	font-size: 14px;
}

.hdt-health-page__notice p {
	margin: 0;
	color: #5c5c5c;
	font-size: 12px;
	line-height: 1.8;
}

.hdt-health-page__main {
	min-width: 0;
}

.hdt-health-page__heading {
	margin-bottom: 34px;
}

.hdt-health-page__heading p {
	margin: 0 0 10px;
	color: var(--hdt-health-primary-ink);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .14em;
	line-height: 1;
}

.hdt-health-page__heading h2 {
	margin: 0 0 15px;
	color: #202124;
	font-family: var(--hdt-sans);
	font-size: 32px;
	font-weight: 800;
	line-height: 1.3;
}

.hdt-health-page__heading span {
	display: block;
	max-width: 760px;
	color: #666;
	font-size: 14px;
	line-height: 1.8;
}

.hdt-health-page__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 48px 44px;
}

.hdt-health-page__card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	border-top: 1px solid var(--hdt-health-line);
	background: #fff;
}

.hdt-health-page__media {
	display: flex;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--hdt-health-line);
	border-top: 0;
	background: var(--hdt-health-soft);
	color: var(--hdt-health-primary-deep);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .12em;
	text-decoration: none;
}

.hdt-health-page__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .45s cubic-bezier(.2, 0, 0, 1);
}

.hdt-health-page__card:hover .hdt-health-page__media img,
.hdt-health-page__card:focus-within .hdt-health-page__media img {
	transform: scale(1.035);
}

.hdt-health-page__body {
	display: flex;
	min-height: 272px;
	padding-top: 18px;
	flex: 1;
	flex-direction: column;
}

.hdt-health-page__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 13px;
}

.hdt-health-page__meta a {
	display: inline-flex;
	min-height: 27px;
	align-items: center;
	padding: 3px 9px;
	border: 1px solid var(--hdt-health-primary);
	color: var(--hdt-health-primary-ink);
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
}

.hdt-health-page__meta a:hover,
.hdt-health-page__meta a:focus-visible {
	background: var(--hdt-health-primary);
	color: var(--hdt-health-primary-deep);
}

.hdt-health-page__meta time {
	color: #777;
	font-size: 11px;
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}

.hdt-health-page__body h3 {
	margin: 0 0 12px;
	font-family: var(--hdt-sans);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.55;
}

.hdt-health-page__body h3 a {
	color: #303030;
	text-decoration: none;
}

.hdt-health-page__body h3 a:hover,
.hdt-health-page__body h3 a:focus-visible {
	color: var(--hdt-health-primary-ink);
}

.hdt-health-page__body > p {
	margin: 0 0 20px;
	color: #666;
	font-size: 13px;
	line-height: 1.8;
}

.hdt-health-page__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: auto;
	padding: 14px 0;
	border-top: 1px solid var(--hdt-health-line);
	border-bottom: 1px solid var(--hdt-health-line);
	color: var(--hdt-health-primary-deep);
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
	transition: color .2s ease, padding-left .2s ease;
}

.hdt-health-page__link:hover,
.hdt-health-page__link:focus-visible {
	padding-left: 6px;
	color: var(--hdt-health-primary-ink);
}

.hdt-health-page__pagination {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 52px;
}

.hdt-health-page__pagination a {
	display: inline-flex;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--hdt-health-line);
	color: #303030;
	text-decoration: none;
}

.hdt-health-page__pagination a:hover,
.hdt-health-page__pagination a:focus-visible,
.hdt-health-page__pagination a.is-current {
	border-color: var(--hdt-health-primary);
	background: var(--hdt-health-primary);
}

.hdt-health-page__empty {
	padding: 48px 36px;
	border-top: 1px solid var(--hdt-health-primary);
	border-bottom: 1px solid var(--hdt-health-primary);
	background: var(--hdt-health-soft);
	text-align: center;
}

.hdt-health-page__empty strong {
	display: block;
	margin-bottom: 8px;
	color: var(--hdt-health-primary-deep);
	font-size: 20px;
}

.hdt-health-page__empty p {
	margin: 0 0 20px;
	color: #666;
}

.hdt-health-page__empty a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	padding: 0 25px;
	border: 1px solid var(--hdt-health-primary);
	border-radius: 999px;
	color: var(--hdt-health-primary-deep);
	font-weight: 800;
	text-decoration: none;
}

.hdt-health-page__cta .hdt-fo-links {
	display: none;
}

.hdt-health-page__cta .hdt-fo-cta {
	min-height: 711px;
	margin: 0;
}

@media (max-width: 1199px) {
	.hdt-health-page__shell {
		padding-inline: 40px;
	}

	.hdt-health-page__columns {
		width: calc(100% - 48px);
		grid-template-columns: 220px minmax(0, 1fr);
		gap: 40px;
	}

	.hdt-health-page__grid {
		gap: 42px 32px;
	}
}

@media (max-width: 1024px) {
	.hdt-health-page__columns {
		display: block;
		width: calc(100% - 48px);
		padding: 76px 0 110px;
	}

	.hdt-health-page__sidebar {
		display: none;
	}

	.hdt-health-page__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 42px 34px;
	}
}

@media (max-width: 767px) {
	.hdt-health-page__shell {
		padding-inline: 25px;
	}

	.hdt-health-page__hero {
		height: 104px;
	}

	.hdt-health-page__title {
		align-items: flex-start;
		justify-content: center;
		flex-direction: column;
		gap: 10px;
	}

	.hdt-health-page__title p {
		font-size: 32px;
		transform: none;
	}

	.hdt-health-page__title h1 {
		font-size: 14px;
	}

	.hdt-health-page__breadcrumbs {
		display: none;
	}

	.hdt-health-page__tabs {
		height: 83px;
		padding-top: 21px;
	}

	.hdt-health-page__tabs ul {
		height: 62px;
	}

	.hdt-health-page__tabs a {
		height: 62px;
		padding: 0 4px;
		font-size: 11px;
		line-height: 1.35;
	}

	.hdt-health-page__columns {
		width: calc(100% - 50px);
		padding: 31px 0 72px;
	}

	.hdt-health-page__heading {
		margin-bottom: 24px;
	}

	.hdt-health-page__heading h2 {
		font-size: 23px;
	}

	.hdt-health-page__heading span {
		font-size: 12.5px;
	}

	.hdt-health-page__grid {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.hdt-health-page__body {
		min-height: 0;
		padding-top: 15px;
	}

	.hdt-health-page__body h3 {
		font-size: 17px;
	}

	.hdt-health-page__cta .hdt-fo-cta {
		min-height: 0;
	}

	.hdt-health-page__cta .hdt-fo-cta__routes {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* --------------------------------------------------------------------------
 * 衛教資訊單篇：延續衛教列表頁的 Hero、主題導覽、閱讀節奏與品牌 CTA
 * ----------------------------------------------------------------------- */
body.hdt-health-single-page {
	background: #fff;
}

body.hdt-health-single-page .hdt-health-single__article {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	overflow: visible;
}

.hdt-health-single__header {
	margin-bottom: 42px;
	padding-bottom: 34px;
	border-bottom: 1px solid var(--hdt-health-line);
}

.hdt-health-single__meta {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 22px;
}

.hdt-health-single__meta a {
	display: inline-flex;
	min-height: 30px;
	align-items: center;
	justify-content: center;
	padding: 4px 11px;
	border: 1px solid var(--hdt-health-primary);
	background: #fff;
	color: var(--hdt-health-primary-ink);
	font-size: 11px;
	font-weight: 800;
	line-height: 1.4;
	text-decoration: none;
}

.hdt-health-single__meta a:hover,
.hdt-health-single__meta a:focus-visible {
	background: var(--hdt-health-primary);
	color: var(--hdt-health-primary-deep);
}

.hdt-health-single__meta time {
	color: #737373;
	font-size: 12px;
	font-variant-numeric: tabular-nums;
	letter-spacing: .06em;
	white-space: nowrap;
}

.hdt-health-single__header h1 {
	max-width: 900px;
	margin: 0;
	color: #202124;
	font-family: var(--hdt-sans);
	font-size: clamp(34px, 3vw, 46px);
	font-weight: 800;
	letter-spacing: .015em;
	line-height: 1.42;
	text-wrap: balance;
}

.hdt-health-single__lead {
	max-width: 820px;
	margin: 24px 0 0;
	color: #5f6264;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.9;
}

.hdt-health-single__featured {
	position: relative;
	width: 100%;
	margin: 0 0 48px;
}

.hdt-health-single__featured > a {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border: 1px solid var(--hdt-health-line);
	background: var(--hdt-health-soft);
	text-decoration: none;
}

.hdt-health-single__featured img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 20%;
	transition: transform .45s cubic-bezier(.2, 0, 0, 1), filter .45s ease;
}

.hdt-health-single__featured.is-portrait > a {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.hdt-health-single__featured.is-portrait img {
	width: min(100%, var(--hdt-health-featured-width, 100%));
	height: auto;
	min-height: 100%;
	max-width: 100%;
	flex: 0 0 auto;
	object-fit: initial;
	object-position: initial;
}

.hdt-health-single__featured > a > span {
	position: absolute;
	right: 16px;
	bottom: 16px;
	display: inline-flex;
	min-height: 38px;
	align-items: center;
	justify-content: center;
	padding: 7px 14px;
	background: rgba(33, 68, 95, .9);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .06em;
}

.hdt-health-single__featured > a:hover img,
.hdt-health-single__featured > a:focus-visible img {
	filter: saturate(1.04);
	transform: scale(1.025);
}

.hdt-health-single__featured figcaption {
	margin-top: 10px;
	color: #777;
	font-size: 11px;
	line-height: 1.7;
}

.hdt-health-single__content {
	max-width: 820px;
	padding-bottom: 52px;
	color: #303030;
	font-size: 16px;
	line-height: 2;
}

.hdt-health-single__content > :first-child {
	margin-top: 0;
}

.hdt-health-single__content > :last-child {
	margin-bottom: 0;
}

.hdt-health-single__content p {
	margin: 0 0 26px;
}

.hdt-health-single__content h2,
.hdt-health-single__content h3,
.hdt-health-single__content h4 {
	color: #202124;
	font-family: var(--hdt-sans);
	font-weight: 800;
	line-height: 1.5;
}

.hdt-health-single__content h2 {
	margin: 54px 0 22px;
	padding-left: 18px;
	border-left: 4px solid var(--hdt-health-primary);
	font-size: 27px;
}

.hdt-health-single__content h3 {
	margin: 42px 0 18px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--hdt-health-line);
	font-size: 21px;
}

.hdt-health-single__content ul,
.hdt-health-single__content ol {
	margin: 0 0 30px;
	padding-left: 1.55em;
}

.hdt-health-single__content li + li {
	margin-top: 9px;
}

.hdt-health-single__content a {
	color: var(--hdt-health-primary-ink);
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 5px;
}

.hdt-health-single__content img {
	max-width: 100%;
	height: auto;
}

.hdt-health-single__medical-notice {
	max-width: 820px;
	margin: 0 0 58px;
	padding: 27px 30px;
	border-top: 2px solid var(--hdt-health-primary);
	background: var(--hdt-health-soft);
}

.hdt-health-single__medical-notice p {
	margin: 0 0 8px;
	color: var(--hdt-health-primary-ink);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .14em;
	line-height: 1;
}

.hdt-health-single__medical-notice h2 {
	margin: 0 0 10px;
	color: var(--hdt-health-primary-deep);
	font-family: var(--hdt-sans);
	font-size: 19px;
	font-weight: 800;
	line-height: 1.4;
}

.hdt-health-single__medical-notice span {
	display: block;
	color: #596169;
	font-size: 13px;
	line-height: 1.9;
}

.hdt-health-single__navigation {
	width: 100%;
}

.hdt-health-single__cta .hdt-fo-links {
	display: none;
}

.hdt-health-single__cta .hdt-fo-cta {
	min-height: 711px;
	margin: 0;
}

@media (max-width: 1024px) {
	.hdt-health-single__header h1 {
		font-size: clamp(31px, 4.6vw, 39px);
	}

	.hdt-health-single__content,
	.hdt-health-single__lead,
	.hdt-health-single__medical-notice {
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.hdt-health-single__header {
		margin-bottom: 28px;
		padding-bottom: 25px;
	}

	.hdt-health-single__meta {
		margin-bottom: 17px;
	}

	.hdt-health-single__meta a {
		min-height: 27px;
		padding: 3px 9px;
		font-size: 10px;
	}

	.hdt-health-single__meta time {
		font-size: 10.5px;
	}

	.hdt-health-single__header h1 {
		font-size: clamp(25px, 7.4vw, 29px);
		line-height: 1.52;
	}

	.hdt-health-single__lead {
		margin-top: 17px;
		font-size: 13.5px;
		line-height: 1.85;
	}

	.hdt-health-single__featured {
		margin-bottom: 31px;
	}

	.hdt-health-single__featured > a > span {
		right: 10px;
		bottom: 10px;
		min-height: 32px;
		padding: 5px 10px;
		font-size: 9px;
	}

	.hdt-health-single__content {
		padding-bottom: 35px;
		font-size: 14.5px;
		line-height: 1.95;
	}

	.hdt-health-single__content p {
		margin-bottom: 21px;
	}

	.hdt-health-single__content h2 {
		margin-top: 40px;
		font-size: 22px;
	}

	.hdt-health-single__content h3 {
		margin-top: 34px;
		font-size: 18px;
	}

	.hdt-health-single__medical-notice {
		margin-bottom: 40px;
		padding: 22px 20px;
	}

	.hdt-health-single__medical-notice h2 {
		font-size: 17px;
	}

	.hdt-health-single__medical-notice span {
		font-size: 12px;
	}

	.hdt-health-single__cta .hdt-fo-cta {
		min-height: 0;
	}

	.hdt-health-single__cta .hdt-fo-cta__routes {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (prefers-reduced-motion: reduce) {
	.hdt-health-page__media img,
	.hdt-course-history__media img,
	.hdt-home-hero__media img,
	.js .hdt-motion-ready [data-hdt-reveal] {
		transform: none !important;
		transition: none !important;
	}
}

/* -----------------------------------------------------------------------
 * 企業型內頁：下載專區與聯絡我們
 * ----------------------------------------------------------------------- */
body.hdt-corporate-layout-page {
	background: #fff;
}

body.hdt-corporate-layout-page .site-content {
	padding: 0 !important;
	background: #fff;
}

body.hdt-corporate-layout-page .site-content > .ast-container {
	width: 100%;
	max-width: none;
	padding: 0;
}

body.hdt-corporate-layout-page #primary,
body.hdt-corporate-layout-page .site-main {
	width: 100%;
	margin: 0 !important;
	padding: 0;
}

.hdt-corporate-page {
	--hdt-corporate-primary: var(--hdt-brand-primary, #8acaf8);
	--hdt-corporate-primary-ink: var(--hdt-brand-primary-ink, #397cac);
	--hdt-corporate-primary-deep: var(--hdt-brand-primary-deep, #21445f);
	--hdt-corporate-secondary: var(--hdt-brand-secondary, #989899);
	--hdt-corporate-paper: #f4f4f4;
	--hdt-corporate-line: #d7d7d7;
	--hdt-corporate-shell: 1420px;
	background: #fff;
	color: #303030;
}

.hdt-corporate-page *,
.hdt-corporate-page *::before,
.hdt-corporate-page *::after {
	box-sizing: border-box;
}

.hdt-corporate-page__shell {
	width: min(100%, var(--hdt-corporate-shell));
	margin-inline: auto;
	padding-inline: 60px;
}

.hdt-corporate-page__hero {
	position: relative;
	height: 370px;
	overflow: hidden;
	background-image:
		linear-gradient(90deg, rgba(33, 68, 95, .87), rgba(57, 124, 172, .64) 58%, rgba(138, 202, 248, .28)),
		var(--hdt-corporate-hero, linear-gradient(125deg, #21445f, #8acaf8));
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.hdt-corporate-page__hero::after {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(115deg, transparent 0 62%, rgba(255, 255, 255, .08) 62% 63%, transparent 63% 100%),
		radial-gradient(circle at 82% 25%, rgba(255, 255, 255, .18) 0 2px, transparent 3px);
	background-size: auto, 44px 44px;
	content: "";
	pointer-events: none;
}

.hdt-corporate-page__hero > .hdt-corporate-page__shell {
	position: relative;
	z-index: 1;
	display: flex;
	height: 100%;
	align-items: center;
}

.hdt-corporate-page__title {
	display: flex;
	align-items: center;
	gap: 45px;
	color: #fff;
}

.hdt-corporate-page__title p,
.hdt-corporate-page__title h1 {
	margin: 0;
	color: inherit;
	font-family: var(--hdt-sans);
}

.hdt-corporate-page__title p {
	font-size: clamp(52px, 4.0625vw, 65px);
	font-weight: 900;
	letter-spacing: -.035em;
	line-height: 1;
}

.hdt-corporate-page__title h1 {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1;
}

.hdt-corporate-page__breadcrumbs {
	height: 50px;
	background: var(--hdt-corporate-paper);
	font-size: 12px;
	line-height: 1;
}

.hdt-corporate-page__breadcrumbs > .hdt-corporate-page__shell {
	display: flex;
	height: 100%;
	align-items: center;
	gap: 8px;
}

.hdt-corporate-page__breadcrumbs a,
.hdt-corporate-page__breadcrumbs strong {
	color: #303030;
	font-weight: 500;
	text-decoration: none;
}

.hdt-corporate-page__breadcrumbs a:hover,
.hdt-corporate-page__breadcrumbs a:focus-visible {
	color: var(--hdt-corporate-primary-ink);
}

.hdt-corporate-section {
	padding: 140px 0;
	background: #fff;
}

.hdt-corporate-section--gray {
	background: var(--hdt-corporate-paper);
}

.hdt-corporate-section__heading {
	margin-bottom: 70px;
	text-align: center;
}

.hdt-corporate-section__heading p,
.hdt-corporate-section__heading h2 {
	margin: 0;
	font-family: var(--hdt-sans);
}

.hdt-corporate-section__heading p {
	margin-bottom: 24px;
	color: var(--hdt-corporate-primary-ink);
	font-size: clamp(42px, 3.25vw, 52px);
	font-weight: 900;
	letter-spacing: -.025em;
	line-height: 1;
}

.hdt-corporate-section__heading h2 {
	color: #303030;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1;
}

.hdt-corporate-section__heading--line {
	margin-bottom: 50px;
}

.hdt-corporate-section__heading--line p {
	margin-bottom: 13px;
	font-size: 13px;
	letter-spacing: .14em;
}

.hdt-corporate-section__heading--line h2 {
	padding-bottom: 30px;
	border-bottom: 1px solid var(--hdt-corporate-primary);
	color: var(--hdt-corporate-primary-deep);
	font-size: 26px;
	font-weight: 700;
	letter-spacing: .05em;
}

.hdt-corporate-page a:focus-visible,
.hdt-corporate-page button:focus-visible,
.hdt-corporate-page input:focus-visible,
.hdt-corporate-page textarea:focus-visible {
	outline: 3px solid rgba(57, 124, 172, .32);
	outline-offset: 3px;
}

/* 下載專區 */
.hdt-downloads-page__lead {
	max-width: 960px;
	margin: 0 auto 78px;
	text-align: center;
}

.hdt-downloads-page__lead h3 {
	margin: 0 0 26px;
	color: var(--hdt-corporate-primary-deep);
	font-family: var(--hdt-sans);
	font-size: 30px;
	font-weight: 700;
	letter-spacing: .04em;
	line-height: 1.55;
}

.hdt-downloads-page__lead p {
	max-width: 820px;
	margin: 0 auto;
	color: #5f5f60;
	font-size: 16px;
	line-height: 2;
}

.hdt-downloads-page__category-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 50px;
}

.hdt-downloads-page__category-grid a {
	display: flex;
	min-height: 205px;
	align-items: center;
	justify-content: center;
	padding: 32px;
	border-top: 1px solid var(--hdt-corporate-primary);
	border-bottom: 1px solid var(--hdt-corporate-line);
	background: #fff;
	color: #303030;
	flex-direction: column;
	text-align: center;
	text-decoration: none;
	transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.hdt-downloads-page__category-grid a:hover,
.hdt-downloads-page__category-grid a:focus-visible {
	border-bottom-color: var(--hdt-corporate-primary);
	background: #f2f9fe;
	transform: translateY(-3px);
}

.hdt-downloads-page__category-grid span {
	margin-bottom: 18px;
	color: var(--hdt-corporate-primary-ink);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .13em;
}

.hdt-downloads-page__category-grid strong {
	margin-bottom: 14px;
	font-size: 21px;
	letter-spacing: .04em;
}

.hdt-downloads-page__category-grid small {
	color: #777;
	font-size: 12px;
}

.hdt-downloads-page__search {
	max-width: 980px;
	margin: 0 auto 34px;
}

.hdt-downloads-page__search > label {
	display: block;
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: 700;
}

.hdt-downloads-page__search > div {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 150px;
}

.hdt-downloads-page__search input,
.hdt-downloads-page__search button {
	height: 60px;
	border-radius: 0;
	font-family: var(--hdt-sans);
}

.hdt-downloads-page__search input {
	width: 100%;
	padding: 0 20px;
	border: 1px solid #bbb;
	background: #fff;
	color: #303030;
}

.hdt-downloads-page__search button {
	border: 1px solid var(--hdt-corporate-primary-ink);
	background: var(--hdt-corporate-primary-ink);
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.hdt-downloads-page__search button:hover,
.hdt-downloads-page__search button:focus-visible {
	background: var(--hdt-corporate-primary-deep);
}

.hdt-downloads-page__filters {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-bottom: 58px;
	flex-wrap: wrap;
}

.hdt-downloads-page__filters a {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	gap: 9px;
	padding: 8px 17px;
	border: 1px solid #c9c9c9;
	background: #fff;
	color: #303030;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.hdt-downloads-page__filters a span {
	display: inline-flex;
	min-width: 24px;
	height: 24px;
	align-items: center;
	justify-content: center;
	padding: 0 6px;
	background: var(--hdt-corporate-paper);
	font-size: 11px;
}

.hdt-downloads-page__filters a:hover,
.hdt-downloads-page__filters a:focus-visible,
.hdt-downloads-page__filters a.is-current {
	border-color: var(--hdt-corporate-primary);
	background: #eaf6ff;
	color: var(--hdt-corporate-primary-deep);
}

.hdt-downloads-page__empty {
	max-width: 1120px;
	margin-inline: auto;
	padding: 74px 60px;
	border-top: 1px solid var(--hdt-corporate-primary);
	border-bottom: 1px solid var(--hdt-corporate-primary);
	background: #fff;
	text-align: center;
}

.hdt-downloads-page__empty > p:first-child {
	margin: 0 0 15px;
	color: var(--hdt-corporate-primary-ink);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .15em;
}

.hdt-downloads-page__empty h3 {
	margin: 0 0 18px;
	color: var(--hdt-corporate-primary-deep);
	font-size: 25px;
	line-height: 1.5;
}

.hdt-downloads-page__empty > p:not(:first-child) {
	max-width: 700px;
	margin: 0 auto 28px;
	color: #666;
	line-height: 1.9;
}

.hdt-downloads-page__empty > div,
.hdt-downloads-page__access-actions {
	display: flex;
	justify-content: center;
	gap: 14px;
	flex-wrap: wrap;
}

.hdt-downloads-page__empty a,
.hdt-downloads-page__access-actions a,
.hdt-downloads-page__resource-action a {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	padding: 10px 24px;
	border: 1px solid var(--hdt-corporate-primary-ink);
	background: #fff;
	color: var(--hdt-corporate-primary-deep);
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.hdt-downloads-page__empty a:last-child,
.hdt-downloads-page__access-actions a:last-child,
.hdt-downloads-page__resource-action a {
	background: var(--hdt-corporate-primary-ink);
	color: #fff;
}

.hdt-downloads-page__empty a:hover,
.hdt-downloads-page__empty a:focus-visible,
.hdt-downloads-page__access-actions a:hover,
.hdt-downloads-page__access-actions a:focus-visible,
.hdt-downloads-page__resource-action a:hover,
.hdt-downloads-page__resource-action a:focus-visible {
	background: var(--hdt-corporate-primary-deep);
	color: #fff;
}

.hdt-downloads-page__resource-list {
	max-width: 1120px;
	margin-inline: auto;
	border-top: 1px solid var(--hdt-corporate-line);
}

.hdt-downloads-page__resource {
	display: grid;
	min-height: 190px;
	grid-template-columns: minmax(0, 1fr) 180px;
	align-items: center;
	gap: 38px;
	padding: 34px 0;
	border-bottom: 1px solid var(--hdt-corporate-line);
}

.hdt-downloads-page__resource > div:first-child > p {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 13px;
	color: var(--hdt-corporate-primary-ink);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
}

.hdt-downloads-page__resource > div:first-child > p span {
	padding: 4px 8px;
	border: 1px solid var(--hdt-corporate-primary);
	background: #fff;
	color: var(--hdt-corporate-primary-deep);
	font-size: 10px;
	letter-spacing: 0;
}

.hdt-downloads-page__resource h3 {
	margin: 0 0 12px;
	font-size: 20px;
	line-height: 1.55;
}

.hdt-downloads-page__resource > div:first-child > div {
	color: #666;
	font-size: 14px;
	line-height: 1.8;
}

.hdt-downloads-page__resource-action {
	text-align: right;
}

.hdt-downloads-page__resource-action span {
	color: #777;
	font-size: 13px;
	font-weight: 700;
}

.hdt-downloads-page__access-table {
	max-width: 1120px;
	margin: 0 auto 48px;
	border-top: 1px solid #aaa;
}

.hdt-downloads-page__access-table > div {
	display: grid;
	min-height: 112px;
	grid-template-columns: 250px minmax(0, 1fr);
	align-items: stretch;
	border-bottom: 1px solid #aaa;
}

.hdt-downloads-page__access-table strong,
.hdt-downloads-page__access-table span {
	display: flex;
	align-items: center;
	padding: 24px 30px;
}

.hdt-downloads-page__access-table strong {
	background: #eaf6ff;
	color: var(--hdt-corporate-primary-deep);
	font-size: 15px;
}

.hdt-downloads-page__access-table span {
	line-height: 1.8;
}

.hdt-downloads-page__cta .hdt-fo-links,
.hdt-contact-page__cta .hdt-fo-links {
	display: none;
}

.hdt-downloads-page__cta .hdt-fo-cta,
.hdt-contact-page__cta .hdt-fo-cta {
	min-height: 711px;
	margin: 0;
}

/* 聯絡頁 */
.hdt-contact-page__lead {
	text-align: center;
}

.hdt-contact-page__lead h2 {
	max-width: 980px;
	margin: 0 auto 28px;
	color: #303030;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1.5;
}

.hdt-contact-page__lead > .hdt-corporate-page__shell > p {
	max-width: 820px;
	margin: 0 auto 62px;
	color: #666;
	line-height: 2;
}

.hdt-contact-page__method-nav {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 50px;
}

.hdt-contact-page__method-nav a {
	display: flex;
	min-height: 205px;
	align-items: center;
	justify-content: center;
	padding: 32px;
	border-top: 1px solid var(--hdt-corporate-primary);
	border-bottom: 1px solid var(--hdt-corporate-line);
	background: #fff;
	color: #303030;
	flex-direction: column;
	text-decoration: none;
	transition: background-color .2s ease, transform .2s ease;
}

.hdt-contact-page__method-nav a:hover,
.hdt-contact-page__method-nav a:focus-visible {
	background: #f2f9fe;
	transform: translateY(-3px);
}

.hdt-contact-page__method-nav span {
	margin-bottom: 18px;
	color: var(--hdt-corporate-primary-ink);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .14em;
}

.hdt-contact-page__method-nav strong {
	margin-bottom: 12px;
	font-size: 21px;
}

.hdt-contact-page__method-nav small {
	color: #777;
	font-size: 13px;
}

.hdt-contact-page__form-lead {
	margin: -12px 0 44px;
	color: #666;
	text-align: center;
}

.hdt-contact-page__purpose-grid {
	display: grid;
	max-width: 1120px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin: 0 auto 50px;
}

.hdt-contact-page__purpose-grid a {
	display: flex;
	min-height: 112px;
	align-items: flex-start;
	justify-content: center;
	padding: 25px 28px;
	border: 1px solid #cfcfcf;
	background: #fff;
	color: #303030;
	flex-direction: column;
	text-decoration: none;
	transition: border-color .2s ease, background-color .2s ease;
}

.hdt-contact-page__purpose-grid a:hover,
.hdt-contact-page__purpose-grid a:focus-visible,
.hdt-contact-page__purpose-grid a.is-current {
	border-color: var(--hdt-corporate-primary);
	background: #eaf6ff;
}

.hdt-contact-page__purpose-grid strong {
	margin-bottom: 7px;
	color: var(--hdt-corporate-primary-deep);
	font-size: 16px;
}

.hdt-contact-page__purpose-grid span {
	color: #666;
	font-size: 13px;
	line-height: 1.6;
}

.hdt-contact-page__form-wrap {
	max-width: 1120px;
	margin-inline: auto;
	padding: 60px;
	background: #fff;
}

.hdt-contact-page__form {
	margin: 0;
}

.hdt-contact-page__form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px 30px;
}

.hdt-contact-page__form p {
	margin: 0 0 28px;
}

.hdt-contact-page__form label {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
	color: #303030;
	font-size: 14px;
	font-weight: 700;
}

.hdt-contact-page__form label span {
	display: inline-flex;
	min-height: 22px;
	align-items: center;
	padding: 2px 7px;
	background: var(--hdt-corporate-primary-ink);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
}

.hdt-contact-page__form input,
.hdt-contact-page__form textarea {
	width: 100%;
	border: 1px solid #b8b8b8;
	border-radius: 0;
	background: #fff;
	color: #303030;
	font-family: var(--hdt-sans);
	font-size: 15px;
}

.hdt-contact-page__form input {
	height: 58px;
	padding: 0 18px;
}

.hdt-contact-page__form textarea {
	min-height: 210px;
	padding: 16px 18px;
	resize: vertical;
}

.hdt-contact-page__form input:focus,
.hdt-contact-page__form textarea:focus {
	border-color: var(--hdt-corporate-primary-ink);
}

.hdt-contact-page__privacy {
	color: #777;
	font-size: 12px;
	line-height: 1.7;
	text-align: center;
}

.hdt-contact-page__submit {
	margin-bottom: 0 !important;
	text-align: center;
}

.hdt-contact-page__submit button {
	min-width: 320px;
	height: 60px;
	padding: 0 30px;
	border: 1px solid var(--hdt-corporate-primary-ink);
	border-radius: 0;
	background: var(--hdt-corporate-primary-ink);
	color: #fff;
	font-family: var(--hdt-sans);
	font-size: 15px;
	font-weight: 800;
	cursor: pointer;
	transition: background-color .2s ease;
}

.hdt-contact-page__submit button:hover,
.hdt-contact-page__submit button:focus-visible {
	background: var(--hdt-corporate-primary-deep);
}

.hdt-contact-page__form-wrap .hdt-form-notice {
	margin: 0 0 30px;
}

.hdt-contact-page__method-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 50px;
}

.hdt-contact-page__method-grid > section {
	min-width: 0;
}

.hdt-contact-page__method-grid > section > p,
.hdt-contact-page__method-grid address {
	margin: 0 0 18px;
	color: #666;
	font-style: normal;
	line-height: 1.8;
}

.hdt-contact-page__phone {
	display: inline-block;
	margin: 10px 0 24px;
	color: var(--hdt-corporate-primary-deep);
	font-size: clamp(34px, 3vw, 48px);
	font-weight: 800;
	letter-spacing: .035em;
	line-height: 1;
	text-decoration: none;
}

.hdt-contact-page__phone:hover,
.hdt-contact-page__phone:focus-visible {
	color: var(--hdt-corporate-primary-ink);
}

.hdt-contact-page__method-grid h3 {
	margin: 0 0 14px;
	color: var(--hdt-corporate-primary-deep);
	font-size: 20px;
}

.hdt-contact-page__method-grid iframe {
	display: block;
	width: 100%;
	height: 320px;
	margin-top: 24px;
	border: 0;
}

.hdt-contact-page__map-link {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	margin-top: 18px;
	padding: 8px 20px;
	border: 1px solid var(--hdt-corporate-primary-ink);
	color: var(--hdt-corporate-primary-deep);
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.hdt-contact-page__map-link:hover,
.hdt-contact-page__map-link:focus-visible {
	background: var(--hdt-corporate-primary-ink);
	color: #fff;
}

@media (max-width: 1199px) {
	.hdt-corporate-page__shell {
		padding-inline: 40px;
	}

	.hdt-corporate-section {
		padding: 112px 0;
	}

	.hdt-downloads-page__category-grid,
	.hdt-contact-page__method-nav {
		gap: 32px;
	}
}

@media (max-width: 1023px) {
	.hdt-corporate-page__hero {
		height: 300px;
	}

	.hdt-corporate-section {
		padding: 92px 0;
	}

	.hdt-downloads-page__category-grid,
	.hdt-contact-page__method-nav {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hdt-downloads-page__category-grid > :last-child,
	.hdt-contact-page__method-nav > :last-child {
		grid-column: 1 / -1;
	}

	.hdt-contact-page__method-grid {
		gap: 34px;
	}

	.hdt-contact-page__form-wrap {
		padding: 46px;
	}
}

@media (max-width: 767px) {
	.hdt-corporate-page__shell {
		padding-inline: 25px;
	}

	.hdt-corporate-page__hero {
		height: 220px;
	}

	.hdt-corporate-page__title {
		align-items: flex-start;
		justify-content: center;
		flex-direction: column;
		gap: 12px;
	}

	.hdt-corporate-page__title p {
		font-size: 38px;
	}

	.hdt-corporate-page__title h1 {
		font-size: 14px;
	}

	.hdt-corporate-page__breadcrumbs {
		display: none;
	}

	.hdt-corporate-section {
		padding: 72px 0;
	}

	.hdt-corporate-section__heading {
		margin-bottom: 44px;
	}

	.hdt-corporate-section__heading p {
		margin-bottom: 15px;
		font-size: 34px;
	}

	.hdt-corporate-section__heading h2 {
		font-size: 14px;
	}

	.hdt-corporate-section__heading--line {
		margin-bottom: 34px;
	}

	.hdt-corporate-section__heading--line p {
		font-size: 11px;
	}

	.hdt-corporate-section__heading--line h2 {
		padding-bottom: 20px;
		font-size: 22px;
	}

	.hdt-downloads-page__lead {
		margin-bottom: 48px;
		text-align: left;
	}

	.hdt-downloads-page__lead h3,
	.hdt-contact-page__lead h2 {
		font-size: 23px;
		line-height: 1.55;
	}

	.hdt-downloads-page__lead p,
	.hdt-contact-page__lead > .hdt-corporate-page__shell > p {
		font-size: 14px;
		line-height: 1.9;
	}

	.hdt-contact-page__lead > .hdt-corporate-page__shell > p {
		margin-bottom: 44px;
	}

	.hdt-downloads-page__category-grid,
	.hdt-contact-page__method-nav,
	.hdt-contact-page__purpose-grid,
	.hdt-contact-page__method-grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.hdt-downloads-page__category-grid > :last-child,
	.hdt-contact-page__method-nav > :last-child {
		grid-column: auto;
	}

	.hdt-downloads-page__category-grid a,
	.hdt-contact-page__method-nav a {
		min-height: 164px;
		padding: 26px;
	}

	.hdt-downloads-page__search > div {
		grid-template-columns: 1fr;
	}

	.hdt-downloads-page__search button {
		height: 52px;
	}

	.hdt-downloads-page__filters {
		justify-content: flex-start;
		margin-bottom: 38px;
	}

	.hdt-downloads-page__filters a {
		min-height: 40px;
		padding: 7px 12px;
		font-size: 12px;
	}

	.hdt-downloads-page__empty {
		padding: 48px 22px;
	}

	.hdt-downloads-page__empty h3 {
		font-size: 21px;
	}

	.hdt-downloads-page__empty > div,
	.hdt-downloads-page__access-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.hdt-downloads-page__empty a,
	.hdt-downloads-page__access-actions a {
		width: 100%;
	}

	.hdt-downloads-page__resource {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.hdt-downloads-page__resource-action {
		text-align: left;
	}

	.hdt-downloads-page__access-table > div {
		grid-template-columns: 1fr;
	}

	.hdt-downloads-page__access-table strong,
	.hdt-downloads-page__access-table span {
		padding: 18px 20px;
	}

	.hdt-contact-page__form-wrap {
		padding: 28px 22px;
	}

	.hdt-contact-page__form-grid {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.hdt-contact-page__form input {
		height: 54px;
	}

	.hdt-contact-page__form textarea {
		min-height: 180px;
	}

	.hdt-contact-page__submit button {
		width: 100%;
		min-width: 0;
	}

	.hdt-contact-page__method-grid iframe {
		height: 250px;
	}

	.hdt-downloads-page__cta .hdt-fo-cta,
	.hdt-contact-page__cta .hdt-fo-cta {
		min-height: 0;
	}

	.hdt-downloads-page__cta .hdt-fo-cta__routes,
	.hdt-contact-page__cta .hdt-fo-cta__routes {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (prefers-reduced-motion: reduce) {
	.hdt-downloads-page__category-grid a,
	.hdt-contact-page__method-nav a {
		transform: none !important;
		transition: none !important;
	}
}
