
/*
Theme Name: Astra Child JTrendLab
Theme URI: https://jtrendlab.com
Description: JTrendLab 전용 Astra 차일드 테마
Author: JTrendLab
Template: astra
Version: 1.0.0
Text Domain: astra-child-jtrendlab
*/

:root {
	--jt-font-family: "Gmarket Sans", "Noto Sans KR", Helvetica, Arial, sans-serif;
	--jt-color-bg: #ffffff;
	--jt-color-surface: #ffffff;
	--jt-color-border: rgba(17, 26, 46, 0.08);
	--jt-color-text: #111a2e;
	--jt-color-text-muted: rgba(17, 26, 46, 0.66);
	--jt-color-accent-primary: #10069f;
	--jt-color-accent-secondary: #c8102e;
	--jt-shadow-soft: none;
}

body {
	font-family: var(--jt-font-family);
	color: var(--jt-color-text);
	background-color: var(--jt-color-bg);
	word-break: keep-all;
}

.jt-container {
	margin: 0 auto;
}

.jt-home {
	background: #ffffff;
}

.jt-hero {
	position: relative;
	overflow: hidden;
	padding: 64px 0;
	background: radial-gradient(120% 140% at 78% 38%, rgba(16, 6, 159, 0.88) 0%, rgba(12, 16, 42, 0.96) 52%, rgba(5, 8, 20, 1) 100%);
	color: #ffffff;
	padding: 5%;
}

.jt-hero__inner {
	position: relative;
	z-index: 2;
	display: grid;
	gap: 20px;
	max-width: 1280px;
	margin: 0 auto;
}

.jt-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(32px, 6vw, 56px);
	align-items: center;
}

.jt-hero__col {
	display: grid;
	gap: 20px;
}

.jt-hero__col--aside {
	display: grid;
	gap: clamp(24px, 4vw, 36px);
	position: relative;
}

.jt-hero__visual {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 560px;
	margin-left: auto;
}

.jt-hero__visual img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	mix-blend-mode: lighten;
	opacity: 0.92;
}

.jt-hero__visual::after {
	content: "";
	position: absolute;
	right: -6%;
	top: -8%;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: radial-gradient(45% 45% at 50% 50%, rgba(200, 16, 46, 0.8) 0%, rgba(200, 16, 46, 0.25) 48%, rgba(255, 255, 255, 0) 70%);
	opacity: 0.35;
	pointer-events: none;
}

.jt-hero__nav {
	display: grid;
	gap: 12px;
}

.jt-hero__nav-label {
	font-size: 0.78rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: rgba(255, 255, 255, 0.6);
}

.jt-hero__nav-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.jt-hero__nav-link {
	display: inline-flex;
	align-items: center;
	padding: 10px 10px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
	font-weight: 600;
	font-size: 0.92rem;
	text-decoration: none;
	transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.jt-hero__nav-link:hover,
.jt-hero__nav-link:focus {
	border-color: rgba(255, 255, 255, 0.45);
	background: rgba(255, 255, 255, 0.18);
	transform: translateY(-2px);
}

.jt-hero__summary {
	display: grid;
	gap: 14px;
}

.jt-hero__summary-title {
	font-size: 1.05rem;
	font-weight: 700;
	color: #ffffff;
}

.jt-hero__summary-list {
	display: grid;
	gap: 10px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.95rem;
}

.jt-hero__summary-item {
	display: flex;
	align-items: center;
	gap: 8px;
}

.jt-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 0.95rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.7);
}

.jt-hero__heading {
	font-size: clamp(2.6rem, 5vw, 2.5rem);
	font-weight: 700;
	line-height: 1.4;
	color: #fff;
}

.jt-hero__description {
	font-size: clamp(0.9rem, 2vw, 1rem);
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.72);
}

.jt-hero__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border-radius: 999px;
	border: 1px solid transparent;
	background: var(--jt-color-accent-secondary);
	color: #ffffff;
	font-weight: 600;
	padding: 8px 8px;
	box-shadow: 0 18px 36px rgba(200, 16, 46, 0.35);
	text-decoration: none;
	transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.jt-hero__cta:hover,
.jt-hero__cta:focus {
	transform: translateY(-3px);
	box-shadow: 0 24px 44px rgba(200, 16, 46, 0.45);
	background: #a50d26;
}

.jt-hero__actions {
	display: flex;
	flex-wrap: nowrap;
	gap: 12px;
	flex-direction: row;
}


.jt-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	padding-top: 8px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.95rem;
}

.jt-hero__meta-item {
	display: grid;
	gap: 4px;
}

.jt-hero__meta-label {
	font-size: 0.78rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.55);
}

.jt-hero__meta-value {
	font-size: 1.05rem;
	font-weight: 600;
	color: #ffffff;
}

.jt-sections {
	display: grid;
	gap: clamp(24px, 4vw, 40px);
	margin-top: clamp(40px, 6vw, 72px);
}

.jt-section {
	background-color: var(--jt-color-surface);
	border-radius: 0;
	padding: 2.25% 0;
	box-shadow: none;
	max-width: 1280px;
	margin: 0 auto;
	width: 92%;
}

.jt-section--surface-alt {
	background-color: transparent;
}

.jt-section__header {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: clamp(24px, 3vw, 32px);
}

.jt-section__title {
	font-size: clamp(1.6rem, 3vw, 2.1rem);
	font-weight: 700;
	color: var(--jt-color-text);
}

.jt-section__subtitle {
	font-size: 1rem;
	color: var(--jt-color-text-muted);
	margin-bottom: 1.5%;
}

/* -----------------------------
	About: hero visual
------------------------------*/
.jt-about .jt-about-hero-visual {
	width: 100%;
	display: block;
}

.jt-about .jt-about-hero-visual img {
	width: 100%;
	height: auto;
	display: block;
}

