/**
 * AsiaTrip — SEO landing readability & tour long-form (presentation only).
 * Scoped by body.asia-seo-ux and .asia-seo-night.
 */

body.asia-seo-ux {
	--asia-ink: #1a2b48;
	--asia-navy: #13275f;
	--asia-body: #334155;
	--asia-soft: #64748b;
	--asia-line: #e8edf3;
	--asia-well: #f1f5f9;
	--asia-card: #fbfcfe;
	--asia-accent: #3dabaf;
	--asia-warn-bg: #fff7ed;
	--asia-warn-bd: #fed7aa;
	--asia-warn-ink: #7a3e16;
}

/* ---- Blog / page prose (Sprint 1 hub, Sprint 2 przewodnik) ---- */
body.asia-seo-ux.single-post .article .post-content,
body.asia-seo-ux.single-post .article .post-content > * {
	box-sizing: border-box;
}

body.asia-seo-ux.single-post .article .post-content {
	font-size: clamp(0.9375rem, 0.35vw + 0.9rem, 1.0625rem);
	line-height: 1.68;
	color: var(--asia-body);
	max-width: 42rem;
}

body.asia-seo-ux.single-post .article .post-content > p {
	margin: 0 0 1.15em;
}

body.asia-seo-ux.single-post .article .post-content > p:last-child {
	margin-bottom: 0;
}

body.asia-seo-ux.single-post .article .post-content h2 {
	margin: 2.25rem 0 0.65rem;
	font-size: clamp(1.2rem, 1.2vw + 1rem, 1.45rem);
	font-weight: 700;
	line-height: 1.28;
	color: var(--asia-ink);
	letter-spacing: -0.02em;
}

body.asia-seo-ux.single-post .article .post-content h2:first-child,
body.asia-seo-ux.single-post .article .post-content > p:first-child + h2 {
	margin-top: 1.75rem;
}

body.asia-seo-ux.single-post .article .post-content h3 {
	margin: 1.35rem 0 0.5rem;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.35;
	color: var(--asia-navy);
}

body.asia-seo-ux.single-post .article .post-content ul,
body.asia-seo-ux.single-post .article .post-content ol {
	margin: 0 0 1.1em;
	padding-left: 1.35rem;
}

body.asia-seo-ux.single-post .article .post-content li {
	margin: 0.35em 0;
}

body.asia-seo-ux.single-post .article .post-content a {
	color: var(--asia-navy);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 1.5px;
}

body.asia-seo-ux.single-post .article .post-content a:hover,
body.asia-seo-ux.single-post .article .post-content a:focus-visible {
	color: #0f1f4d;
}

body.asia-seo-ux.single-post .article .post-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 1rem 0 1.25rem;
	font-size: 0.94em;
	line-height: 1.5;
	border: 1px solid var(--asia-line);
	border-radius: 12px;
	overflow: hidden;
}

body.asia-seo-ux.single-post .article .post-content table td {
	padding: 12px 14px;
	vertical-align: top;
	border-bottom: 1px solid var(--asia-line);
}

body.asia-seo-ux.single-post .article .post-content table tr:last-child td {
	border-bottom: 0;
}

body.asia-seo-ux.single-post .article .post-content table tr:nth-child(odd) td {
	background: #fafbfc;
}

