/* ==========================================================================
   Tiered cards / Work Anywhere global section
   ========================================================================== */

.tt-tiered-cards {
	width: 100%;
	max-width: 1260px;
	margin-top: 9rem;
	margin-left: auto;
	margin-right: auto;
	font-family: var(--typography-font-family, "Plus Jakarta Sans", sans-serif);
	box-sizing: border-box;
}

.tt-tiered-cards *,
.tt-tiered-cards *::before,
.tt-tiered-cards *::after {
	box-sizing: border-box;
}

.tt-tiered-cards__inner {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 48px;
}

.tt-tiered-cards__intro {
	width: 100%;
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 32px;
	text-align: center;
}

.tt-tiered-cards__pill {
	height: 32px;
	border-radius: 9999px;
	background: #eeefff;
	display: inline-flex;
	align-items: center;
	padding: 2px 8px;
	box-sizing: border-box;
}

.tt-tiered-cards__pill-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	padding: 0 4px;
}

.tt-tiered-cards__pill-icon {
	width: 20px;
	height: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

.tt-tiered-cards__pill-label {
	color: #3f41b5;
	white-space: nowrap;
	margin: 0;
	font-family: var(--typography-font-family, "Plus Jakarta Sans", sans-serif);
	font-size: var(--typography-font-size-sm, 14px);
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
}

.tt-tiered-cards__intro h2 {
	width: 100%;
	max-width: 1046px;
	margin: -16px 0 0;
	color: #1a252f;
	font-size: var(--typography-font-size-6xl, 48px);
	font-style: normal;
	font-weight: 600;
	line-height: 135%;
	letter-spacing: -0.02em;
	text-align: center;
}

.tt-tiered-cards__intro p {
	width: 100%;
	max-width: 832px;
	margin: 0;
	color: #596977;
	font-size: var(--typography-font-size-lg, 18px);
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	text-align: center;
}

.tt-tiered-cards__featured {
	width: 100%;
}

.tt-tiered-cards__card {
	margin: 0;
}

.tt-tiered-cards__copy {
	width: 100%;
}

.tt-tiered-cards__copy p {
	margin: 0;
	color: #596977;
	font-family: var(--typography-font-family, "Plus Jakarta Sans", sans-serif);
	font-size: var(--typography-font-size-md, 16px);
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
}

.tt-tiered-cards__copy p strong {
	display: block;
	color: #1a252f;
	font-size: inherit;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
}

.tt-tiered-cards__image {
	width: 100%;
}

.tt-tiered-cards__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 24px;
}

/* Featured card */