.jt-intro__body {
	font-size: 1.02rem;
	line-height: 1.8;
	color: var(--jt-color-text-muted);
	max-width: 760px;
}

.jt-intro__body .jt-inline-link {
	color: var(--jt-color-accent-primary);
	font-weight: 600;
	text-decoration: underline;
	text-decoration-color: rgba(16, 6, 159, 0.24);
	text-decoration-thickness: 2px;
	text-underline-offset: 6px;
}

.jt-intro__body .jt-inline-link:hover,
.jt-intro__body .jt-inline-link:focus-visible {
	color: var(--jt-color-accent-secondary);
	text-decoration-color: rgba(200, 16, 46, 0.45);
}

/* -----------------------------
	About: quick links
------------------------------*/
.jt-quick-links {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 12px;
}

.jt-quick-link {
	display: grid;
	justify-items: center;
	gap: 10px;
	padding: 18px 14px;
	text-decoration: none;
	color: inherit;
	border: 1px solid rgba(17, 26, 46, 0.1);
	background: #ffffff;
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.jt-quick-link:hover,
.jt-quick-link:focus-visible {
	background: #f5f7fb;
	border-color: rgba(17, 26, 46, 0.18);
	transform: translateY(-2px);
}

.jt-quick-link__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 14px;
	background: #f4f6fa;
	border: 1px solid rgba(17, 26, 46, 0.1);
	font-size: 28px;
}

.jt-quick-link__label {
	font-weight: 700;
	color: var(--jt-color-text);
}

.jt-quick-link__cta {
	font-size: 0.85rem;
	font-weight: 600;
	color: var(--jt-color-accent-primary);
}

/* -----------------------------
	About: media block
------------------------------*/
.jt-media-block {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(24px, 4vw, 48px);
	align-items: center;
	background: #f7f8fb;
	padding: clamp(24px, 4vw, 44px);
	border-radius: 24px;
	border: 1px solid rgba(17, 26, 46, 0.08);
}

.jt-media-block__visual {
	margin: 0;
}

.jt-media-block__visual img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 18px;
	box-shadow: 0 18px 34px rgba(16, 6, 159, 0.16);
}

.jt-media-block__content {
	display: grid;
	gap: 16px;
}

.jt-media-block__title {
	font-size: clamp(1.4rem, 2.6vw, 1.9rem);
	font-weight: 700;
	color: var(--jt-color-text);
}

.jt-media-block p {
	font-size: 1.02rem;
	line-height: 1.8;
	color: var(--jt-color-text-muted);
	margin: 0;
}

.jt-media-block p + p {
	margin-top: 8px;
}

.jt-media-block .jt-inline-link {
	color: var(--jt-color-accent-secondary);
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid rgba(200, 16, 46, 0.32);
}

.jt-media-block .jt-inline-link:hover,
.jt-media-block .jt-inline-link:focus-visible {
	color: var(--jt-color-accent-primary);
	border-bottom-color: rgba(16, 6, 159, 0.45);
}

/* -----------------------------
	About: process grid
------------------------------*/
.jt-process-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: clamp(20px, 3vw, 28px);
}

.jt-process-card {
	display: grid;
	gap: 12px;
	padding: 22px;
	border-radius: 18px;
	background: #ffffff;
	border: 1px solid rgba(16, 6, 159, 0.08);
	box-shadow: 0 12px 20px rgba(17, 26, 46, 0.05);
}

.jt-process-card__title {
	font-size: 1.1rem;
	font-weight: 700;
	color: var(--jt-color-accent-primary);
}

.jt-process-card__body {
	font-size: 0.98rem;
	line-height: 1.7;
	color: var(--jt-color-text-muted);
	margin: 0;
}

.jt-process-card__body strong {
	color: var(--jt-color-accent-secondary);
}

.jt-contact__note {
	margin-top: 12px;
	font-size: 0.95rem;
	color: var(--jt-color-text-muted);
	line-height: 1.6;
}

.jt-contact__note .jt-inline-link {
	color: var(--jt-color-accent-primary);
	font-weight: 600;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 6px;
}

.jt-contact__note .jt-inline-link:hover,
.jt-contact__note .jt-inline-link:focus-visible {
	color: var(--jt-color-accent-secondary);
}

@media (max-width: 960px) {
	.jt-media-block {
		grid-template-columns: 1fr;
		padding: clamp(20px, 6vw, 32px);
	}

	.jt-media-block__visual img {
		box-shadow: 0 12px 24px rgba(16, 6, 159, 0.18);
	}
}

@media (max-width: 600px) {
	.jt-intro__body {
		font-size: 0.98rem;
	}

	.jt-process-card {
		padding: 18px;
	}

	.jt-process-card__title {
		font-size: 1.02rem;
	}

	.jt-process-card__body {
		font-size: 0.94rem;
	}
}

.jt-archive-intro {
	margin-bottom: clamp(24px, 4vw, 36px);
	font-size: 1rem;
	color: var(--jt-color-text-muted);
	line-height: 1.7;
	padding: 0 2.5%;
}

.jt-feature-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 20px;
	padding: 0 2.5%;
}

.jt-feature-card {
	padding: 24px;
	border-radius: 0;
	background-color: #ffffff;
	border: 1px solid rgba(17, 26, 46, 0.08);
	display: grid;
	gap: 14px;
}

.jt-feature-card__label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	color: var(--jt-color-accent-primary);
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-size: 0.85rem;
}

.jt-feature-card__title {
	font-size: 1.15rem;
	font-weight: 600;
}

.jt-feature-card__description {
	font-size: 0.95rem;
	color: var(--jt-color-text-muted);
	line-height: 1.6;
}

.jt-values-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: clamp(20px, 3vw, 28px);
}

