/**
 * Directory design system.
 *
 * Typography is the load-bearing change: GeneratePress renders h1 near 46px and h2
 * near 34px, so nothing on a college page reads as senior to anything else. The ramp
 * below puts h1 at 34px against h2 at 21px — a 1.6x step — and moves headings to a
 * serif so the hierarchy is carried by face as well as size.
 *
 * One accent (rust) on a warm paper tint, used only for section rules, the lowest-fee
 * marker and course totals. Navy stays structural; green / amber / red keep the status
 * meanings they already had, which is why the accent is a fourth hue rather than a
 * reuse of the amber.
 *
 * Scoped under body:is(.lnd-styled,.single-college,.post-type-archive-college,.tax-college_state,.tax-college_city,.tax-neet_score_bracket,.tax-counselling_body,.single-post,.page,.single-lnd_expert,.blog) so it only outranks the theme on directory routes.
 */

:root {
	--lnd-ink: #1b365d;
	--lnd-ink-2: #2c4d75;
	--lnd-accent: #a8482c;
	--lnd-accent-line: #e3c3b4;
	--lnd-paper: #fbf9f6;
	--lnd-body: #2d3748;
	--lnd-muted: #718096;
	--lnd-faint: #a0aec0;
	--lnd-line: #e2e8f0;
	--lnd-line-soft: #edf2f7;
	--lnd-tint: #f8fafc;
	--lnd-ok: #1a7f4b;
	--lnd-ok-bg: #eaf5ef;
	--lnd-ok-line: #bfe0cd;
	--lnd-warn: #b7791f;
	--lnd-warn-bg: #fdf7ea;
	--lnd-warn-line: #f0d9a8;
	--lnd-warn-ink: #8a5a12;
	--lnd-stop: #c53030;
	--lnd-serif: "Source Serif 4", Georgia, "Times New Roman", serif;
	--lnd-sans: "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
}

/* ---------------------------------------------------------------- type ramp -- */

body:is(.lnd-styled,.single-college,.post-type-archive-college,.tax-college_state,.tax-college_city,.tax-neet_score_bracket,.tax-counselling_body,.single-post,.page,.single-lnd_expert,.blog) { font-family: var(--lnd-sans); color: var(--lnd-body); }

body:is(.lnd-styled,.single-college,.post-type-archive-college,.tax-college_state,.tax-college_city,.tax-neet_score_bracket,.tax-counselling_body,.single-post,.page,.single-lnd_expert,.blog) h1,
body:is(.lnd-styled,.single-college,.post-type-archive-college,.tax-college_state,.tax-college_city,.tax-neet_score_bracket,.tax-counselling_body,.single-post,.page,.single-lnd_expert,.blog) h2,
body:is(.lnd-styled,.single-college,.post-type-archive-college,.tax-college_state,.tax-college_city,.tax-neet_score_bracket,.tax-counselling_body,.single-post,.page,.single-lnd_expert,.blog) h3,
body:is(.lnd-styled,.single-college,.post-type-archive-college,.tax-college_state,.tax-college_city,.tax-neet_score_bracket,.tax-counselling_body,.single-post,.page,.single-lnd_expert,.blog) h4 {
	font-family: var(--lnd-serif);
	color: var(--lnd-ink);
	font-weight: 700;
}

body:is(.lnd-styled,.single-college,.post-type-archive-college,.tax-college_state,.tax-college_city,.tax-neet_score_bracket,.tax-counselling_body,.single-post,.page,.single-lnd_expert,.blog) h1 {
	font-size: 34px;
	line-height: 1.15;
	letter-spacing: -0.02em;
	margin: 0 0 12px;
}
body:is(.lnd-styled,.single-college,.post-type-archive-college,.tax-college_state,.tax-college_city,.tax-neet_score_bracket,.tax-counselling_body,.single-post,.page,.single-lnd_expert,.blog) h2 {
	font-size: 21px;
	line-height: 1.3;
	margin: 34px 0 13px;
}
body:is(.lnd-styled,.single-college,.post-type-archive-college,.tax-college_state,.tax-college_city,.tax-neet_score_bracket,.tax-counselling_body,.single-post,.page,.single-lnd_expert,.blog) h3 {
	font-family: var(--lnd-sans);
	font-size: 16px;
	line-height: 1.4;
	margin: 24px 0 8px;
}
body:is(.lnd-styled,.single-college,.post-type-archive-college,.tax-college_state,.tax-college_city,.tax-neet_score_bracket,.tax-counselling_body,.single-post,.page,.single-lnd_expert,.blog) p { font-size: 16px; line-height: 1.65; }
body:is(.lnd-styled,.single-college,.post-type-archive-college,.tax-college_state,.tax-college_city,.tax-neet_score_bracket,.tax-counselling_body,.single-post,.page,.single-lnd_expert,.blog) .lnd-main li { font-size: 16px; line-height: 1.6; }

