.tacmh {
	--tacmh-blue: #283eb0;
	--tacmh-blue-dark: #172776;
	--tacmh-blue-deep: #0f194f;
	--tacmh-yellow: #f0d63a;
	--tacmh-yellow-soft: #fff7c2;
	--tacmh-orange: #ec7a24;
	--tacmh-ink: #161b2a;
	--tacmh-muted: #667080;
	--tacmh-paper: #fff;
	--tacmh-soft: #f5f7fb;
	--tacmh-line: #e4e7ee;
	--tacmh-shadow: 0 24px 55px rgba(23, 39, 118, .14);
	--tacmh-radius: 12px;
	width: 100vw;
	max-width: none;
	margin: 0 0 0 calc(50% - 50vw);
	overflow: hidden;
	color: var(--tacmh-ink);
	background: var(--tacmh-paper);
	font: 16px/1.65 Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.tacmh *,
.tacmh *::before,
.tacmh *::after {
	box-sizing: border-box;
}

.tacmh img,
.tacmh video {
	display: block;
	max-width: 100%;
}

.tacmh a {
	color: inherit;
}

.tacmh h1,
.tacmh h2,
.tacmh h3 {
	margin-top: 0;
	color: var(--tacmh-ink);
	font-family: inherit;
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -.035em;
}

.tacmh h1 {
	margin-bottom: 24px;
	font-size: clamp(48px, 6vw, 79px);
}

.tacmh h2 {
	margin-bottom: 19px;
	font-size: clamp(35px, 4.2vw, 56px);
}

.tacmh h3 {
	margin-bottom: 10px;
	font-size: 25px;
}

.tacmh p {
	margin: 0 0 18px;
}

.tacmh-wrap {
	width: min(1180px, calc(100% - 42px));
	margin-inline: auto;
}

.tacmh-eyebrow {
	margin: 0 0 16px;
	color: var(--tacmh-blue);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .25em;
	text-transform: uppercase;
}

.tacmh-section {
	padding: 100px 0;
}

.tacmh-section-head {
	display: grid;
	margin-bottom: 46px;
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
	align-items: end;
	gap: 60px;
}

.tacmh-section-head > p {
	color: var(--tacmh-muted);
	font-size: 17px;
}

.tacmh-buttons {
	display: flex;
	margin-top: 29px;
	gap: 12px;
	flex-wrap: wrap;
}

.tacmh-btn {
	display: inline-flex;
	min-height: 54px;
	padding: 14px 24px;
	align-items: center;
	justify-content: center;
	border: 2px solid var(--tacmh-blue);
	border-radius: 28px;
	color: #fff !important;
	background: var(--tacmh-blue);
	font-size: 13px;
	font-weight: 850;
	letter-spacing: .04em;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: background .2s ease, transform .2s ease;
}

.tacmh-btn:hover,
.tacmh-btn:focus {
	color: #fff !important;
	background: var(--tacmh-blue-dark);
	transform: translateY(-2px);
}

.tacmh-btn-outline {
	color: var(--tacmh-ink) !important;
	background: #fff;
}

.tacmh-btn-yellow {
	color: var(--tacmh-blue-deep) !important;
	border-color: var(--tacmh-yellow);
	background: var(--tacmh-yellow);
}

.tacmh-btn-yellow:hover,
.tacmh-btn-yellow:focus {
	color: var(--tacmh-blue-deep) !important;
	background: #ffe95e;
}

.tacmh-btn-outline-dark {
	border-color: rgba(255, 255, 255, .72);
	color: #fff !important;
	background: transparent;
}

.tacmh-hero {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, #fff 0%, #fff 62%, #f7f8fc 100%);
}

.tacmh-hero::before {
	position: absolute;
	top: 105px;
	right: 7%;
	width: 430px;
	height: 430px;
	border-radius: 50%;
	background: var(--tacmh-yellow-soft);
	content: "";
}

.tacmh-road-swoop {
	position: absolute;
	right: 0;
	bottom: -188px;
	left: 0;
	height: 310px;
	border-top: 42px solid rgba(40, 62, 176, .075);
	border-radius: 50% 50% 0 0;
	pointer-events: none;
	transform: rotate(-3deg);
	transform-origin: center;
}

.tacmh-road-swoop::after {
	position: absolute;
	top: -25px;
	right: 0;
	left: 0;
	border-top: 3px dashed rgba(240, 214, 58, .85);
	content: "";
}

.tacmh-hero-grid {
	position: relative;
	z-index: 2;
	display: grid;
	min-height: 650px;
	padding: 92px 0 84px;
	grid-template-columns: minmax(0, .94fr) minmax(520px, 1.06fr);
	align-items: center;
	gap: 58px;
}

.tacmh-hero-copy {
	max-width: 620px;
}

.tacmh-hero-copy h1 span {
	display: block;
	color: var(--tacmh-blue);
}

.tacmh-hero-copy h1::after {
	display: block;
	width: 88px;
	height: 7px;
	margin-top: 20px;
	border-radius: 7px;
	background: linear-gradient(90deg, var(--tacmh-yellow), var(--tacmh-orange));
	content: "";
}

.tacmh-lead {
	max-width: 590px;
	color: var(--tacmh-muted);
	font-size: 19px;
}

.tacmh-hero-proof {
	display: flex;
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid var(--tacmh-line);
	gap: 23px;
	flex-wrap: wrap;
	color: #5f6877;
	font-size: 12px;
	font-weight: 750;
}

.tacmh-video-card {
	position: relative;
	padding: 12px;
	background: #fff;
	box-shadow: var(--tacmh-shadow);
}

.tacmh-video-card::before {
	position: absolute;
	z-index: -1;
	top: -15px;
	right: -15px;
	width: 44%;
	height: 45%;
	border-top: 8px solid var(--tacmh-yellow);
	border-right: 8px solid var(--tacmh-yellow);
	content: "";
}

.tacmh-video-card::after {
	position: absolute;
	z-index: -1;
	bottom: -14px;
	left: -14px;
	width: 43%;
	height: 44%;
	background: var(--tacmh-blue);
	content: "";
}

.tacmh-video-frame {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: #111;
}

.tacmh-video-frame video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tacmh-video-label {
	position: absolute;
	right: 30px;
	bottom: -19px;
	padding: 12px 17px;
	border-radius: 24px;
	color: var(--tacmh-blue-deep);
	background: var(--tacmh-yellow);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.tacmh-quickbar {
	color: #fff;
	background: var(--tacmh-blue);
}

.tacmh-quick-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.tacmh-quick-grid a {
	display: flex;
	min-height: 112px;
	padding: 24px 25px;
	align-items: center;
	gap: 16px;
	border-left: 1px solid rgba(255, 255, 255, .17);
	color: #fff;
	text-decoration: none;
}

.tacmh-quick-grid a:last-child {
	border-right: 1px solid rgba(255, 255, 255, .17);
}

.tacmh-quick-icon {
	display: grid;
	width: 50px;
	height: 50px;
	flex: 0 0 50px;
	place-items: center;
	border-radius: 50%;
	color: var(--tacmh-blue-deep);
	background: var(--tacmh-yellow);
	font-size: 10px;
	font-weight: 950;
	letter-spacing: .05em;
}

.tacmh-quick-grid strong,
.tacmh-quick-grid small {
	display: block;
}

.tacmh-quick-grid strong {
	color: #fff;
	font-size: 15px;
}

.tacmh-quick-grid small {
	margin-top: 3px;
	color: rgba(255, 255, 255, .68);
	font-size: 11px;
}

.tacmh-problem-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.tacmh-problem {
	position: relative;
	min-height: 300px;
	padding: 33px 29px 54px;
	overflow: hidden;
	border: 1px solid var(--tacmh-line);
	border-radius: var(--tacmh-radius);
	background: #fff;
	text-decoration: none !important;
	box-shadow: 0 14px 35px rgba(23, 39, 118, .05);
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.tacmh-problem::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 6px;
	background: linear-gradient(90deg, var(--tacmh-blue), var(--tacmh-yellow));
	content: "";
}

.tacmh-problem:hover,
.tacmh-problem:focus {
	border-color: rgba(40, 62, 176, .4);
	box-shadow: 0 20px 42px rgba(23, 39, 118, .12);
	transform: translateY(-4px);
}

.tacmh-problem-number {
	display: grid;
	width: 50px;
	height: 50px;
	margin-bottom: 24px;
	place-items: center;
	border-radius: 50%;
	color: var(--tacmh-blue);
	background: var(--tacmh-yellow-soft);
	font-size: 13px;
	font-weight: 900;
}

.tacmh-problem p,
.tacmh-practice p,
.tacmh-resource p {
	color: var(--tacmh-muted);
	font-size: 14px;
}

.tacmh-problem b {
	position: absolute;
	right: 29px;
	bottom: 24px;
	left: 29px;
	color: var(--tacmh-blue);
	font-size: 11px;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.tacmh-soft {
	background: var(--tacmh-soft);
}

.tacmh-practice-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.tacmh-practice {
	position: relative;
	display: flex;
	min-height: 325px;
	padding: 32px;
	border-radius: var(--tacmh-radius);
	flex-direction: column;
	background: #fff;
	box-shadow: 0 16px 40px rgba(23, 39, 118, .07);
	text-decoration: none !important;
	transition: box-shadow .22s ease, transform .22s ease;
}

.tacmh-practice:hover,
.tacmh-practice:focus {
	box-shadow: 0 24px 50px rgba(23, 39, 118, .14);
	transform: translateY(-5px);
}

.tacmh-practice::before {
	width: 54px;
	height: 5px;
	margin-bottom: 22px;
	border-radius: 5px;
	background: linear-gradient(90deg, var(--tacmh-blue), var(--tacmh-yellow));
	content: "";
}

.tacmh-practice-tag {
	display: block;
	margin-bottom: 16px;
	color: var(--tacmh-blue);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.tacmh-practice b {
	margin-top: auto;
	color: var(--tacmh-blue);
	font-size: 11px;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.tacmh-process {
	color: #fff;
	background: linear-gradient(135deg, var(--tacmh-blue-dark), var(--tacmh-blue));
}

.tacmh-process h2,
.tacmh-process h3 {
	color: #fff;
}

.tacmh-process .tacmh-eyebrow {
	color: var(--tacmh-yellow);
}

.tacmh-process .tacmh-section-head > p {
	color: rgba(255, 255, 255, .7);
}

.tacmh-steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.tacmh-step {
	min-height: 280px;
	padding: 31px;
	border: 1px solid rgba(255, 255, 255, .19);
	border-radius: var(--tacmh-radius);
	background: rgba(255, 255, 255, .06);
}

.tacmh-step-number {
	display: block;
	margin-bottom: 24px;
	color: var(--tacmh-yellow);
	font-size: 36px;
	font-weight: 850;
}

.tacmh-step p {
	color: rgba(255, 255, 255, .7);
	font-size: 14px;
}

.tacmh-attorney-grid {
	display: grid !important;
	grid-template-columns: minmax(350px, .82fr) minmax(0, 1.18fr) !important;
	align-items: start !important;
	gap: clamp(48px, 8vw, 92px) !important;
}

.tacmh-portrait {
	position: relative;
	width: 100% !important;
	margin: 0;
	overflow: hidden;
	border-radius: var(--tacmh-radius);
	background: var(--tacmh-blue);
	box-shadow: var(--tacmh-shadow);
}

.tacmh-portrait::before {
	position: absolute;
	z-index: 2;
	right: -60px;
	bottom: -80px;
	width: 220px;
	height: 220px;
	border: 18px solid rgba(240, 214, 58, .8);
	border-radius: 50%;
	content: "";
}

.tacmh-portrait img {
	width: 100% !important;
	height: clamp(510px, 48vw, 650px) !important;
	object-fit: cover !important;
	object-position: 52% 22% !important;
}

.tacmh-portrait figcaption {
	position: absolute;
	z-index: 3;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 65px 24px 22px;
	color: #fff;
	background: linear-gradient(transparent, rgba(15, 25, 79, .96));
}

.tacmh-portrait strong,
.tacmh-portrait span {
	display: block;
}

.tacmh-portrait strong {
	font-size: 22px;
}

.tacmh-portrait span {
	color: rgba(255, 255, 255, .72);
	font-size: 11px;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.tacmh-attorney-copy {
	min-width: 0 !important;
	padding-top: 6px !important;
	align-self: start !important;
}

.tacmh-attorney-copy > p:not(.tacmh-eyebrow):not(.tacmh-credentials) {
	color: var(--tacmh-muted);
	font-size: 17px;
}

.tacmh-facts {
	display: grid;
	margin: 27px 0;
	grid-template-columns: repeat(2, 1fr);
	gap: 11px;
}

.tacmh-fact {
	padding: 15px 17px;
	border-left: 4px solid var(--tacmh-yellow);
	border-radius: 4px;
	color: var(--tacmh-blue-deep);
	background: var(--tacmh-soft);
	font-size: 13px;
	font-weight: 800;
}

.tacmh-approach-note {
	margin: 26px 0;
	padding: 21px 23px;
	border-left: 5px solid var(--tacmh-yellow);
	border-radius: 0 9px 9px 0;
	color: var(--tacmh-blue-deep);
	background: var(--tacmh-yellow-soft);
	font-size: 14px;
	font-weight: 760;
}

.tacmh-credentials {
	margin-top: 25px;
	padding-top: 22px;
	border-top: 1px solid var(--tacmh-line);
	color: var(--tacmh-muted);
	font-size: 13px;
}

.tacmh-reviews {
	background: linear-gradient(180deg, #fff, var(--tacmh-soft));
}

.tacmh-review-grid {
	display: grid;
	grid-template-columns: 1.14fr .93fr .93fr;
	align-items: stretch;
	gap: 20px;
}

.tacmh-review {
	display: flex;
	min-height: 320px;
	padding: 30px;
	border: 1px solid var(--tacmh-line);
	border-radius: var(--tacmh-radius);
	flex-direction: column;
	background: #fff;
	box-shadow: 0 14px 35px rgba(23, 39, 118, .06);
}

.tacmh-review.tacmh-featured {
	position: relative;
	overflow: hidden;
	border-color: var(--tacmh-blue);
	color: #fff;
	background: linear-gradient(145deg, var(--tacmh-blue), var(--tacmh-blue-dark));
	transform: translateY(-10px);
}

.tacmh-review.tacmh-featured::after {
	position: absolute;
	right: -50px;
	bottom: -75px;
	width: 180px;
	height: 180px;
	border: 20px solid rgba(240, 214, 58, .18);
	border-radius: 50%;
	content: "";
}

.tacmh-stars {
	margin-bottom: 19px;
	color: #e1bd13;
	letter-spacing: .1em;
}

.tacmh-review blockquote {
	margin: 0;
	color: #374153;
	font-size: 17px;
	font-style: italic;
}

.tacmh-review footer {
	margin-top: auto;
	padding-top: 22px;
	color: var(--tacmh-blue);
	font-size: 12px;
	font-weight: 850;
}

.tacmh-review.tacmh-featured blockquote,
.tacmh-review.tacmh-featured footer {
	position: relative;
	z-index: 2;
	color: #fff;
}

.tacmh-review-note {
	margin-top: 20px;
	color: var(--tacmh-muted);
	font-size: 12px;
}

.tacmh-resource-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.tacmh-resource {
	min-height: 285px;
	padding: 29px;
	border-radius: var(--tacmh-radius);
	background: #fff;
	box-shadow: 0 14px 34px rgba(23, 39, 118, .06);
	text-decoration: none !important;
	transition: box-shadow .2s ease, transform .2s ease;
}

.tacmh-resource:hover,
.tacmh-resource:focus {
	box-shadow: 0 21px 44px rgba(23, 39, 118, .13);
	transform: translateY(-4px);
}

.tacmh-tag {
	display: inline-block;
	margin-bottom: 20px;
	padding: 6px 10px;
	border-radius: 15px;
	color: var(--tacmh-blue);
	background: var(--tacmh-yellow-soft);
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.tacmh-resource b {
	color: var(--tacmh-blue);
	font-size: 11px;
	text-transform: uppercase;
}

.tacmh-cta {
	padding: 92px 0;
	color: #fff;
	background: linear-gradient(135deg, var(--tacmh-blue-deep), var(--tacmh-blue));
}

.tacmh-cta h2 {
	max-width: 820px;
	color: #fff;
}

.tacmh-cta > .tacmh-wrap > .tacmh-eyebrow {
	color: var(--tacmh-yellow);
}

.tacmh-cta > .tacmh-wrap > p:not(.tacmh-eyebrow) {
	max-width: 710px;
	color: rgba(255, 255, 255, .73);
	font-size: 18px;
}

.tacmh-notice {
	margin-top: 30px;
	padding: 18px;
	border-left: 4px solid var(--tacmh-yellow);
	color: rgba(255, 255, 255, .78);
	background: rgba(255, 255, 255, .08);
	font-size: 12px;
	line-height: 1.65;
}

@media (max-width: 1030px) {
	.tacmh-hero-grid {
		grid-template-columns: minmax(0, .9fr) minmax(450px, 1.1fr);
		gap: 35px;
	}

	.tacmh-problem-grid,
	.tacmh-quick-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.tacmh-quick-grid a:nth-child(2) {
		border-right: 1px solid rgba(255, 255, 255, .17);
	}

	.tacmh-practice-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.tacmh-section-head {
		gap: 35px;
	}

	.tacmh-attorney-grid {
		grid-template-columns: minmax(310px, 39%) minmax(0, 1fr) !important;
		gap: 40px !important;
	}

	.tacmh-portrait img {
		height: 510px !important;
	}

	.tacmh-review-grid {
		grid-template-columns: 1fr 1fr;
	}

	.tacmh-review:last-child {
		grid-column: 1 / -1;
		min-height: 240px;
	}

	.tacmh-review.tacmh-featured {
		transform: none;
	}
}

@media (max-width: 820px) {
	.tacmh-hero::before {
		top: 360px;
		right: -150px;
	}

	.tacmh-hero-grid {
		padding: 70px 0;
		grid-template-columns: 1fr;
		gap: 50px;
	}

	.tacmh-hero-copy {
		max-width: none;
	}

	.tacmh-video-card {
		max-width: 720px;
	}

	.tacmh-section {
		padding: 76px 0;
	}

	.tacmh-section-head {
		grid-template-columns: 1fr;
		gap: 25px;
	}

	.tacmh-steps {
		grid-template-columns: 1fr;
	}

	.tacmh-step {
		min-height: 0;
	}

	.tacmh-attorney-grid {
		grid-template-columns: 1fr !important;
		gap: 30px !important;
	}

	.tacmh-portrait {
		max-width: 520px;
	}

	.tacmh-portrait img {
		height: min(610px, 125vw) !important;
	}

	.tacmh-review-grid,
	.tacmh-resource-grid {
		grid-template-columns: 1fr;
	}

	.tacmh-review:last-child {
		grid-column: auto;
	}
}

@media (max-width: 560px) {
	.tacmh-road-swoop {
		right: 12px;
		left: 12px;
	}

	.tacmh-wrap {
		width: min(100% - 28px, 1180px);
	}

	.tacmh h1 {
		font-size: 45px;
	}

	.tacmh-buttons .tacmh-btn {
		width: 100%;
	}

	.tacmh-hero-proof {
		gap: 10px;
		flex-direction: column;
	}

	.tacmh-quick-grid,
	.tacmh-problem-grid,
	.tacmh-practice-grid,
	.tacmh-facts {
		grid-template-columns: 1fr;
	}

	.tacmh-problem,
	.tacmh-practice {
		min-height: 255px;
	}

	.tacmh-video-label {
		right: 20px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tacmh *,
	.tacmh *::before,
	.tacmh *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
