body.tmesf-mlbb-selection-route #sub-header,
body.tmesf-mlbb-selection-route .elementor-page-title,
body.page-id-988675 #sub-header,
body.page-id-988675 .elementor-page-title {
	display: none !important;
}

body.tmesf-mlbb-selection-route.has-page-header #main-content,
body.page-id-988675.has-page-header #main-content {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.tmesf-mlbb-page {
	--tml-bg: #edf3fb;
	--tml-bg-soft: #f8fbff;
	--tml-bg-panel: rgba(255, 255, 255, 0.78);
	--tml-surface: rgba(255, 255, 255, 0.88);
	--tml-surface-strong: #ffffff;
	--tml-line: rgba(16, 42, 77, 0.09);
	--tml-line-strong: rgba(16, 42, 77, 0.16);
	--tml-gridline: rgba(16, 42, 77, 0.035);
	--tml-ink: #0f1827;
	--tml-muted: #5b6c81;
	--tml-accent: #1dd37d;
	--tml-accent-strong: #149d6b;
	--tml-highlight: #1f78ff;
	--tml-highlight-soft: rgba(31, 120, 255, 0.1);
	--tml-dark: #071a33;
	--tml-dark-soft: #203754;
	--tml-danger: #b42318;
	--tml-success: #117a4d;
	--tml-shadow: 0 20px 44px rgba(17, 18, 22, 0.08);
	--tml-shadow-soft: 0 8px 18px rgba(17, 18, 22, 0.05);
	font-size: 16px;
	color: var(--tml-ink);
	background:
		radial-gradient(circle at top left, rgba(31, 120, 255, 0.14), transparent 24%),
		radial-gradient(circle at 86% 12%, rgba(29, 211, 125, 0.11), transparent 22%),
		repeating-linear-gradient(90deg, transparent 0 118px, var(--tml-gridline) 118px 119px, transparent 119px 236px),
		linear-gradient(180deg, #f8fbff 0%, #edf4fb 46%, #f2f7fc 100%);
}

.tmesf-mlbb-page *,
.tmesf-mlbb-page *::before,
.tmesf-mlbb-page *::after {
	box-sizing: border-box;
}

.tmesf-mlbb-page h1,
.tmesf-mlbb-page h2,
.tmesf-mlbb-page h3,
.tmesf-mlbb-page strong,
.tmesf-mlbb-page legend {
	font-family: "Exo 2", sans-serif;
}

.tmesf-mlbb-page h1,
.tmesf-mlbb-page h2,
.tmesf-mlbb-page h3,
.tmesf-mlbb-page p {
	margin-top: 0;
}

.tmesf-mlbb-page a {
	color: inherit;
}

.tmesf-mlbb-page [id] {
	scroll-margin-top: 110px;
}

.tml-container {
	width: min(1120px, calc(100vw - 32px));
	margin: 0 auto;
}

.tml-section {
	position: relative;
	padding: 76px 0;
}

.tml-section--tint {
	background: linear-gradient(180deg, rgba(31, 120, 255, 0.03), rgba(29, 211, 125, 0.02));
}

.tml-section--dark {
	color: #fff;
	background:
		radial-gradient(circle at top right, rgba(29, 211, 125, 0.14), transparent 24%),
		radial-gradient(circle at 10% 18%, rgba(31, 120, 255, 0.16), transparent 28%),
		linear-gradient(180deg, rgba(7, 26, 51, 0.99), rgba(9, 37, 71, 0.96));
}

.tml-section--cta {
	padding-top: 24px;
}

.tml-form-only {
	min-height: calc(100vh - 120px);
}

.tml-section--form-only {
	padding-top: clamp(28px, 4vw, 52px);
	padding-bottom: 88px;
}

.tml-page-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

.tml-page-toolbar .tml-eyebrow {
	margin-bottom: 0;
	max-width: 28rem;
}

.tml-language-switcher {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
}

.tml-language-switcher__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 0 12px;
	border: 1px solid rgba(16, 42, 77, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.74);
	color: var(--tml-muted);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-decoration: none;
	text-transform: uppercase;
	transition:
		border-color 180ms ease,
		background-color 180ms ease,
		color 180ms ease,
		transform 180ms ease,
		box-shadow 180ms ease;
}

.tml-language-switcher__link:hover,
.tml-language-switcher__link:focus-visible {
	color: var(--tml-highlight);
	border-color: rgba(31, 120, 255, 0.22);
	background: rgba(255, 255, 255, 0.92);
	transform: translateY(-1px);
	box-shadow: var(--tml-shadow-soft);
}

.tml-language-switcher__link.is-active {
	color: #fff;
	border-color: transparent;
	background: linear-gradient(135deg, #0d4fca, #1f78ff);
	box-shadow: 0 12px 24px rgba(31, 120, 255, 0.18);
}

.tml-section-head--form-only {
	max-width: 780px;
	margin-bottom: 24px;
}

.tml-section-head--form-only h1,
.tml-section-head--form-only h2 {
	max-width: 12ch;
	text-wrap: balance;
}

.tml-eyebrow {
	margin-bottom: 10px;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--tml-highlight);
}

.tml-section-head {
	position: relative;
	display: grid;
	gap: 12px;
	margin-bottom: 32px;
	max-width: 760px;
	padding-left: 20px;
}

.tml-section-head::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	bottom: 4px;
	width: 3px;
	border-radius: 999px;
	background: linear-gradient(180deg, var(--tml-highlight), var(--tml-accent));
	opacity: 0.95;
}

.tml-section-head__description {
	margin: 0;
	max-width: 58ch;
	font-size: 0.98rem;
	line-height: 1.68;
	color: var(--tml-muted);
}

.tml-section-head__subtitle {
	margin: -2px 0 0;
	max-width: 46ch;
	font-size: 1.05rem;
	line-height: 1.5;
	color: #23354b;
}

.tml-section-head h1,
.tml-section-head h2 {
	font-size: clamp(1.95rem, 4vw, 3rem);
	line-height: 1.02;
	letter-spacing: -0.04em;
}

.tml-section-head--light .tml-eyebrow,
.tml-section-head--light .tml-section-head__subtitle,
.tml-section-head--light h1,
.tml-section-head--light h2 {
	color: #fff;
}

.tml-section-head--light::before {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(29, 211, 125, 0.92));
}

.tml-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	border: 1px solid transparent;
	border-radius: 999px;
	text-decoration: none;
	font-weight: 700;
	transition:
		transform 180ms ease,
		box-shadow 180ms ease,
		background-color 180ms ease,
		border-color 180ms ease,
		color 180ms ease;
}

.tml-button:hover,
.tml-button:focus-visible {
	transform: translateY(-2px);
	box-shadow: var(--tml-shadow-soft);
}