@media (max-width: 700px) {
	body:is(.lnd-styled,.single-college,.post-type-archive-college,.tax-college_state,.tax-college_city,.tax-neet_score_bracket,.tax-counselling_body,.single-post,.page,.single-lnd_expert,.blog) h1 { font-size: 27px; }
	body:is(.lnd-styled,.single-college,.post-type-archive-college,.tax-college_state,.tax-college_city,.tax-neet_score_bracket,.tax-counselling_body,.single-post,.page,.single-lnd_expert,.blog) h2 { font-size: 19px; }
}

/* Longer-form reading measure on articles and pages. */
body:is(.lnd-styled,.single-college,.post-type-archive-college,.tax-college_state,.tax-college_city,.tax-neet_score_bracket,.tax-counselling_body,.single-post,.page,.single-lnd_expert,.blog).single-post .entry-content > p,
body:is(.lnd-styled,.single-college,.post-type-archive-college,.tax-college_state,.tax-college_city,.tax-neet_score_bracket,.tax-counselling_body,.single-post,.page,.single-lnd_expert,.blog).page .entry-content > p { font-size: 17px; line-height: 1.7; }

/* The accent rule above a section heading — the page's main visual rhythm. Boxed
   components (calculators, the lead form, callouts) opt out; their h2 is a card title. */
body:is(.lnd-styled,.single-college,.post-type-archive-college,.tax-college_state,.tax-college_city,.tax-neet_score_bracket,.tax-counselling_body,.single-post,.page,.single-lnd_expert,.blog) .lnd-college__body > h2,
body:is(.lnd-styled,.single-college,.post-type-archive-college,.tax-college_state,.tax-college_city,.tax-neet_score_bracket,.tax-counselling_body,.single-post,.page,.single-lnd_expert,.blog) .entry-content > h2,
body:is(.lnd-styled,.single-college,.post-type-archive-college,.tax-college_state,.tax-college_city,.tax-neet_score_bracket,.tax-counselling_body,.single-post,.page,.single-lnd_expert,.blog) .lnd-main > .lnd-related > h2,
body:is(.lnd-styled,.single-college,.post-type-archive-college,.tax-college_state,.tax-college_city,.tax-neet_score_bracket,.tax-counselling_body,.single-post,.page,.single-lnd_expert,.blog) .lnd-main > .lnd-tiers > h2,
body:is(.lnd-styled,.single-college,.post-type-archive-college,.tax-college_state,.tax-college_city,.tax-neet_score_bracket,.tax-counselling_body,.single-post,.page,.single-lnd_expert,.blog) .lnd-main > .lnd-order > h2,
body:is(.lnd-styled,.single-college,.post-type-archive-college,.tax-college_state,.tax-college_city,.tax-neet_score_bracket,.tax-counselling_body,.single-post,.page,.single-lnd_expert,.blog) .lnd-main > .lnd-cities > h2,
body:is(.lnd-styled,.single-college,.post-type-archive-college,.tax-college_state,.tax-college_city,.tax-neet_score_bracket,.tax-counselling_body,.single-post,.page,.single-lnd_expert,.blog) .lnd-main > .lnd-browse > h2,
body:is(.lnd-styled,.single-college,.post-type-archive-college,.tax-college_state,.tax-college_city,.tax-neet_score_bracket,.tax-counselling_body,.single-post,.page,.single-lnd_expert,.blog) .lnd-main > .lnd-bands > h2,
body:is(.lnd-styled,.single-college,.post-type-archive-college,.tax-college_state,.tax-college_city,.tax-neet_score_bracket,.tax-counselling_body,.single-post,.page,.single-lnd_expert,.blog) .lnd-main > .lnd-faq > h2 {
	padding-top: 15px;
	position: relative;
}
body:is(.lnd-styled,.single-college,.post-type-archive-college,.tax-college_state,.tax-college_city,.tax-neet_score_bracket,.tax-counselling_body,.single-post,.page,.single-lnd_expert,.blog) .lnd-college__body > h2::before,
body:is(.lnd-styled,.single-college,.post-type-archive-college,.tax-college_state,.tax-college_city,.tax-neet_score_bracket,.tax-counselling_body,.single-post,.page,.single-lnd_expert,.blog) .entry-content > h2::before,
body:is(.lnd-styled,.single-college,.post-type-archive-college,.tax-college_state,.tax-college_city,.tax-neet_score_bracket,.tax-counselling_body,.single-post,.page,.single-lnd_expert,.blog) .lnd-main > .lnd-related > h2::before,
body:is(.lnd-styled,.single-college,.post-type-archive-college,.tax-college_state,.tax-college_city,.tax-neet_score_bracket,.tax-counselling_body,.single-post,.page,.single-lnd_expert,.blog) .lnd-main > .lnd-tiers > h2::before,
body:is(.lnd-styled,.single-college,.post-type-archive-college,.tax-college_state,.tax-college_city,.tax-neet_score_bracket,.tax-counselling_body,.single-post,.page,.single-lnd_expert,.blog) .lnd-main > .lnd-order > h2::before,
body:is(.lnd-styled,.single-college,.post-type-archive-college,.tax-college_state,.tax-college_city,.tax-neet_score_bracket,.tax-counselling_body,.single-post,.page,.single-lnd_expert,.blog) .lnd-main > .lnd-cities > h2::before,
body:is(.lnd-styled,.single-college,.post-type-archive-college,.tax-college_state,.tax-college_city,.tax-neet_score_bracket,.tax-counselling_body,.single-post,.page,.single-lnd_expert,.blog) .lnd-main > .lnd-browse > h2::before,
body:is(.lnd-styled,.single-college,.post-type-archive-college,.tax-college_state,.tax-college_city,.tax-neet_score_bracket,.tax-counselling_body,.single-post,.page,.single-lnd_expert,.blog) .lnd-main > .lnd-bands > h2::before,
body:is(.lnd-styled,.single-college,.post-type-archive-college,.tax-college_state,.tax-college_city,.tax-neet_score_bracket,.tax-counselling_body,.single-post,.page,.single-lnd_expert,.blog) .lnd-main > .lnd-faq > h2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 3px;
	background: var(--lnd-accent);
}

