:root {
	--td-bg: #f7fafc;
	--td-card: #ffffff;
	--td-text: #0f172a;
	--td-muted: #64748b;
	--td-border: #e2e8f0;
	--td-primary: #2563eb;
	--td-secondary: #10b981;
	--td-soft-blue: #eff6ff;
	--td-soft-green: #ecfdf5;
	--td-shadow: 0 18px 60px rgba(15, 23, 42, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--td-bg);
	color: var(--td-text);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
input, select, button { font: inherit; }
.skip-link { position: absolute; left: -999px; top: 8px; z-index: 99; }
.skip-link:focus { left: 8px; background: #fff; padding: 10px 14px; border-radius: 8px; }
.td-container { width: min(1180px, calc(100% - 32px)); margin-inline: auto; }
.td-main { min-height: 58vh; }

.td-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(247, 250, 252, .88);
	backdrop-filter: blur(16px);
	border-bottom: 1px solid rgba(226, 232, 240, .82);
}
.td-header__inner { min-height: 76px; display: flex; align-items: center; gap: 18px; }
.td-logo { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; white-space: nowrap; }
.td-logo__mark {
	width: 42px;
	height: 42px;
	border-radius: 14px;
	display: grid;
	place-items: center;
	color: #fff;
	background: linear-gradient(135deg, var(--td-primary), var(--td-secondary));
	box-shadow: 0 12px 26px rgba(37, 99, 235, .22);
}
.td-logo__text { font-size: 1.15rem; }
.td-nav { margin-left: auto; }
.td-nav__list { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 4px; }
.td-nav__list a { display: block; padding: 10px 12px; border-radius: 12px; color: #334155; font-weight: 650; font-size: .94rem; }
.td-nav__list a:hover { background: #fff; color: var(--td-primary); }
.td-header-search { width: 178px; }
.td-header-search input {
	width: 100%;
	border: 1px solid var(--td-border);
	border-radius: 999px;
	padding: 10px 13px;
	background: #fff;
}
.td-menu-toggle { display: none; margin-left: auto; border: 1px solid var(--td-border); background: #fff; border-radius: 12px; padding: 9px 12px; }
.td-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 999px;
	background: var(--td-primary);
	color: #fff;
	font-weight: 800;
	padding: 13px 20px;
	box-shadow: 0 14px 26px rgba(37, 99, 235, .22);
	cursor: pointer;
}
.td-button--small { padding: 10px 15px; font-size: .94rem; }

.td-hero { padding: 72px 0 52px; overflow: hidden; }
.td-hero__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .72fr); gap: 42px; align-items: center; }
.td-kicker { margin: 0 0 12px; color: var(--td-primary); font-weight: 850; text-transform: uppercase; font-size: .78rem; }
.td-hero h1, .td-single-hero h1, .td-archive-hero h1 {
	margin: 0;
	line-height: 1.06;
	font-size: clamp(2.2rem, 5vw, 4.65rem);
	letter-spacing: 0;
}
.td-hero__lead { font-size: 1.15rem; color: var(--td-muted); max-width: 760px; margin: 22px 0 0; }
.td-search-large {
	margin-top: 30px;
	background: #fff;
	border: 1px solid var(--td-border);
	border-radius: 24px;
	padding: 8px;
	display: flex;
	gap: 8px;
	box-shadow: var(--td-shadow);
	max-width: 760px;
}
.td-search-large input {
	min-width: 0;
	flex: 1;
	border: 0;
	padding: 16px 18px;
	outline: none;
	background: transparent;
}
.td-search-large button { border: 0; border-radius: 18px; padding: 0 22px; color: #fff; background: var(--td-primary); font-weight: 800; cursor: pointer; }
.td-search-large--compact { margin-top: 20px; max-width: 720px; }
.td-quick-tags { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 10px; }
.td-quick-tags a, .td-badge {
	display: inline-flex;
	align-items: center;
	border: 1px solid var(--td-border);
	border-radius: 999px;
	padding: 7px 11px;
	background: #fff;
	color: #334155;
	font-size: .86rem;
	font-weight: 700;
}
.td-hero__panel {
	position: relative;
	background: linear-gradient(145deg, #fff, #eff6ff);
	border: 1px solid var(--td-border);
	border-radius: 34px;
	padding: 22px;
	box-shadow: var(--td-shadow);
	min-height: 420px;
}
.td-hero__panel img { border-radius: 26px; min-height: 320px; object-fit: cover; }
.td-hero__stat {
	position: absolute;
	left: 34px;
	bottom: 34px;
	background: rgba(255, 255, 255, .92);
	border: 1px solid var(--td-border);
	border-radius: 20px;
	padding: 12px 16px;
	box-shadow: 0 12px 32px rgba(15, 23, 42, .1);
}
.td-hero__stat + .td-hero__stat { left: auto; right: 34px; }
.td-hero__stat strong { display: block; font-size: 1.45rem; line-height: 1.1; }
.td-hero__stat span { color: var(--td-muted); font-size: .88rem; }

.td-section { padding: 54px 0; }
.td-section--soft { background: #fff; border-block: 1px solid var(--td-border); }
.td-section--notice { padding: 34px 0 18px; }
.td-section__head { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 24px; }
.td-section__head h2, .td-article h2 { margin: 0; font-size: clamp(1.55rem, 3vw, 2.2rem); line-height: 1.18; }
.td-section__head p { margin: 0; color: var(--td-muted); max-width: 520px; }
.td-topic-grid, .td-need-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.td-need-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.td-topic, .td-need, .td-card, .td-post-list article, .td-side-box, .td-feature, .td-mini-grid > div, .td-note, .td-empty {
	background: var(--td-card);
	border: 1px solid var(--td-border);
	border-radius: 24px;
	box-shadow: 0 10px 32px rgba(15, 23, 42, .045);
}
.td-topic { padding: 14px; display: flex; align-items: center; gap: 13px; }
.td-topic img {
	width: 58px;
	height: 58px;
	flex: 0 0 auto;
	border-radius: 18px;
	object-fit: cover;
	box-shadow: 0 10px 22px rgba(15, 23, 42, .08);
}
.td-topic span { width: 46px; height: 46px; border-radius: 16px; display: grid; place-items: center; background: var(--td-soft-blue); color: var(--td-primary); font-weight: 900; }
.td-topic strong, .td-need strong { font-size: 1.05rem; }
.td-card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.td-taxonomy-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.td-card { overflow: hidden; display: flex; flex-direction: column; min-height: 100%; }
.td-card__media { background: var(--td-soft-blue); aspect-ratio: 16 / 9; overflow: hidden; }
.td-card__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.td-card__body { padding: 18px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.td-card h3 { font-size: 1.06rem; line-height: 1.3; margin: 0; }
.td-card p { margin: 0; color: var(--td-muted); font-size: .94rem; }
.td-card__meta { margin-top: auto; display: flex; justify-content: space-between; gap: 10px; color: #475569; font-size: .84rem; }
.td-badges { display: flex; flex-wrap: wrap; gap: 7px; }
.td-badge { padding: 5px 9px; font-size: .78rem; color: var(--td-primary); background: var(--td-soft-blue); border-color: #bfdbfe; }
.td-need { padding: 12px; min-height: 100%; display: flex; flex-direction: column; gap: 10px; overflow: hidden; }
.td-need img {
	width: 100%;
	aspect-ratio: 4 / 3;
	border-radius: 18px;
	object-fit: cover;
	background: var(--td-soft-blue);
}
.td-need strong { padding-inline: 4px; }
.td-need span { color: var(--td-muted); padding: 0 4px 6px; }
.td-post-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.td-post-list article { overflow: hidden; }
.td-post-list article a { display: block; padding: 12px 12px 20px; }
.td-post-list img {
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 18px;
	object-fit: cover;
	object-position: center;
	margin-bottom: 14px;
	background: var(--td-soft-blue);
}
.td-post-list span { display: block; color: var(--td-primary); font-size: .84rem; font-weight: 750; margin-bottom: 8px; }
.td-post-list strong { display: block; font-size: 1.08rem; line-height: 1.32; }
.td-post-list p { margin: 10px 0 0; color: var(--td-muted); }
.td-alert {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	max-width: 860px;
	margin: 0 auto;
	padding: 18px 0;
	border-top: 1px solid var(--td-border);
	border-bottom: 1px solid var(--td-border);
	color: #475569;
}
.td-alert::before {
	content: "!";
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: #fff7ed;
	color: #c2410c;
	font-weight: 900;
}
.td-alert strong {
	display: block;
	color: #0f172a;
	font-size: 1rem;
	margin-bottom: 4px;
}
.td-alert p { margin: 0; color: #475569; }
.td-final-cta { padding: 64px 0; }
.td-final-cta__inner {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	border-radius: 30px;
	padding: 34px 38px;
	background: #0f172a;
	border: 1px solid rgba(255, 255, 255, .1);
	box-shadow: 0 24px 54px rgba(15, 23, 42, .18);
}
.td-final-cta__inner::after {
	content: "";
	position: absolute;
	inset: auto -90px -150px auto;
	width: 280px;
	height: 280px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(16, 185, 129, .34), rgba(37, 99, 235, 0));
	pointer-events: none;
}
.td-final-cta__inner > * { position: relative; z-index: 1; }
.td-final-cta h2 { margin: 0; color: #fff; font-size: clamp(1.7rem, 4vw, 2.6rem); line-height: 1.15; }
.td-final-cta p { margin: 10px 0 0; color: #cbd5e1; max-width: 650px; }
.td-final-cta .td-button {
	background: #fff;
	color: var(--td-primary);
	box-shadow: none;
}

.td-page-pad { padding: 34px 0 64px; }
.td-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; color: var(--td-muted); font-size: .92rem; margin-bottom: 20px; }
.td-breadcrumb a { color: var(--td-primary); font-weight: 700; }
.td-single-hero, .td-archive-hero {
	background: #fff;
	border: 1px solid var(--td-border);
	border-radius: 32px;
	padding: 32px;
	box-shadow: var(--td-shadow);
}
.td-single-hero { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 28px; align-items: center; }
.td-single-hero h1, .td-archive-hero h1 { font-size: clamp(2rem, 4vw, 3.8rem); }
.td-single-hero p, .td-archive-hero p { color: var(--td-muted); font-size: 1.08rem; }
.td-single-hero img { border-radius: 24px; aspect-ratio: 4 / 3; object-fit: cover; }
.td-info-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin: 18px 0; }
.td-info-strip > div { background: #fff; border: 1px solid var(--td-border); border-radius: 20px; padding: 16px; min-width: 0; }
.td-info-strip span { display: block; color: var(--td-muted); font-size: .84rem; }
.td-info-strip strong { display: block; margin-top: 5px; overflow-wrap: anywhere; }
.td-content-layout { display: grid; grid-template-columns: 190px minmax(0, 1fr) 270px; gap: 22px; align-items: start; }
.td-content-layout--wide { grid-template-columns: minmax(0, 1fr) 300px; }
.td-toc { position: sticky; top: 96px; background: #fff; border: 1px solid var(--td-border); border-radius: 22px; padding: 16px; display: grid; gap: 8px; }
.td-toc strong { margin-bottom: 4px; }
.td-toc a { color: #475569; font-weight: 700; font-size: .92rem; padding: 6px 0; }
.td-article { background: #fff; border: 1px solid var(--td-border); border-radius: 28px; padding: 30px; }
.td-article--page { box-shadow: var(--td-shadow); }
.td-article section + section { margin-top: 36px; padding-top: 26px; border-top: 1px solid var(--td-border); }
.td-article h1 { font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.13; margin: 0 0 20px; }
.td-article h2 { margin: 0 0 14px; }
.td-article h3 { margin: 0 0 8px; font-size: 1.05rem; }
.td-article p { color: #334155; }
.td-article-cover {
	margin: 0 0 28px;
	border-radius: 24px;
	overflow: hidden;
	border: 1px solid var(--td-border);
	background: var(--td-soft-blue);
	box-shadow: 0 16px 36px rgba(15, 23, 42, .07);
}
.td-article-cover img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	object-position: center;
}
.td-article-cover figcaption {
	padding: 10px 14px;
	color: var(--td-muted);
	font-size: .9rem;
	background: #fff;
}
.td-page-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 10px;
	color: var(--td-primary);
	font-size: .82rem;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.td-page-lead {
	color: #334155;
	font-size: clamp(1.05rem, 2vw, 1.2rem);
	line-height: 1.75;
	margin-bottom: 26px;
}
.td-page-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin: 24px 0;
}
.td-page-panel {
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	border: 1px solid var(--td-border);
	border-radius: 22px;
	padding: 20px;
}
.td-page-panel h3 { margin-bottom: 10px; }
.td-page-panel p, .td-page-panel li { color: #475569; }
.td-page-panel ul {
	margin: 12px 0 0;
	padding-left: 18px;
	display: grid;
	gap: 8px;
}
.td-page-note {
	background: #eff6ff;
	border: 1px solid #bfdbfe;
	border-radius: 22px;
	color: #1e3a8a;
	margin: 24px 0;
	padding: 18px 20px;
}
.td-page-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 24px 0 4px;
}
.td-page-cta a,
.td-page-connect__grid a {
	border: 1px solid var(--td-border);
	border-radius: 18px;
	background: #fff;
	color: var(--td-text);
	font-weight: 800;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.td-page-cta a {
	padding: 12px 16px;
}
.td-page-cta a:hover,
.td-page-connect__grid a:hover {
	transform: translateY(-2px);
	border-color: #bfdbfe;
	box-shadow: 0 16px 34px rgba(37, 99, 235, .11);
}
.td-page-connect {
	margin-top: 34px;
	padding: 24px;
	border: 1px solid #bfdbfe;
	border-radius: 26px;
	background:
		linear-gradient(135deg, rgba(37, 99, 235, .08), rgba(16, 185, 129, .08)),
		#fff;
}
.td-page-connect h2 { margin-bottom: 8px; }
.td-page-connect p { margin-bottom: 18px; }
.td-page-connect__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}
.td-page-connect__grid a {
	display: grid;
	gap: 8px;
	padding: 16px;
}
.td-page-connect__grid span {
	color: var(--td-muted);
	font-size: .94rem;
	font-weight: 500;
	line-height: 1.55;
}
.td-feature-grid, .td-mini-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.td-feature, .td-mini-grid > div, .td-note { padding: 18px; box-shadow: none; }
.td-feature span { width: 40px; height: 40px; border-radius: 14px; display: grid; place-items: center; background: var(--td-soft-green); color: #047857; font-weight: 900; margin-bottom: 10px; }
.td-check-list, .td-warn-list { padding-left: 0; list-style: none; display: grid; gap: 10px; }
.td-check-list li, .td-warn-list li { position: relative; padding-left: 28px; color: #334155; }
.td-check-list li::before, .td-warn-list li::before { content: "✓"; position: absolute; left: 0; color: var(--td-secondary); font-weight: 900; }
.td-warn-list li::before { content: "!"; color: #f97316; }
.td-faq { border: 1px solid var(--td-border); border-radius: 18px; padding: 14px 16px; margin-top: 10px; }
.td-faq summary { cursor: pointer; font-weight: 800; }
.td-sidebar { display: grid; gap: 14px; }
.td-side-box { padding: 18px; display: grid; gap: 10px; }
.td-side-box--warn { background: #fff7ed; border-color: #fed7aa; }
.td-side-search { display: grid; gap: 10px; background: #fff; border: 1px solid var(--td-border); border-radius: 22px; padding: 16px; }
.td-side-search input, .td-filter-bar select {
	width: 100%;
	border: 1px solid var(--td-border);
	border-radius: 14px;
	padding: 12px 13px;
	background: #fff;
	min-width: 0;
}
.td-side-search button { border: 0; border-radius: 14px; padding: 11px; background: var(--td-primary); color: #fff; font-weight: 800; }
.td-filter-bar { margin: 18px 0 24px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)) auto; gap: 12px; }
.td-pagination { margin-top: 24px; display: flex; gap: 8px; flex-wrap: wrap; }
.td-pagination .page-numbers { padding: 9px 13px; border-radius: 12px; border: 1px solid var(--td-border); background: #fff; }
.td-pagination .current { background: var(--td-primary); color: #fff; border-color: var(--td-primary); }
.td-empty { padding: 34px; text-align: center; }
.td-narrow { max-width: 860px; }

.td-footer {
	background: #eef5ff;
	border-top: 1px solid #dbeafe;
	padding: 42px 0 24px;
}
.td-footer-cta {
	display: grid;
	grid-template-columns: minmax(0, .8fr) minmax(360px, 1.2fr);
	gap: 18px;
	align-items: center;
	padding: 0 0 24px;
	border-bottom: 1px solid #dbeafe;
}
.td-footer-cta span {
	color: var(--td-primary);
	font-size: .78rem;
	font-weight: 850;
	text-transform: uppercase;
}
.td-footer-cta h2 {
	margin: 6px 0 0;
	color: var(--td-text);
	font-size: clamp(1.05rem, 1.5vw, 1.35rem);
	line-height: 1.2;
}
.td-footer-search {
	display: flex;
	gap: 8px;
	padding: 6px;
	border: 1px solid var(--td-border);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 10px 26px rgba(15, 23, 42, .05);
}
.td-footer-search input {
	min-width: 0;
	flex: 1;
	border: 0;
	outline: none;
	padding: 13px 14px;
	color: var(--td-text);
	background: transparent;
}
.td-footer-search button {
	border: 0;
	border-radius: 13px;
	padding: 0 16px;
	background: var(--td-primary);
	color: #fff;
	font-weight: 850;
	cursor: pointer;
	white-space: nowrap;
}
.td-footer-main {
	display: grid;
	grid-template-columns: minmax(260px, 1.25fr) .85fr .85fr .9fr;
	gap: 28px;
	margin-top: 30px;
}
.td-footer-brand,
.td-footer-col {
	min-width: 0;
}
.td-logo--footer .td-logo__mark { box-shadow: none; }
.td-footer-brand p {
	max-width: 420px;
	margin: 16px 0 0;
	color: #475569;
}
.td-footer-note {
	margin-top: 18px;
	padding: 14px 16px;
	border-radius: 18px;
	background: #fff;
	border: 1px solid var(--td-border);
}
.td-footer-note strong {
	display: block;
	color: var(--td-text);
}
.td-footer-note p {
	margin: 4px 0 0;
	color: var(--td-muted);
	font-size: .92rem;
}
.td-footer h2 {
	margin: 0 0 13px;
	color: var(--td-text);
	font-size: .95rem;
}
.td-footer-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}
.td-footer-tags a {
	display: inline-flex;
	align-items: center;
	border: 1px solid var(--td-border);
	border-radius: 999px;
	padding: 8px 11px;
	background: #fff;
	color: #334155;
	font-weight: 750;
	font-size: .9rem;
}
.td-footer-links {
	list-style: none;
	display: grid;
	gap: 9px;
	margin: 0;
	padding: 0;
}
.td-footer-links a {
	color: #475569;
	font-weight: 650;
}
.td-footer-tags a:hover,
.td-footer-links a:hover,
.td-footer-bottom a:hover {
	color: var(--td-primary);
}
.td-footer-contact {
	display: grid;
	gap: 10px;
}
.td-footer-contact p {
	margin: 0;
	padding: 12px 14px;
	border: 1px solid var(--td-border);
	border-radius: 16px;
	background: #fff;
	color: #475569;
}
.td-footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	margin-top: 28px;
	padding-top: 18px;
	border-top: 1px solid #dbeafe;
	color: #64748b;
	font-size: .9rem;
}
.td-footer-bottom a {
	color: #334155;
	font-weight: 750;
}

@media (max-width: 1080px) {
	.td-header-search { display: none; }
	.td-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.td-taxonomy-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.td-topic-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.td-need-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.td-content-layout { grid-template-columns: minmax(0, 1fr) 280px; }
	.td-toc { position: static; grid-column: 1 / -1; display: flex; flex-wrap: wrap; }
	.td-footer-cta { grid-template-columns: 1fr; }
	.td-footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
	.td-container { width: min(100% - 24px, 1180px); }
	.td-header__inner { min-height: 66px; }
	.td-menu-toggle { display: inline-flex; }
	.td-nav {
		display: none;
		position: absolute;
		left: 12px;
		right: 12px;
		top: 72px;
		background: #fff;
		border: 1px solid var(--td-border);
		border-radius: 22px;
		padding: 10px;
		box-shadow: var(--td-shadow);
	}
	.td-nav.is-open { display: block; }
	.td-nav__list { display: grid; gap: 2px; }
	.td-header .td-button { display: none; }
	.td-hero { padding-top: 42px; }
	.td-hero__grid, .td-single-hero, .td-content-layout, .td-content-layout--wide, .td-footer-main { grid-template-columns: 1fr; }
	.td-hero__panel { min-height: 300px; }
	.td-hero__panel img { min-height: 250px; }
	.td-section__head, .td-final-cta__inner, .td-footer-bottom { display: grid; align-items: start; }
	.td-card-grid, .td-post-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.td-taxonomy-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.td-topic-grid, .td-need-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.td-info-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.td-filter-bar { grid-template-columns: 1fr; }
	.td-sidebar { grid-row: auto; }
	.td-page-connect__grid { grid-template-columns: 1fr; }
}

@media (max-width: 540px) {
	.td-logo__mark { width: 38px; height: 38px; border-radius: 12px; }
	.td-logo__text { font-size: 1rem; }
	.td-hero h1, .td-single-hero h1, .td-archive-hero h1 { font-size: 2.05rem; }
	.td-search-large { border-radius: 20px; display: grid; }
	.td-search-large button { min-height: 48px; }
	.td-footer { padding-top: 30px; }
	.td-footer-cta { padding-bottom: 18px; }
	.td-footer-search { display: grid; border-radius: 20px; }
	.td-footer-search button { min-height: 48px; }
	.td-footer-tags a { justify-content: center; }
	.td-hero__panel { display: none; }
	.td-card-grid, .td-post-list, .td-topic-grid, .td-need-grid, .td-info-strip, .td-feature-grid, .td-mini-grid, .td-page-grid { grid-template-columns: 1fr; }
	.td-section { padding: 38px 0; }
	.td-single-hero, .td-archive-hero, .td-article, .td-final-cta__inner { padding: 22px; border-radius: 24px; }
	.td-page-pad { padding-top: 22px; }
	.td-page-connect { padding: 18px; border-radius: 22px; }
}