.jt-values-card {
	display: grid;
	gap: 12px;
	padding: 24px;
	border-radius: 0;
	background: #ffffff;
	box-shadow: none;
	border: 1px solid rgba(17, 26, 46, 0.06);
}

.jt-values-card__icon {
	font-size: 1.8rem;
}

.jt-values-card__title {
	font-size: 1.1rem;
	font-weight: 700;
	color: var(--jt-color-text);
}

.jt-values-card__body {
	font-size: 0.95rem;
	line-height: 1.65;
	color: var(--jt-color-text-muted);
}

.jt-post-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding-left: 2.5%;
	padding-right: 2.5%;
}
/* 3열 기본 (좌우 여백 포함) */
.jt-post-grid .post-item {
	flex: 1 1 calc((100% - 60px) / 4);
	max-width: calc((100% - 60px) / 4);
}

.post-item {
	position: relative;
	background: #ffffff;
	border-radius: 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	text-decoration: none;
	box-shadow: none;
	border: 1px solid rgba(17, 26, 46, 0.1);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.post-item:hover,
.post-item:focus-within {
	transform: translateY(-6px);
	box-shadow: 0 24px 60px rgba(16, 6, 159, 0.18);
}

.post-item__thumbnail {
	width: 100%;
	height: 240px;
	object-fit: cover;
	background-color: rgba(26, 30, 158, 0.1);
}

.post-item__body {
	display: grid;
	gap: 10px;
	padding: 20px;
}

.post-item__eyebrow {
	font-size: 0.78rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--jt-color-accent-primary);
}

.jt-category-badge {
	display: inline-flex;
	align-items: center;
	/* gap: 6px; */
	border-radius: 999px;
	/* background: rgba(16, 6, 159, 0.08); */
	color: var(--jt-color-accent-primary);
	font-weight: 600;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	/* width: 33%; */
	text-align: center;
}

.post-item__title {
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--jt-color-text);
	line-height: 1.35;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.post-item__excerpt {
	font-size: 0.95rem;
	color: var(--jt-color-text-muted);
	line-height: 1.6;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.post-item__meta {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
	font-size: 0.86rem;
	color: var(--jt-color-text-muted);
}

.jt-inline-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--jt-color-accent-primary);
	font-weight: 600;
	text-decoration: none;
}

.jt-inline-link:hover,
.jt-inline-link:focus {
	color: var(--jt-color-accent-secondary);
}

.jt-category-grid {
	display: flex;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); /* 가로 폭 축소 */
	gap: 8px; /* 여백 더 좁게 */
	justify-items: left; /* 왼쪽 정렬 */
	/* padding: 0 10%; */
	justify-content: space-between;
	flex-direction: column;
	align-items: flex-start;
	align-content: flex-start;
}

.jt-category-card {
	display: flex;
	gap: 16px;
	/* padding: 16px 8px; */ /* 카드 눈높이 최소화 */
	border: 0;
	background: transparent;
	align-items: center; /* 왼쪽 정렬 */
	text-align: center;
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
	justify-content: center;
	align-content: center;
}

.jt-category-card__link {
	display: flex;
	flex-direction: column;
	align-items: center; /* 왼쪽 정렬 */
	gap: 10px; /* 간격 축소 */
	text-decoration: none;
	color: inherit;
}

.jt-category-card__icon {
	width: 72px;
	height: 72px;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f4f6fa; /* 그라데이션 금지: 단색 */
	border: 1px solid rgba(17, 26, 46, 0.1);
	color: var(--jt-color-accent-primary);
}

.jt-category-card__emoji {
	font-size: 2.1rem;
	line-height: 1;
}

.jt-category-card__svg {
	width: 40px;
	height: 40px;
}

.jt-category-card__initial {
	font-size: 1.6rem;
	font-weight: 700;
	color: var(--jt-color-accent-primary);
}

.jt-category-card__body {
	display: grid;
	gap: 10px;
}

.jt-category-card__label {
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--jt-color-accent-primary);
}

.jt-category-card__title {
	font-size: 1rem;
	font-weight: 700;
	color: var(--jt-color-text);
	text-align: center;
}

.jt-category-card:hover .jt-category-card__icon {
	background: #eef2f7; /* 단색 배경 전환 */
	border-color: rgba(17, 26, 46, 0.18);
}

.jt-category-card__description {
	font-size: 0.95rem;
	color: var(--jt-color-text-muted);
	line-height: 1.6;
}

.jt-tags-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.jt-tag {
	display: inline-flex;
	align-items: center;
	padding: 6px 14px;
	border-radius: 999px;
	border: 1px solid rgba(17, 26, 46, 0.14);
	background: #ffffff;
	font-size: 0.9rem;
	font-weight: 500;
	color: var(--jt-color-text-muted);
	transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.jt-tag:hover,
.jt-tag:focus {
	color: var(--jt-color-accent-primary);
	border-color: rgba(16, 6, 159, 0.4);
	transform: translateY(-3px);
}

.jt-highlight-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: clamp(20px, 3vw, 28px);
}

.jt-highlight-card {
	display: grid;
	gap: 14px;
	padding: clamp(24px, 3vw, 32px);
	border-radius: 0;
	background: #ffffff;
	border: 1px solid rgba(17, 26, 46, 0.08);
	box-shadow: none;
}

.jt-highlight-card__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 12px;
	border-radius: 999px;
	background: rgba(16, 6, 159, 0.08);
	color: var(--jt-color-accent-primary);
	font-weight: 600;
	font-size: 0.75rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.jt-highlight-card__title {
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--jt-color-text);
}

.jt-highlight-card__description {
	font-size: 0.95rem;
	color: var(--jt-color-text-muted);
	line-height: 1.6;
}

.jt-archive-details {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: clamp(20px, 4vw, 32px);
	margin-top: clamp(24px, 4vw, 36px);
	padding: 0 2.5%;
}