.tml-button:focus-visible,
.tml-field input:focus,
.tml-field select:focus,
.tml-field textarea:focus,
.tml-checkbox-group input:focus,
.tml-consent input:focus {
	outline: 3px solid rgba(31, 120, 255, 0.18);
	outline-offset: 2px;
}

.tml-button:disabled,
.tml-button[disabled] {
	opacity: 0.66;
	transform: none;
	cursor: not-allowed;
}

.tml-button--primary {
	color: #fff;
	background: linear-gradient(135deg, #0d4fca, #1f78ff);
}

.tml-button--ghost {
	color: var(--tml-ink);
	background: rgba(255, 255, 255, 0.74);
	border-color: rgba(16, 42, 77, 0.1);
}

.tml-button--ghost-light {
	color: #fff;
	background: transparent;
	border-color: rgba(255, 255, 255, 0.24);
}

.tml-hero {
	padding: 64px 0 32px;
}

.tml-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.03fr) minmax(360px, 0.97fr);
	gap: 36px;
	align-items: stretch;
}

.tml-hero__copy {
	max-width: 600px;
	padding: 34px 0 10px;
}

.tml-hero__lead-row,
.tml-hero__actions,
.tml-hero__status,
.tml-hero__badges,
.tml-final-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.tml-badge-status,
.tml-hero__status span,
.tml-hero__badges span {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0 14px;
	border-radius: 999px;
	border: 1px solid rgba(16, 42, 77, 0.08);
	background: rgba(255, 255, 255, 0.82);
	color: var(--tml-muted);
}

.tml-badge-status {
	font-size: 0.93rem;
	font-weight: 700;
	border-color: rgba(31, 120, 255, 0.14);
	background: rgba(31, 120, 255, 0.12);
	color: var(--tml-highlight);
}

.tml-badge-status--muted {
	font-weight: 600;
	border-color: rgba(29, 211, 125, 0.14);
	color: #137651;
	background: rgba(29, 211, 125, 0.1);
}

.tml-hero__copy h1 {
	margin: 16px 0;
	font-size: clamp(2.8rem, 5.9vw, 5.15rem);
	line-height: 0.93;
	letter-spacing: -0.06em;
	max-width: 8.9ch;
}

.tml-hero__subheading {
	margin-bottom: 14px;
	font-size: clamp(1.06rem, 1.9vw, 1.32rem);
	line-height: 1.5;
	max-width: 34ch;
	color: var(--tml-dark-soft);
}

.tml-hero__description,
.tml-richtext p,
.tml-final-cta p,
.tml-form__actions p,
.tml-faq__aside p,
.tml-form-sidebar__card p {
	font-size: 0.98rem;
	line-height: 1.68;
	color: var(--tml-muted);
}

.tml-hero__highlights {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 24px;
}

.tml-mini-panel,
.tml-card,
.tml-benefit,
.tml-step,
.tml-requirements__meta > div,
.tml-form-section,
.tml-form-sidebar__card,
.tml-faq__aside,
.tml-final-cta {
	border: 1px solid var(--tml-line);
	background: var(--tml-surface);
	box-shadow: none;
}

.tml-mini-panel {
	padding: 18px;
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(245, 250, 255, 0.72));
}

.tml-mini-panel strong {
	display: block;
	margin-bottom: 8px;
	font-size: 1rem;
}

.tml-mini-panel span {
	display: block;
	font-size: 0.95rem;
	line-height: 1.65;
	color: var(--tml-muted);
}

.tml-hero__panel {
	position: relative;
	border-radius: 30px;
	padding: 1px;
	background: linear-gradient(145deg, rgba(31, 120, 255, 0.48), rgba(29, 211, 125, 0.26));
	box-shadow: var(--tml-shadow);
}

.tml-hero__panel-shell {
	height: 100%;
	padding: 22px;
	border-radius: 29px;
	background:
		radial-gradient(circle at 18% 12%, rgba(31, 120, 255, 0.2), transparent 28%),
		radial-gradient(circle at 88% 16%, rgba(29, 211, 125, 0.14), transparent 30%),
		linear-gradient(180deg, rgba(7, 26, 51, 0.98), rgba(9, 37, 71, 0.95));
	color: #fff;
	display: grid;
	gap: 14px;
}

.tml-hero__deadline,
.tml-hero__panel-note {
	padding: 16px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.tml-hero__deadline strong,
.tml-hero__panel-note strong {
	display: block;
	margin-bottom: 8px;
	font-size: 1rem;
}

.tml-hero__deadline p,
.tml-hero__panel-note p {
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.8);
}

.tml-hero__scorecard {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.tml-hero__scorecard > div {
	padding: 15px 14px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.tml-hero__scorecard-label {
	display: block;
	margin-bottom: 8px;
	font-size: 0.75rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.58);
}

.tml-hero__scorecard strong {
	display: block;
	font-size: 0.98rem;
	line-height: 1.5;
	color: #fff;
}

.tml-hero__panel-caption {
	margin: 2px 0 0;
	padding-top: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.09);
	font-size: 0.92rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.72);
}

.tml-jumpbar {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 12px;
	padding: 12px;
	border-radius: 18px;
	border: 1px solid var(--tml-line);
	background: rgba(247, 251, 255, 0.74);
	box-shadow: none;
}

.tml-jumpbar a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 16px;
	border-radius: 999px;
	border: 1px solid rgba(16, 42, 77, 0.08);
	background: rgba(255, 255, 255, 0.9);
	color: var(--tml-ink);
	text-decoration: none;
	font-weight: 600;
	transition:
		background-color 180ms ease,
		border-color 180ms ease,
		transform 180ms ease;
}

.tml-jumpbar a:hover,
.tml-jumpbar a:focus-visible {
	background: #fff;
	border-color: rgba(31, 120, 255, 0.22);
	transform: translateY(-1px);
}

.tml-two-column {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 28px;
	align-items: start;
}

.tml-editorial {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 28px;
	align-items: start;
}

.tml-editorial__intro {
	margin-bottom: 0;
}

.tml-editorial-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 20px;
}

.tml-editorial-list__item {
	display: flex;
	gap: 14px;
	padding: 14px 0;
	border-top: 1px solid var(--tml-line);
}

.tml-editorial-list__item p {
	margin: 0;
	line-height: 1.68;
	color: var(--tml-ink);
}

.tml-editorial-list__mark {
	flex: 0 0 12px;
	width: 12px;
	height: 12px;
	margin-top: 7px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--tml-highlight), var(--tml-accent-strong));
}

.tml-card-grid,
.tml-benefits,
.tml-timeline {
	display: grid;
	gap: 14px;
}

