/* Landing pages L3–L7 (.hc-ld) + slim chrome (.hc-slim / .hc-slimfoot).
   Values from the Waitlist / App Download / About / Safety Center / Start Here
   samples. Reuses .hc-hm__eyebrow from 30-home.css for the eyebrow motif. */

/* Landing pages escape the boxed page container, same as the homepage. */
.hc-landing .ast-article-single,
.hc-landing .site-content .ast-container {
	max-width: none;
	padding: 0;
	background: transparent;
}
/* Astra's 4em #primary top margin is dead space above landing heroes/navs.
   Bottom margin stays (footer gap). */
.hc-landing #primary {
	margin-top: 0;
}
/* Slim chrome */
.hc-slim {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 18px 32px;
	border-bottom: 1px solid var(--hc-wash);
}
.hc-slim__brand {
	display: flex;
	align-items: center;
	gap: 9px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: var(--hc-ink);
}
.hc-slim__mark {
	width: 30px;
	height: 30px;
	border-radius: 9px;
	background: var(--hc-grad);
}
.hc-slim__spacer {
	flex: 1;
}
.hc-slim a.hc-slim__link {
	font-size: 14px;
	font-weight: 600;
	color: var(--hc-body);
	white-space: nowrap;
}
.hc-slim__lang {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 13px;
	font-weight: 600;
	color: var(--hc-ink);
	border: 1px solid var(--hc-line);
	border-radius: 999px;
	padding: 6px 12px;
	white-space: nowrap;
}
.hc-slimfoot {
	border-top: 1px solid var(--hc-wash);
	padding: 22px 32px;
	display: flex;
	align-items: center;
	gap: 22px;
	flex-wrap: wrap;
	font-size: 12.5px;
}
.hc-slimfoot__c {
	color: var(--hc-mut);
}
.hc-slimfoot__spacer {
	flex: 1;
}
.hc-slimfoot a {
	color: var(--hc-mut);
}

/* Shared landing layout */
.hc-ld--narrow {
	max-width: 760px;
	margin: 0 auto;
	padding: 44px 24px 64px;
}
/* App and Start samples run 48px top padding; the Waitlist sample runs 44. */
.hc-ld--pad48 {
	padding-top: 48px;
}
.hc-ld--about {
	max-width: var(--hc-prose);
	margin: 0 auto;
	padding: 52px 24px 52px;
}
/* About runs a slightly larger display size than the other landing h1s. */
.hc-ld--about h1.hc-ld__h1 {
	font-size: 42px;
	line-height: 1.1;
}
.hc-ld h1.hc-ld__h1 {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.12;
	color: var(--hc-ink);
	margin: 0;
}
:lang(th) .hc-ld h1.hc-ld__h1 {
	font-size: 36px;
	line-height: 1.35;
	letter-spacing: 0;
}
.hc-ld__sub {
	font-size: 18px;
	line-height: 1.65;
	color: var(--hc-secondary);
	margin: 16px 0 0;
	max-width: 560px;
}
.hc-ld .hc-hm__eyebrow {
	margin: 44px 0 18px;
}
.hc-ld .hc-hm__eyebrow:first-child {
	margin-top: 0;
	margin-bottom: 14px;
}

/* Waitlist form on landing pages: inline row, grows the email field */
.hc-ld__form {
	margin-top: 26px;
	max-width: 520px;
}
.hc-ld__form .hc-wl {
	justify-content: flex-start;
}
.hc-ld__form .hc-wl__email {
	flex: 1;
	width: auto;
	min-width: 200px;
	border: 1px solid var(--hc-line);
	font-size: 15px;
	padding: 14px 20px;
}
.hc-ld__form .hc-wl__btn {
	color: #fff;
	background: var(--hc-grad);
	box-shadow: 0 10px 24px -8px rgba(255, 77, 103, 0.55);
	font-size: 15px;
	padding: 14px 26px;
}
.hc-ld__form .hc-wl__done {
	color: var(--hc-ink);
	font-size: 16px;
}
.hc-ld__form-note {
	font-size: 13px;
	color: var(--hc-mut);
	margin-top: 10px;
}

/* Numbered / pattern cards */
.hc-ld__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}
.hc-ld__card {
	background: var(--hc-wash);
	border-radius: 20px;
	padding: 22px;
}
.hc-ld__card--line {
	background: #fff;
	border: 1px solid var(--hc-wash);
}
.hc-ld__n {
	font-size: 13px;
	font-weight: 700;
	color: var(--hc-pink);
}
.hc-ld__card-t {
	font-size: 16.5px;
	font-weight: 700;
	color: var(--hc-ink);
	margin: 7px 0 5px;
}
.hc-ld__card-d {
	font-size: 14px;
	line-height: 1.6;
	color: var(--hc-secondary);
}