body:is(.lnd-styled,.single-college,.post-type-archive-college,.tax-college_state,.tax-college_city,.tax-neet_score_bracket,.tax-counselling_body,.single-post,.page,.single-lnd_expert,.blog) a { color: var(--lnd-ink); }
body:is(.lnd-styled,.single-college,.post-type-archive-college,.tax-college_state,.tax-college_city,.tax-neet_score_bracket,.tax-counselling_body,.single-post,.page,.single-lnd_expert,.blog) a:hover { color: var(--lnd-accent); }

/* Figures line up in columns only with tabular numerals. */
.lnd-table, .lnd-stats dd, .lnd-card dd, .lnd-glance__value, .lnd-calc__result { font-variant-numeric: tabular-nums; }

/* ------------------------------------------------------------------ layout -- */

.lnd-page {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 316px;
	gap: 44px;
	align-items: start;
}
@media (max-width: 900px) { .lnd-page { grid-template-columns: 1fr; gap: 28px; } }

.lnd-main { min-width: 0; }
.lnd-sidebar { position: sticky; top: 24px; display: grid; gap: 16px; }
@media (max-width: 900px) { .lnd-sidebar { position: static; } }

/* -------------------------------------------------------------- breadcrumbs -- */

.lnd-crumbs ol {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 0 0 14px;
	padding: 0;
	font-size: 12.5px;
	color: var(--lnd-muted);
}
.lnd-crumbs li + li::before { content: "/"; margin-right: 8px; color: #cbd5e0; }
.lnd-crumbs a { color: var(--lnd-muted); text-decoration: none; }
.lnd-crumbs a:hover { color: var(--lnd-accent); text-decoration: underline; }

/* ------------------------------------------------------- header + badges -- */

.lnd-college__header { margin-bottom: 16px; }
.lnd-badges { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 0 0 12px; }
.lnd-badge {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	border-radius: 999px;
	padding: 3px 10px;
	border: 1px solid var(--lnd-line);
	color: var(--lnd-ink);
	background: #eef2f7;
	border-color: #d3dde9;
}
.lnd-badge--open { color: var(--lnd-ok); background: var(--lnd-ok-bg); border-color: var(--lnd-ok-line); }
.lnd-badge--partial { color: var(--lnd-warn-ink); background: var(--lnd-warn-bg); border-color: var(--lnd-warn-line); }
.lnd-badge--closed { color: var(--lnd-stop); background: #fdf0f0; border-color: #f3c6c6; }
.lnd-college__meta { font-size: 13px; color: var(--lnd-muted); margin: 0; }

/* ----------------------------------------------------------------- byline -- */

.lnd-byline {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 18px;
	font-size: 12.5px;
	color: var(--lnd-muted);
	padding: 0 0 16px;
	border-bottom: 1px solid var(--lnd-line);
	margin: 0 0 24px;
}
.lnd-byline a { color: var(--lnd-ink); font-weight: 600; text-decoration: none; }
.lnd-byline a:hover { color: var(--lnd-accent); text-decoration: underline; }
.lnd-byline__cred { font-style: italic; }

/* --------------------------------------------------------- direct answer -- */

.lnd-answer {
	background: var(--lnd-paper);
	border-left: 3px solid var(--lnd-accent);
	border-radius: 0 8px 8px 0;
	padding: 18px 22px;
	margin: 0 0 26px;
}
.lnd-answer p { margin: 0; font-size: 16.5px; line-height: 1.6; }
.lnd-answer__label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--lnd-accent);
	margin: 0 0 8px !important;
}

