/* Telecom & Edge (Industry Focused Engineering) - custom layout */
.te-page {
	background: var(--palc-background, #fff);
	--te-navy-rgb: 0, 27, 71;      /* from --palc-primary-dark */
	--te-primary-rgb: 0, 65, 194; /* from --palc-primary */
	--te-cyan-rgb: 0, 194, 255;   /* from --palc-cyan */
	--te-green-rgb: 118, 225, 12; /* from --palc-green */
}

.te-navy {
	background: var(--palc-primary-dark, #001b47);
}

.te-container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 1.5rem;
}

.te-hero {
	position: relative;
	overflow: hidden;
	background: var(--palc-primary-dark, #001b47);
	color: var(--color-white, #fff);
	padding: 5.5rem 0 2.5rem;
}

.te-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(var(--te-primary-rgb), 0.25) 1px, transparent 1px), linear-gradient(90deg, rgba(var(--te-primary-rgb), 0.25) 1px, transparent 1px);
	background: radial-gradient(ellipse 100% 80% at 40% 50%, black 30%, #010008 100%);
	background-size: 56px 56px;
	opacity: 0.55;
}

.te-hero::after {
	content: "";
	position: absolute;
	top: -15%;
	right: -10%;
	width: 560px;
	height: 540px;
	background: radial-gradient(ellipse, rgba(var(--te-cyan-rgb), 0.18) 0%, transparent 70%);
	pointer-events: none;
}

.te-hero__inner {
	position: relative;
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 2.5rem;
	align-items: center;
}

.te-breadcrumb {
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 1.25rem;
	display: flex;
	align-items: center;
	gap: 0.35rem;
	flex-wrap: wrap;
}

.te-breadcrumb a {
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
}

.te-breadcrumb a:hover {
	color: rgba(255, 255, 255, 0.8);
}

.te-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	border: 1px solid rgba(var(--te-cyan-rgb), 0.25);
	background: rgba(var(--te-cyan-rgb), 0.12);
	padding: 0.45rem 0.9rem;
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin-bottom: 1.1rem;
}

.te-hero__dot {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: var(--palc-cyan, #00c2ff);
	box-shadow: 0 0 0 6px rgba(var(--te-cyan-rgb), 0.08);
}

.te-hero__title {
	font-size: clamp(2.4rem, 4vw, 4.1rem);
	line-height: 1.02;
	font-weight: 800;
	letter-spacing: -0.03em;
	margin: 0 0 1.1rem 0;
}

.te-hero__title .te-accent {
	color: var(--palc-cyan, #00c2ff);
}

.te-hero__sub {
	color: rgba(255, 255, 255, 0.65);
	line-height: 1.75;
	max-width: 48ch;
	margin-bottom: 1.65rem;
	font-size: 1rem;
}

.te-hero__actions {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
	align-items: center;
}

.te-diagram {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 18px;
	padding: 1.2rem;
	position: relative;
}

.te-diagram__label {
	font-size: 0.65rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.35);
	font-weight: 700;
	margin-bottom: 0.9rem;
}

.te-diagram__stack {
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
}

.te-diagram__row {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.55rem;
}

.te-diagram__row--split {
	grid-template-columns: 3fr 1fr;
}

.te-diagram__arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 18px;
	color: rgba(var(--te-cyan-rgb), 0.92);
	opacity: 0.9;
}

.te-diagram__arrow svg {
	width: 22px;
	height: 22px;
}

.te-dbox {
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(var(--te-primary-rgb), 0.16);
	padding: 0.85rem 1rem;
	font-weight: 800;
	text-align: left;
}

.te-dbox--core {
	background: rgba(var(--te-primary-rgb), 0.3);
	border-color: rgba(var(--te-cyan-rgb), 0.25);
}

.te-dbox--metro {
	background: rgba(var(--te-cyan-rgb), 0.24);
	border-color: rgba(var(--te-cyan-rgb), 0.2);
}

.te-dbox--access {
	background: rgba(var(--te-primary-rgb), 0.22);
	border-color: rgba(var(--te-primary-rgb), 0.2);
}

.te-dbox--visibility {
	background: rgba(0, 0, 0, 0.12);
	border-color: rgba(255, 255, 255, 0.18);
}

.te-dbox--operations {
	background: rgba(0, 0, 0, 0.16);
	border-color: rgba(255, 255, 255, 0.18);
}

.te-dbox__small {
	font-size: 0.62rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.55);
	margin-bottom: 0.25rem;
}