/* L3 timeline */
.hc-ld__timeline {
	display: flex;
	align-items: flex-start;
}
.hc-ld__stage {
	flex: 1;
}
.hc-ld__dot {
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 99px;
	background: var(--hc-line);
}
.hc-ld__dot--live {
	background: var(--hc-grad);
	box-shadow: 0 0 0 4px #ff4d671f;
}
.hc-ld__line {
	flex: 1;
	height: 2px;
	background: var(--hc-line);
	margin-top: 6px;
}
.hc-ld__stage-t {
	font-size: 15px;
	font-weight: 700;
	color: var(--hc-ink);
	margin-top: 10px;
}
.hc-ld__stage-d {
	font-size: 13.5px;
	line-height: 1.55;
	color: var(--hc-secondary);
	margin-top: 3px;
	padding-right: 14px;
}
.hc-ld__disclaimer {
	font-size: 13px;
	line-height: 1.6;
	color: var(--hc-mut);
	margin-top: 18px;
}

/* L4 badges (inert pre-launch) */
.hc-ld__badges {
	display: flex;
	gap: 12px;
	margin-top: 28px;
	flex-wrap: wrap;
	opacity: 0.45;
	filter: grayscale(1);
}
.hc-ld__badge {
	display: flex;
	flex-direction: column;
	background: var(--hc-ink);
	color: #fff;
	border-radius: 12px;
	padding: 11px 19px;
	white-space: nowrap;
}
.hc-ld__badge-s {
	font-size: 9.5px;
	opacity: 0.75;
}
.hc-ld__badge-b {
	font-size: 15px;
	font-weight: 700;
	margin-top: -1px;
}
.hc-ld__badge-note {
	font-size: 13px;
	color: var(--hc-mut);
	margin-top: 10px;
}

/* Aside cards (app back-link, safety reporting) */
.hc-ld__aside {
	display: flex;
	gap: 16px;
	background: var(--hc-wash);
	border-radius: 20px;
	padding: 22px 26px;
	margin-top: 48px;
}
.hc-ld__aside--line {
	background: #fff;
	border: 1px solid var(--hc-line);
	padding: 24px 26px;
	margin-top: 44px;
}
.hc-ld__aside-ico {
	width: 44px;
	height: 44px;
	border-radius: 13px;
	background: #ff4d6714;
	flex: none;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--hc-pink);
}
.hc-ld__aside .hc-ld__aside-ico {
	background: #fff;
}
.hc-ld__aside--line .hc-ld__aside-ico {
	background: #ff4d6714;
}
.hc-ld__aside-t {
	font-size: 16.5px;
	font-weight: 700;
	color: var(--hc-ink);
}
.hc-ld__aside-d {
	font-size: 14.5px;
	line-height: 1.65;
	color: var(--hc-secondary);
	margin-top: 4px;
}
.hc-ld__aside-d a {
	font-weight: 700;
}

/* L5 about */
.hc-ld__bar {
	width: 44px;
	height: 3px;
	border-radius: 2px;
	background: var(--hc-grad);
	margin: 22px 0 12px;
}
.hc-ld__stand {
	font-size: 21px;
	font-weight: 600;
	line-height: 1.5;
	color: var(--hc-ink);
}
.hc-ld__p {
	font-size: 18px;
	line-height: 1.7;
	color: var(--hc-body);
	margin: 0 0 20px;
}
.hc-ld__stand + .hc-ld__p {
	margin-top: 28px;
}
.hc-ld__stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin: 34px 0;
}
.hc-ld__stat {
	background: var(--hc-wash);
	border-radius: 20px;
	padding: 22px;
}
.hc-ld__stat-n {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: var(--hc-pink);
}
.hc-ld__stat-d {
	font-size: 14px;
	color: var(--hc-secondary);
	margin-top: 3px;
}
.hc-ld__policy {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 28px 0 0;
}
.hc-ld a.hc-ld__policy-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	border: 1px solid var(--hc-wash);
	border-radius: 16px;
	padding: 16px 20px;
	font-size: 15.5px;
	font-weight: 700;
	color: var(--hc-ink);
}
.hc-ld__policy-row svg {
	color: var(--hc-pink);
}