.tml-card-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tml-timeline {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tml-card,
.tml-benefit,
.tml-step,
.tml-requirements__meta > div,
.tml-form-section,
.tml-form-sidebar__card,
.tml-faq__aside {
	padding: 18px;
	border-radius: 20px;
}

.tml-card {
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.tml-card:hover,
.tml-card:focus-within {
	transform: translateY(-2px);
	box-shadow: var(--tml-shadow-soft);
}

.tml-card__number,
.tml-step__index,
.tml-form-section__index {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 999px;
	font-weight: 700;
}

.tml-card__number,
.tml-form-section__index {
	background: rgba(31, 120, 255, 0.12);
	color: var(--tml-highlight);
}

.tml-card__number {
	margin-bottom: 16px;
}

.tml-card p,
.tml-benefit p,
.tml-step p {
	margin-bottom: 0;
	line-height: 1.7;
	color: var(--tml-muted);
}

.tml-requirements {
	display: grid;
	gap: 18px;
	align-items: start;
}

.tml-requirements__facts {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.tml-requirements__fact {
	padding: 14px 16px;
	border: 1px solid var(--tml-line);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.78);
}

.tml-requirements__fact strong {
	display: block;
	margin-bottom: 6px;
	font-size: 0.92rem;
}

.tml-requirements__fact span {
	font-size: 0.98rem;
	line-height: 1.6;
	color: var(--tml-ink);
}

.tml-checklist {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tml-checklist li {
	position: relative;
	padding: 16px 16px 16px 46px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid var(--tml-line);
	line-height: 1.65;
}

.tml-checklist li::before {
	content: "";
	position: absolute;
	top: 18px;
	left: 18px;
	width: 20px;
	height: 20px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--tml-highlight), var(--tml-accent-strong));
	box-shadow: inset 0 0 0 4px rgba(247, 251, 255, 0.8);
}

.tml-checklist--compact {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tml-step {
	background: linear-gradient(180deg, rgba(11, 39, 74, 0.86), rgba(13, 48, 88, 0.82));
	border-color: rgba(99, 176, 255, 0.16);
}

.tml-step__index {
	margin-bottom: 16px;
	background: rgba(31, 120, 255, 0.2);
	color: #fff;
}

.tml-step h3,
.tml-step p {
	color: #fff;
}

.tml-benefits {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tml-benefits-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 24px;
}

.tml-benefits-list__item {
	display: flex;
	gap: 14px;
	padding: 14px 0;
	border-top: 1px solid var(--tml-line);
}

.tml-benefits-list__item p {
	margin: 0;
	line-height: 1.68;
	color: var(--tml-ink);
}

.tml-benefits-list__mark {
	flex: 0 0 12px;
	width: 12px;
	height: 12px;
	margin-top: 7px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--tml-highlight), var(--tml-accent-strong));
}

.tml-benefit {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}

.tml-benefit__mark {
	flex: 0 0 14px;
	width: 14px;
	height: 14px;
	margin-top: 7px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--tml-highlight), var(--tml-accent-strong));
}

.tml-faq-shell {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
	gap: 18px;
	align-items: start;
}

.tml-faq {
	display: grid;
	gap: 12px;
	max-width: 860px;
}

.tml-faq__item {
	border: 1px solid var(--tml-line);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: none;
}

.tml-faq__item summary {
	position: relative;
	cursor: pointer;
	list-style: none;
	padding: 18px 52px 18px 20px;
	font-weight: 700;
}

.tml-faq__item summary::-webkit-details-marker {
	display: none;
}

.tml-faq__item summary::after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 26px;
	height: 26px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--tml-highlight-soft);
	color: var(--tml-highlight);
	font-size: 1.2rem;
	font-weight: 700;
}

.tml-faq__item[open] summary::after {
	content: "−";
}

.tml-faq__item div {
	padding: 0 20px 18px;
}

.tml-faq__footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid var(--tml-line);
}

.tml-faq__footer p {
	margin: 0;
	max-width: 62ch;
	line-height: 1.68;
	color: var(--tml-muted);
}

.tml-faq__aside {
	position: sticky;
	top: 110px;
	background:
		radial-gradient(circle at top right, rgba(31, 120, 255, 0.12), transparent 34%),
		radial-gradient(circle at 10% 18%, rgba(29, 211, 125, 0.08), transparent 28%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(245, 250, 255, 0.88));
}

.tml-faq__aside strong {
	display: block;
	margin-bottom: 12px;
	font-size: 1.2rem;
}

.tml-form {
	padding: 24px;
	border-radius: 32px;
	border: 1px solid var(--tml-line);
	background:
		radial-gradient(circle at top right, rgba(31, 120, 255, 0.12), transparent 28%),
		radial-gradient(circle at 0 0, rgba(29, 211, 125, 0.08), transparent 24%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(244, 249, 255, 0.92));
	box-shadow: 0 24px 46px rgba(15, 24, 39, 0.08);
	overflow: clip;
}

.tml-form-layout {
	display: grid;
	grid-template-columns: minmax(280px, 336px) minmax(0, 1fr);
	gap: 20px;
	align-items: start;
}

.tml-form-layout > * {
	min-width: 0;
}

.tml-form-sidebar {
	display: grid;
	gap: 14px;
	position: sticky;
	top: 110px;
	min-width: 0;
	width: 100%;
}

.tml-form-sidebar__card {
	backdrop-filter: blur(10px);
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.tml-form-sidebar__card h3 {
	margin-bottom: 12px;
	font-size: 1.24rem;
	line-height: 1.1;
	letter-spacing: -0.03em;
}

.tml-form-sidebar__lead {
	margin: 0 0 14px;
	font-size: 0.95rem;
	line-height: 1.64;
}

.tml-form-sidebar__label {
	display: block;
	margin-bottom: 12px;
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--tml-highlight);
}

.tml-form-sidebar__card--accent {
	background:
		radial-gradient(circle at top right, rgba(29, 211, 125, 0.18), transparent 30%),
		radial-gradient(circle at 10% 8%, rgba(31, 120, 255, 0.18), transparent 30%),
		linear-gradient(180deg, rgba(7, 26, 51, 0.96), rgba(9, 37, 71, 0.94));
	border-color: rgba(16, 42, 77, 0.12);
}

.tml-form-sidebar__card--accent .tml-form-sidebar__label,
.tml-form-sidebar__card--accent p {
	color: rgba(255, 255, 255, 0.86);
}

.tml-form-sidebar__stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 14px;
}

.tml-form-sidebar__stats div {
	display: grid;
	gap: 6px;
	padding: 12px 12px 11px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.1);
	min-width: 0;
}

.tml-form-sidebar__stats div:last-child {
	grid-column: 1 / -1;
}

.tml-form-sidebar__stats span {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.62);
	overflow-wrap: anywhere;
}

.tml-form-sidebar__stats strong {
	font-size: 0.9rem;
	line-height: 1.4;
	color: #fff;
	overflow-wrap: anywhere;
}

.tml-mini-checklist,
.tml-review-flow {
	display: grid;
	gap: 12px;
}