.te-dbox__value {
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.2;
}

.te-diagram__pills {
	margin-top: 0.9rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.te-pill {
	border-radius: 999px;
	border: 1px solid rgba(var(--te-cyan-rgb), 0.2);
	background: rgba(var(--te-cyan-rgb), 0.08);
	padding: 0.4rem 0.7rem;
	font-size: 0.65rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	color: var(--palc-cyan, #00c2ff);
	text-transform: uppercase;
}

/* DPB / NOC diagram-style cards (match provided architecture screenshots) */
.te-arch {
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: linear-gradient(180deg, rgba(var(--te-navy-rgb), 0.98), rgba(var(--te-navy-rgb), 0.92));
	padding: 1.6rem;
	position: relative;
	overflow: hidden;
}

.te-arch::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(900px 240px at 20% 0%, rgba(var(--te-cyan-rgb), 0.12), transparent 65%),
		radial-gradient(700px 220px at 90% 10%, rgba(var(--te-primary-rgb), 0.10), transparent 60%);
	pointer-events: none;
}

.te-arch > * {
	position: relative;
}

.te-arch__title {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 0.7rem;
	font-weight: 900;
	color: rgba(255, 255, 255, 0.45);
	margin-bottom: 1rem;
	text-align: center;
}

.te-arch-row {
	display: grid;
	gap: 0.75rem;
	align-items: stretch;
}

.te-arch-row--3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.te-arch-row--2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.te-arch-arrow {
	display: flex;
	justify-content: center;
	padding: 0.1rem 0 0.25rem;
}

.te-arch-arrow svg {
	width: 28px;
	height: 28px;
	stroke: rgba(var(--te-cyan-rgb), 0.85);
}

.te-arch-tile {
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(0, 0, 0, 0.08);
	padding: 0.85rem 0.9rem;
	text-align: center;
}

.te-arch-tile--small {
	padding: 0.7rem 0.8rem;
}

.te-arch-tile--primary {
	background: rgba(var(--te-primary-rgb), 0.22);
	border-color: rgba(var(--te-primary-rgb), 0.32);
}

.te-arch-tile--cyan {
	background: rgba(var(--te-cyan-rgb), 0.16);
	border-color: rgba(var(--te-cyan-rgb), 0.26);
}

.te-arch-tile__label {
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 0.62rem;
	font-weight: 900;
	color: rgba(255, 255, 255, 0.75);
	margin-bottom: 0.25rem;
}

.te-arch-tile__main {
	font-weight: 900;
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.25;
}

.te-arch-tile--center {
	text-align: center;
	padding: 1.15rem 1.05rem;
	background: rgba(var(--te-cyan-rgb), 0.14);
	border-color: rgba(var(--te-cyan-rgb), 0.28);
}

.te-arch-center__title {
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-weight: 900;
	font-size: 0.7rem;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 0.35rem;
}

.te-arch-center__line {
	font-weight: 900;
	font-size: 1rem;
	letter-spacing: 0.02em;
	margin-bottom: 0.4rem;
	color: rgba(255, 255, 255, 0.92);
}

.te-arch-center__sub {
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-weight: 900;
	font-size: 0.62rem;
	color: rgba(255, 255, 255, 0.65);
}

.te-arch-metric__label {
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-weight: 900;
	font-size: 0.6rem;
	color: rgba(255, 255, 255, 0.75);
	margin-bottom: 0.35rem;
}

.te-arch-metric__value {
	font-weight: 900;
	font-size: 1rem;
	color: rgba(255, 255, 255, 0.92);
	line-height: 1.2;
}

.te-arch-noc__pills {
	margin-top: 0.85rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	justify-content: center;
}

.te-arch-noc-pill {
	border-radius: 999px;
	border: 1px solid rgba(var(--te-cyan-rgb), 0.22);
	background: rgba(var(--te-cyan-rgb), 0.08);
	padding: 0.45rem 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 0.6rem;
	font-weight: 900;
	color: rgba(var(--te-cyan-rgb), 0.95);
}

/* Sections */
.te-section {
	padding: 4.75rem 0;
}

.te-section--tight {
	padding: 3.75rem 0;
}

.te-kicker {
	color: var(--palc-primary, #0041c2);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 0.8rem;
}

.te-h2 {
	color: #000;
	font-size: clamp(1.7rem, 3vw, 2.35rem);
	line-height: 1.15;
	font-weight: 800;
	letter-spacing: -0.02em;
	margin: 0 0 0.75rem 0;
}

.te-sub {
	color: var(--palc-muted, #64748b);
	line-height: 1.7;
	max-width: 62ch;
	margin: 0;
}

/* Cards */
.te-grid {
	display: grid;
	gap: 1.5rem;
}

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

.te-card {
	border: 1px solid var(--palc-border, #e2e8f0);
	border-radius: 14px;
	background: var(--palc-background, #fff);
	padding: 1.65rem 1.55rem;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
	position: relative;
	overflow: hidden;
}

.te-card::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--palc-cyan, #00c2ff) 0%, var(--palc-primary, #0041c2) 70%);
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.28s ease;
}

.te-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 40px rgba(2, 6, 23, 0.08);
	border-color: rgba(0, 65, 194, 0.25);
}

.te-card:hover::after {
	transform: scaleX(1);
}

.te-card__icon {
	width: 46px;
	height: 46px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.1rem;
	background: rgba(var(--te-cyan-rgb), 0.08);
	border: 1px solid rgba(var(--te-cyan-rgb), 0.18);
}

.te-card__icon svg {
	width: 22px;
	height: 22px;
}

.te-card__title {
	font-weight: 800;
	margin-bottom: 0.4rem;
	font-size: 1rem;
	color: var(--palc-primary-dark, #001b47);
}

.te-card__desc {
	color: var(--palc-muted, #64748b);
	line-height: 1.65;
	margin: 0;
	font-size: 0.93rem;
}

.te-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin-top: 1rem;
}

.te-tag {
	font-size: 0.7rem;
	font-weight: 700;
	padding: 0.32rem 0.65rem;
	border-radius: 999px;
	background: rgba(var(--te-cyan-rgb), 0.08);
	color: #2563eb;
	border: 1px solid rgba(var(--te-cyan-rgb), 0.16);
}

/* SONIC Adoption split */
.te-dark {
	background: radial-gradient(circle at 4% 98%, rgba(37, 99, 235, 0.24), transparent 45%), radial-gradient(circle at 94% 10%, rgba(37, 99, 235, 0.24), transparent 48%), #020a1d;
	color: var(--color-white, #fff);
}

.te-split {
	display: grid;
	grid-template-columns: 0.98fr 1.02fr;
	gap: 2.25rem;
	align-items: center;
}

.te-visual-box {
	background: radial-gradient(circle at 4% 98%, rgba(37, 99, 235, 0.24), transparent 00%), radial-gradient(circle at 94% 90%, rgba(37, 99, 235, 0.24), transparent 18%), #020a1d;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	padding: 1.4rem;
	overflow: hidden;
}

.te-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.82rem;
}

.te-table th {
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-weight: 800;
	font-size: 0.68rem;
	color: rgba(255, 255, 255, 0.55);
	padding: 0.65rem 0.5rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	text-align: left;
}

.te-table td {
	padding: 0.6rem 0.5rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	color: rgba(255, 255, 255, 0.82);
}

.te-table tr:last-child td {
	border-bottom: 0;
}

.te-yes {
	color: #82b941 !important;
	font-weight: 800;
}

.te-no {
	color: #f16334 !important;
	font-weight: 800;
}

.te-mid {
	color: var(--palc-gray-300, #cbd5e1);
	font-weight: 800;
}

.te-reasons {
	margin-top: 1.25rem;
	display: grid;
	gap: 1.25rem;
}

.te-reason {
	display: grid;
	grid-template-columns: 34px 1fr;
	gap: 0.9rem;
	align-items: start;
}

.te-reason__num {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: rgba(var(--te-cyan-rgb), 0.1);
	border: 1px solid rgba(var(--te-cyan-rgb), 0.25);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 900;
	color: var(--palc-cyan, #00c2ff);
	font-size: 0.85rem;
}

.te-reason__title {
	font-weight: 900;
	font-size: 1rem;
	margin-bottom: 0.2rem;
}

.te-reason__desc {
	/* color: rgba(255, 255, 255, 0.65); */
	line-height: 1.65;
	margin: 0;
	font-size: 0.9rem;
}

/* Timeline band */
.te-timeline {
	margin-top: 2.25rem;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 1rem;
}

.te-tstep {
	text-align: center;
	position: relative;
}

/* Migration phases connector arrows */
.te-tstep:not(:last-child)::after {
	content: "";
	position: absolute;
	right: -0.9rem;
	top: 45px;
	width: 16px;
	height: 16px;
	border-right: 2px solid rgba(var(--te-cyan-rgb), 0.85);
	border-top: 2px solid rgba(var(--te-cyan-rgb), 0.85);
	transform: translateY(-50%) rotate(45deg);
	opacity: 0.75;
	pointer-events: none;
}

.te-tstep__circle {
	width: 58px;
	height: 58px;
	margin: 0 auto 0.85rem auto;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.05);
	display: flex;
	align-items: center;
	justify-content: center;
}

.te-tstep__circle svg {
	width: 22px;
	height: 22px;
	stroke: rgba(255, 255, 255, 0.55);
}

.te-tstep__phase {
	font-size: 0.65rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--palc-cyan, #00c2ff);
	font-weight: 900;
}

.te-tstep__title {
	font-weight: 900;
	margin-top: 0.4rem;
	margin-bottom: 0.25rem;
	font-size: 0.95rem;
}

.te-tstep__desc {
	color: rgba(255, 255, 255, 0.55);
	font-size: 0.84rem;
	line-height: 1.5;
	margin: 0;
}

/* Packet broker cards grid */
.te-usecards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 1.2rem;
}

.te-mini-card {
	background: rgba(var(--te-cyan-rgb), 0.06);
	border: 1px solid rgba(var(--te-cyan-rgb), 0.16);
	border-radius: 14px;
	padding: 1.1rem 1.05rem;
}

.te-mini-card__title {
	font-weight: 900;
	margin-bottom: 0.35rem;
}

.te-mini-card__desc {
	margin: 0;
	color: var(--palc-muted, #64748b);
	line-height: 1.6;
	font-size: 0.88rem;
}

/* Community cards */
.te-community {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
	margin-top: 2.25rem;
}

.te-community__card {
	background: var(--palc-background, #fff);
	border: 1px solid var(--palc-border, #e2e8f0);
	border-radius: 14px;
	padding: 1.9rem 1.7rem;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.te-community__card:hover {
	transform: translateY(-3px);
	border-color: rgba(0, 65, 194, 0.22);
	box-shadow: 0 18px 40px rgba(2, 6, 23, 0.07);
}

.te-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.35rem 0.75rem;
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin-bottom: 0.85rem;
}

.te-badge--tip {
	background: rgba(var(--te-green-rgb), 0.12);
	color: #78ad46;
	border: 1px solid rgba(var(--te-green-rgb), 0.35);
}

.te-badge--onf {
	background: rgba(var(--te-cyan-rgb), 0.1);
	color: var(--palc-cyan, #00c2ff);
	border: 1px solid rgba(var(--te-cyan-rgb), 0.45);
}

.te-community__title {
	font-family: inherit;
	font-weight: 900;
	margin-bottom: 0.4rem;
	font-size: 1.1rem;
}

.te-community__desc {
	margin: 0;
	color: var(--palc-muted, #64748b);
	line-height: 1.75;
	font-size: 0.93rem;
}

/* Use cases (dark band) */
.te-ucband {
	color: var(--color-white, #fff);
}

.te-ucgrid {
	margin-top: 2rem;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
}

.te-uc {
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: radial-gradient(circle at 4% 98%, rgba(37, 99, 235, 0.24), transparent 00%), radial-gradient(circle at 94% 10%, rgba(37, 99, 235, 0.24), transparent 18%), #020a1d;
	padding: 1.25rem 1.2rem;
	position: relative;
	overflow: hidden;
	transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.te-uc::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--palc-cyan, #00c2ff) 0%, var(--palc-primary, #0041c2) 70%);
	opacity: 0;
	transition: transform 0.28s ease;
}

.te-uc:hover {
	transform: translateY(-3px);
	border-color: rgba(var(--te-cyan-rgb), 0.7);
	background: #111827;
	box-shadow: 0 18px 45px rgba(2, 6, 23, 0.38);
}

.te-uc:hover::before {
	opacity: 1;
}

.te-uc__ico {
	width: 38px;
	height: 38px;
	border-radius: 12px;
	background: rgba(var(--te-cyan-rgb), 0.18);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.85rem;
}

.te-uc__ico svg {
	width: 18px;
	height: 18px;
	stroke: var(--palc-cyan, #00c2ff);
}

.te-uc__title {
	font-weight: 900;
	margin-bottom: 0.35rem;
	font-size: 0.95rem;
}

.te-uc__desc {
	margin: 0;
	color: rgba(255, 255, 255, 0.65);
	line-height: 1.6;
	font-size: 0.86rem;
}

/* Form */
.te-register {
	padding: 4.5rem 0;
}

.te-form {
	max-width: 980px;
	margin: 0 auto;
	background: var(--palc-background, #fff);
	border: 1px solid var(--palc-border, #e2e8f0);
	border-radius: 18px;
	padding: 1.9rem;
}

.te-form__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

.te-form__grid .te-full {
	grid-column: 1 / -1;
}

.te-form input,
.te-form select {
	width: 100%;
	border: 1px solid var(--palc-border, #e2e8f0);
	border-radius: 12px;
	padding: 0.75rem 0.9rem;
	font-size: 0.95rem;
	color: var(--palc-foreground, #0f172a);
	background: var(--palc-background, #fff);
}

.te-form label {
	display: block;
	font-size: 0.85rem;
	font-weight: 800;
	color: var(--palc-foreground, #0f172a);
	margin-bottom: 0.4rem;
}

.te-form__actions {
	margin-top: 1.4rem;
	display: flex;
	justify-content: center;
}

.te-form__submit {
	min-width: 320px;
}

.te-form__message {
	margin-top: 1.2rem;
	text-align: center;
	font-weight: 700;
}

/* Partners spacing inside page */
.te-partners-wrap {
	padding: 2.5rem 0 4rem;
}

/* Responsive */
@media (max-width: 980px) {
	.te-hero__inner {
		grid-template-columns: 1fr;
	}

	.te-split {
		grid-template-columns: 1fr !important;
	}

	.te-grid--3 {
		grid-template-columns: 1fr 1fr;
	}

	.te-timeline {
		grid-template-columns: 1fr 1fr;
	}

	.te-diagram__row--split {
		grid-template-columns: 1fr;
	}

	.te-tstep:not(:last-child)::after {
		display: none;
	}

	.te-arch-row--3 {
		grid-template-columns: 1fr;
	}

	.te-arch-row--2 {
		grid-template-columns: 1fr;
	}

	.te-arch {
		padding: 1.2rem;
	}

	.te-community {
		grid-template-columns: 1fr;
	}

	.te-ucgrid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 640px) {
	/* Prevent hero overflow caused by absolutely-positioned decorative elements */
	.te-hero {
		padding: 3.35rem 0 1.75rem;
	}

	.te-hero::after {
		top: -25%;
		right: -40%;
		width: 320px;
		height: 320px;
	}

	.te-hero__title,
	.te-hero__sub,
	.te-diagram__label {
		overflow-wrap: anywhere;
		word-break: break-word;
	}

	.te-diagram {
		padding: 1rem;
	}

	.te-grid--3 {
		grid-template-columns: 1fr;
	}

	.te-form__grid {
		grid-template-columns: 1fr;
	}

	.te-timeline {
		grid-template-columns: 1fr;
	}

	.te-ucgrid {
		grid-template-columns: 1fr;
	}

	.te-arch-row--3 {
		grid-template-columns: 1fr;
	}

	.te-arch-row--2 {
		grid-template-columns: 1fr;
	}
}