/* L6 safety */
.hc-ld--safety {
	padding-bottom: 56px;
}
.hc-ld__ink {
	background: var(--hc-ink);
	margin: 0 calc(50% - 50vw);
}
.hc-ld__ink-inner {
	max-width: var(--hc-shell);
	margin: 0 auto;
	padding: 52px var(--hc-gutter);
}
.hc-ld__ink .hc-hm__eyebrow {
	margin: 0 0 14px;
}
.hc-ld__ink .hc-hm__rule {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.2), transparent);
}
.hc-ld h1.hc-ld__h1--ink {
	font-size: 36px;
	color: #fff;
	max-width: 520px;
	line-height: 1.15;
}
:lang(th) .hc-ld h1.hc-ld__h1--ink {
	font-size: 32px;
	line-height: 1.45;
	max-width: 560px;
}
.hc-ld__inner {
	max-width: var(--hc-shell);
	margin: 0 auto;
	padding: 44px var(--hc-gutter) 0;
}
.hc-ld__more {
	font-size: 14px;
	color: var(--hc-secondary);
	margin-top: 16px;
}
.hc-ld__more a {
	font-weight: 700;
}

/* L7 router + cutout */
.hc-ld__router {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}
.hc-ld__route {
	background: var(--hc-wash);
	border-radius: 16px;
	padding: 18px 20px;
}
.hc-ld__route-t {
	font-size: 15.5px;
	font-weight: 700;
	line-height: 1.4;
	color: var(--hc-ink);
}
.hc-ld a.hc-ld__route-a {
	display: inline-block;
	font-size: 13.5px;
	font-weight: 700;
	margin-top: 8px;
}
.hc-ld a.hc-ld__cutout {
	display: flex;
	align-items: center;
	gap: 20px;
	background: var(--hc-grad);
	border-radius: 20px;
	padding: 26px 28px;
	margin-top: 44px;
	color: #fff;
}
.hc-ld__cutout-mark {
	width: 52px;
	height: 52px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.2);
	flex: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hc-ld__cutout-copy {
	flex: 1;
	min-width: 220px;
}
.hc-ld__cutout-t {
	display: block;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}
.hc-ld__cutout-d {
	display: block;
	font-size: 14px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.85);
	margin-top: 2px;
}
.hc-ld__cutout-btn {
	font-size: 14.5px;
	font-weight: 700;
	color: var(--hc-pink);
	background: #fff;
	border-radius: 999px;
	padding: 12px 22px;
	white-space: nowrap;
}

/* 404 bridge — narrow column, one primary route into /start/. */
.hc-404__ctas {
	display: flex;
	gap: 12px;
	margin-top: 26px;
	flex-wrap: wrap;
}
.hc-404 a.hc-404__primary {
	display: flex;
	align-items: center;
	height: 44px;
	padding: 0 22px;
	border-radius: 999px;
	background: var(--hc-grad);
	color: #fff;
	font-size: 14.5px;
	font-weight: 700;
	box-shadow: 0 10px 24px -8px rgba(255, 77, 103, 0.55);
}
.hc-404 a.hc-404__secondary {
	display: flex;
	align-items: center;
	height: 44px;
	padding: 0 20px;
	border-radius: 999px;
	border: 1px solid var(--hc-line);
	color: var(--hc-ink);
	font-size: 14.5px;
	font-weight: 600;
}

/* Thai variant — denser type, taller line-heights, per the TH samples. */
:lang(th) .hc-ld__sub {
	font-size: 17px;
	line-height: 1.85;
}
:lang(th) .hc-ld__card-t {
	font-size: 16px;
}
:lang(th) .hc-ld__card-d {
	font-size: 13.5px;
	line-height: 1.8;
}
:lang(th) .hc-ld__aside-t {
	font-size: 16px;
}
:lang(th) .hc-ld__aside-d {
	font-size: 13.5px;
	line-height: 1.85;
}
:lang(th) .hc-ld__more {
	font-size: 13.5px;
	line-height: 1.8;
}

/* Mobile */
@media (max-width: 900px) {
	.hc-ld h1.hc-ld__h1 {
		font-size: 30px;
	}
	.hc-ld h1.hc-ld__h1--ink {
		font-size: 29px;
	}
	.hc-ld__cards,
	.hc-ld__stats,
	.hc-ld__router {
		grid-template-columns: 1fr;
	}
	.hc-ld__timeline {
		flex-direction: column;
		align-items: flex-start;
		gap: 18px;
	}
	.hc-ld__line {
		display: none;
	}
	.hc-ld__form .hc-wl {
		flex-direction: column;
		align-items: stretch;
	}
	.hc-ld a.hc-ld__cutout {
		flex-wrap: wrap;
	}
}