.tml-mini-checklist {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tml-mini-checklist li,
.tml-review-flow > div {
	position: relative;
	padding: 13px 13px 13px 46px;
	border-radius: 18px;
	background: rgba(247, 251, 255, 0.82);
	border: 1px solid var(--tml-line);
	font-size: 0.96rem;
	line-height: 1.62;
	color: var(--tml-muted);
}

.tml-mini-checklist li::before,
.tml-review-flow > div strong {
	position: absolute;
	left: 14px;
	top: 14px;
	width: 24px;
	height: 24px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.tml-mini-checklist li::before {
	content: "";
	background: linear-gradient(135deg, var(--tml-highlight), var(--tml-accent-strong));
	box-shadow: inset 0 0 0 4px rgba(247, 251, 255, 0.82);
}

.tml-review-flow > div {
	padding-left: 52px;
}

.tml-review-flow > div strong {
	background: rgba(31, 120, 255, 0.12);
	color: var(--tml-highlight);
	font-size: 0.9rem;
}

.tml-review-flow > div span {
	display: block;
}

.tml-form-main {
	display: grid;
	gap: 22px;
	min-width: 0;
}

.tml-form__intro {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 20px 18px 24px;
	border-radius: 20px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(244, 249, 255, 0.84));
	border: 1px solid var(--tml-line);
}

.tml-form__intro-copy {
	display: grid;
	gap: 12px;
}

.tml-form__intro::before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	bottom: 12px;
	width: 3px;
	border-radius: 999px;
	background: linear-gradient(180deg, var(--tml-highlight), var(--tml-accent));
}

.tml-form__intro p {
	margin-bottom: 0;
	font-size: 0.96rem;
	line-height: 1.62;
	color: var(--tml-muted);
}

.tml-form__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.tml-form__meta span {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 0 12px;
	border-radius: 999px;
	background: rgba(31, 120, 255, 0.08);
	border: 1px solid rgba(31, 120, 255, 0.12);
	font-size: 0.8rem;
	font-weight: 700;
	color: var(--tml-highlight);
}

.tml-form__status {
	min-height: 24px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-weight: 700;
}

.tml-form__status:empty {
	display: none;
}

.tml-form__status.is-success,
.tml-form__status.is-error {
	padding: 12px 16px;
	border-radius: 16px;
	border: 1px solid transparent;
}

.tml-form__status.is-success {
	color: var(--tml-success);
	background: rgba(17, 122, 77, 0.08);
	border-color: rgba(17, 122, 77, 0.14);
}

.tml-form__status.is-error {
	color: var(--tml-danger);
	background: rgba(180, 35, 24, 0.06);
	border-color: rgba(180, 35, 24, 0.12);
}

.tml-form__status.is-success::before,
.tml-form__status.is-error::before {
	width: 26px;
	height: 26px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.95rem;
	font-weight: 900;
}

.tml-form__status.is-success::before {
	content: "✓";
	background: rgba(17, 122, 77, 0.14);
}

.tml-form__status.is-error::before {
	content: "!";
	background: rgba(180, 35, 24, 0.12);
}

.tml-form-section {
	display: grid;
	gap: 18px;
	padding: 22px;
	border: 1px solid rgba(16, 42, 77, 0.09);
	border-radius: 26px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(243, 248, 255, 0.9));
	box-shadow: 0 10px 24px rgba(11, 25, 44, 0.04);
	transition:
		border-color 180ms ease,
		box-shadow 180ms ease,
		background-color 180ms ease;
}

.tml-form-section:focus-within {
	border-color: rgba(31, 120, 255, 0.22);
	box-shadow: 0 14px 28px rgba(11, 25, 44, 0.07);
}

.tml-form-section__head {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(23, 24, 29, 0.08);
}

.tml-form-section__head h3 {
	margin-bottom: 6px;
	font-size: 1.28rem;
	line-height: 1.12;
	letter-spacing: -0.03em;
	color: var(--tml-ink);
}

.tml-form-section__head p {
	margin-bottom: 0;
	max-width: 50ch;
	font-size: 0.92rem;
	line-height: 1.58;
	color: var(--tml-muted);
}

.tml-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.tml-field {
	display: grid;
	gap: 8px;
}

.tml-form__grid > .tml-field:not(.tml-field--full) {
	align-content: start;
}

.tml-field--full {
	grid-column: 1 / -1;
}

.tml-field label,
.tml-checkbox-group legend {
	font-size: 0.96rem;
	font-weight: 700;
	line-height: 1.45;
	color: var(--tml-ink);
}

.tml-form__grid > .tml-field:not(.tml-field--full) label {
	display: flex;
	align-items: flex-end;
	min-height: calc(1.45em * 2);
}

.tml-required-mark {
	color: #ff3b30;
	font-weight: 600;
}

.tml-field small,
.tml-checkbox-group small,
.tml-form__consents small {
	font-size: 0.84rem;
	line-height: 1.48;
	color: rgba(91, 108, 129, 0.94);
}

.tml-field small.is-error,
.tml-checkbox-group small.is-error,
.tml-form__consents small.is-error {
	color: var(--tml-danger);
}

.tml-field input,
.tml-field select,
.tml-field textarea {
	width: 100%;
	border: 1px solid rgba(23, 24, 29, 0.12);
	border-radius: 16px;
	background: rgba(250, 252, 255, 0.96);
	padding: 13px 15px;
	font: inherit;
	color: var(--tml-ink);
	box-shadow: inset 0 1px 2px rgba(17, 18, 22, 0.03);
	transition:
		border-color 180ms ease,
		box-shadow 180ms ease,
		background-color 180ms ease;
}

.tml-field select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: 44px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3 5.5L7 9.5L11 5.5' stroke='%235b6c81' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 16px center;
	background-size: 14px 14px;
}

.tml-field input:hover,
.tml-field select:hover,
.tml-field textarea:hover {
	border-color: rgba(31, 120, 255, 0.16);
}

.tml-field input:focus,
.tml-field select:focus,
.tml-field textarea:focus {
	border-color: rgba(31, 120, 255, 0.36);
	background: #fff;
	box-shadow:
		0 0 0 4px rgba(31, 120, 255, 0.08),
		inset 0 1px 2px rgba(17, 18, 22, 0.02);
}

.tml-field textarea {
	resize: vertical;
	min-height: 120px;
}

.tml-field input[aria-invalid="true"],
.tml-field select[aria-invalid="true"],
.tml-field textarea[aria-invalid="true"] {
	border-color: rgba(180, 35, 24, 0.48);
	background: rgba(180, 35, 24, 0.03);
}

.tml-role-suite {
	display: grid;
	gap: 16px;
	padding: 20px;
	border: 1px solid var(--tml-line);
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(245, 250, 255, 0.86));
}

.tml-role-suite__head {
	display: grid;
	gap: 8px;
}

.tml-role-suite__eyebrow,
.tml-role-suite__title,
.tml-role-suite__description {
	margin: 0;
}