/* ------------------------------------------------------------- stat sheet -- */

/* Each cell owns its border. The previous version faked gridlines with gap:1px over a
   line-coloured container, so any unfilled cell in the last row painted as a grey block
   — visible as an empty box whenever the item count was not a multiple of the columns. */
.lnd-stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 10px;
	margin: 0 0 32px;
	background: none;
	border: 0;
}
.lnd-stats > div {
	background: #fff;
	border: 1px solid var(--lnd-line);
	border-radius: 8px;
	padding: 13px 15px;
}
.lnd-stats dt {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--lnd-muted);
	margin-bottom: 5px;
}
.lnd-stats dd { margin: 0; font-size: 19px; font-weight: 700; color: var(--lnd-ink); line-height: 1.25; }

/* ------------------------------------------------------ quick-answer card -- */

.lnd-card {
	border: 1px solid var(--lnd-line);
	border-top: 3px solid var(--lnd-accent);
	border-radius: 4px 4px 10px 10px;
	padding: 16px 20px;
	margin: 0 0 28px;
	background: #fff;
}
.lnd-card__label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: var(--lnd-accent);
	margin: 0 0 12px;
}
.lnd-card dl { margin: 0; display: grid; gap: 9px; }
.lnd-card dl > div {
	display: grid;
	grid-template-columns: 190px 1fr;
	gap: 14px;
	padding-bottom: 9px;
	border-bottom: 1px solid var(--lnd-line-soft);
}
.lnd-card dl > div:last-child { border-bottom: 0; padding-bottom: 0; }
.lnd-card dt { font-size: 13px; color: var(--lnd-muted); }
.lnd-card dd { margin: 0; font-weight: 600; color: var(--lnd-body); }
@media (max-width: 600px) { .lnd-card dl > div { grid-template-columns: 1fr; gap: 2px; } }

/* ------------------------------------------------------- at-a-glance strip -- */

.lnd-glance {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 10px;
	margin: 0 0 30px;
}
.lnd-glance > div { border: 1px solid var(--lnd-line); border-radius: 8px; padding: 12px 15px; }
.lnd-glance__label {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--lnd-muted);
	margin-bottom: 4px;
}
.lnd-glance__value { font-size: 20px; font-weight: 700; color: var(--lnd-ink); line-height: 1.2; }
.lnd-glance__value--accent { color: var(--lnd-accent); }
.lnd-glance__value--ok { color: var(--lnd-ok); font-size: 16px; }

/* ------------------------------------------------------------------ tables -- */

.lnd-tablewrap { overflow-x: auto; border: 1px solid var(--lnd-line); border-radius: 10px; margin: 0 0 10px; }
.lnd-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.lnd-table caption {
	text-align: left;
	font-size: 12.5px;
	color: var(--lnd-muted);
	padding: 12px 16px 0;
	caption-side: top;
}
.lnd-table thead th {
	background: var(--lnd-ink);
	color: #fff;
	font-family: var(--lnd-sans);
	font-size: 11.5px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-align: left;
	padding: 11px 16px;
	white-space: normal;
}
.lnd-table td, .lnd-table tbody th {
	padding: 12px 16px;
	border-bottom: 1px solid var(--lnd-line-soft);
	text-align: left;
	vertical-align: top;
}
.lnd-table tbody th { font-weight: 600; color: var(--lnd-ink); font-family: var(--lnd-sans); font-size: 14px; }
.lnd-table tbody tr:nth-child(even) { background: var(--lnd-tint); }
.lnd-table tbody tr:last-child td, .lnd-table tbody tr:last-child th { border-bottom: 0; }
.lnd-table a { text-decoration: none; font-weight: 600; }
.lnd-table a:hover { text-decoration: underline; }

/* Figures right-align so magnitudes compare down the column, and stay on one line. */
.lnd-table--compare td:nth-child(3),
.lnd-table--compare td:nth-child(4) { text-align: right; white-space: nowrap; }
.lnd-table--compare thead th:nth-child(3),
.lnd-table--compare thead th:nth-child(4) { text-align: right; }

/* The cheapest row in a comparison, flagged rather than left to be scanned for. */
.lnd-table tr.is-lowest { background: var(--lnd-paper) !important; }
.lnd-table tr.is-lowest td:nth-child(4) { font-weight: 700; color: var(--lnd-accent); }
.lnd-flagtag {
	display: inline-block;
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--lnd-accent);
	border: 1px solid var(--lnd-accent-line);
	border-radius: 3px;
	padding: 1px 5px;
	margin-left: 6px;
	vertical-align: middle;
}