.jt-archive-card {
	background: #ffffff;
	border-radius: 0;
	padding: clamp(24px, 4vw, 32px);
	border: 1px solid rgba(17, 26, 46, 0.08);
	box-shadow: none;
	display: grid;
	gap: 16px;
}

.jt-archive-card__title {
	font-size: 1.2rem;
	font-weight: 700;
	color: var(--jt-color-text);
}

/* -----------------------------
	Category Archive Hero
------------------------------*/
body.category .ast-archive-title,
body.category .page-title {
	display: none !important; /* Astra 기본 아카이브 타이틀 숨김 (카테고리 전용) */
}

/* 블로그 인덱스에서도 기본 타이틀 숨김 */
body.blog .ast-archive-title,
body.blog .page-title {
	display: none !important;
}
.jt-archive-hero {
	padding-top: clamp(24px, 5vw, 48px);
	padding-bottom: clamp(8px, 2vw, 24px);
	background: var(--jt-color-surface);
	border-bottom: 1px solid var(--jt-color-border);
	margin: 0 2.5% ;
}

.jt-archive-hero .jt-container {
	max-width: 1280px;
	/* padding-left: 2.5%; */
	/* padding-right: 2.5%; */
}

.jt-archive-title {
	font-size: clamp(2rem, 6vw, 3rem);
	font-weight: 800;
	line-height: 1.2;
	color: var(--jt-color-text);
	margin: 0;
}

.jt-archive-description {
	margin-top: 12px;
	font-size: 1rem;
	color: var(--jt-color-text-muted);
	line-height: 1.7;
	max-width: 72ch;
}