.tml-role-suite__eyebrow {
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--tml-highlight);
}

.tml-role-suite__title {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.2;
	color: var(--tml-ink);
}

.tml-role-suite__description {
	max-width: 62ch;
	font-size: 0.94rem;
	line-height: 1.58;
	color: var(--tml-muted);
}

.tml-role-suite__primary {
	display: grid;
	gap: 8px;
	max-width: 360px;
}

.tml-checkbox-group {
	margin: 0;
	padding: 20px 22px 22px;
	border: 1px solid var(--tml-line);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.7);
}

.tml-role-picker {
	display: grid;
	gap: 14px;
	background: rgba(255, 255, 255, 0.72);
}

.tml-role-picker__head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
}

.tml-role-picker__head p {
	max-width: 58ch;
	margin: 8px 0 0;
	font-size: 0.9rem;
	line-height: 1.58;
	color: var(--tml-muted);
}

.tml-role-picker__status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 0 12px;
	border-radius: 999px;
	background: rgba(31, 120, 255, 0.12);
	color: var(--tml-highlight);
	font-size: 0.85rem;
	font-weight: 700;
	white-space: nowrap;
}

.tml-checkbox-group__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 14px;
}

.tml-role-picker__grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 0;
}

.tml-checkbox-group label,
.tml-consent {
	display: flex;
	gap: 12px;
	align-items: flex-start;
}

.tml-role-option {
	position: relative;
	display: grid !important;
	grid-template-columns: 18px minmax(0, 1fr) auto;
	align-items: flex-start !important;
	gap: 14px !important;
	min-height: 96px;
	padding: 16px;
	border: 1px solid rgba(16, 42, 77, 0.1);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.88);
	cursor: pointer;
	transition:
		transform 180ms ease,
		border-color 180ms ease,
		background-color 180ms ease,
		box-shadow 180ms ease,
		opacity 180ms ease;
}

.tml-role-option:hover,
.tml-role-option:focus-within {
	transform: translateY(-1px);
	border-color: rgba(31, 120, 255, 0.2);
	box-shadow: var(--tml-shadow-soft);
}

.tml-role-option input {
	width: 18px;
	height: 18px;
	margin-top: 4px;
	accent-color: var(--tml-highlight);
}

.tml-role-option__copy {
	display: grid;
	gap: 6px;
}

.tml-role-option__name {
	display: block;
	font-weight: 700;
	line-height: 1.4;
	color: var(--tml-ink);
}

.tml-role-option__meta {
	display: block;
	font-size: 0.88rem;
	line-height: 1.56;
	color: var(--tml-muted);
}

.tml-role-option__pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 0 10px;
	border-radius: 999px;
	background: rgba(16, 42, 77, 0.06);
	color: var(--tml-muted);
	font-size: 0.76rem;
	font-weight: 700;
	white-space: nowrap;
}

.tml-role-option.is-selected {
	border-color: rgba(31, 120, 255, 0.26);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(239, 247, 255, 0.92));
}

.tml-role-option.is-selected .tml-role-option__name {
	color: var(--tml-highlight);
}

.tml-role-option.is-selected .tml-role-option__pill {
	background: rgba(31, 120, 255, 0.14);
	color: var(--tml-highlight);
}

.tml-role-option.is-primary-locked {
	cursor: not-allowed;
	opacity: 0.82;
	border-style: dashed;
	background: linear-gradient(180deg, rgba(246, 251, 255, 0.94), rgba(239, 246, 255, 0.88));
}

.tml-role-option.is-primary-locked .tml-role-option__pill {
	background: rgba(29, 211, 125, 0.12);
	color: #137651;
}

.tml-checkbox-group input,
.tml-consent input {
	margin-top: 2px;
}

.tml-form__consents {
	display: grid;
	gap: 10px;
}

.tml-field--honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.tml-form__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-top: 8px;
	padding: 20px 22px 0;
	border-top: 1px solid rgba(23, 24, 29, 0.08);
}

.tml-form__actions p {
	max-width: 46ch;
	margin-bottom: 0;
	font-size: 0.95rem;
	line-height: 1.62;
}

.tml-form__actions .tml-button {
	box-shadow: 0 12px 28px rgba(31, 120, 255, 0.18);
}

.tml-final-cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	padding: 22px 24px;
	border-radius: 22px;
	color: var(--tml-ink);
	background:
		radial-gradient(circle at top right, rgba(31, 120, 255, 0.12), transparent 28%),
		radial-gradient(circle at 12% 85%, rgba(29, 211, 125, 0.1), transparent 30%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 249, 255, 0.88));
}

.tml-final-cta h2 {
	margin-bottom: 10px;
	font-size: clamp(1.7rem, 3.6vw, 2.45rem);
	line-height: 1.03;
	letter-spacing: -0.04em;
}

.tml-final-cta p {
	color: var(--tml-muted);
}

.tml-final-cta__link {
	font-weight: 700;
	color: var(--tml-highlight);
	text-decoration: none;
}

.tml-final-cta__link:hover,
.tml-final-cta__link:focus-visible {
	text-decoration: underline;
}

.tml-mobile-cta {
	display: none;
}

.tml-hero {
	position: relative;
	padding: 88px 0 38px;
}

.tml-hero::before {
	content: "";
	position: absolute;
	inset: 18px 0 auto;
	height: 420px;
	background:
		radial-gradient(circle at 12% 12%, rgba(31, 120, 255, 0.14), transparent 24%),
		radial-gradient(circle at 78% 20%, rgba(29, 211, 125, 0.12), transparent 20%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0));
	pointer-events: none;
}

.tml-hero__copy {
	position: relative;
	max-width: 610px;
}

.tml-hero__copy::before {
	content: "";
	position: absolute;
	left: -20px;
	top: 16px;
	width: 48px;
	height: 48px;
	border-top: 2px solid rgba(31, 120, 255, 0.18);
	border-left: 2px solid rgba(31, 120, 255, 0.18);
	border-radius: 8px 0 0 0;
}

.tml-hero__flag {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 14px;
}

.tml-hero__flag span {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 0 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.76);
	border: 1px solid rgba(16, 42, 77, 0.08);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--tml-muted);
}

.tml-hero__description {
	max-width: 42ch;
}

.tml-hero__track {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 16px;
	margin-top: 22px;
	padding: 16px 18px;
	border: 1px solid rgba(16, 42, 77, 0.08);
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(244, 249, 255, 0.74));
	box-shadow: 0 18px 34px rgba(17, 18, 22, 0.04);
}

.tml-hero__track-label {
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--tml-highlight);
}

.tml-hero__track-items {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.tml-hero__track-items span {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 0 14px;
	border-radius: 999px;
	background: rgba(237, 245, 255, 0.92);
	border: 1px solid rgba(16, 42, 77, 0.08);
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--tml-ink);
}