@media (max-width: 600px) {
	body.asia-seo-ux.single-post .article .post-content {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	body.asia-seo-ux.single-post .article .post-content table {
		font-size: 0.88em;
	}
	body.asia-seo-ux.single-post .article .post-content table td {
		padding: 10px 12px;
	}
}

/* Hub / przewodnik — lead box */
body.asia-seo-ux.single-post .article .post-content .hub-lead-box {
	display: block;
	margin: 0 0 1.5rem;
	padding: 1.15rem 1.25rem 1.2rem;
	background: linear-gradient(135deg, #f0f9ff 0%, #f8fafc 55%, #f1f5f9 100%);
	border: 1px solid #bae6fd;
	border-radius: 14px;
	border-left: 4px solid var(--asia-navy);
	font-size: 1.02em;
	line-height: 1.62;
	color: var(--asia-body);
	box-shadow: 0 4px 20px rgba(19, 39, 95, 0.06);
}

body.asia-seo-ux.single-post .article .post-content .hub-lead-box a {
	text-decoration-thickness: 2px;
}

/* Closing CTA paragraphs */
body.asia-seo-ux.single-post .article .post-content > p:has(> strong > a:last-child) {
	margin-top: 1.75rem;
	padding: 1rem 1.15rem;
	background: var(--asia-well);
	border-radius: 12px;
	border: 1px solid var(--asia-line);
	text-align: center;
	font-size: 1.02em;
}

/* ---- Tour overview (Traveler single-7): night cluster ---- */
body.asia-seo-ux.single-st_tours .overview__description.st-description {
	font-size: clamp(0.9375rem, 0.3vw + 0.9rem, 1.03rem);
	line-height: 1.65;
	color: var(--asia-body);
}

body.asia-seo-ux.single-st_tours .overview__description .asia-seo-night {
	max-width: 980px;
	margin: 0 auto 2.5rem;
	border: 1px solid var(--asia-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 36px rgba(16, 24, 40, 0.07);
	overflow: hidden;
}

body.asia-seo-ux.single-st_tours .overview__description .asia-seo-night__strip {
	height: 5px;
	background: linear-gradient(90deg, #06b6d4, #3b82f6, #10b981);
}

body.asia-seo-ux.single-st_tours .overview__description .asia-seo-night__inner {
	padding: clamp(1.1rem, 3.5vw, 1.65rem);
}

body.asia-seo-ux.single-st_tours .overview__description .asia-seo-night__hero {
	margin-bottom: 0.25rem;
}

body.asia-seo-ux.single-st_tours .overview__description .asia-seo-night__h1 {
	margin: 0 0 0.65rem;
	font-size: clamp(1.45rem, 2.2vw, 1.95rem);
	font-weight: 700;
	line-height: 1.22;
	letter-spacing: -0.02em;
	color: var(--asia-ink);
}

body.asia-seo-ux.single-st_tours .overview__description .asia-seo-night__lead {
	margin: 0 0 1rem;
	font-size: clamp(0.98rem, 0.25vw + 0.94rem, 1.06rem);
	line-height: 1.68;
	color: var(--asia-body);
}

body.asia-seo-ux.single-st_tours .overview__description .asia-seo-night__lead:last-of-type {
	margin-bottom: 0;
}

body.asia-seo-ux.single-st_tours .overview__description .asia-seo-night__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 1rem 0 0;
}

body.asia-seo-ux.single-st_tours .overview__description .asia-seo-night__chip {
	display: inline-block;
	padding: 7px 12px;
	border-radius: 999px;
	background: var(--asia-well);
	font-weight: 700;
	font-size: 0.8125rem;
	color: #0f172a;
	line-height: 1.3;
}

body.asia-seo-ux.single-st_tours .overview__description .asia-seo-night__h2 {
	margin: 1.65rem 0 0.6rem;
	font-size: clamp(1.08rem, 0.5vw + 1rem, 1.22rem);
	font-weight: 700;
	color: #0f172a;
	line-height: 1.32;
	letter-spacing: -0.015em;
}

body.asia-seo-ux.single-st_tours .overview__description .asia-seo-night__list {
	margin: 0 0 0.5rem;
	padding: 0 0 0 1.25rem;
	color: var(--asia-body);
	font-size: clamp(0.95rem, 0.2vw + 0.92rem, 1.02rem);
	line-height: 1.58;
}

body.asia-seo-ux.single-st_tours .overview__description .asia-seo-night__list li {
	margin: 0.4em 0;
}

body.asia-seo-ux.single-st_tours .overview__description .asia-seo-night__progfaq {
	display: flex;
	flex-direction: column;
	gap: 1.1rem;
	margin-top: 1.35rem;
}

@media (min-width: 900px) {
	body.asia-seo-ux.single-st_tours .overview__description .asia-seo-night__progfaq {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 1.25rem;
		align-items: start;
	}
}

body.asia-seo-ux.single-st_tours .overview__description .asia-seo-night__card {
	border: 1px solid #eef2f7;
	border-radius: 14px;
	background: var(--asia-card);
	padding: 1rem 1.15rem;
}

body.asia-seo-ux.single-st_tours .overview__description .asia-seo-night__card h3,
body.asia-seo-ux.single-st_tours .overview__description .asia-seo-night__h3 {
	margin: 0 0 0.65rem;
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--asia-navy);
	line-height: 1.3;
}

body.asia-seo-ux.single-st_tours .overview__description .asia-seo-night__card ul {
	margin: 0 0 0.65rem;
	padding-left: 1.15rem;
}

body.asia-seo-ux.single-st_tours .overview__description .asia-seo-night__card p {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.55;
	color: #475569;
}

body.asia-seo-ux.single-st_tours .overview__description .asia-seo-night__details {
	margin: 0.65rem 0;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	padding: 10px 12px;
	background: #fff;
}

body.asia-seo-ux.single-st_tours .overview__description .asia-seo-night__details summary {
	font-weight: 700;
	cursor: pointer;
	list-style: none;
}

body.asia-seo-ux.single-st_tours .overview__description .asia-seo-night__details summary::-webkit-details-marker {
	display: none;
}

body.asia-seo-ux.single-st_tours .overview__description .asia-seo-night__details p {
	margin: 0.65rem 0 0;
	font-size: 0.94rem;
	line-height: 1.55;
	color: #475569;
}

body.asia-seo-ux.single-st_tours .overview__description .asia-seo-night__cta-wrap {
	margin: 1.35rem 0 1rem;
	text-align: center;
}

body.asia-seo-ux.single-st_tours .overview__description .asia-seo-night__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 14px 28px;
	border-radius: 12px;
	background: var(--asia-navy);
	color: #fff !important;
	font-weight: 700;
	font-size: 1.02rem;
	text-decoration: none !important;
	box-shadow: 0 6px 20px rgba(19, 39, 95, 0.22);
	transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}

body.asia-seo-ux.single-st_tours .overview__description .asia-seo-night__btn:hover,
body.asia-seo-ux.single-st_tours .overview__description .asia-seo-night__btn:focus-visible {
	background: #0f1f4d;
	transform: translateY(-1px);
	box-shadow: 0 10px 28px rgba(19, 39, 95, 0.28);
	outline: none;
}

body.asia-seo-ux.single-st_tours .overview__description .asia-seo-night__subcta {
	margin: 0 0 1.35rem;
	text-align: center;
	font-size: 0.94rem;
	line-height: 1.55;
	color: var(--asia-soft);
}

body.asia-seo-ux.single-st_tours .overview__description .asia-seo-night__subcta a {
	color: var(--asia-navy);
	font-weight: 600;
}

body.asia-seo-ux.single-st_tours .overview__description .asia-seo-night__price {
	border: 1px solid #eef2f7;
	border-radius: 14px;
	background: #fff;
	padding: 1rem 1.15rem;
}

body.asia-seo-ux.single-st_tours .overview__description .asia-seo-night__price h3 {
	margin: 0 0 0.5rem;
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--asia-navy);
}

body.asia-seo-ux.single-st_tours .overview__description .asia-seo-night__price ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.asia-seo-ux.single-st_tours .overview__description .asia-seo-night__price li {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	padding: 10px 0;
	border-bottom: 1px dashed #e5e7eb;
	font-size: 0.94rem;
	line-height: 1.45;
	color: var(--asia-body);
}

body.asia-seo-ux.single-st_tours .overview__description .asia-seo-night__price li:last-child {
	border-bottom: 0;
}

body.asia-seo-ux.single-st_tours .overview__description .asia-seo-night__note {
	margin: 0.85rem 0 0;
	background: var(--asia-warn-bg);
	border: 1px solid var(--asia-warn-bd);
	border-radius: 12px;
	padding: 11px 14px;
	color: var(--asia-warn-ink);
	font-size: 0.9rem;
	line-height: 1.55;
}

body.asia-seo-ux.single-st_tours .overview__description .asia-seo-night a {
	color: var(--asia-navy);
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 3px;
}

@media (max-width: 480px) {
	body.asia-seo-ux.single-st_tours .overview__description .asia-seo-night__price li {
		flex-direction: column;
		gap: 4px;
	}
}