.tt-tiered-cards__featured .tt-tiered-cards__card {
	width: 100%;
	height: 680px;
	border-radius: 24px;
	background: #f8f9fc;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}

.tt-tiered-cards__featured .tt-tiered-cards__copy {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	padding: 40px 40px 0;
	background: none;
	border-radius: 0;
}

.tt-tiered-cards__featured .tt-tiered-cards__copy p {
	font-size: var(--typography-font-size-lg, 18px);
}

.tt-tiered-cards__featured .tt-tiered-cards__image {
	width: 716px;
	max-width: calc(100% - 80px);
	flex: 1;
	min-height: 0;
	margin: 0 auto;
}

.tt-tiered-cards__featured .tt-tiered-cards__image img {
	border-radius: 0;
	object-fit: cover;
}

/* Two-column cards */

.tt-tiered-cards__2-col {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.tt-tiered-cards__2-col .tt-tiered-cards__card {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.tt-tiered-cards__2-col .tt-tiered-cards__image {
	width: 100%;
	height: 435px;
	border-radius: 24px;
	background: #f8f9fc;
	overflow: hidden;
}

.tt-tiered-cards__2-col .tt-tiered-cards__copy {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	padding: 20px 16px 0;
}

/* ==========================================================================
   Work Anywhere breakpoints
   ========================================================================== */

/* 1440px to 1919px viewport
   Content width: 1040px */
@media (min-width: 1200px) and (max-width: 1439px) {
	.tt-tiered-cards:not(.tt-tiered-cards--individual-funding) {
		max-width: 1040px;
	}

	.tt-tiered-cards:not(.tt-tiered-cards--individual-funding) .tt-tiered-cards__inner {
		gap: 48px;
	}

	.tt-tiered-cards:not(.tt-tiered-cards--individual-funding) .tt-tiered-cards__intro h2 {
		font-size: var(--typography-font-size-6xl, 48px);
		line-height: 135%;
		letter-spacing: -0.02em;
	}

	.tt-tiered-cards:not(.tt-tiered-cards--individual-funding) .tt-tiered-cards__featured .tt-tiered-cards__card {
		height: 680px;
	}

	.tt-tiered-cards:not(.tt-tiered-cards--individual-funding) .tt-tiered-cards__featured .tt-tiered-cards__image {
		width: 716px;
	}

	.tt-tiered-cards:not(.tt-tiered-cards--individual-funding) .tt-tiered-cards__2-col .tt-tiered-cards__image {
		height: 358px;
	}
}

/* 1200px to 1439px viewport
   Content width: 850px */
@media (min-width: 900px) and (max-width: 1199px) {
	.tt-tiered-cards:not(.tt-tiered-cards--individual-funding) {
		max-width: 850px;
	}

	.tt-tiered-cards:not(.tt-tiered-cards--individual-funding) .tt-tiered-cards__inner {
		gap: 48px;
	}

	.tt-tiered-cards:not(.tt-tiered-cards--individual-funding) .tt-tiered-cards__intro h2 {
		font-size: var(--typography-font-size-5xl, 42px);
		line-height: 135%;
		letter-spacing: -0.02em;
	}

	.tt-tiered-cards:not(.tt-tiered-cards--individual-funding) .tt-tiered-cards__featured .tt-tiered-cards__card {
		height: 680px;
	}

	.tt-tiered-cards:not(.tt-tiered-cards--individual-funding) .tt-tiered-cards__featured .tt-tiered-cards__copy {
		padding: 40px 40px 24px;
	}

	.tt-tiered-cards:not(.tt-tiered-cards--individual-funding) .tt-tiered-cards__featured .tt-tiered-cards__image {
		width: 681px;
		max-width: calc(100% - 80px);
	}

	.tt-tiered-cards:not(.tt-tiered-cards--individual-funding) .tt-tiered-cards__2-col .tt-tiered-cards__image {
		height: 358px;
	}
}

/* 900px to 1199px viewport
   Content width: 550px */
@media (min-width: 600px) and (max-width: 899px) {
	.tt-tiered-cards:not(.tt-tiered-cards--individual-funding) {
		max-width: 550px;
		padding: 0;
	}

	.tt-tiered-cards:not(.tt-tiered-cards--individual-funding) .tt-tiered-cards__inner {
		gap: 40px;
	}

	.tt-tiered-cards:not(.tt-tiered-cards--individual-funding) .tt-tiered-cards__intro h2 {
		max-width: 100%;
		font-size: var(--typography-font-size-4xl, 36px);
		line-height: 140%;
		letter-spacing: -0.02em;
	}

	.tt-tiered-cards:not(.tt-tiered-cards--individual-funding) .tt-tiered-cards__intro p {
		max-width: 100%;
	}

	.tt-tiered-cards:not(.tt-tiered-cards--individual-funding) .tt-tiered-cards__featured .tt-tiered-cards__card {
		height: auto;
		border-radius: 24px;
		gap: 0;
	}

	.tt-tiered-cards:not(.tt-tiered-cards--individual-funding) .tt-tiered-cards__featured .tt-tiered-cards__copy {
		padding: 32px 32px 24px;
	}

	.tt-tiered-cards:not(.tt-tiered-cards--individual-funding) .tt-tiered-cards__featured .tt-tiered-cards__image {
		width: 433px;
		max-width: calc(100% - 64px);
		height: 335px;
		flex: 0 0 auto;
	}

	.tt-tiered-cards:not(.tt-tiered-cards--individual-funding) .tt-tiered-cards__2-col {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tt-tiered-cards:not(.tt-tiered-cards--individual-funding) .tt-tiered-cards__2-col .tt-tiered-cards__image {
		height: 263px;
	}
}

/* Mobile below 900px
   Outer width: 402px, content width: 362px */
@media (max-width: 599px) {
	.tt-tiered-cards:not(.tt-tiered-cards--individual-funding) {
		max-width: 100%;
		margin-top: 5rem;
		padding: 0 20px;
	}

	.tt-tiered-cards:not(.tt-tiered-cards--individual-funding) .tt-tiered-cards__inner {
		gap: 40px;
	}

	.tt-tiered-cards:not(.tt-tiered-cards--individual-funding) .tt-tiered-cards__intro {
		gap: 32px;
	}

	.tt-tiered-cards:not(.tt-tiered-cards--individual-funding) .tt-tiered-cards__intro h2 {
		max-width: 100%;
		font-size: var(--typography-font-size-3xl, 30px);
		line-height: 140%;
		letter-spacing: 0;
	}

	.tt-tiered-cards:not(.tt-tiered-cards--individual-funding) .tt-tiered-cards__intro p {
		max-width: 100%;
		font-size: var(--typography-font-size-lg, 18px);
	}

	.tt-tiered-cards:not(.tt-tiered-cards--individual-funding) .tt-tiered-cards__featured .tt-tiered-cards__card {
		height: auto;
		align-items: stretch;
		gap: 0;
	}

	.tt-tiered-cards:not(.tt-tiered-cards--individual-funding) .tt-tiered-cards__featured .tt-tiered-cards__copy {
		padding: 32px 32px 24px;
	}

	.tt-tiered-cards:not(.tt-tiered-cards--individual-funding) .tt-tiered-cards__featured .tt-tiered-cards__image {
		width: 100%;
		max-width: 100%;
		height: 280px;
		flex: 0 0 auto;
	}

	.tt-tiered-cards:not(.tt-tiered-cards--individual-funding) .tt-tiered-cards__2-col {
		display: flex;
		flex-direction: column;
		gap: 40px;
	}

	.tt-tiered-cards:not(.tt-tiered-cards--individual-funding) .tt-tiered-cards__2-col .tt-tiered-cards__card {
		align-items: center;
	}

	.tt-tiered-cards:not(.tt-tiered-cards--individual-funding) .tt-tiered-cards__2-col .tt-tiered-cards__image {
		width: min(100%, calc(66.6667vw - 30.6667px));
		height: auto;
		max-width: 100%;
		aspect-ratio: 1 / 1;
	}

	.tt-tiered-cards:not(.tt-tiered-cards--individual-funding) .tt-tiered-cards__2-col .tt-tiered-cards__copy {
		align-self: stretch;
		padding: 20px 16px 0;
	}

	.tt-tiered-cards:not(.tt-tiered-cards--individual-funding) .tt-tiered-cards__copy p,
	.tt-tiered-cards:not(.tt-tiered-cards--individual-funding) .tt-tiered-cards__copy p strong {
		font-size: var(--typography-font-size-md, 16px);
	}
}

/* 1920px and up viewport
   Content width: 1260px */
@media (min-width: 1440px) {
	.tt-tiered-cards:not(.tt-tiered-cards--individual-funding) {
		max-width: 1260px;
	}

	.tt-tiered-cards:not(.tt-tiered-cards--individual-funding) .tt-tiered-cards__inner {
		gap: 48px;
	}

	.tt-tiered-cards:not(.tt-tiered-cards--individual-funding) .tt-tiered-cards__intro h2 {
		font-size: var(--typography-font-size-6xl, 48px);
		line-height: 135%;
		letter-spacing: -0.02em;
	}

	.tt-tiered-cards:not(.tt-tiered-cards--individual-funding) .tt-tiered-cards__featured .tt-tiered-cards__card {
		height: 680px;
	}

	.tt-tiered-cards:not(.tt-tiered-cards--individual-funding) .tt-tiered-cards__featured .tt-tiered-cards__image {
		width: 716px;
	}

	.tt-tiered-cards:not(.tt-tiered-cards--individual-funding) .tt-tiered-cards__2-col .tt-tiered-cards__image {
		height: 435px;
	}
}

/* ==========================================================================
   Individual funding tiered cards variant
   ========================================================================== */

.tt-tiered-cards--individual-funding {
	max-width: 832px;
	margin-top: 9rem;
	--tiered-card-height: 557px;
	--tiered-card-gap: 24px;
	--tiered-card-lip-size: 20px;
	--tiered-card-sticky-top: 96px;
}

.tt-tiered-cards--individual-funding .tt-tiered-cards__intro {
	width: 100%;
	max-width: 910px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	text-align: center;
}

.tt-tiered-cards--individual-funding .tt-tiered-cards__pill {
	display: inline-flex;
}

.tt-tiered-cards--individual-funding .tt-tiered-cards__pill-label {
	margin-left: 0;
}

.tt-tiered-cards--individual-funding .tt-tiered-cards__intro h2 {
	margin: 0;
	color: #1a252f;
	font-size: var(--typography-font-size-6xl, 48px);
	font-style: normal;
	font-weight: 600;
	line-height: 135%;
	letter-spacing: -0.02em;
}

.tt-tiered-cards--individual-funding .tt-tiered-cards__intro h2 span {
	display: block;
}

.tt-tiered-cards--individual-funding .tt-tiered-cards__intro p {
	width: 100%;
	max-width: 832px;
	margin: 16px 0 0;
	color: #596977;
	font-size: var(--typography-font-size-lg, 18px);
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
}

/* Stack */

.tt-tiered-cards--individual-funding .tt-tiered-cards__scroll {
	width: 100%;
	position: relative;
}

.tt-tiered-cards--individual-funding .tt-tiered-cards__sticky {
	position: sticky;
	width: 100%;
}

.tt-tiered-cards--individual-funding .tt-tiered-cards__stack {
	width: 100%;
	position: relative;
}

.tt-tiered-cards--individual-funding .tt-tiered-cards__process-card {
	width: 100%;
	height: var(--tiered-card-height);
	border-radius: 24px;
	background: #f8f9fc;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 40px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	gap: 24px;
	transform-origin: top center;
	will-change: transform;
}

.tt-tiered-cards--individual-funding .tt-tiered-cards__process-card--eligibility {
	background-image: url("/wp-content/themes/talktype-2026/assets/images/Individual%20funding/What%20to%20expect/1.%20Check%20your%20eligibility%20-%20bg.png");
}

.tt-tiered-cards--individual-funding .tt-tiered-cards__process-card--assessment {
	background-image: url("/wp-content/themes/talktype-2026/assets/images/Individual%20funding/What%20to%20expect/2.%20Book%20a%20needs%20assessment%20-%20bg.png");
}

.tt-tiered-cards--individual-funding .tt-tiered-cards__process-card--approved {
	background-image: url("/wp-content/themes/talktype-2026/assets/images/Individual%20funding/What%20to%20expect/3.%20Funding%20is%20approved%20-%20bg.png");
}

.tt-tiered-cards--individual-funding .tt-tiered-cards__process-copy {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 578px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}

.tt-tiered-cards--individual-funding .tt-tiered-cards__process-copy h3 {
	margin: 0;
	color: #ffffff;
	font-size: var(--typography-font-size-lg, 18px);
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
}

.tt-tiered-cards--individual-funding .tt-tiered-cards__process-copy p {
	margin: 0;
	color: #f8f9fc;
	font-size: var(--typography-font-size-lg, 18px);
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
}

.tt-tiered-cards--individual-funding .tt-tiered-cards__process-graphic {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 377px;
	margin: 0;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.tt-tiered-cards--individual-funding .tt-tiered-cards__process-graphic img {
	width: 100%;
	max-width: none;
	height: 100%;
	object-fit: fill;
	border-radius: 0;
}

/* Downloads block */

.tt-tiered-cards--individual-funding .tt-tiered-cards__downloads-section {
	width: 100%;
	max-width: 832px;
	margin: 64px auto 0;
}

.tt-tiered-cards--individual-funding .tt-tiered-cards__downloads-divider {
	width: 100%;
	height: 1px;
	background: #eaecee;
	margin-bottom: 64px;
}

.tt-tiered-cards--individual-funding .tt-tiered-cards__downloads-copy {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.tt-tiered-cards--individual-funding .tt-tiered-cards__downloads-copy h3 {
	margin: 0;
	color: #1a252f;
	font-size: var(--typography-font-size-lg, 18px);
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
}

.tt-tiered-cards--individual-funding .tt-tiered-cards__downloads-copy p {
	margin: 0;
	color: #596977;
	font-size: var(--typography-font-size-lg, 18px);
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
}

.tt-tiered-cards--individual-funding .tt-tiered-cards__downloads-list {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding-top: 16px;
}

.tt-tiered-cards--individual-funding .tt-tiered-cards__download {
	width: 100%;
	border-radius: 16px;
	border: 1px solid #eaecee;
	background: #ffffff;
	overflow: hidden;
	display: flex;
	align-items: center;
	gap: 24px;
	padding: 16px 20px 16px 16px;
	box-sizing: border-box;
	color: #1a252f;
	text-decoration: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.tt-tiered-cards--individual-funding .tt-tiered-cards__download:hover,
.tt-tiered-cards--individual-funding .tt-tiered-cards__download:focus {
	border-color: #BFC5CA;
	box-shadow: 0 12px 32px rgba(26, 37, 47, 0.08);
}

.tt-tiered-cards--individual-funding .tt-tiered-cards__download:hover .tt-tiered-cards__download-icon,
.tt-tiered-cards--individual-funding .tt-tiered-cards__download:focus .tt-tiered-cards__download-icon {
	color: #3f41b5;
}

.tt-tiered-cards--individual-funding .tt-tiered-cards__download-file {
	width: 48px;
	height: 68px;
	flex: 0 0 48px;
	border-radius: 4px;
	object-fit: cover;
	display: block;
	background: #f8f9fc;
}

.tt-tiered-cards--individual-funding .tt-tiered-cards__download-label {
	flex: 1;
	color: #1a252f;
	font-size: var(--typography-font-size-md, 16px);
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
}

.tt-tiered-cards--individual-funding .tt-tiered-cards__download-icon {
	width: 20px;
	height: 20px;
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #596977;
	transition: color 0.2s ease;
}

/* ==========================================================================
   Individual funding responsive
   ========================================================================== */

@media (max-width: 1199px) {
	.tt-tiered-cards--individual-funding {
		max-width: 550px;
		padding: 0;
		box-sizing: border-box;
	}

	.tt-tiered-cards--individual-funding .tt-tiered-cards__intro h2 {
		font-size: var(--typography-font-size-4xl, 36px);
		line-height: 140%;
	}

	.tt-tiered-cards--individual-funding .tt-tiered-cards__process-graphic img {
		height: 100%;
		aspect-ratio: auto;
	}

	.tt-tiered-cards--individual-funding .tt-tiered-cards__process-graphic {
		height: auto;
		aspect-ratio: 832 / 377;
	}
}

/* Mobile below 900px
   Outer width: 402px, content width: 362px */
@media (max-width: 599px) {
	.tt-tiered-cards--individual-funding {
		max-width: 100%;
		margin-top: 5rem;
		padding: 0 20px;
		--tiered-card-height: 500px;
		--tiered-card-sticky-top: 72px;
	}

	.tt-tiered-cards--individual-funding .tt-tiered-cards__intro {
		margin-bottom: 3rem;
	}

	.tt-tiered-cards--individual-funding .tt-tiered-cards__intro h2 {
		font-size: var(--typography-font-size-3xl, 30px);
	}

	.tt-tiered-cards--individual-funding .tt-tiered-cards__intro p,
	.tt-tiered-cards--individual-funding .tt-tiered-cards__process-copy h3,
	.tt-tiered-cards--individual-funding .tt-tiered-cards__process-copy p,
	.tt-tiered-cards--individual-funding .tt-tiered-cards__downloads-copy h3,
	.tt-tiered-cards--individual-funding .tt-tiered-cards__downloads-copy p {
		font-size: 16px;
	}

	.tt-tiered-cards--individual-funding .tt-tiered-cards__process-card {
		padding: 24px;
		border-radius: 20px;
	}

	.tt-tiered-cards--individual-funding .tt-tiered-cards__downloads-section {
		margin-top: 3rem;
	}

	.tt-tiered-cards--individual-funding .tt-tiered-cards__downloads-divider {
		margin-bottom: 3rem;
	}

	.tt-tiered-cards--individual-funding .tt-tiered-cards__download {
		gap: 16px;
		padding: 14px;
	}

	.tt-tiered-cards--individual-funding .tt-tiered-cards__download-file {
		width: 40px;
		height: 56px;
		flex-basis: 40px;
	}

	.tt-tiered-cards--individual-funding .tt-tiered-cards__download-label {
		font-size: 15px;
	}
}

/* ==========================================================================
   Individual funding download links breakpoints
   ========================================================================== */

/* 1200px and up
   Downloads are intentionally capped at 832px */
@media (min-width: 900px) {
	.tt-tiered-cards--individual-funding .tt-tiered-cards__downloads-section {
		max-width: 832px;
		margin-top: 96px;
	}

	.tt-tiered-cards--individual-funding .tt-tiered-cards__downloads-divider {
		margin-bottom: 64px;
	}
}

/* 900px to 1199px viewport
   Content width: 550px */
@media (min-width: 600px) and (max-width: 899px) {
	.tt-tiered-cards--individual-funding .tt-tiered-cards__downloads-section {
		width: 100%;
		max-width: 100%;
		margin-top: 80px;
	}

	.tt-tiered-cards--individual-funding .tt-tiered-cards__downloads-divider {
		margin-bottom: 56px;
	}

	.tt-tiered-cards--individual-funding .tt-tiered-cards__downloads-copy h3,
	.tt-tiered-cards--individual-funding .tt-tiered-cards__downloads-copy p {
		font-size: var(--typography-font-size-lg, 18px);
	}

	.tt-tiered-cards--individual-funding .tt-tiered-cards__downloads-list {
		padding-top: 8px;
	}

	.tt-tiered-cards--individual-funding .tt-tiered-cards__download {
		gap: 24px;
		padding: 16px 20px 16px 16px;
	}

	.tt-tiered-cards--individual-funding .tt-tiered-cards__download-file {
		width: 48px;
		height: 68px;
		flex-basis: 48px;
	}

	.tt-tiered-cards--individual-funding .tt-tiered-cards__download-label {
		font-size: var(--typography-font-size-md, 16px);
	}
}

/* Mobile below 900px */
@media (max-width: 599px) {
	.tt-tiered-cards--individual-funding .tt-tiered-cards__downloads-section {
		width: 100%;
		max-width: 100%;
		margin-top: 80px;
	}

	.tt-tiered-cards--individual-funding .tt-tiered-cards__downloads-divider {
		margin-bottom: 56px;
	}

	.tt-tiered-cards--individual-funding .tt-tiered-cards__downloads-copy h3,
	.tt-tiered-cards--individual-funding .tt-tiered-cards__downloads-copy p {
		font-size: var(--typography-font-size-lg, 18px);
	}

	.tt-tiered-cards--individual-funding .tt-tiered-cards__downloads-list {
		padding-top: 8px;
	}

	.tt-tiered-cards--individual-funding .tt-tiered-cards__download {
		gap: 24px;
		padding: 16px 20px 16px 16px;
	}

	.tt-tiered-cards--individual-funding .tt-tiered-cards__download-file {
		width: 48px;
		height: 68px;
		flex-basis: 48px;
	}

	.tt-tiered-cards--individual-funding .tt-tiered-cards__download-label {
		font-size: var(--typography-font-size-md, 16px);
	}
}

/* Narrow mobile safety */
@media (max-width: 402px) {
	.tt-tiered-cards:not(.tt-tiered-cards--individual-funding),
	.tt-tiered-cards--individual-funding {
		max-width: none;
	}
}

/* Design review fixes for the features Work Anywhere section */
.tt-features .tt-tiered-cards--features {
	margin-top: 192px;
}

.tt-features .tt-tiered-cards--features .tt-tiered-cards__inner {
	gap: 0;
}

.tt-features .tt-tiered-cards--features .tt-tiered-cards__intro {
	margin-bottom: 48px;
	gap: 0;
}

.tt-features .tt-tiered-cards--features .tt-tiered-cards__pill {
	margin-bottom: 16px;
}

.tt-features .tt-tiered-cards--features .tt-tiered-cards__intro h2 {
	max-width: 1046px;
	margin: 0;
	font-size: 48px;
	font-weight: 600;
	line-height: 135%;
	letter-spacing: -0.02em;
}

.tt-features .tt-tiered-cards--features .tt-tiered-cards__intro p {
	max-width: 832px;
	margin: 32px auto 0;
	color: #596977;
	font-size: 18px;
	font-weight: 600;
	line-height: 150%;
}

.tt-features .tt-tiered-cards--features .tt-tiered-cards__featured {
	margin-bottom: 24px;
}

@media (min-width: 1200px) and (max-width: 1439px) {
	.tt-features .tt-tiered-cards--features {
		margin-top: 176px;
	}

	.tt-features .tt-tiered-cards--features .tt-tiered-cards__intro h2 {
		max-width: 910px;
	}

	.tt-features .tt-tiered-cards--features .tt-tiered-cards__intro p {
		max-width: 686px;
	}
}

@media (min-width: 900px) and (max-width: 1199px) {
	.tt-features .tt-tiered-cards--features {
		margin-top: 160px;
	}

	.tt-features .tt-tiered-cards--features .tt-tiered-cards__intro h2 {
		font-size: 42px;
	}

	.tt-features .tt-tiered-cards--features .tt-tiered-cards__intro p {
		max-width: 559px;
	}
}

@media (min-width: 600px) and (max-width: 899px) {
	.tt-features .tt-tiered-cards--features {
		margin-top: 144px;
	}

	.tt-features .tt-tiered-cards--features .tt-tiered-cards__intro h2 {
		font-size: 36px;
		line-height: 140%;
	}
}

@media (max-width: 599px) {
	.tt-features .tt-tiered-cards--features {
		margin-top: 112px;
	}

	.tt-features .tt-tiered-cards--features .tt-tiered-cards__intro {
		margin-bottom: 40px;
	}

	.tt-features .tt-tiered-cards--features .tt-tiered-cards__intro h2 {
		font-size: 30px;
		line-height: 140%;
		letter-spacing: 0;
	}

	.tt-features .tt-tiered-cards--features .tt-tiered-cards__intro p {
		max-width: 100%;
		font-size: 18px;
	}

	.tt-features .tt-tiered-cards--features .tt-tiered-cards__2-col .tt-tiered-cards__card {
		flex-direction: row;
		align-items: flex-start;
		gap: 24px;
	}

	.tt-features .tt-tiered-cards--features .tt-tiered-cards__2-col .tt-tiered-cards__image {
		width: min(100%, calc(66.6667vw - 30.6667px));
		max-width: 160px;
		min-width: 104px;
		height: auto;
		aspect-ratio: 1 / 1;
		flex: 0 0 auto;
	}

	.tt-features .tt-tiered-cards--features .tt-tiered-cards__2-col .tt-tiered-cards__copy {
		flex: 1 1 0;
		min-width: 0;
		padding: 0;
	}
}

/* ========================================================================== 
   Features page XL correction pass
   ========================================================================== */

.tt-features .tt-tiered-cards--features {
	margin-top: 192px;
}

.tt-features .tt-tiered-cards--features .tt-tiered-cards__inner {
	gap: 0;
}

.tt-features .tt-tiered-cards--features .tt-tiered-cards__intro {
	margin-bottom: 48px;
	gap: 0;
}

.tt-features .tt-tiered-cards--features .tt-tiered-cards__pill {
	margin-bottom: 16px;
}

.tt-features .tt-tiered-cards--features .tt-tiered-cards__intro h2 {
	max-width: 1046px;
	margin: 0;
	font-size: 48px;
	font-weight: 600;
	line-height: 135%;
	letter-spacing: -0.02em;
}

.tt-features .tt-tiered-cards--features .tt-tiered-cards__intro p {
	max-width: 832px;
	margin: 32px auto 0;
	color: #596977;
	font-size: 18px;
	font-weight: 600;
	line-height: 150%;
}

.tt-features .tt-tiered-cards--features .tt-tiered-cards__featured {
	margin-bottom: 24px;
}

.tt-features .tt-tiered-cards--work-anywhere .tt-tiered-cards__featured .tt-tiered-cards__card {
	background-image: url("/wp-content/themes/talktype-2026/assets/images/Features/Work%20Anywhere/Works%20anywhere%20you%20do%20-%20bg%20%281%29%20%281%29%20%281%29.png");
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}

.tt-features .tt-tiered-cards--work-anywhere .tt-tiered-cards__featured .tt-tiered-cards__copy p,
.tt-features .tt-tiered-cards--work-anywhere .tt-tiered-cards__featured .tt-tiered-cards__copy p strong {
	color: #25266b;
}

@media (min-width: 900px) {
	.tt-features .tt-tiered-cards--features .tt-tiered-cards__featured .tt-tiered-cards__card {
		height: 680px;
		align-items: flex-start;
		gap: 0;
	}

	.tt-features .tt-tiered-cards--features .tt-tiered-cards__featured .tt-tiered-cards__copy {
		padding: 48px 48px 0;
		gap: 8px;
	}

	.tt-features .tt-tiered-cards--features .tt-tiered-cards__featured .tt-tiered-cards__copy p,
	.tt-features .tt-tiered-cards--features .tt-tiered-cards__featured .tt-tiered-cards__copy p strong {
		font-size: 18px;
		line-height: 150%;
	}

	.tt-features .tt-tiered-cards--features .tt-tiered-cards__featured .tt-tiered-cards__image {
		width: 100%;
		max-width: none;
		height: 476px;
		flex: 0 0 auto;
		margin: 56px 0 0;
	}

	.tt-features .tt-tiered-cards--features .tt-tiered-cards__featured .tt-tiered-cards__image img {
		width: 100%;
		height: 100%;
		border-radius: 0;
		object-fit: cover;
	}
}

@media (min-width: 1440px) {
	.tt-features .tt-tiered-cards--features {
		max-width: 1260px;
	}

	.tt-features .tt-tiered-cards--features .tt-tiered-cards__2-col .tt-tiered-cards__image {
		height: 435px;
	}
}

@media (min-width: 1200px) and (max-width: 1439px) {
	.tt-features .tt-tiered-cards--features {
		max-width: 1040px;
		margin-top: 176px;
	}

	.tt-features .tt-tiered-cards--features .tt-tiered-cards__intro h2 {
		max-width: 910px;
	}

	.tt-features .tt-tiered-cards--features .tt-tiered-cards__intro p {
		max-width: 686px;
	}

	.tt-features .tt-tiered-cards--features .tt-tiered-cards__2-col .tt-tiered-cards__image {
		height: 358px;
	}
}

@media (min-width: 900px) and (max-width: 1199px) {
	.tt-features .tt-tiered-cards--features {
		max-width: 850px;
		margin-top: 160px;
	}

	.tt-features .tt-tiered-cards--features .tt-tiered-cards__intro h2 {
		font-size: 42px;
	}

	.tt-features .tt-tiered-cards--features .tt-tiered-cards__intro p {
		max-width: 559px;
	}

	.tt-features .tt-tiered-cards--features .tt-tiered-cards__2-col .tt-tiered-cards__image {
		height: 358px;
	}
}

@media (min-width: 600px) and (max-width: 899px) {
	.tt-features .tt-tiered-cards--features {
		margin-top: 144px;
	}

	.tt-features .tt-tiered-cards--features .tt-tiered-cards__intro h2 {
		font-size: 36px;
		line-height: 140%;
	}
}

@media (max-width: 599px) {
	.tt-features .tt-tiered-cards--features {
		margin-top: 112px;
	}

	.tt-features .tt-tiered-cards--features .tt-tiered-cards__intro {
		margin-bottom: 40px;
	}

	.tt-features .tt-tiered-cards--features .tt-tiered-cards__intro h2 {
		font-size: 30px;
		line-height: 140%;
		letter-spacing: 0;
	}

	.tt-features .tt-tiered-cards--features .tt-tiered-cards__intro p {
		max-width: 100%;
		font-size: 18px;
	}

	.tt-features .tt-tiered-cards--features .tt-tiered-cards__2-col .tt-tiered-cards__image {
		width: min(100%, calc(66.6667vw - 30.6667px));
		min-width: 0;
		max-width: none;
		height: auto;
		aspect-ratio: 1 / 1;
		flex: 0 0 auto;
	}
}

/* ==========================================================================
   Features page Figma corrections
   Kept in the source component file so the design-review layer does not carry layout fixes.
   ========================================================================== */

.tt-features .tt-tiered-cards--features {
	margin-top: 144px;
}

@media (min-width: 900px) {
	.tt-features .tt-tiered-cards--features {
		margin-top: 192px;
	}
}

@media (max-width: 599px) {
	.tt-features .tt-tiered-cards--features .tt-tiered-cards__2-col {
		display: flex;
		flex-direction: column;
		gap: 40px;
	}

	.tt-features .tt-tiered-cards--features .tt-tiered-cards__2-col .tt-tiered-cards__card {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 0;
	}

	.tt-features .tt-tiered-cards--features .tt-tiered-cards__2-col .tt-tiered-cards__image {
		width: min(100%, calc(66.6667vw - 30.6667px));
		height: auto;
		min-width: 0;
		max-width: 100%;
		aspect-ratio: 1 / 1;
		flex: 0 0 auto;
		margin: 0 auto;
	}

	.tt-features .tt-tiered-cards--features .tt-tiered-cards__2-col .tt-tiered-cards__copy {
		flex: none;
		align-self: stretch;
		min-width: 0;
		padding: 20px 16px 0;
	}
}