.tml-hero__panel {
	box-shadow: 0 28px 54px rgba(8, 21, 39, 0.18);
}

.tml-hero__panel-shell {
	padding: 28px;
	gap: 18px;
	background:
		radial-gradient(circle at 18% 12%, rgba(31, 120, 255, 0.26), transparent 30%),
		radial-gradient(circle at 88% 16%, rgba(29, 211, 125, 0.16), transparent 34%),
		linear-gradient(160deg, rgba(7, 26, 51, 0.985), rgba(11, 34, 61, 0.98) 58%, rgba(10, 42, 80, 0.96));
}

.tml-hero__panel-intro {
	display: grid;
	gap: 10px;
	padding-bottom: 2px;
}

.tml-hero__panel-eyebrow {
	margin: 0;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.64);
}

.tml-hero__panel-intro h2 {
	margin: 0;
	font-size: clamp(1.34rem, 2.2vw, 1.86rem);
	line-height: 1.08;
	letter-spacing: -0.035em;
	color: #fff;
}

.tml-hero__deadline {
	padding: 18px;
	background: rgba(255, 255, 255, 0.1);
}

.tml-hero__scorecard > div {
	display: grid;
	gap: 8px;
	padding: 18px;
	border-radius: 22px;
}

.tml-hero__scorecard-label {
	margin-bottom: 0;
	font-size: 0.74rem;
	letter-spacing: 0.14em;
	color: rgba(255, 255, 255, 0.62);
}

.tml-hero__scorecard strong {
	line-height: 1.42;
}

.tml-hero__panel-caption {
	margin: 0;
	padding-top: 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 0.95rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.74);
}

.tml-jumpbar-shell {
	position: relative;
	z-index: 3;
	margin-top: -10px;
	margin-bottom: 8px;
	padding: 14px 18px 16px;
	border: 1px solid var(--tml-line);
	border-radius: 26px;
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(12px);
	box-shadow: 0 22px 38px rgba(15, 24, 39, 0.05);
}

.tml-jumpbar-shell::before {
	content: "";
	position: absolute;
	left: 16px;
	right: 16px;
	top: 0;
	height: 3px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--tml-highlight), var(--tml-accent));
	opacity: 0.9;
}

.tml-jumpbar-shell__label {
	display: inline-flex;
	margin-bottom: 12px;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--tml-highlight);
}

.tml-jumpbar {
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	backdrop-filter: none;
	box-shadow: none;
}

.tml-section--story {
	padding-top: 42px;
}

.tml-story-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
	gap: 28px;
	align-items: start;
}

.tml-story-main {
	position: relative;
	padding: 36px 36px 34px;
	border: 1px solid var(--tml-line);
	border-radius: 34px;
	background:
		radial-gradient(circle at top right, rgba(31, 120, 255, 0.08), transparent 26%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 250, 255, 0.92));
	box-shadow: 0 20px 40px rgba(15, 24, 39, 0.05);
	overflow: hidden;
}

.tml-story-main::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--tml-highlight), var(--tml-accent));
}

.tml-story-main .tml-section-head {
	margin-bottom: 22px;
	max-width: 760px;
}

.tml-story-main .tml-section-head__description {
	font-size: 1.02rem;
	line-height: 1.66;
}

.tml-story-main .tml-richtext {
	display: grid;
	gap: 16px;
}

.tml-story-main .tml-richtext p {
	margin: 0;
	max-width: 62ch;
}

.tml-story-note {
	display: grid;
	gap: 8px;
	max-width: 60ch;
	margin-top: 22px;
	padding: 18px 20px;
	border-radius: 22px;
	border: 1px solid rgba(31, 120, 255, 0.14);
	background: linear-gradient(180deg, rgba(31, 120, 255, 0.08), rgba(255, 255, 255, 0.76));
}

.tml-story-note strong,
.tml-story-note p {
	margin: 0;
}

.tml-story-note p {
	color: var(--tml-ink);
	line-height: 1.64;
}

.tml-story-aside {
	display: grid;
	gap: 16px;
	padding: 30px 28px 28px;
	margin-top: 24px;
	border-radius: 34px;
	color: #fff;
	background:
		radial-gradient(circle at top right, rgba(29, 211, 125, 0.16), transparent 28%),
		radial-gradient(circle at 10% 12%, rgba(31, 120, 255, 0.22), transparent 24%),
		linear-gradient(180deg, rgba(7, 26, 51, 0.985), rgba(10, 39, 72, 0.95));
	box-shadow: 0 24px 48px rgba(9, 18, 33, 0.18);
}

.tml-story-aside__eyebrow {
	margin: 0;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.72);
}

.tml-story-aside h3 {
	margin: 0;
	font-size: clamp(1.3rem, 2.4vw, 1.78rem);
	line-height: 1.15;
	letter-spacing: -0.03em;
	color: #fff;
}

.tml-story-pool {
	display: grid;
	gap: 12px;
	counter-reset: pool;
}

.tml-story-pool__item {
	position: relative;
	padding: 16px 16px 15px 56px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.tml-story-pool__item::before {
	counter-increment: pool;
	content: counter(pool, decimal-leading-zero);
	position: absolute;
	left: 16px;
	top: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	font-size: 0.78rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.88);
}

.tml-story-pool__item strong,
.tml-story-pool__item span {
	display: block;
}

.tml-story-pool__item strong {
	margin-bottom: 6px;
	font-size: 1rem;
	color: #fff;
}

.tml-story-pool__item span,
.tml-story-aside__note {
	font-size: 0.95rem;
	line-height: 1.62;
	color: rgba(255, 255, 255, 0.78);
}

.tml-editorial-list,
.tml-benefits-list {
	gap: 14px;
}

.tml-editorial-list__item,
.tml-benefits-list__item {
	padding: 18px 18px 18px 20px;
	border: 1px solid var(--tml-line);
	border-radius: 20px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 250, 255, 0.86));
	box-shadow: 0 12px 24px rgba(15, 24, 39, 0.04);
}

.tml-editorial-list__item p,
.tml-benefits-list__item p {
	line-height: 1.62;
}

.tml-requirements {
	gap: 22px;
}

.tml-requirements__facts {
	gap: 14px;
}

.tml-requirements__fact {
	position: relative;
	padding: 18px 18px 16px;
	border-radius: 20px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 250, 255, 0.88));
	box-shadow: 0 10px 22px rgba(15, 24, 39, 0.04);
	overflow: hidden;
}

.tml-requirements__fact::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--tml-highlight), var(--tml-accent));
	opacity: 0.88;
}

.tml-requirements__board {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
	gap: 18px;
	align-items: start;
}

.tml-requirements__note {
	display: grid;
	gap: 10px;
	padding: 22px 22px 20px;
	border-radius: 24px;
	color: #fff;
	background:
		radial-gradient(circle at top right, rgba(31, 120, 255, 0.16), transparent 28%),
		linear-gradient(180deg, rgba(7, 26, 51, 0.985), rgba(9, 37, 71, 0.95));
	border: 1px solid rgba(84, 149, 232, 0.14);
}

