/* P2 Country landing (/app/thailand/) — values from the 2026-08 sample.
   Shell 1416; long-form prose 744; FAQ 760; ink safety band full-bleed. */

/* Nav (widget 42) */
.hc-ctnav {
	display: flex;
	align-items: center;
	gap: 22px;
	max-width: var(--hc-shell);
	margin: 0 auto;
	padding: 18px var(--hc-gutter);
	border-bottom: 1px solid var(--hc-wash);
}
.hc-ctnav__pill {
	font-size: 13px;
	font-weight: 700;
	color: var(--hc-pink);
	background: #ff4d6714;
	border-radius: 999px;
	padding: 5px 12px;
	white-space: nowrap;
}
.hc-ctnav__links {
	display: contents;
}
.hc-ctnav__links a {
	font-size: 14.5px;
	font-weight: 600;
	color: var(--hc-body);
	white-space: nowrap;
}
.hc-ctnav a.hc-ctnav__cta {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	padding: 10px 20px;
	border-radius: 999px;
	background: var(--hc-grad);
	box-shadow: 0 8px 20px -8px rgba(255, 77, 103, 0.5);
	white-space: nowrap;
}

/* Shell */
.hc-ct__inner {
	max-width: var(--hc-shell);
	margin: 0 auto;
	padding: 48px var(--hc-gutter) 0;
}
.hc-ct__inner:last-child { padding-bottom: 56px; }
.hc-ct .hc-hm__eyebrow { margin: 52px 0 8px; }
.hc-ct__hero + .hc-ct__strip + .hc-hm__eyebrow { margin-top: 52px; }
.hc-ct__inner > .hc-hm__eyebrow:first-child { margin-top: 0; }

/* Hero */
.hc-ct__hero {
	display: flex;
	gap: 56px;
	align-items: center;
}
.hc-ct__hero-copy { flex: 1.2; min-width: 0; }
.hc-ct__hero-copy .hc-hm__eyebrow { margin: 0 0 16px; }
.hc-ct h1.hc-ct__h1 {
	font-size: 44px;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.1;
	color: var(--hc-ink);
	margin: 0;
}
.hc-ct__sub {
	font-size: 19px;
	line-height: 1.6;
	color: var(--hc-secondary);
	margin: 18px 0 0;
	max-width: 620px;
}
.hc-ct__hero-ctas {
	display: flex;
	gap: 12px;
	margin-top: 26px;
	flex-wrap: wrap;
}
.hc-ct a.hc-ct__cta-solid {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	padding: 13px 26px;
	border-radius: 999px;
	background: var(--hc-grad);
	box-shadow: 0 10px 24px -8px rgba(255, 77, 103, 0.55);
}
.hc-ct a.hc-ct__cta-ghost {
	font-size: 15px;
	font-weight: 600;
	color: var(--hc-ink);
	padding: 13px 26px;
	border-radius: 999px;
	border: 1px solid var(--hc-line);
}
.hc-ct__hero-note {
	font-size: 13.5px;
	color: var(--hc-mut);
	margin-top: 16px;
}
.hc-ct__hero-phone {
	flex: 0.8;
	display: flex;
	justify-content: center;
}
.hc-ct__phone {
	width: 280px;
	height: 520px;
	border-radius: 36px;
	background: var(--hc-ink);
	padding: 10px;
	box-shadow: 0 30px 60px -24px rgba(9, 16, 29, 0.35);
}
.hc-ct__phone-screen {
	width: 100%;
	height: 100%;
	border-radius: 28px;
	background: repeating-linear-gradient(45deg, #e7d5d0, #e7d5d0 10px, #dcc8c4 10px, #dcc8c4 20px);
	display: flex;
	align-items: center;
	justify-content: center;
}
.hc-ct__phone-screen span {
	font-family: ui-monospace, Menlo, monospace;
	font-size: 11px;
	color: rgba(90, 60, 60, 0.7);
	text-align: center;
}
.hc-ct__phone-screen img.hc-phone-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	display: block;
	border-radius: 28px;
}

/* Trust strip */
.hc-ct__strip {
	display: flex;
	align-items: center;
	gap: 36px;
	flex-wrap: wrap;
	border-top: 1px solid var(--hc-wash);
	border-bottom: 1px solid var(--hc-wash);
	padding: 20px 0;
	margin-top: 44px;
	font-size: 14px;
	color: var(--hc-secondary);
}
.hc-ct__strip strong { color: var(--hc-ink); }
.hc-ct__strip-spacer { flex: 1; }
.hc-ct__strip-stamp {
	font-size: 13px;
	color: var(--hc-mut);
}

/* Section headings */
.hc-ct__h2 {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.2;
	color: var(--hc-ink);
	margin: 0 0 26px;
}
.hc-ct__h2--wide { max-width: 900px; margin-bottom: 20px; }
.hc-ct__lede {
	max-width: var(--hc-prose);
	font-size: 17px;
	line-height: 1.65;
	color: var(--hc-secondary);
	margin: -16px 0 26px;
}