.lnd-note { font-size: 12.5px; color: var(--lnd-muted); line-height: 1.55; margin: 0 0 30px; }
.lnd-legal {
	font-size: 13.5px;
	line-height: 1.6;
	background: var(--lnd-warn-bg);
	border: 1px solid var(--lnd-warn-line);
	border-radius: 8px;
	padding: 13px 16px;
	color: var(--lnd-warn-ink);
}
.lnd-warnbox {
	background: var(--lnd-warn-bg);
	border: 1px solid var(--lnd-warn-line);
	border-left: 3px solid var(--lnd-warn);
	border-radius: 0 8px 8px 0;
	padding: 14px 16px;
	margin: 0 0 24px;
}
body:is(.lnd-styled,.single-college,.post-type-archive-college,.tax-college_state,.tax-college_city,.tax-neet_score_bracket,.tax-counselling_body,.single-post,.page,.single-lnd_expert,.blog) .lnd-warnbox h3 { margin: 0 0 6px; font-size: 14px; color: var(--lnd-warn-ink); font-family: var(--lnd-sans); }
.lnd-warnbox p { margin: 0 0 8px; font-size: 13px; color: var(--lnd-warn-ink); }
.lnd-warnbox p:last-child { margin-bottom: 0; }

/* ------------------------------------------------------- lists, chips, tiers -- */

.lnd-chips { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 0 0 28px; }
.lnd-chips a {
	display: inline-block;
	padding: 6px 13px;
	border: 1px solid #d3dde9;
	border-radius: 999px;
	font-size: 13px;
	text-decoration: none;
	color: var(--lnd-ink);
	background: #fff;
}
.lnd-chips a:hover { border-color: var(--lnd-accent); color: var(--lnd-accent); }
.lnd-chips span { color: var(--lnd-faint); }

.lnd-related ul, .lnd-group ul { list-style: none; padding: 0; margin: 0 0 20px; }
.lnd-related li, .lnd-group li { padding: 9px 0; border-bottom: 1px solid var(--lnd-line-soft); }
.lnd-related li:last-child, .lnd-group li:last-child { border-bottom: 0; }
.lnd-related a, .lnd-group a { font-weight: 600; text-decoration: none; }
.lnd-related a:hover, .lnd-group a:hover { text-decoration: underline; }
.lnd-related li span, .lnd-group li span {
	display: block;
	font-size: 12.5px;
	color: var(--lnd-muted);
	margin-top: 2px;
}
.lnd-more { font-weight: 600; }
.lnd-steps li { margin-bottom: 10px; }

.lnd-tiers ul { list-style: none; padding: 0; margin: 0 0 16px; }
body:is(.lnd-styled,.single-college,.post-type-archive-college,.tax-college_state,.tax-college_city,.tax-neet_score_bracket,.tax-counselling_body,.single-post,.page,.single-lnd_expert,.blog) .lnd-tiers h3 {
	font-size: 13.5px;
	font-weight: 700;
	color: var(--lnd-ink);
	margin: 18px 0 3px;
	font-family: var(--lnd-sans);
}
.lnd-tiers li {
	padding: 9px 0;
	border-bottom: 1px solid var(--lnd-line-soft);
}
.lnd-tiers li:last-child { border-bottom: 0; }
.lnd-tiers li span, .lnd-order li span {
	display: block;
	font-size: 12.5px;
	color: var(--lnd-muted);
	margin-top: 2px;
}
.lnd-order ol { padding-left: 20px; margin: 0 0 12px; }
.lnd-order li { padding: 7px 0; }
.lnd-docs { padding-left: 20px; }
.lnd-docs li { margin-bottom: 6px; }
.lnd-group__note { font-size: 12px; color: var(--lnd-muted); margin: 0 0 8px; }
.lnd-more-count { color: var(--lnd-muted); font-size: 13px; }
.lnd-portal a { font-weight: 600; }

/* --------------------------------------------------------------------- FAQ -- */

.lnd-faq details {
	border: 1px solid var(--lnd-line);
	border-radius: 8px;
	padding: 13px 16px;
	margin-bottom: 10px;
	background: #fff;
}
.lnd-faq summary {
	font-weight: 600;
	cursor: pointer;
	color: var(--lnd-ink);
	font-size: 15px;
	list-style: none;
}
.lnd-faq summary::-webkit-details-marker { display: none; }
.lnd-faq summary::after { content: "+"; float: right; color: var(--lnd-accent); font-weight: 400; font-size: 18px; line-height: 1; }
.lnd-faq details[open] summary::after { content: "\2212"; }
.lnd-faq details[open] summary { margin-bottom: 9px; }
.lnd-faq p { margin: 0; font-size: 15px; }

/* -------------------------------------------------------------- hero image -- */