.tml-requirements__note-eyebrow {
	margin: 0;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.7);
}

.tml-requirements__note strong {
	display: block;
	font-size: 1.06rem;
	line-height: 1.45;
	color: #fff;
}

.tml-requirements__note p {
	margin: 0;
	font-size: 0.94rem;
	line-height: 1.62;
	color: rgba(255, 255, 255, 0.78);
}

.tml-timeline {
	position: relative;
	gap: 18px;
}

.tml-timeline::before {
	content: "";
	position: absolute;
	left: 26px;
	right: 26px;
	top: 22px;
	height: 1px;
	background: linear-gradient(90deg, rgba(31, 120, 255, 0.28), rgba(29, 211, 125, 0.22));
}

.tml-step {
	position: relative;
	padding: 22px 20px 20px;
	border-radius: 22px;
	box-shadow: 0 18px 32px rgba(7, 18, 33, 0.14);
}

.tml-step__index {
	position: relative;
	z-index: 1;
}

.tml-step h3 {
	margin-bottom: 12px;
	font-size: 1.3rem;
	line-height: 1.05;
	letter-spacing: -0.03em;
}

.tml-faq__item {
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 12px 24px rgba(15, 24, 39, 0.04);
	overflow: hidden;
}

.tml-faq__item[open] {
	border-color: rgba(31, 120, 255, 0.18);
	box-shadow: 0 18px 34px rgba(15, 24, 39, 0.07);
}

.tml-faq__item summary {
	font-size: 1rem;
	line-height: 1.45;
}

.tml-form {
	padding: 26px;
	border-radius: 32px;
	background:
		radial-gradient(circle at top right, rgba(31, 120, 255, 0.14), transparent 30%),
		radial-gradient(circle at 0 0, rgba(29, 211, 125, 0.08), transparent 24%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 249, 255, 0.92));
	box-shadow: 0 24px 46px rgba(15, 24, 39, 0.08);
}

.tml-form-layout {
	gap: 20px;
}

.tml-form-sidebar__card {
	backdrop-filter: blur(10px);
}

.tml-form-sidebar__card:first-child {
	background:
		radial-gradient(circle at top right, rgba(29, 211, 125, 0.14), transparent 28%),
		radial-gradient(circle at 12% 12%, rgba(31, 120, 255, 0.18), transparent 26%),
		linear-gradient(180deg, rgba(7, 26, 51, 0.985), rgba(9, 37, 71, 0.95));
	border-color: rgba(84, 149, 232, 0.12);
}

.tml-form-sidebar__card:first-child .tml-eyebrow,
.tml-form-sidebar__card:first-child h3,
.tml-form-sidebar__card:first-child p,
.tml-form-sidebar__card:first-child li {
	color: #fff;
}

.tml-form-sidebar__card:first-child .tml-mini-checklist li {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.8);
}

.tml-final-cta {
	position: relative;
	overflow: hidden;
	padding: 34px 34px 32px;
	border-radius: 32px;
	color: #fff;
	background:
		radial-gradient(circle at top right, rgba(29, 211, 125, 0.16), transparent 28%),
		radial-gradient(circle at 10% 10%, rgba(31, 120, 255, 0.24), transparent 24%),
		repeating-linear-gradient(90deg, transparent 0 132px, rgba(255, 255, 255, 0.03) 132px 133px, transparent 133px 266px),
		linear-gradient(160deg, rgba(7, 26, 51, 0.985), rgba(10, 37, 68, 0.97) 58%, rgba(8, 47, 92, 0.94));
	border-color: rgba(74, 140, 228, 0.16);
	box-shadow: 0 28px 54px rgba(9, 18, 33, 0.18);
}

.tml-final-cta::after {
	content: "";
	position: absolute;
	right: -40px;
	top: -40px;
	width: 180px;
	height: 180px;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
}

.tml-final-cta .tml-eyebrow,
.tml-final-cta h2 {
	color: #fff;
}

.tml-final-cta p {
	color: rgba(255, 255, 255, 0.78);
}

.tml-final-cta__link {
	color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 1180px) {
	.tml-hero__highlights {
		grid-template-columns: 1fr;
	}

	.tml-form-layout {
		grid-template-columns: 1fr;
	}

	.tml-form-sidebar,
	.tml-faq__aside {
		position: static;
	}

	.tml-story-grid,
	.tml-requirements__board {
		grid-template-columns: 1fr;
	}

	.tml-story-aside {
		margin-top: 0;
	}
}