/* Archive: category nav (tabs) */
.jt-archive-nav {
	margin-top: clamp(16px, 3vw, 2.25%);
	margin-bottom: clamp(20px, 3vw, 0);
}
.jt-archive-nav__list {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.jt-archive-nav__link {
	display: inline-flex;
	align-items: center;
	padding: 8px 14px;
	border: 1px solid rgba(17, 26, 46, 0.14);
	border-radius: 999px;
	background: #fff;
	color: var(--jt-color-text);
	text-decoration: none;
	font-weight: 600;
	font-size: 0.95rem;
	transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.jt-archive-nav__link:hover,
.jt-archive-nav__link:focus-visible {
	border-color: rgba(16, 6, 159, 0.45);
	color: var(--jt-color-accent-primary);
	transform: translateY(-2px);
}
.jt-archive-nav__link.is-active {
	background: rgba(16, 6, 159, 0.08);
	border-color: rgba(16, 6, 159, 0.38);
	color: var(--jt-color-accent-primary);
}

/* Pagination */
.jt-pagination {
	display: flex;
	justify-content: center;
	margin-top: clamp(20px, 4vw, 36px);
}
.jt-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	margin: 0 4px;
	padding: 0 10px;
	border-radius: 999px;
	border: 1px solid rgba(17, 26, 46, 0.14);
	text-decoration: none;
	color: var(--jt-color-text);
	font-weight: 600;
}
.jt-pagination .page-numbers.current,
.jt-pagination .page-numbers:hover,
.jt-pagination .page-numbers:focus-visible {
	background: rgba(16, 6, 159, 0.08);
	border-color: rgba(16, 6, 159, 0.38);
	color: var(--jt-color-accent-primary);
}

.jt-archive-list {
	display: grid;
	gap: 10px;
	margin: 0;
	padding-left: 18px;
	color: var(--jt-color-text-muted);
	font-size: 0.95rem;
	line-height: 1.65;
}

.jt-contact {
	display: flex;
	flex-direction: column;
	gap: clamp(20px, 4vw, 32px);
	padding: clamp(32px, 5vw, 48px);
	border-radius: 0;
}

.jt-contact__title {
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	font-weight: 700;
	color: var(--jt-color-text);
}

.jt-contact__description {
	font-size: 1rem;
	color: var(--jt-color-text-muted);
	line-height: 1.7;
}

.jt-contact__form {
	display: flex;
	align-items: center;
}

.jt-contact__cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 14px 24px;
	border-radius: 999px;
	border: 1px solid transparent;
	background: var(--jt-color-accent-primary);
	color: #ffffff;
	font-weight: 600;
	text-decoration: none;
	transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.jt-contact__cta:hover,
.jt-contact__cta:focus-visible {
	transform: translateY(-2px);
	background: #0c047c;
	box-shadow: 0 18px 36px rgba(16, 6, 159, 0.22);
}

@media (max-width: 768px) {
	.jt-hero {
		padding: clamp(32px, 10vw, 56px);
	}

	.jt-hero__grid {
		grid-template-columns: 1fr;
	}

	.jt-hero__cta {
		width: 50%;
		justify-content: center;
	}

	.jt-hero__visual {
		aspect-ratio: 16 / 9;
	}

	.jt-contact__cta {
		width: 100%;
		justify-content: center;
	}

	.post-item__thumbnail {
		height: 200px;
	}
}


/* -----------------------------
	Blog index specific tweaks
------------------------------*/
/* 블로그 인덱스: 카드 전체 클릭 영역 및 기본 링크 스타일 정리 */
.post-item__link {
	display: block;
	color: inherit;
	text-decoration: none;
}

/* 블로그 인덱스: 히어로와 탭, 그리드 간 간격 조정(카테고리와 동일 톤) */
/* 블로그 전용 커스텀 제거(복구) */
/* -----------------------------
	Category section: visual polish
------------------------------*/
.jt-category-card {
	text-align: center;
	margin-bottom: 2.5%;
}
.jt-category-card__link {
	align-items: center;
}
.jt-category-card__title {
	text-align: center;
}
.jt-category-card:hover,
.jt-category-card:focus-within {
	transform: translateY(-2px);
}
.jt-category-card__link:focus-visible {
	outline: none;
	box-shadow: 0 0 0 3px rgba(16, 6, 159, 0.18);
	border-radius: 12px;
}

/* -----------------------------
	Category grid: Flex left align & responsive
------------------------------*/
@media (min-width: 922px) {
	.jt-category-grid {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap; /* 여러 줄 래핑 */
		justify-content: flex-start; /* 왼쪽 정렬 */
		align-items: flex-start;
		align-content: flex-start;
		gap: 12px;
	}
	.jt-category-grid .jt-category-card {
		flex: 0 0 calc((75% - 12px * 3) / 4); /* 4열 균등 폭 */
		max-width: calc((100% - 12px * 3) / 4);
		
	}
}
@media (min-width: 360px) and (max-width: 921px) {
	.jt-category-grid {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
		align-content: flex-start;
		gap: 10px;
	}
	.jt-category-grid .jt-category-card {
		flex: 0 0 calc((100% - 10px * 2) / 3); /* 3열 균등 폭 */
		max-width: calc((100% - 10px * 2) / 3);
	}
	.jt-category-card {
		text-align: center;
		margin-bottom: 5%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.jt-hero__cta,
	.post-item {
		transition: none;
	}
}


/* -----------------------------
	Header overrides (Astra safe)
------------------------------*/
/* 헤더 이너 최대 폭 */
header.site-header .ast-container {
	max-width: 1280px;
	padding-left: 20px;
	padding-right: 20px;
}

/* 로고는 왼쪽, 메뉴는 오른쪽 정렬 */
.ast-desktop .ast-primary-header-bar .ast-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ast-desktop .site-branding {
	margin-right: auto;
}
.ast-desktop .main-header-bar-navigation {
	margin-left: auto;
}

/* 헤더 하단 보더/섀도우 제거 */
.main-header-bar,
.ast-primary-header-bar {
	border: 0 !important;
	box-shadow: none !important;
}

/* 메뉴 링크 테두리/구분선 제거 */
.ast-desktop .main-header-menu > .menu-item > .menu-link,
.ast-desktop .main-header-menu .menu-item > .menu-link {
	border: 0 !important;
	box-shadow: none !important;
}

/* 모바일 헤더 정렬/보더 제거 */
@media (max-width: 921px) {
	.ast-mobile-header-wrap .ast-container {
		max-width: 1280px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.ast-mobile-header-wrap .ast-container,
	.ast-mobile-header-wrap .main-header-container {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.ast-mobile-header-wrap .site-branding {
		margin-right: auto;
	}
	.ast-mobile-header-wrap .ast-button-wrap .menu-toggle {
		margin-left: auto;
	}
	/* 헤더/모바일 드로어 보더 제거 */
	.ast-mobile-popup-drawer.active .ast-mobile-popup-inner,
	.ast-mobile-popup-inner,
	.ast-mobile-header-wrap,
	.ast-mobile-header-wrap .main-header-bar {
		border: 0 !important;
		box-shadow: none !important;
	}
	/* 모바일 메뉴 항목 테두리 제거 */
	.ast-mobile-popup-inner .main-header-menu .menu-item > .menu-link {
		border: 0 !important;
		box-shadow: none !important;
	}
}

/* 헤더 하단 얇은 라인(Separator) 완전 제거 */
.site-header {
	--ast-border-color: transparent;
}
.main-header-bar,
.ast-primary-header-bar {
	border-bottom: 0 !important;
	box-shadow: none !important;
}
.main-header-bar:before,
.main-header-bar:after,
.ast-primary-header-bar:before,
.ast-primary-header-bar:after {
	content: none !important;
	display: none !important;
}
/* Astra가 컨테이너 pseudo-element로 그리는 구분선 제거 */
.main-header-bar .ast-container:before,
.main-header-bar .ast-container:after,
.ast-primary-header-bar .ast-container:before,
.ast-primary-header-bar .ast-container:after {
	content: none !important;
	display: none !important;
}
/* 헤더 관련 전역 border color 변수를 무효화 */
body {
	--ast-border-color: transparent !important;
}

/* Above Header(BUILDER) 라인/보더/섀도우 제거 */
.ast-hfb-header .site-header {border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.ast-above-header-wrap,
.ast-above-header-bar,
.site-above-header-wrap {
	border: 0 !important;
}
.ast-above-header-bar:before,
.ast-above-header-bar:after,
.site-above-header-wrap:before,
.site-above-header-wrap:after {
	content: none !important;
	display: none !important;
}
.ast-above-header-bar .ast-container:before,
.ast-above-header-bar .ast-container:after {
	content: none !important;
	display: none !important;
}
/* 메뉴 컨테이너가 그리는 그림자 제거 */
.main-header-menu.ast-menu-shadow {
	box-shadow: none !important;
}
/* 로고 높이와 헤더 수직 간격 정리 */
.site-branding img,
.custom-logo-link img {
	max-height: 42px;
	height: auto;
}
.main-header-bar .ast-container {
	padding-top: 12px;
	padding-bottom: 12px;
}

/* -----------------------------
	Content container width overrides
------------------------------*/
@media (min-width: 922px) {
	.blog .site-content > .ast-container,
	.archive .site-content > .ast-container,
	.search .site-content > .ast-container {
		max-width: 1280px !important;
	}
}

/* -----------------------------
	Responsive: Tablet (<= 1024px)
------------------------------*/
@media (max-width: 1024px) {

	/* 섹션 상하 여백 살짝 축소 */
	.jt-section {
		padding: 24px 0;
	}

	/* 히어로 단일 컬럼 전환 및 간격 보정 */
	.jt-hero__grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}
	.jt-hero__visual {
		max-width: 640px;
		margin: 0 auto;
	}

	/* 카드/피처/밸류/하이라이트 그리드 컬럼 폭 완화 */
	.jt-feature-grid {
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
		gap: 16px;
	}
	.jt-values-grid {
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	}
	.jt-highlight-grid {
		grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	}
	.jt-archive-details {
		grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	}

	/* 포스트 그리드: 2열 이하 유지 */
	.jt-post-grid .post-item {
		flex: 1 1 calc((100% - 20px) / 2);
		max-width: calc((100% - 20px) / 2);
	}

	/* 탭: 줄바꿈/스크롤 대응 */
	.jt-archive-nav__list {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 6px;
		margin: 0 2.5%;
	}
}

/* -----------------------------
	Responsive: Mobile (<= 640px)
------------------------------*/
@media (max-width: 640px) {
	/* 좌우 여백 더 축소 */
	/* 섹션 패딩 축소 */
	.jt-section {
		padding: 16px 0;
		width: 92%;
	}

	/* 히어로 타입/간격 미세 조정 */
	.jt-hero {
		padding: 10% 5%;
	}
	.jt-hero__heading {
		font-size: clamp(1.8rem, 6vw, 2.1rem);
		line-height: 1.35;
	}
	.jt-hero__description {
		font-size: 0.95rem;
	}

	/* 그리드 단일 컬럼 */
	.jt-feature-grid,
	.jt-values-grid,
	.jt-highlight-grid,
	.jt-archive-details {
		grid-template-columns: 1fr;
	}
	.jt-post-grid .post-item {
		flex: 1 1 100%;
		max-width: 100%;
	}

	/* 카드 썸네일 높이 축소 */
	.post-item__thumbnail {
		height: 180px;
	}

	/* 카테고리 카드: 모바일 풀너비 */
	.jt-category-grid .jt-category-card {
		width: 100%;
	}

	/* 탭 터치 스크롤 간격 */
	.jt-archive-nav__list {
		gap: 10px;
	}
	.jt-archive-nav__link {
		padding: 8px 12px;
		font-size: 0.9rem;
	}
}

/* -------------------------------------------------
	Policy & Contact pages (text-first, Astra safe)
--------------------------------------------------*/
.page .entry-content {
	max-width: 960px;
	margin: 1% auto 2.5% auto;
	font-size: 1.05rem;
	line-height: 1.8;
}

.page h1.entry-title {
	font-weight: 600;
	letter-spacing: -0.01em;
	text-align: center;
	margin-bottom: 1.6rem;
}
.page h1.entry-title::after {
	content: "";
	display: block;
	width: 64px;
	height: 3px;
	margin: 12px auto 0;
	background: #ccc; /* 그라데이션 제거: 단색 라인 */
	border-radius: 2px;
}

.page .entry-content h2 {
	margin-top: 2.4rem;
	margin-bottom: 0.8rem;
	padding-left: 0.6rem;
	line-height: 1.4;
}
.page .entry-content h3 {
	margin-top: 1.8rem;
	margin-bottom: 0.6rem;
	font-weight: 700;
}
.page .entry-content p {
	margin: 0.8rem 0 1.2rem;
	color: var(--jt-color-text);
}
.page .entry-content a {
	color: #1d1d1f;
	text-underline-offset: 3px;
}
.page .entry-content a:hover,
.page .entry-content a:focus-visible {
	color: var(--jt-color-accent-secondary);
}
.page .entry-content ul,
.page .entry-content ol {
	margin: 1rem 0 1.2rem 1.4rem;
	padding-left: 0.4rem;
}
.page .entry-content li {
	margin: 0.3rem 0;
}
.page .entry-content blockquote {
	margin: 1.2rem 0;
	padding: 1.1rem 1.2rem;
	background: #f7f9fc;
	border-left: 4px solid var(--jt-color-accent-secondary);
	color: var(--jt-color-text-muted);
}
.page .entry-content hr {
	border: none;
	border-top: 1px solid rgba(17, 26, 46, 0.12);
	margin: 2rem 0;
}
.page .entry-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 1.2rem 0;
	font-size: 0.96rem;
}
.page .entry-content table th,
.page .entry-content table td {
	border: 1px solid rgba(17, 26, 46, 0.12);
	padding: 10px 12px;
	vertical-align: top;
}
.page .entry-content table th {
	background: #f3f5f9;
	text-align: left;
	font-weight: 700;
}
.page .entry-content table tr:nth-child(even) td {
	background: #fafbfd;
}

/* Contact Form 7 */
.page .wpcf7,
.page .wpcf7-form {
	max-width: 760px;
	margin: 0 auto;
}
.wpcf7-form p {
	margin-bottom: 1rem;
}
.wpcf7-form label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.4rem;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea,
.wpcf7-form select {
	width: 100%;
	border: 1px solid rgba(17, 26, 46, 0.12);
	border-radius: 10px;
	padding: 12px 14px;
	line-height: 1.5;
	background: #fff;
	transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.wpcf7-form textarea {
	min-height: 160px;
	resize: vertical;
}
.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
	outline: none;
	border-color: rgba(16, 6, 159, 0.45);
	box-shadow: 0 0 0 3px rgba(16, 6, 159, 0.18);
}
.wpcf7-form .wpcf7-submit {
	display: inline-block;
	border: none;
	border-radius: 12px;
	padding: 12px 18px;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
	background: var(--jt-color-accent-primary); /* 그라데이션 제거: 단색 버튼 */
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
	transition: transform 0.08s ease-in-out, filter 0.12s ease-in-out;
}
.wpcf7-form .wpcf7-submit:hover {
	filter: brightness(0.97);
	transform: translateY(-1px);
}
.wpcf7-form .wpcf7-submit:active {
	transform: translateY(0);
}
.wpcf7-not-valid-tip {
	color: #c02d2d;
	font-size: 0.92rem;
	margin-top: 6px;
}
.wpcf7 form .wpcf7-response-output {
	margin: 1rem 0 0 !important;
	padding: 12px 14px;
	border-radius: 10px;
	border: 1px solid rgba(17, 26, 46, 0.12);
}
.wpcf7 form.invalid .wpcf7-response-output {
	background: #fff4f4;
	border-color: #f1c0c0;
	color: #7a2a2a;
}
.wpcf7 form.sent .wpcf7-response-output {
	background: #f0f9ff;
	border-color: #c7e7ff;
	color: #134a8e;
}

/* WPForms */
.page .wpforms-container {
	max-width: 760px;
	margin: 0 auto;
}
.wpforms-form input[type="text"],
.wpforms-form input[type="email"],
.wpforms-form input[type="url"],
.wpforms-form input[type="tel"],
.wpforms-form textarea,
.wpforms-form select {
	width: 100%;
	border: 1px solid rgba(17, 26, 46, 0.12);
	border-radius: 10px;
	padding: 12px 14px;
	background: #fff;
}
.wpforms-submit {
	border: none !important;
	border-radius: 12px !important;
	padding: 12px 18px !important;
	font-weight: 700 !important;
	color: #fff !important;
	background: var(--jt-color-accent-primary) !important; /* 그라데이션 제거: 단색 버튼 */
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06) !important;
}

@media (max-width: 991.98px) {
	.page .entry-content {
		max-width: 720px;
		font-size: 1.02rem;
	}
}
@media (max-width: 767.98px) {
	.page .entry-content {
		max-width: 92%;
	}
	.page h1.entry-title {
		font-size: 1.75rem;
	}
	.wpcf7-form .wpcf7-submit,
	.wpforms-submit {
		width: 100%;
	}
}
/* -----------------------------------------------
	Legal pages – base
	(cards / nav / lists / notes)
-----------------------------------------------*/
.jt-legal { max-width: 960px; margin: 0 auto; }

.jt-legal-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 18px;
	padding: 0 0 6px;
}
.jt-legal-nav__link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 10px 14px;
	border-radius: 8px;
	border: 1px solid rgba(17, 26, 46, 0.12);
	background: #ffffff;
	color: var(--jt-color-text);
	font-weight: 600;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.jt-legal-nav__link:hover,
.jt-legal-nav__link:focus-visible {
	background: #f5f7fb;
	border-color: rgba(17, 26, 46, 0.18);
	transform: translateY(-1px);
}
.jt-legal-nav__link.is-active {
	border-color: rgba(17, 26, 46, 0.28);
}

.jt-legal-section {
	border: 1px solid rgba(17, 26, 46, 0.10);
	background: #f7f9fc;
	border-radius: 12px;
	padding: 16px 16px;
	margin: 12px 0 16px;
}
.jt-legal-section + .jt-legal-section {margin-top: 16px;width: 100%;}
.jt-legal-section__title {
	margin: 0 0 10px;
	padding-left: 10px;
	font-weight: 800;
}
.jt-legal-section__desc { color: var(--jt-color-text-muted); margin-bottom: 10px; }

/* bullets */
.jt-legal-list { list-style: none; margin: 10px 0 8px 0; padding-left: 0; }
.jt-legal-list li {
	position: relative;
	padding-left: 22px;
	margin: 6px 0;
}
.jt-legal-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.7em;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--jt-color-accent-primary);
}