.lnd-hero { margin: 0 0 22px; }
.lnd-hero img { width: 100%; height: auto; border-radius: 10px; display: block; }
.lnd-credit { font-size: 12px; color: var(--lnd-muted); margin: 8px 0 0; line-height: 1.5; }
.lnd-credit a { color: var(--lnd-muted); text-decoration: underline; }

/* ------------------------------------------------------------- calculators -- */

.lnd-calc { border: 1px solid #d3dde9; border-radius: 12px; background: #fff; overflow: hidden; }
.lnd-calc__head { background: var(--lnd-ink); padding: 13px 16px; }
body:is(.lnd-styled,.single-college,.post-type-archive-college,.tax-college_state,.tax-college_city,.tax-neet_score_bracket,.tax-counselling_body,.single-post,.page,.single-lnd_expert,.blog) .lnd-calc__head h2 {
	font-size: 14px;
	margin: 0;
	color: #fff;
	font-family: var(--lnd-sans);
	font-weight: 700;
	padding: 0;
}
body:is(.lnd-styled,.single-college,.post-type-archive-college,.tax-college_state,.tax-college_city,.tax-neet_score_bracket,.tax-counselling_body,.single-post,.page,.single-lnd_expert,.blog) .lnd-calc__head h2::before { display: none; }
.lnd-calc__head p { font-size: 12.5px; color: #c6d4e4; margin: 4px 0 0; line-height: 1.45; }
.lnd-calc__body { padding: 14px 16px; }

.lnd-field { margin-bottom: 12px; }
.lnd-field label {
	display: block;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--lnd-muted);
	margin-bottom: 5px;
}
.lnd-field label span { color: var(--lnd-stop); }
.lnd-field input, .lnd-field select, .lnd-field textarea {
	width: 100%;
	padding: 9px 11px;
	border: 1px solid #cbd5e0;
	border-radius: 6px;
	font-size: 14px;
	font-family: var(--lnd-sans);
	box-sizing: border-box;
	background: #fff;
	color: var(--lnd-body);
}
.lnd-field input:focus, .lnd-field select:focus, .lnd-field textarea:focus {
	outline: 2px solid var(--lnd-ink);
	outline-offset: 1px;
}
.lnd-field input[type="range"] { padding: 0; accent-color: var(--lnd-accent); }

.lnd-calc__result { border-top: 1px solid var(--lnd-line-soft); padding-top: 12px; margin-top: 4px; }

/* Score bands: the headline answer, above the list rather than buried in it. */
.lnd-bandrow { display: flex; gap: 6px; margin-bottom: 13px; }
.lnd-band { flex: 1; text-align: center; border-radius: 6px; padding: 7px 4px; border: 1px solid var(--lnd-line); background: var(--lnd-tint); }
.lnd-band__n { font-size: 17px; font-weight: 700; line-height: 1.1; font-variant-numeric: tabular-nums; }
.lnd-band__l { font-size: 10.5px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; }
.lnd-band--safe { background: var(--lnd-ok-bg); border-color: var(--lnd-ok-line); }
.lnd-band--safe .lnd-band__n, .lnd-band--safe .lnd-band__l { color: var(--lnd-ok); }
.lnd-band--mid { background: var(--lnd-warn-bg); border-color: var(--lnd-warn-line); }
.lnd-band--mid .lnd-band__n, .lnd-band--mid .lnd-band__l { color: var(--lnd-warn); }
.lnd-band--reach .lnd-band__n, .lnd-band--reach .lnd-band__l { color: var(--lnd-muted); }

body:is(.lnd-styled,.single-college,.post-type-archive-college,.tax-college_state,.tax-college_city,.tax-neet_score_bracket,.tax-counselling_body,.single-post,.page,.single-lnd_expert,.blog) .lnd-group h3 { font-size: 13px; margin: 0 0 2px; color: var(--lnd-ink); font-family: var(--lnd-sans); }
.lnd-group h3 span { color: var(--lnd-muted); font-weight: 400; }
.lnd-group li { padding: 8px 0; font-size: 13.5px; }
.lnd-flag {
	display: inline-block;
	font-size: 11px;
	font-style: normal;
	background: var(--lnd-warn-bg);
	color: var(--lnd-warn-ink);
	border: 1px solid var(--lnd-warn-line);
	border-radius: 4px;
	padding: 1px 6px;
	margin-left: 4px;
}
.lnd-warn { color: var(--lnd-warn-ink); font-size: 13.5px; background: var(--lnd-warn-bg); border: 1px solid var(--lnd-warn-line); border-radius: 6px; padding: 10px 12px; }
.lnd-calc__cta { margin: 12px 0 0; }
.lnd-calc__cta a {
	display: block;
	text-align: center;
	border: 1px solid var(--lnd-ink);
	border-radius: 6px;
	padding: 9px;
	font-size: 13px;
	font-weight: 600;
	color: var(--lnd-ink);
	text-decoration: none;
}
.lnd-calc__cta a:hover { background: var(--lnd-ink); color: #fff; }

/* --------------------------------------------------------------- lead form -- */

.lnd-lead {
	background: #fff;
	border: 1px solid var(--lnd-line);
	border-top: 3px solid var(--lnd-accent);
	border-radius: 4px 4px 12px 12px;
	padding: 26px;
	margin: 34px 0;
}
.lnd-lead__badge {
	display: inline-block;
	background: var(--lnd-paper);
	color: var(--lnd-accent);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 4px 10px;
	border-radius: 999px;
	border: 1px solid var(--lnd-accent-line);
	margin: 0 0 12px;
}
body:is(.lnd-styled,.single-college,.post-type-archive-college,.tax-college_state,.tax-college_city,.tax-neet_score_bracket,.tax-counselling_body,.single-post,.page,.single-lnd_expert,.blog) .lnd-lead h2 { margin: 0 0 8px; font-size: 22px; padding: 0; }
body:is(.lnd-styled,.single-college,.post-type-archive-college,.tax-college_state,.tax-college_city,.tax-neet_score_bracket,.tax-counselling_body,.single-post,.page,.single-lnd_expert,.blog) .lnd-lead h2::before { display: none; }
.lnd-lead__intro { font-size: 15px; color: #4a5568; margin: 0 0 20px; }
.lnd-lead__ok {
	background: var(--lnd-ok-bg);
	border: 1px solid var(--lnd-ok-line);
	color: var(--lnd-ok);
	border-radius: 6px;
	padding: 12px 14px;
	font-size: 14px;
}
.lnd-row { display: flex; gap: 15px; }
.lnd-row .lnd-field { flex: 1; }
@media (max-width: 600px) { .lnd-row { flex-direction: column; gap: 0; } }
.lnd-hp { position: absolute; left: -9999px; height: 0; overflow: hidden; }

.lnd-age { border: 1px solid var(--lnd-line); border-radius: 8px; padding: 12px 14px; margin: 0 0 16px; }
.lnd-age legend { font-size: 12px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--lnd-muted); padding: 0 6px; }
.lnd-age label { display: block; font-size: 14px; margin-bottom: 6px; font-weight: 400; text-transform: none; letter-spacing: 0; color: var(--lnd-body); }
.lnd-age input[type="radio"] { width: auto; margin-right: 6px; }
.lnd-hint { font-size: 12px; color: var(--lnd-muted); margin: 4px 0 0; }
.lnd-consent { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; color: var(--lnd-muted); margin-bottom: 18px; }
.lnd-consent input { width: auto; margin-top: 2px; }

.lnd-submit {
	width: 100%;
	background: var(--lnd-accent);
	color: #fff;
	border: none;
	padding: 14px 20px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 700;
	font-family: var(--lnd-sans);
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3px;
}
.lnd-submit:hover { background: #8d3c24; }
.lnd-submit:active { transform: scale(0.995); }
.lnd-submit small { font-size: 11px; font-weight: 400; opacity: 0.85; }
.lnd-lead__privacy { font-size: 11.5px; color: var(--lnd-muted); text-align: center; margin: 12px 0 0; }

/* ----------------------------------------------------------------- sources -- */

.lnd-sources {
	border: 1px solid var(--lnd-line);
	border-radius: 10px;
	padding: 18px 20px;
	margin: 34px 0 0;
	background: var(--lnd-tint);
}
body:is(.lnd-styled,.single-college,.post-type-archive-college,.tax-college_state,.tax-college_city,.tax-neet_score_bracket,.tax-counselling_body,.single-post,.page,.single-lnd_expert,.blog) .lnd-sources h2 { font-size: 17px; margin: 0 0 8px; padding: 0; }
body:is(.lnd-styled,.single-college,.post-type-archive-college,.tax-college_state,.tax-college_city,.tax-neet_score_bracket,.tax-counselling_body,.single-post,.page,.single-lnd_expert,.blog) .lnd-sources h2::before { display: none; }
.lnd-sources p { font-size: 14px; margin: 0 0 10px; }
.lnd-sources ul { margin: 0 0 10px; padding-left: 20px; }
.lnd-sources li { font-size: 14px; margin-bottom: 4px; }

/* --------------------------------------------------------- publisher footer -- */

.lnd-publisher { border-top: 1px solid var(--lnd-line); background: #fff; padding: 26px 20px; margin-top: 44px; }
.lnd-publisher__inner { max-width: 1100px; margin: 0 auto; font-size: 13px; color: var(--lnd-muted); line-height: 1.6; }
.lnd-publisher__inner p { margin: 0 0 4px; font-size: 13px; }
.lnd-publisher a { color: var(--lnd-ink); }
.lnd-publisher__links { margin-top: 8px !important; }
.lnd-publisher__note { margin-top: 10px !important; font-size: 12px; opacity: 0.85; }

/* -------------------------------------------------------------- HTML sitemap -- */

.lnd-sm { margin: 0 0 34px; }
body:is(.lnd-styled,.single-college,.post-type-archive-college,.tax-college_state,.tax-college_city,.tax-neet_score_bracket,.tax-counselling_body,.single-post,.page,.single-lnd_expert,.blog) .lnd-sm h2 { font-size: 20px; margin: 0 0 4px; padding-bottom: 7px; border-bottom: 2px solid var(--lnd-line); }
body:is(.lnd-styled,.single-college,.post-type-archive-college,.tax-college_state,.tax-college_city,.tax-neet_score_bracket,.tax-counselling_body,.single-post,.page,.single-lnd_expert,.blog) .lnd-sm h2::before { display: none; }
body:is(.lnd-styled,.single-college,.post-type-archive-college,.tax-college_state,.tax-college_city,.tax-neet_score_bracket,.tax-counselling_body,.single-post,.page,.single-lnd_expert,.blog) .lnd-sm h3 { font-size: 15px; margin: 18px 0 4px; color: var(--lnd-ink-2); }
.lnd-sm__note { font-size: 13px; color: var(--lnd-muted); margin: 6px 0 12px; }
.lnd-sm__list { list-style: none; padding: 0; margin: 10px 0 0; }
.lnd-sm__list > li { padding: 8px 0; border-bottom: 1px solid var(--lnd-line-soft); }
.lnd-sm__list > li:last-child { border-bottom: 0; }
.lnd-sm__list > li > a { font-weight: 600; text-decoration: none; }
.lnd-sm__list > li > a:hover { text-decoration: underline; }
.lnd-sm__list span { display: block; font-size: 12.5px; color: var(--lnd-muted); margin-top: 2px; }
.lnd-sm__sub {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 6px 14px;
	padding: 6px 0 0 14px;
	margin: 0;
	border-left: 2px solid var(--lnd-line);
}
.lnd-sm__sub li { font-size: 13.5px; }
.lnd-sm__sub span { display: inline; font-size: 12px; }

/* --------------------------------------------------------- article furniture -- */

.lnd-eyebrow {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--lnd-accent);
	margin: 0 0 10px;
}
.lnd-toc { border: 1px solid var(--lnd-line); border-radius: 10px; padding: 15px 17px; }
.lnd-toc__label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--lnd-muted);
	margin: 0 0 11px;
}
.lnd-toc ol { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.lnd-toc a {
	display: block;
	font-size: 13.5px;
	line-height: 1.4;
	color: var(--lnd-muted);
	text-decoration: none;
	border-left: 2px solid var(--lnd-line);
	padding-left: 10px;
}
.lnd-toc a:hover { color: var(--lnd-accent); border-left-color: var(--lnd-accent-line); }

@media (prefers-reduced-motion: reduce) {
	.lnd-submit:active { transform: none; }
}

/* Comparison table column sizing.
   Without explicit widths the browser divides six columns evenly and the college name
   — the longest string and the one people scan — wraps to four lines while "City" and
   "Open" sit in half-empty columns. Fixed layout gives the name the room it needs. */
.lnd-table--compare { table-layout: fixed; }
.lnd-table--compare th:nth-child(1) { width: 33%; }
.lnd-table--compare th:nth-child(2) { width: 13%; }
.lnd-table--compare th:nth-child(3) { width: 15%; }
.lnd-table--compare th:nth-child(4) { width: 13%; }
.lnd-table--compare th:nth-child(5) { width: 14%; }
.lnd-table--compare th:nth-child(6) { width: 12%; }
.lnd-table--compare tbody th { hyphens: auto; }

@media (max-width: 860px) {
	.lnd-table--compare { table-layout: auto; min-width: 720px; }
}

/* Round-wise and fee tables read better with the label column dominant. */
.lnd-table:not(.lnd-table--compare) tbody th { width: 34%; }

/* Header cells wrap; figures do not. */
.lnd-table--compare thead th { line-height: 1.25; }
.lnd-table--compare td:nth-child(3),
.lnd-table--compare td:nth-child(4) { white-space: nowrap; }
.lnd-table--compare td:nth-child(2),
.lnd-table--compare td:nth-child(5),
.lnd-table--compare td:nth-child(6) { font-size: 13px; color: var(--lnd-muted); }
.lnd-table--compare tbody th { padding-right: 10px; }
.lnd-flagtag { white-space: nowrap; }
/* Category label, first in the byline row. */
.lnd-byline__cat {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: var(--lnd-accent);
}