/* Card families */
.hc-ct__grid3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}
.hc-ct__steps {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}
.hc-ct__vs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}
.hc-ct__card { border-radius: 20px; padding: 24px 26px; }
.hc-ct__card--wash { background: var(--hc-wash); }
.hc-ct__card--line { background: #fff; border: 1px solid var(--hc-wash); padding: 24px; }
.hc-ct__n {
	font-size: 13px;
	font-weight: 700;
	color: var(--hc-pink);
}
.hc-ct__card-t {
	font-size: 17px;
	font-weight: 700;
	color: var(--hc-ink);
}
.hc-ct__n + .hc-ct__card-t { font-size: 17.5px; margin: 8px 0 6px; }
.hc-ct__card-d {
	font-size: 14.5px;
	line-height: 1.6;
	color: var(--hc-secondary);
	margin-top: 6px;
}
.hc-ct__vs-label {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--hc-mut);
}
.hc-ct__vs-label--pink { color: var(--hc-pink); }
.hc-ct__vs-list {
	display: flex;
	flex-direction: column;
	gap: 11px;
	margin-top: 14px;
}
.hc-ct__vs-list > div {
	font-size: 15.5px;
	line-height: 1.55;
	color: var(--hc-body);
}
.hc-ct__pending {
	font-family: ui-monospace, Menlo, monospace;
	font-size: 11.5px;
	line-height: 1.6;
	color: var(--hc-mut);
}

/* Corridor guide prose */
.hc-ct__prose { max-width: var(--hc-prose); }
.hc-ct__prose p {
	font-size: 19px;
	line-height: 1.7;
	color: var(--hc-body);
	margin: 0 0 20px;
}
.hc-ct__prose h3 {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: var(--hc-ink);
	margin: 32px 0 10px;
}
.hc-ct__prose a { font-weight: 700; }

/* Handoff */
.hc-ct__handoff {
	display: flex;
	align-items: center;
	gap: 18px;
	border: 1px solid var(--hc-line);
	border-radius: 20px;
	padding: 22px 26px;
	margin-top: 38px;
	flex-wrap: wrap;
}
.hc-ct__handoff-ico {
	width: 44px;
	height: 44px;
	border-radius: 13px;
	background: var(--hc-wash);
	flex: none;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--hc-secondary);
}
.hc-ct__handoff-copy { flex: 1; min-width: 220px; }
.hc-ct__handoff-t {
	font-size: 16px;
	font-weight: 700;
	color: var(--hc-ink);
}
.hc-ct__handoff-d {
	font-size: 14px;
	line-height: 1.6;
	color: var(--hc-secondary);
	margin-top: 3px;
}
.hc-ct a.hc-ct__handoff-a {
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
}

/* Ink safety band */
.hc-ct__ink {
	background: var(--hc-ink);
	margin-top: 56px;
}
.hc-ct__ink-inner {
	max-width: var(--hc-shell);
	margin: 0 auto;
	padding: 52px var(--hc-gutter);
}
.hc-ct__ink-inner .hc-hm__eyebrow { margin: 0 0 14px; }
.hc-ct__ink .hc-hm__rule { background: linear-gradient(90deg, rgba(255, 255, 255, 0.2), transparent); }
.hc-ct__ink-h2 {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.2;
	color: #fff;
	max-width: 640px;
	margin: 0;
}
.hc-ct__grid3--ink { margin-top: 28px; gap: 16px; }
.hc-ct__inkcard {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 20px;
	padding: 22px;
}
.hc-ct__inkcard .hc-ct__card-t { font-size: 16.5px; color: #fff; }
.hc-ct__inkcard .hc-ct__card-d { color: #a5abb3; margin-top: 5px; }
.hc-ct__inkcard a { font-weight: 700; }

/* FAQ (760, details accordions) */
.hc-ct__faq {
	max-width: 760px;
	margin: 52px auto 0;
	background: var(--hc-wash);
	border-radius: 24px;
	padding: 28px 30px;
}
.hc-ct__faq-label {
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--hc-secondary);
}
.hc-ct__faq-h2 {
	font-size: 26px;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: var(--hc-ink);
	margin: 8px 0 0;
}
.hc-ct__faq-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 16px;
}
.hc-ct__faq-item {
	background: #fff;
	border-radius: 14px;
	padding: 16px 20px;
}
.hc-ct__faq-item summary {
	font-size: 16px;
	font-weight: 700;
	color: var(--hc-ink);
	cursor: pointer;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}
.hc-ct__faq-item summary::-webkit-details-marker { display: none; }
.hc-ct__faq-item summary::after {
	content: "";
	flex: none;
	width: 12px;
	height: 12px;
	background: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23858c94' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
	transition: transform 0.15s ease;
}
.hc-ct__faq-item[open] summary::after { transform: rotate(180deg); }
.hc-ct__faq-a {
	font-size: 15px;
	line-height: 1.65;
	color: var(--hc-body);
	margin-top: 8px;
}