/* ordered list */
.jt-legal-ordered { counter-reset: jt-ol; list-style: none; margin: 10px 0 8px 0; padding-left: 0; }
.jt-legal-ordered li {
	counter-increment: jt-ol;
	position: relative;
	padding-left: 28px;
	margin: 8px 0;
}
.jt-legal-ordered li::before {
	content: counter(jt-ol) ".";
	position: absolute;
	left: 0;
	top: 0.05em;
	min-width: 22px;
	color: var(--jt-color-accent-secondary);
	font-weight: 700;
	text-align: left;
}

/* notes */
.jt-note {
	border: 1px solid rgba(17, 26, 46, 0.12);
	background: #f7f9fc;
	border-radius: 10px;
	padding: 12px 14px;
	margin: 12px 0;
	color: var(--jt-color-text-muted);
}
.jt-note--warning { border-color: #f1c0c0; background: #fff4f4; color: #7a2a2a; }

/* contact info list */
.jt-contact-info { list-style: none; padding-left: 0; margin: 8px 0 16px; }
.jt-contact-info li { margin: 6px 0; }
.jt-contact-info a { color: var(--jt-color-accent-primary); text-decoration: none; }
.jt-contact-info a:hover,
.jt-contact-info a:focus-visible { color: var(--jt-color-accent-secondary); text-decoration: underline; }

/* Legal pages – polish */
.jt-legal { max-width: 960px; margin: 0 auto; }

/* sticky top nav like the reference */
.jt-legal-nav {
	 /* 헤더 높이에 맞춰 필요시 조정 */
	 background: #fff;
	 padding-top: 8px;
}
.jt-legal-nav__link {
	position: relative;
}
.jt-legal-nav__link.is-active {
	border-color: rgba(17,26,46,.28);
}
.jt-legal-nav__link.is-active::after {
	content: "";
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: -8px;
	height: 3px;

	border-radius: 2px;
}

/* section cards spacing + subtle shadow */
.jt-legal-section {
	padding: 18px 18px;
	margin: 14px 0 18px;
	box-shadow: 0 4px 14px rgba(0,0,0,.04);
}
.jt-legal-section__title {
	scroll-margin-top: 96px; /* 앵커 이동 시 헤더에 가리지 않게 */
	display: flex;
	align-items: center;
	gap: 8px;
}
.jt-legal-section__title::before {
	content: "";
	width: 7px; height: 7px;
	border-radius: 50%;
	background: var(--jt-color-accent-secondary); /* 작은 빨간 점 */
}

/* list rhythm */
.jt-legal-list li { line-height: 1.8; }
.jt-legal-ordered li { line-height: 1.8; }

/* inline links */
.jt-legal a { color: var(--jt-color-accent-primary); text-underline-offset: 3px; }
.jt-legal a:hover, .jt-legal a:focus-visible { color: var(--jt-color-accent-secondary); }

/* print: 내용만 출력 */
@media print {
	.site-header, .site-footer, .jt-legal-nav { display: none !important; }
	.jt-legal { max-width: 100%; }
	.jt-legal-section { box-shadow: none; border-color: #ddd; }
}

/* -----------------------------------------------
	Legal pages – rdcdp-like skin (exact tone)
-----------------------------------------------*/
.jt-legal {
	font-size: 14px;
	line-height: 1.9;
	color: #111a2e;
}
/* Tabs: text style with bottom bar */
.jt-legal-nav {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	align-items: center;
	/* text-align: left; */
	margin: 0 0 18px !important;
}
.jt-legal-nav__link {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #6b7280; /* muted text */
	padding: 8px 12px 12px;
	font-weight: 600;
}
.jt-legal-nav__link:hover,
.jt-legal-nav__link:focus-visible {
	background: transparent;
	color: #374151;
	transform: none;
}
.jt-legal-nav__link.is-active {
	color: #111827;
}
.jt-legal-nav__link.is-active::after {
	bottom: -2px;
	height: 2px;
	background: var(--jt-color-accent-secondary); /* red underline */
	border-radius: 1px;
}

/* Sections: grey box like screenshot */
.jt-legal-section {
	background: #f7f7f7;
	border: 1px solid #e5e7eb;
	box-shadow: none;
	padding: 16px 16px;
	margin: 12px 0 16px;
}
.jt-legal-section__title {

	font-size: 16px;
}
/* First title (page heading) a bit larger */
.jt-legal > .jt-legal-section:first-of-type .jt-legal-section__title {
	font-size: 22px;
}
.jt-legal-section__desc {
	color: #6b7280;
}

/* Lists: blue dot bullets */
.jt-legal-list li::before {
	background: #2563eb; /* rdcdp-like blue */
}
.jt-legal-ordered li::before {
	color: #c8102e; /* red numbers */
}

/* Contact info links */
.jt-contact-info a {
	color: #2563eb;
}
.jt-contact-info a:hover,
.jt-contact-info a:focus-visible {
	color: #0057B8;
	text-decoration: underline;
}

.jt-hero__description--secondary {
	margin-top: 12px;
	color: #2b2b2b;
	font-size: 1.05rem;
}
.jt-hero__description--secondary a {
	color: #0057B8;
	font-weight: 600;
}
.jt-hero__description--secondary a:hover {
	color: #C8102E;
}

.jt-legal-nav__link.is-active {
	color: #C8102E;
	font-weight: 700;
}

.jt-legal-section__intro {
	color: #0057B8;
	font-weight: 600;
	margin-bottom: 14px;
}

.jt-legal-list li::marker,
.jt-contact-checklist li::marker {
	color: #0057B8;
	font-weight: 600;
}

.jt-contact-hero,
.jt-contact-gallery,
.jt-policy-media,
.jt-terms-media,
.jt-disclaimer-media {
	text-align: center;
	margin: 0;
}

.jt-contact-hero img,
.jt-contact-gallery img,
.jt-policy-media img,
.jt-terms-media img,
.jt-disclaimer-media img {
	display: inline-block;
	width: 20%;
	max-width: 100%;
	margin: 20px auto;
}

.jt-contact-hero figcaption,
.jt-contact-gallery figcaption,
.jt-policy-media figcaption,
.jt-terms-media figcaption,
.jt-disclaimer-media figcaption {
	margin-top: 0;
	font-size: 0.92rem;
	color: #2b2b2b;
}

.case-hero { position: relative;  overflow: hidden; }

.hero-inner { position: relative; color: #111; max-width: 640px; z-index: 2; }
.case-hero .case-internal-link { cursor: pointer; position: relative; z-index: 2; margin-top: 1.5rem; color: #111; }
.case-hero .case-internal-link .internal-link { cursor: pointer; color: #111; border-bottom: 1px solid rgba(255, 255, 255, 0.4); text-decoration: none; transition: color 0.2s ease, border-bottom-color 0.2s ease; }
.case-hero .case-internal-link .internal-link:hover,
.case-hero .case-internal-link .internal-link:focus-visible { color: var(--jt-color-accent-secondary); border-bottom-color: rgba(200, 16, 46, 0.5); }
.hero-meta { text-transform: uppercase; letter-spacing: 0.2em; margin-bottom: 0.75rem; }
.hero-inner h1 { font-size: clamp(2.4rem, 4vw, 3.2rem); line-height: 1.2; margin-bottom: 1.5rem; }
.hero-link { display: inline-flex; align-items: center; gap: 0.5rem; background: #EF3340; color: #111; padding: 0.9rem 1.8rem; border-radius: 999px; font-weight: 600; letter-spacing: 0.04em; transition: background 0.25s ease; }
.hero-link:hover { background: #005398; }

.case-section { margin: 4rem auto; max-width: 960px; padding: 0 1.5rem; }
.case-section h2 { font-size: 1.8rem; margin-bottom: 1.5rem; }

.highlights ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 1rem; }
.highlights li { padding: 1.2rem 1.4rem; border: 1px solid rgba(0, 83, 152, 0.18); border-radius: 16px; background: #f9fbff; }
.accent-text { color: #005398; font-weight: 600; }
.case-internal-link { margin-top: 1.2rem; }
.case-internal-link .internal-link { color: #005398; font-weight: 600; border-bottom: 1px solid currentColor; }
.case-internal-link .internal-link:hover { color: #EF3340; }