@media (max-width: 1100px) {
	.tml-hero__grid,
	.tml-editorial,
	.tml-two-column,
	.tml-requirements,
	.tml-story-grid,
	.tml-requirements__board,
	.tml-final-cta,
	.tml-faq-shell {
		grid-template-columns: 1fr;
	}

	.tml-card-grid,
	.tml-timeline {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 860px) {
	.tml-section {
		padding: 54px 0;
	}

	.tml-editorial-list,
	.tml-benefits-list,
	.tml-requirements__facts,
	.tml-checklist--compact,
	.tml-form__grid,
	.tml-benefits,
	.tml-checkbox-group__grid,
	.tml-card-grid,
	.tml-timeline,
	.tml-hero__scorecard {
		grid-template-columns: 1fr;
	}

	.tml-form,
	.tml-final-cta {
		padding: 20px;
	}

	.tml-form-sidebar__stats {
		grid-template-columns: 1fr;
	}

	.tml-form-sidebar {
		order: 2;
	}

	.tml-form-main {
		order: 1;
	}

	.tml-timeline::before {
		display: none;
	}
}

@media (max-width: 640px) {
	.tmesf-mlbb-page {
		padding-bottom: 104px;
	}

	.tml-hero {
		padding: 42px 0 20px;
	}

	.tml-hero__copy {
		padding: 6px 0;
	}

	.tml-hero__grid,
	.tml-two-column,
	.tml-editorial {
		gap: 20px;
	}

	.tml-container {
		width: min(1180px, calc(100vw - 20px));
	}

	.tml-section {
		padding: 46px 0;
	}

	.tml-section--form-only {
		padding-top: 92px;
		padding-bottom: 52px;
	}

	.tml-page-toolbar {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
		margin-bottom: 14px;
	}

	.tml-language-switcher {
		width: 100%;
		justify-content: flex-start;
	}

	.tml-language-switcher__link {
		min-height: 34px;
		padding: 0 11px;
		font-size: 0.74rem;
	}

	.tml-section-head {
		gap: 8px;
		margin-bottom: 22px;
		padding-left: 14px;
	}

	.tml-section-head::before {
		top: 2px;
		bottom: 2px;
	}

	.tml-section-head h1,
	.tml-section-head h2 {
		font-size: clamp(1.72rem, 9vw, 2.34rem);
		line-height: 1.05;
	}

	.tml-section-head--form-only {
		margin-bottom: 18px;
		padding-left: 0;
	}

	.tml-section-head--form-only::before {
		top: -6px;
		bottom: auto;
		left: 0;
		width: 56px;
		height: 3px;
	}

	.tml-section-head--form-only .tml-eyebrow {
		margin-bottom: 2px;
	}

	.tml-section-head--form-only h1,
	.tml-section-head--form-only h2 {
		max-width: none;
		font-size: clamp(1.52rem, 8.4vw, 2.08rem);
		line-height: 1.02;
		letter-spacing: -0.045em;
		text-wrap: pretty;
		overflow-wrap: anywhere;
	}

	.tml-section-head__subtitle {
		max-width: none;
		font-size: 0.94rem;
		line-height: 1.48;
	}

	.tml-section-head--form-only .tml-section-head__description {
		max-width: none;
		font-size: 0.92rem;
		line-height: 1.54;
	}

	.tml-section-head__description {
		font-size: 0.94rem;
		line-height: 1.58;
	}

	.tml-hero__copy h1 {
		margin: 14px 0;
		max-width: none;
		font-size: clamp(2.2rem, 13vw, 3.35rem);
		line-height: 0.98;
	}

	.tml-hero__subheading {
		margin-bottom: 12px;
		max-width: none;
		font-size: 1rem;
		line-height: 1.46;
	}

	.tml-hero__description {
		font-size: 0.95rem;
		line-height: 1.62;
	}

	.tml-hero__copy::before {
		display: none;
	}

	.tml-hero__flag {
		gap: 8px;
		margin-bottom: 12px;
	}

	.tml-hero__flag span {
		min-height: 30px;
		padding: 0 10px;
		font-size: 0.69rem;
		letter-spacing: 0.1em;
	}

	.tml-hero__track {
		grid-template-columns: 1fr;
		padding: 14px 14px 12px;
	}

	.tml-hero__track-items span {
		min-height: 34px;
		padding: 0 12px;
		font-size: 0.84rem;
	}

	.tml-hero__lead-row,
	.tml-hero__actions,
	.tml-hero__status,
	.tml-hero__badges,
	.tml-final-cta__actions {
		gap: 10px;
	}

	.tml-badge-status,
	.tml-hero__status span,
	.tml-hero__badges span {
		min-height: 36px;
		padding: 0 12px;
		font-size: 0.84rem;
	}

	.tml-hero__panel {
		border-radius: 24px;
	}

	.tml-hero__panel-shell {
		padding: 18px;
		border-radius: 23px;
	}

	.tml-hero__deadline,
	.tml-hero__scorecard > div {
		padding: 14px;
	}

	.tml-hero__panel-caption {
		padding-top: 10px;
		font-size: 0.88rem;
		line-height: 1.55;
	}

	.tml-jumpbar-shell {
		margin-top: -2px;
		padding: 12px 12px 10px;
		border-radius: 20px;
	}

	.tml-jumpbar-shell__label {
		margin-bottom: 10px;
		font-size: 0.72rem;
	}

	.tml-jumpbar {
		flex-wrap: nowrap;
		gap: 8px;
		padding: 0;
		overflow-x: auto;
		scroll-snap-type: x proximity;
		scrollbar-width: none;
	}

	.tml-jumpbar::-webkit-scrollbar {
		display: none;
	}

	.tml-jumpbar a {
		flex: 0 0 auto;
		min-height: 38px;
		padding: 0 14px;
		scroll-snap-align: start;
	}

	.tml-story-main,
	.tml-story-aside,
	.tml-story-note {
		padding: 20px;
		border-radius: 22px;
	}

	.tml-story-aside h3 {
		font-size: 1.36rem;
	}

	.tml-editorial-list__item,
	.tml-benefits-list__item {
		padding: 12px 0;
	}

	.tml-editorial-list__item,
	.tml-benefits-list__item {
		padding: 16px;
		border-radius: 18px;
	}

	.tml-checklist li {
		padding: 14px 14px 14px 42px;
		font-size: 0.95rem;
		line-height: 1.58;
	}

	.tml-checklist li::before {
		top: 16px;
		left: 16px;
		width: 18px;
		height: 18px;
	}

	.tml-step,
	.tml-form-section,
	.tml-form-sidebar__card,
	.tml-faq__item,
	.tml-final-cta {
		border-radius: 18px;
	}

	.tml-form-sidebar__card,
	.tml-form-section,
	.tml-final-cta {
		padding: 18px;
	}

	.tml-requirements__note {
		padding: 18px;
		border-radius: 20px;
	}

	.tml-form-section__head {
		gap: 12px;
		padding-bottom: 12px;
	}

	.tml-form-section__head h3 {
		font-size: 1.16rem;
	}

	.tml-form-section__head p,
	.tml-form__intro p {
		font-size: 0.92rem;
		line-height: 1.54;
	}

	.tml-form__meta {
		gap: 8px;
	}

	.tml-form__meta span {
		min-height: 30px;
		padding: 0 10px;
		font-size: 0.76rem;
	}

	.tml-field input,
	.tml-field select,
	.tml-field textarea {
		padding: 12px 14px;
		border-radius: 14px;
	}

	.tml-field select {
		padding-right: 42px;
		background-position: right 14px center;
	}

	.tml-form__grid > .tml-field:not(.tml-field--full) label {
		min-height: auto;
	}

	.tml-form__intro,
	.tml-form__actions,
	.tml-final-cta__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.tml-role-picker__head {
		flex-direction: column;
	}

	.tml-role-picker__status {
		width: 100%;
		justify-content: flex-start;
	}

	.tml-faq__footer {
		flex-direction: column;
		align-items: stretch;
	}

	.tml-role-option {
		grid-template-columns: 18px minmax(0, 1fr);
	}

	.tml-role-option__pill {
		grid-column: 2;
		justify-self: flex-start;
	}

	.tml-hero__actions .tml-button,
	.tml-final-cta__actions .tml-button,
	.tml-form__actions .tml-button {
		width: 100%;
	}

	.tml-final-cta__link {
		text-align: center;
	}

	.tml-mobile-cta {
		display: block;
		position: fixed;
		left: 12px;
		right: 12px;
		bottom: max(12px, env(safe-area-inset-bottom));
		z-index: 60;
	}

	.tml-mobile-cta .tml-button {
		width: 100%;
		min-height: 54px;
		box-shadow: 0 12px 28px rgba(17, 18, 22, 0.16);
	}
}

@media (prefers-reduced-motion: reduce) {
	.tml-button,
	.tml-card,
	.tml-jumpbar a,
	.tml-field input,
	.tml-field select,
	.tml-field textarea {
		transition: none;
	}
}