/* CTA band */
.hc-ct__cta {
	display: flex;
	align-items: center;
	gap: 24px;
	background: var(--hc-grad);
	border-radius: 24px;
	padding: 32px 34px;
	margin: 48px 0 0;
	flex-wrap: wrap;
}
.hc-ct__cta-copy { flex: 1; min-width: 260px; }
.hc-ct__cta-t {
	font-size: 22px;
	font-weight: 700;
	color: #fff;
}
.hc-ct__cta-d {
	font-size: 14.5px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.88);
	margin-top: 4px;
}
.hc-ct__cta-form .hc-wl { justify-content: flex-start; }
.hc-ct__cta-form .hc-wl__email {
	width: 240px;
	border: none;
	font-size: 14.5px;
	padding: 13px 20px;
	background: #fff;
}
.hc-ct__cta-form .hc-wl__btn {
	font-size: 14.5px;
	font-weight: 700;
	color: var(--hc-pink);
	background: #fff;
	padding: 13px 24px;
}
.hc-ct__cta-form .hc-wl__done { color: #fff; font-size: 15px; }

/* Self-framed screenshot (same treatment as the homepage phone): container
   takes the image's dimensions; 1px hairline frame masks JPG corners. */
.hc-ct__phone--img {
	width: auto;
	height: auto;
	padding: 1px;
	border-radius: 22px;
}
.hc-ct__phone--img .hc-ct__phone-screen {
	width: auto;
	height: auto;
	background: none;
	border-radius: 0;
}
.hc-ct__phone--img img.hc-phone-img {
	width: auto;
	height: auto;
	max-height: 560px;
	max-width: 100%;
	object-fit: contain;
	object-position: center;
	border-radius: 21px;
}

/* Topic chips (TH page — populated categories only) */
.hc-ct__chips {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 38px;
	padding: 18px 22px;
	background: var(--hc-wash);
	border-radius: 16px;
}
.hc-ct__chips-label {
	font-size: 13.5px;
	color: var(--hc-secondary);
}
.hc-ct__chips a {
	font-size: 13.5px;
	font-weight: 600;
}
.hc-ct__vs-label--good { color: #0e7a4f; }

/* Thai variant — denser sizes, taller line-heights, per the TH sample. */
.hc-ct--th h1.hc-ct__h1 {
	font-size: 40px;
	line-height: 1.35;
	letter-spacing: 0;
}
.hc-ct--th .hc-ct__sub {
	font-size: 18px;
	line-height: 1.85;
	max-width: 640px;
}
.hc-ct--th .hc-ct__hero-note { line-height: 1.8; }
.hc-ct--th .hc-ct__h2 {
	font-size: 30px;
	line-height: 1.4;
	letter-spacing: 0;
}
.hc-ct--th .hc-ct__lede { line-height: 1.85; }
.hc-ct--th .hc-ct__card-d { line-height: 1.85; }
.hc-ct--th .hc-ct__n + .hc-ct__card-t { font-size: 17px; }
.hc-ct--th .hc-ct__vs-list > div { line-height: 1.8; }
.hc-ct--th .hc-ct__prose p {
	font-size: 18px;
	line-height: 1.9;
}
.hc-ct--th .hc-ct__prose h3 {
	font-size: 21px;
	line-height: 1.5;
	letter-spacing: 0;
}
.hc-ct--th .hc-ct__handoff-d { line-height: 1.85; }
.hc-ct--th .hc-ct__ink-h2 {
	font-size: 30px;
	line-height: 1.45;
	max-width: 700px;
}
.hc-ct--th .hc-ct__inkcard .hc-ct__card-d { line-height: 1.85; }
.hc-ct--th .hc-ct__faq-h2 { font-size: 24px; line-height: 1.45; }
.hc-ct--th .hc-ct__faq-a { line-height: 1.9; }
.hc-ct--th .hc-ct__cta-t { font-size: 21px; line-height: 1.5; }
.hc-ct--th .hc-ct__cta-d { line-height: 1.85; }

/* Responsive */
@media (max-width: 1120px) {
	.hc-ct__steps { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
	.hc-ctnav { gap: 12px; }
	.hc-ctnav__links { display: none; }
	.hc-ct__hero { flex-direction: column; gap: 32px; }
	.hc-ct h1.hc-ct__h1 { font-size: 31px; }
	.hc-ct__grid3,
	.hc-ct__steps,
	.hc-ct__vs { grid-template-columns: 1fr; }
	.hc-ct__cta { flex-direction: column; align-items: stretch; text-align: center; }
	.hc-ct__cta-form .hc-wl { flex-direction: column; align-items: stretch; }
	.hc-ct__cta-form .hc-wl__email { width: auto; }
}
