@keyframes heFloat {
	0% {
		transform: translate3d(0, 0, 0);
	}

	50% {
		transform: translate3d(0, -10px, 0);
	}

	100% {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes heFloatSoft {
	0% {
		transform: translate3d(0, 0, 0);
	}

	50% {
		transform: translate3d(0, -6px, 0);
	}

	100% {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes hePanelIn {
	0% {
		opacity: 0;
		transform: translate3d(0, 16px, 0) scale(0.985);
	}

	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale(1);
	}
}

body.cm-enterprise-home #cm-masthead,
body.cm-enterprise-home .cm-header-builder,
body.cm-enterprise-home .cm-main-header {
	display: none !important;
}

body.cm-enterprise-home #cm-content .cm-container {
	max-width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.cm-enterprise-home #cm-primary,
body.cm-enterprise-home .cm-primary {
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
}

body.cm-enterprise-home #cm-secondary {
	display: none !important;
}

body.cm-enterprise-site:not(.cm-enterprise-home) #cm-content {
	padding-top: 16px;
}

.home-enterprise-main {
	position: relative;
	overflow: hidden;
	color: var(--he-ink);
	background:
		radial-gradient(circle at 0% 0%, rgba(25, 118, 243, 0.16), transparent 30%),
		radial-gradient(circle at 100% 10%, rgba(15, 169, 160, 0.16), transparent 26%),
		linear-gradient(180deg, #08111f 0%, #0b1730 18%, #edf5ff 18.01%, #f8fbff 54%, #ffffff 100%);
}

.home-enterprise-main .he-shell {
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 28px;
}

.home-enterprise-main .he-section,
.home-enterprise-main .he-metrics-section {
	position: relative;
}

.home-enterprise-main .he-section {
	padding: 62px 0;
}

.home-enterprise-main .he-section--soft {
	background: linear-gradient(180deg, rgba(235, 246, 255, 0.9), rgba(255, 255, 255, 0.92));
}

.home-enterprise-main .he-section--surface {
	background:
		radial-gradient(circle at 100% 0%, rgba(25, 118, 243, 0.08), transparent 28%),
		linear-gradient(180deg, rgba(248, 251, 255, 0.92), rgba(255, 255, 255, 1));
}

.he-reveal {
	opacity: 0;
	transform: translate3d(0, 30px, 0) scale(0.985);
	transition:
		opacity 0.65s cubic-bezier(0.2, 0.8, 0.2, 1),
		transform 0.65s cubic-bezier(0.2, 0.8, 0.2, 1);
	transition-delay: var(--he-delay, 0ms);
	will-change: opacity, transform;
}

.he-reveal.is-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1);
}

.he-heading > span {
	display: inline-block;
	margin-bottom: 14px;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(15, 169, 160, 0.08);
	color: var(--he-teal);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.he-heading {
	max-width: 720px;
	margin-bottom: 34px;
}

.he-heading--center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.he-heading h2,
.he-hero__content h1 {
	margin: 0 0 16px;
	font-family: "IBM Plex Serif", serif;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.05;
}

.he-hero__content h1 {
	color: #ffffff;
	font-size: clamp(46px, 6vw, 76px);
	max-width: 9.5ch;
}

.he-heading h2 {
	font-size: clamp(32px, 4vw, 50px);
	max-width: 15ch;
}

.he-heading p,
.he-hero__lead,
.he-plan-card p,
.he-tab-panel__copy p,
.he-step-card p,
.he-support-card p,
.he-surface-card p,
.he-device-compat-card p,
.he-news-card p,
.he-review-card p,
.he-faq-card p,
.he-editorial-body,
.he-editorial-body p {
	font-size: 16px;
	line-height: 1.82;
	color: var(--he-ink-soft);
}

.he-heading h2 {
	color: #10203b;
}

.he-heading p {
	color: #42556f;
	max-width: 62ch;
}

.he-hero--esim {
	padding: 146px 0 86px;
}

.he-hero__grid,
.he-coverage {
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
	gap: 42px;
	align-items: center;
}

.he-hero__visual,
.he-coverage__visual {
	position: relative;
}

.he-coverage__copy {
	display: grid;
	gap: 28px;
	align-content: start;
}

.he-hero__lead {
	max-width: 640px;
	color: rgba(255, 255, 255, 0.82);
}

.he-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
}

.he-btn--ghost-light {
	border-color: rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff !important;
	backdrop-filter: blur(10px);
}

.he-chip-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 26px;
}

.he-chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 11px 14px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.92);
	font-size: 13px;
	font-weight: 700;
}

.he-chip::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: var(--he-lime);
	box-shadow: 0 0 0 6px rgba(234, 249, 142, 0.12);
}

.he-device-stage {
	position: relative;
	min-height: 560px;
}

.he-device-stage::before {
	content: "";
	position: absolute;
	right: 28px;
	top: 30px;
	width: 68%;
	height: 68%;
	border-radius: 34px;
	background: radial-gradient(circle at center, rgba(125, 180, 249, 0.18), transparent 68%);
	filter: blur(18px);
	animation: heFloatSoft 7.2s ease-in-out infinite;
}

.he-device-card {
	position: relative;
	z-index: 2;
	margin-left: auto;
	max-width: 520px;
	padding: 24px;
	border-radius: 34px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 30px 70px rgba(4, 10, 23, 0.3);
	backdrop-filter: blur(18px);
}

.he-device-card img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 24px;
	transition: transform 0.45s ease;
}

.he-floating-card {
	position: absolute;
	z-index: 3;
	max-width: 220px;
	padding: 16px 18px;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(255, 255, 255, 0.8);
	box-shadow: var(--he-shadow-lg);
}

.he-floating-card--price {
	animation: heFloat 6.4s ease-in-out infinite;
}

.he-floating-card--badge {
	animation: heFloatSoft 5.8s ease-in-out infinite 0.4s;
}

.he-floating-card span {
	display: block;
	margin-bottom: 6px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--he-muted);
}

.he-floating-card strong {
	display: block;
	font-size: 28px;
	line-height: 1;
	color: var(--he-ink);
}

.he-floating-card p {
	margin: 10px 0 0;
	font-size: 14px;
	line-height: 1.6;
	color: var(--he-ink-soft);
}

.he-floating-card--price {
	top: 54px;
	left: 0;
}

.he-floating-card--badge {
	right: 18px;
	bottom: 32px;
	background: linear-gradient(180deg, #eafffb, #ffffff);
}

.he-metrics-section {
	margin-top: -44px;
	z-index: 4;
}

.he-metrics-band {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	padding: 18px;
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: var(--he-shadow-lg);
	backdrop-filter: blur(12px);
}

.he-metric {
	padding: 20px;
	border-radius: 22px;
	background: linear-gradient(180deg, #ffffff, #f6fbff);
	border: 1px solid rgba(15, 23, 42, 0.06);
}

.he-metric strong {
	display: block;
	margin-bottom: 10px;
	font-size: 34px;
	line-height: 1;
	color: var(--he-ink);
}

.he-metric span {
	color: var(--he-muted);
	font-size: 14px;
}

.he-plan-grid,
.he-story-grid,
.he-step-grid,
.he-support-grid,
.he-news-grid {
	display: grid;
	gap: 22px;
}

.he-plan-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
	overflow: visible;
	gap: 18px;
}

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

.he-plan-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	height: 100%;
	overflow: hidden;
	padding: 28px;
	border-radius: 28px;
	background: #ffffff;
	border: 1px solid var(--he-line);
	box-shadow: var(--he-shadow-md);
	transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.he-plan-card__media {
	margin: -12px -12px 20px;
	padding: 12px;
	border-radius: 22px;
	background:
		radial-gradient(circle at 0% 0%, rgba(234, 249, 142, 0.28), transparent 32%),
		linear-gradient(180deg, #f5faff, #e8f2ff);
}

.he-plan-card__media img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 18px;
	transition: transform 0.5s ease;
}

.he-plan-card:hover {
	transform: translateY(-6px);
	border-color: rgba(25, 118, 243, 0.18);
	box-shadow: 0 24px 52px rgba(15, 23, 42, 0.12);
}

.he-plan-card:hover .he-plan-card__media img,
.he-story-card:hover .he-story-card__media img,
.he-tab-offer:hover .he-tab-offer__visual img,
.he-map-card:hover img,
.he-device-card:hover img {
	transform: scale(1.035);
}

.he-plan-card__head,
.he-plan-card__specs {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.he-plan-card__head {
	align-items: flex-start;
}

.he-plan-card__country,
.he-plan-card__country-copy,
.he-tab-trigger__copy {
	display: grid;
}

.he-plan-card__country {
	grid-template-columns: auto 1fr;
	gap: 12px;
	align-items: center;
	min-width: 0;
}

.he-plan-card__code {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 50px;
	min-height: 50px;
	padding: 0 14px;
	border-radius: 16px;
	background: linear-gradient(135deg, #0f172a, #1d4ed8);
	color: #ffffff;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.he-plan-card__code img {
	display: block;
	width: 24px;
	height: 18px;
	object-fit: cover;
	border-radius: 4px;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.28);
}

.he-plan-card__country-copy {
	gap: 5px;
	min-width: 0;
}

.he-plan-card__country-copy strong {
	color: var(--he-ink);
	font-size: clamp(19px, 1.5vw, 22px);
	line-height: 1.14;
	letter-spacing: -0.03em;
	word-break: break-word;
}

.he-plan-card__country-copy span {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	min-height: 28px;
	padding: 0 10px;
	border-radius: 999px;
	background: #eef7ff;
	color: var(--he-blue);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.he-plan-card__price-tag {
	display: grid;
	gap: 4px;
	justify-items: end;
	flex: 0 0 auto;
	padding: 10px 14px;
	border-radius: 18px;
	background: linear-gradient(180deg, #f8fbff, #eef6ff);
	border: 1px solid rgba(25, 118, 243, 0.1);
}

.he-plan-card__price-tag small {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--he-muted);
}

.he-plan-card__price-tag strong {
	color: var(--he-blue-deep);
	font-size: 26px;
	line-height: 1;
	letter-spacing: -0.04em;
}

.he-plan-card__badge {
	display: inline-flex;
	padding: 8px 12px;
	border-radius: 999px;
	background: #eef7ff;
	color: var(--he-blue);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.he-plan-card h3 {
	margin: 18px 0 12px;
	font-size: 28px;
	line-height: 1.12;
	letter-spacing: -0.03em;
	color: var(--he-ink);
}

.he-plan-card__specs {
	margin-bottom: 16px;
	color: var(--he-muted);
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.he-plan-card__price {
	margin-bottom: 14px;
	font-size: 42px;
	line-height: 1;
	font-weight: 800;
	letter-spacing: -0.04em;
	color: var(--he-blue-deep);
}

.he-plan-card__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: auto;
	padding: 14px 18px;
	border-radius: 16px;
	background: linear-gradient(135deg, var(--he-blue), #1d4ed8);
	color: #ffffff;
	text-decoration: none;
	font-weight: 800;
}

.he-story-card {
	overflow: hidden;
	border-radius: 28px;
	border: 1px solid var(--he-line);
	background: #ffffff;
	box-shadow: var(--he-shadow-md);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.he-story-card__media {
	padding: 18px;
	background:
		radial-gradient(circle at 0% 0%, rgba(234, 249, 142, 0.28), transparent 34%),
		linear-gradient(180deg, #f5faff, #e8f2ff);
}

.he-story-card__media img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 20px;
	transition: transform 0.5s ease;
}

.he-story-card__body {
	padding: 24px 24px 28px;
}

.he-story-card__eyebrow {
	display: inline-block;
	margin-bottom: 12px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--he-teal);
}

.he-story-card__body h3 {
	margin: 0 0 12px;
	font-size: 26px;
	line-height: 1.16;
	color: var(--he-ink);
}

.he-story-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 24px 54px rgba(15, 23, 42, 0.12);
}

.he-tabs {
	display: grid;
	gap: 20px;
}

.he-tab-list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.he-tab-trigger {
	display: grid;
	gap: 8px;
	padding: 18px 20px;
	width: 100%;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
	color: inherit;
	font: inherit;
	text-align: left;
	cursor: pointer;
	appearance: none;
	transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.he-tab-trigger:hover,
.he-tab-trigger.is-active {
	transform: translateY(-2px);
	border-color: rgba(25, 118, 243, 0.24);
	background: #ffffff;
	box-shadow: 0 18px 34px rgba(15, 23, 42, 0.1);
}

.he-tab-trigger__eyebrow {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--he-teal);
}

.he-tab-trigger__row {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 12px;
	align-items: center;
}

.he-tab-trigger__flag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 36px;
	border-radius: 12px;
	background: #f8fbff;
	border: 1px solid rgba(25, 118, 243, 0.1);
}

.he-tab-trigger__flag img {
	display: block;
	width: 24px;
	height: 18px;
	object-fit: cover;
	border-radius: 4px;
}

.he-tab-trigger strong,
.he-device-compat-card h3,
.he-review-card__footer strong {
	color: var(--he-ink);
}

.he-tab-trigger strong {
	font-size: 20px;
	line-height: 1.15;
}

.he-tab-trigger__copy {
	gap: 4px;
}

.he-tab-trigger em {
	font-style: normal;
	font-size: 14px;
	font-weight: 800;
	color: var(--he-blue-deep);
}

.he-tab-panel {
	padding: 30px;
	border-radius: 32px;
	background: #ffffff;
	border: 1px solid var(--he-line);
	box-shadow: var(--he-shadow-md);
}

.he-tab-panel.is-animating {
	animation: hePanelIn 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.he-tab-panels {
	position: relative;
}

.he-tab-panel__grid,
.he-trust-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(240px, 0.88fr);
	gap: 22px;
	align-items: stretch;
}

.he-tab-panel__copy h3 {
	margin: 16px 0 14px;
	font-size: 34px;
	line-height: 1.08;
	letter-spacing: -0.04em;
	color: var(--he-ink);
}

.he-tab-panel__meta {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 24px 0;
}

.he-tab-meta-card,
.he-trust-metric,
.he-device-compat-card,
.he-review-card,
.he-faq-card {
	border-radius: 24px;
	border: 1px solid var(--he-line);
	background: #ffffff;
	box-shadow: var(--he-shadow-md);
}

.he-tab-meta-card {
	padding: 18px;
	background: linear-gradient(180deg, #f8fbff, #eef6ff);
}

.he-tab-meta-card span,
.he-review-card__rating,
.he-tab-offer__kicker,
.he-device-compat-card__code {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 0 10px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.he-tab-meta-card span {
	margin-bottom: 12px;
	justify-content: flex-start;
	padding: 0;
	color: var(--he-muted);
}

.he-tab-meta-card strong {
	display: block;
	font-size: 18px;
	line-height: 1.55;
	color: var(--he-ink);
}

.he-feature-list {
	padding: 22px 24px;
	border-radius: 26px;
	background: linear-gradient(180deg, rgba(234, 249, 142, 0.24), rgba(234, 249, 142, 0.08));
}

.he-feature-list__title {
	display: block;
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #54666b;
}

.he-feature-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 10px;
}

.he-feature-list li {
	position: relative;
	padding-left: 24px;
	color: var(--he-ink);
	font-weight: 600;
	line-height: 1.7;
}

.he-feature-list li::before {
	content: "";
	position: absolute;
	top: 11px;
	left: 0;
	width: 9px;
	height: 9px;
	border-radius: 999px;
	background: var(--he-blue);
	box-shadow: 0 0 0 6px rgba(25, 118, 243, 0.12);
}

.he-tab-offer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 24px;
	border-radius: 30px;
	background:
		radial-gradient(circle at 100% 0%, rgba(234, 249, 142, 0.2), transparent 32%),
		linear-gradient(135deg, #08111f, #10254a 56%, #0e5dd8 100%);
	color: #ffffff;
	box-shadow: 0 24px 48px rgba(8, 17, 31, 0.22);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.he-tab-offer__visual {
	margin: 0 auto 16px;
	width: min(100%, 300px);
	padding: 8px;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.08);
}

.he-tab-offer__visual img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 220px;
	object-fit: contain;
	border-radius: 18px;
	transition: transform 0.5s ease;
}

.he-tab-offer__flag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 40px;
	margin-bottom: 14px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.1);
}

.he-tab-offer__flag img {
	display: block;
	width: 28px;
	height: 20px;
	object-fit: cover;
	border-radius: 4px;
}

.he-tab-offer:hover {
	transform: translateY(-4px);
	box-shadow: 0 28px 56px rgba(8, 17, 31, 0.28);
}

.he-tab-offer__kicker,
.he-review-card__rating,
.he-device-compat-card__code {
	width: fit-content;
	background: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.84);
}

.he-tab-offer__price {
	margin: 12px 0 14px;
	font-size: 48px;
	line-height: 1;
	font-weight: 800;
	letter-spacing: -0.05em;
}

.he-tab-offer__stack {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 16px;
}

.he-tab-offer__stack span {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 0 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	font-size: 13px;
	font-weight: 800;
}

.he-tab-offer p {
	margin: 0 0 24px;
	color: rgba(255, 255, 255, 0.84);
}

.he-tab-offer .he-btn--primary {
	width: 100%;
}

.he-tab-offer__link {
	margin-top: 14px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
}

.he-coverage__cards {
	display: grid;
	gap: 18px;
}

.he-surface-card,
.he-step-card,
.he-support-card,
.he-editorial-card,
.he-map-card,
.he-news-card {
	border-radius: 28px;
	border: 1px solid var(--he-line);
	background: #ffffff;
	box-shadow: var(--he-shadow-md);
}

.he-surface-card,
.he-step-card,
.he-support-card {
	padding: 26px 28px;
}

.he-surface-card__eyebrow {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--he-teal);
}

.he-surface-card h3,
.he-step-card h3,
.he-support-card h3 {
	margin: 0 0 12px;
	font-size: 24px;
	line-height: 1.18;
	color: var(--he-ink);
}

.he-map-card {
	overflow: hidden;
	padding: 20px;
	background: linear-gradient(180deg, #08111f, #0d1833);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.he-map-card img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 18px;
	transition: transform 0.5s ease;
}

.he-map-card:hover {
	transform: translateY(-4px);
}

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

.he-step-card__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	margin-bottom: 16px;
	border-radius: 18px;
	background: linear-gradient(135deg, #eafffb, #eef7ff);
	color: var(--he-blue-deep);
	font-weight: 800;
	letter-spacing: 0.08em;
}

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

.he-support-card,
.he-trust-metric {
	transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.he-device-grid,
.he-review-grid,
.he-faq-grid {
	display: grid;
	gap: 22px;
}

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

.he-device-compat-card {
	padding: 28px;
	transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.he-device-compat-card__code {
	min-width: 50px;
	padding: 0 14px;
	background: linear-gradient(135deg, #0f172a, #1d4ed8);
	color: #ffffff;
}

.he-device-compat-card h3 {
	margin: 18px 0 10px;
	font-size: 24px;
	line-height: 1.18;
}

.he-device-compat-card strong {
	display: block;
	margin-top: 18px;
	font-size: 14px;
	line-height: 1.7;
	color: var(--he-blue-deep);
}

.he-device-compat-card:hover,
.he-trust-metric:hover,
.he-support-card:hover,
.he-review-card:hover,
.he-news-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 24px 54px rgba(15, 23, 42, 0.12);
}

.he-footnote {
	margin: 18px 0 0;
	font-size: 14px;
	line-height: 1.75;
	color: var(--he-muted);
}

.he-trust-copy {
	display: grid;
	gap: 24px;
	align-content: start;
}

.he-trust-metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.he-trust-metric {
	padding: 22px;
	transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.he-trust-metric strong {
	display: block;
	margin-bottom: 8px;
	font-size: 34px;
	line-height: 1;
	color: var(--he-ink);
}

.he-trust-metric span {
	font-size: 14px;
	color: var(--he-muted);
}

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

.he-review-card {
	display: flex;
	flex-direction: column;
	padding: 28px;
	transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.he-review-card__rating {
	background: rgba(25, 118, 243, 0.08);
	color: var(--he-blue-deep);
}

.he-review-card p {
	margin: 18px 0 24px;
	font-size: 17px;
	line-height: 1.82;
	color: var(--he-ink);
}

.he-review-card__footer {
	margin-top: auto;
	padding-top: 18px;
	border-top: 1px solid rgba(15, 23, 42, 0.08);
	display: grid;
	gap: 6px;
}

.he-review-card__footer span {
	font-size: 14px;
	color: var(--he-muted);
}

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

.he-faq-card {
	padding: 24px 26px;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.he-faq-card summary {
	position: relative;
	padding-right: 38px;
	list-style: none;
	cursor: pointer;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 800;
	color: var(--he-ink);
}

.he-faq-card summary::-webkit-details-marker {
	display: none;
}

.he-faq-card summary::after {
	content: "+";
	position: absolute;
	top: 0;
	right: 0;
	font-size: 28px;
	line-height: 1;
	color: var(--he-blue-deep);
}

.he-faq-card[open] summary::after {
	content: "-";
}

.he-faq-card p {
	margin: 16px 0 0;
}

.he-faq-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 20px 46px rgba(15, 23, 42, 0.1);
}

.he-editorial-card {
	padding: 34px;
}

.he-editorial-body > *:first-child {
	margin-top: 0;
}

.he-editorial-body > *:last-child {
	margin-bottom: 0;
}

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

.he-news-card {
	overflow: hidden;
	transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.he-news-card__thumb img {
	display: block;
	width: 100%;
	height: 220px;
	object-fit: cover;
	transition: transform 0.55s ease;
}

.he-news-card__content {
	padding: 22px 24px 26px;
}

.he-news-card__date {
	display: inline-block;
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--he-muted);
}

.he-news-card h3 {
	margin: 0 0 12px;
	font-size: 24px;
	line-height: 1.18;
	color: var(--he-ink);
}

.he-news-card h3 a {
	color: inherit;
	text-decoration: none;
}

.he-contact-banner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: clamp(44px, 6vw, 92px);
	align-items: center;
	padding: 34px;
	border-radius: 34px;
	background:
		radial-gradient(circle at 100% 0%, rgba(234, 249, 142, 0.14), transparent 30%),
		linear-gradient(135deg, #08111f, #112248 58%, #0f4fc0 100%);
	box-shadow: var(--he-shadow-lg);
}

.he-contact-banner h2,
.he-contact-banner p,
.he-contact-banner .he-kicker {
	color: #ffffff;
}

.he-contact-banner .he-kicker {
	background: rgba(255, 255, 255, 0.08);
}

.he-contact-banner__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-self: end;
	align-self: center;
}

.he-contact-banner__actions .he-btn {
	flex: 0 0 auto;
}

#contact .he-contact-banner > :first-child {
	max-width: 44rem;
	min-width: 0;
}

@media (prefers-reduced-motion: reduce) {
	.he-reveal {
		opacity: 1 !important;
		transform: none !important;
		transition: none !important;
	}

	.he-device-stage::before,
	.he-floating-card--price,
	.he-floating-card--badge,
	.he-tab-panel.is-animating {
		animation: none !important;
	}

	.he-btn,
	.he-plan-card,
	.he-story-card,
	.he-tab-offer,
	.he-map-card,
	.he-device-compat-card,
	.he-support-card,
	.he-review-card,
	.he-faq-card,
	.he-news-card,
	.he-device-card img,
	.he-plan-card__media img,
	.he-story-card__media img,
	.he-tab-offer__visual img,
	.he-map-card img,
	.he-news-card__thumb img {
		transition: none !important;
		transform: none !important;
	}
}

@media (max-width: 1180px) {
	.he-plan-grid,
	.he-story-grid,
	.he-device-grid,
	.he-review-grid,
	.he-support-grid,
	.he-news-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.he-tab-list,
	.he-faq-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.he-topbar__inner {
		grid-template-columns: 1fr;
		justify-items: center;
	}

	.he-topbar__nav {
		justify-content: flex-start;
		width: 100%;
		overflow-x: auto;
		padding-bottom: 6px;
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width: 980px) {
	.home-enterprise-main .he-section {
		padding: 52px 0;
	}

	.he-hero__grid,
	.he-coverage,
	.he-tab-panel__grid,
	.he-trust-layout,
	.he-contact-banner {
		grid-template-columns: 1fr;
	}

	.he-step-grid {
		grid-template-columns: 1fr;
	}

	.he-heading h2,
	.he-contact-banner h2 {
		max-width: none;
	}

	.he-hero__content,
	.he-coverage__copy,
	.he-trust-copy {
		gap: 22px;
	}

	.he-tab-panel__meta {
		grid-template-columns: 1fr;
	}

	.he-device-stage {
		min-height: auto;
		padding-top: 48px;
	}

	.he-floating-card--price {
		top: 0;
	}

	.he-floating-card--badge {
		right: 0;
		bottom: -18px;
	}

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

	.he-contact-banner__actions {
		width: 100%;
	}
}

@media (max-width: 860px) {
	.he-mobile-expand[hidden] {
		display: none !important;
	}

	.he-mobile-expand {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		width: 100%;
		margin-top: 16px;
		min-height: 48px;
		padding: 0 18px;
		border: 1px solid rgba(15, 23, 42, 0.08);
		border-radius: 999px;
		background: linear-gradient(180deg, #ffffff, #eef6ff);
		box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
		color: var(--he-ink);
		font-size: 13px;
		font-weight: 800;
		letter-spacing: 0.08em;
		text-transform: uppercase;
		cursor: pointer;
		box-sizing: border-box;
	}

	.he-mobile-expand::after {
		content: "";
		width: 9px;
		height: 9px;
		border-right: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
		transform: rotate(45deg) translateY(-1px);
		transition: transform 0.2s ease;
	}

	.he-mobile-expand.is-expanded::after {
		transform: rotate(-135deg) translateY(-1px);
	}

	[data-he-mobile-collapse] > .is-mobile-hidden {
		display: none !important;
	}

	.home-enterprise-main .he-section {
		padding: 40px 0;
	}

	.home-enterprise-main .he-heading {
		margin-bottom: 24px;
	}

	.home-enterprise-main .he-heading h2 {
		margin-bottom: 12px;
	}

	.home-enterprise-main .he-heading p {
		max-width: 100%;
	}

	.he-topbar--global,
	body.cm-enterprise-home .he-topbar--global {
		position: relative;
		top: 0;
		padding-top: 14px;
		padding-bottom: 10px;
	}

	.he-topbar__inner {
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
		gap: 12px;
		padding: 12px;
		min-height: 0;
		border-radius: 20px;
		background: linear-gradient(180deg, rgba(8, 17, 31, 0.96), rgba(11, 23, 48, 0.9));
		box-shadow: 0 18px 44px rgba(2, 6, 23, 0.26);
	}

	.he-topbar__brand {
		min-width: 0;
	}

	.he-topbar__logo img {
		max-height: 36px;
	}

	.he-topbar__toggle {
		display: inline-flex;
		justify-self: end;
		align-items: center;
		gap: 10px;
		min-height: 46px;
		padding: 0 14px 0 16px;
		border: 1px solid rgba(148, 163, 184, 0.24);
		border-radius: 999px;
		background: linear-gradient(180deg, rgba(15, 23, 42, 0.92), rgba(30, 41, 59, 0.84));
		box-shadow: 0 12px 26px rgba(2, 6, 23, 0.22);
		color: #ffffff;
		font-family: inherit;
		font-size: 12px;
		font-weight: 800;
		letter-spacing: 0.12em;
		line-height: 1;
		text-transform: uppercase;
		cursor: pointer;
	}

	.he-topbar__toggle:hover,
	.he-topbar__toggle:focus-visible {
		border-color: rgba(96, 165, 250, 0.62);
		background: linear-gradient(180deg, rgba(17, 24, 39, 0.96), rgba(37, 99, 235, 0.34));
		outline: none;
	}

	.he-topbar__toggle-text {
		line-height: 1;
	}

	.he-topbar__toggle-bars {
		display: grid;
		gap: 4px;
	}

	.he-topbar__toggle-bars span {
		display: block;
		width: 18px;
		height: 2px;
		border-radius: 999px;
		background: currentColor;
		transition: transform 0.22s ease, opacity 0.22s ease;
	}

	.he-topbar__inner.is-menu-open .he-topbar__toggle-bars span:nth-child(1) {
		transform: translateY(6px) rotate(45deg);
	}

	.he-topbar__inner.is-menu-open .he-topbar__toggle-bars span:nth-child(2) {
		opacity: 0;
	}

	.he-topbar__inner.is-menu-open .he-topbar__toggle-bars span:nth-child(3) {
		transform: translateY(-6px) rotate(-45deg);
	}

	.he-topbar__nav,
	.he-topbar__actions {
		display: none;
		grid-column: 1 / -1;
		width: 100%;
	}

	.he-topbar__inner.is-menu-open .he-topbar__nav {
		display: block;
	}

	.he-topbar__inner.is-menu-open .he-topbar__actions {
		display: grid;
	}

	.he-topbar__nav {
		overflow: visible;
		padding-bottom: 0;
	}

	.he-topbar__menu {
		flex-direction: column;
		align-items: stretch;
		gap: 8px;
		min-width: 0;
		width: 100%;
		padding: 10px;
		border: 1px solid rgba(255, 255, 255, 0.08);
		border-radius: 20px;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
		box-sizing: border-box;
	}

	.he-topbar__menu > li {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: stretch;
		gap: 8px;
	}

	.he-topbar__menu > li > a {
		min-height: 50px;
		padding: 0 16px;
		font-size: 14px;
		font-weight: 700;
		background: rgba(255, 255, 255, 0.04);
		border: 1px solid rgba(255, 255, 255, 0.06);
		border-radius: 16px;
		box-sizing: border-box;
	}

	.he-topbar__menu > li:hover > a,
	.he-topbar__menu > li.current-menu-item > a,
	.he-topbar__menu > li.current-menu-ancestor > a {
		background: linear-gradient(135deg, rgba(25, 118, 243, 0.22), rgba(15, 169, 160, 0.1));
		border-color: rgba(96, 165, 250, 0.28);
		color: #ffffff;
	}

	.he-topbar__menu li ul,
	.he-topbar__menu li .sub-menu {
		position: static;
		top: auto;
		left: auto;
		min-width: 0;
		margin: 0;
		padding: 8px 0 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		display: none;
	}

	.he-topbar__menu li:hover > .sub-menu,
	.he-topbar__menu li:focus-within > .sub-menu {
		display: none;
	}

	.he-topbar__menu li ul li a,
	.he-topbar__menu li .sub-menu li a {
		display: block;
		padding: 12px 16px 12px 20px;
		color: rgba(255, 255, 255, 0.84);
		white-space: normal;
		border-radius: 14px;
		background: rgba(255, 255, 255, 0.03);
	}

	.he-topbar__menu li ul li a:hover,
	.he-topbar__menu li .sub-menu li a:hover {
		background: rgba(255, 255, 255, 0.08);
		color: #ffffff;
	}

	.he-topbar__menu .cm-submenu-toggle {
		width: 46px;
		min-height: 50px;
		height: auto;
		margin-left: 0;
		border: 1px solid rgba(255, 255, 255, 0.06);
		border-radius: 16px;
		background: rgba(255, 255, 255, 0.04);
		color: rgba(255, 255, 255, 0.78);
		box-sizing: border-box;
	}

	.he-topbar__actions {
		width: 100%;
		gap: 10px;
		flex-direction: column;
		align-items: stretch;
		justify-content: stretch;
		padding: 10px;
		border: 1px solid rgba(255, 255, 255, 0.08);
		border-radius: 20px;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
		box-sizing: border-box;
	}

	.he-topbar__actions > * {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		box-sizing: border-box;
	}

	.he-topbar__cta {
		width: 100%;
		min-height: 50px;
		box-sizing: border-box;
	}

	.home-enterprise-main .he-shell {
		padding: 0 18px;
	}

	.he-hero--esim {
		padding: 48px 0 36px;
	}

	.he-metrics-section {
		margin-top: 0;
	}

	.he-actions,
	.he-contact-banner__actions {
		flex-direction: column;
	}

	.he-actions {
		display: grid;
		width: 100%;
		gap: 12px;
		align-items: stretch;
	}

	.he-actions > * {
		min-width: 0;
	}

	.he-actions .he-btn,
	.he-contact-banner__actions .he-btn {
		width: 100%;
		min-width: 0;
	}

	.he-chip-row {
		display: flex;
		flex-wrap: nowrap;
		gap: 10px;
		overflow-x: auto;
		padding-bottom: 4px;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.he-chip-row::-webkit-scrollbar {
		display: none;
	}

	.he-chip {
		flex: 0 0 auto;
		white-space: nowrap;
	}

	.he-metrics-band {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.he-metrics-band,
	.he-tab-list,
	.he-plan-grid,
	.he-story-grid,
	.he-device-grid,
	.he-review-grid,
	.he-faq-grid,
	.he-trust-metrics,
	.he-support-grid,
	.he-news-grid {
		grid-template-columns: 1fr;
	}

	.he-metrics-band {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.he-hero__content h1 {
		font-size: 40px;
	}

	.home-enterprise-main .he-section {
		padding: 32px 0;
	}

	.home-enterprise-main .he-shell {
		padding: 0 14px;
	}

	.home-enterprise-main .he-heading {
		margin-bottom: 20px;
	}

	.he-topbar--global,
	body.cm-enterprise-home .he-topbar--global {
		padding-top: 14px;
		padding-bottom: 10px;
	}

	.he-topbar__inner {
		gap: 10px;
		padding: 10px;
		border-radius: 18px;
	}

	.he-topbar__logo img {
		max-height: 34px;
	}

	.he-topbar__name {
		font-size: 20px;
	}

	.he-topbar__toggle {
		min-height: 42px;
		padding: 0 12px 0 14px;
		gap: 8px;
		font-size: 11px;
	}

	.he-topbar__toggle-bars span {
		width: 16px;
	}

	.he-topbar__menu,
	.he-topbar__actions {
		padding: 8px;
		border-radius: 18px;
	}

	.he-topbar__menu > li > a {
		min-height: 48px;
		padding: 0 14px;
		font-size: 13px;
	}

	.he-topbar__menu .cm-submenu-toggle {
		width: 42px;
		min-height: 48px;
		border-radius: 14px;
	}

	.he-topbar__menu li ul li a,
	.he-topbar__menu li .sub-menu li a {
		padding: 10px 14px 10px 18px;
		font-size: 13px;
	}

	.he-topbar__cta {
		min-height: 48px;
	}

	.he-hero--esim {
		padding: 40px 0 28px;
	}

	.he-heading > span,
	.he-kicker,
	.he-contact-banner .he-kicker {
		margin-bottom: 12px;
		padding: 7px 12px;
	}

	.he-plan-card h3,
	.he-story-card__body h3,
	.he-news-card h3,
	.he-surface-card h3,
	.he-step-card h3,
	.he-support-card h3 {
		font-size: 22px;
	}

	.he-device-compat-card h3,
	.he-faq-card summary {
		font-size: 20px;
	}

	.he-hero__lead,
	.he-plan-card p,
	.he-tab-panel__copy p,
	.he-step-card p,
	.he-support-card p,
	.he-surface-card p,
	.he-device-compat-card p,
	.he-news-card p,
	.he-review-card p,
	.he-faq-card p,
	.he-editorial-body,
	.he-editorial-body p {
		font-size: 15px;
		line-height: 1.72;
	}

	.he-plan-card__price {
		font-size: 36px;
	}

	.he-metrics-band {
		grid-template-columns: 1fr 1fr;
		gap: 12px;
		padding: 12px;
		border-radius: 22px;
	}

	.he-metric {
		padding: 16px 18px;
		border-radius: 18px;
	}

	.he-metric strong {
		font-size: 28px;
	}

	.he-tab-trigger {
		padding: 16px 18px;
		border-radius: 20px;
	}

	.he-tab-trigger strong {
		font-size: 18px;
	}

	.he-tab-panel,
	.he-device-compat-card,
	.he-review-card,
	.he-faq-card {
		padding: 22px;
	}

	.he-plan-card__media {
		margin: -8px -8px 18px;
		padding: 8px;
	}

	.he-story-card__media {
		padding: 14px;
	}

	.he-story-card__body {
		padding: 20px 20px 22px;
	}

	.he-tab-panel__copy h3 {
		font-size: 28px;
	}

	.he-tab-panel__meta {
		gap: 12px;
		margin: 20px 0;
	}

	.he-tab-offer {
		padding: 22px;
		border-radius: 24px;
	}

	.he-tab-offer__price {
		font-size: 40px;
	}

	.he-feature-list {
		padding: 18px 18px 20px;
		border-radius: 20px;
	}

	.he-device-card,
	.he-editorial-card,
	.he-contact-banner {
		padding: 22px;
	}

	.he-device-card,
	.he-map-card,
	.he-editorial-card,
	.he-contact-banner,
	.he-news-card,
	.he-tab-panel {
		border-radius: 22px;
	}

	.he-news-card__thumb img {
		height: 170px;
	}

	.he-floating-card {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		max-width: none;
		margin-bottom: 14px;
	}

	.he-floating-card strong {
		font-size: 24px;
	}

	.he-mobile-expand {
		margin-top: 14px;
		min-height: 46px;
		padding: 0 16px;
		font-size: 12px;
	}
}

@media (max-width: 420px) {
	.he-hero__content h1 {
		font-size: 34px;
	}

	.he-btn {
		min-width: 0;
		min-height: 48px;
		padding: 0 18px;
	}

	.he-plan-card,
	.he-step-card,
	.he-support-card,
	.he-device-compat-card,
	.he-review-card,
	.he-faq-card,
	.he-tab-panel,
	.he-editorial-card,
	.he-contact-banner {
		padding: 18px;
	}

	.he-story-card__media {
		padding: 12px;
	}

	.he-plan-card__media {
		margin: -4px -4px 16px;
		padding: 4px;
		border-radius: 18px;
	}

	.he-plan-card__media img,
	.he-tab-offer__visual img {
		border-radius: 14px;
	}

	.he-story-card__body {
		padding: 18px 18px 20px;
	}

	.he-tab-offer {
		padding: 18px;
	}

	.he-tab-offer__price {
		font-size: 40px;
	}

	.he-news-card__content {
		padding: 18px 18px 22px;
	}

	.he-news-card__thumb img {
		height: 156px;
	}

	.he-faq-card summary {
		padding-right: 30px;
		font-size: 18px;
	}

	.he-mobile-expand {
		min-height: 44px;
		font-size: 11px;
	}
}

.he-hero--esim {
	padding: 150px 0 96px;
}

.he-device-stage {
	min-height: 480px;
	max-width: 500px;
	margin-left: auto;
}

.he-device-stage::before {
	width: 60%;
	height: 60%;
	right: 20px;
	top: 24px;
}

.he-device-card {
	max-width: 440px;
	padding: 18px;
	border-radius: 28px;
}

.he-device-card img {
	border-radius: 20px;
}

.he-floating-card {
	max-width: 190px;
	padding: 14px 16px;
	border-radius: 18px;
}

.he-floating-card strong {
	font-size: 24px;
}

.he-plan-grid {
	gap: 18px;
}

.he-section--flags {
	padding-top: 42px !important;
	padding-bottom: 34px !important;
}

.he-flag-strip {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 14px;
}

.he-flag-chip {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 12px;
	align-items: center;
	padding: 16px;
	border-radius: 22px;
	background: #ffffff;
	border: 1px solid var(--he-line);
	box-shadow: var(--he-shadow-md);
	text-decoration: none;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.he-flag-chip:hover {
	transform: translateY(-4px);
	border-color: rgba(25, 118, 243, 0.18);
	box-shadow: 0 22px 42px rgba(15, 23, 42, 0.12);
}

.he-flag-chip img {
	display: block;
	width: 32px;
	height: 24px;
	object-fit: cover;
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.08);
}

.he-flag-chip__copy {
	display: grid;
	gap: 4px;
}

.he-flag-chip__copy strong {
	color: var(--he-ink);
	font-size: 15px;
	line-height: 1.25;
}

.he-flag-chip__copy span {
	color: var(--he-blue-deep);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.he-plan-card {
	padding: 22px;
	border-radius: 24px;
}

.he-plan-card__media {
	margin: -8px -8px 18px;
	padding: 8px;
	border-radius: 18px;
}

.he-plan-card__media img {
	border-radius: 14px;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.he-plan-card h3 {
	font-size: 24px;
}

.he-plan-card__price {
	font-size: 34px;
}

.he-plan-card p {
	flex: 1 1 auto;
	font-size: 15px;
	line-height: 1.75;
}

.he-plan-card__cta {
	min-height: 46px;
	padding: 0 16px;
	border-radius: 14px;
}

.he-tab-offer__price {
	font-size: 48px;
}

.he-gallery-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-auto-rows: 190px;
	grid-auto-flow: dense;
	gap: 16px;
	align-items: stretch;
}

.he-gallery-card {
	position: relative;
	overflow: hidden;
	display: flex;
	border-radius: 24px;
	background: #0f172a;
	box-shadow: var(--he-shadow-lg);
}

.he-gallery-card--wide {
	grid-column: span 2;
	grid-row: span 2;
}

.he-gallery-card--tall {
	grid-row: span 2;
}

.he-gallery-card__media,
.he-gallery-card__media img {
	display: block;
	width: 100%;
	height: 100%;
}

.he-gallery-card__media img {
	object-fit: cover;
	transform: scale(1.01);
	transition: transform 0.45s ease;
}

.he-gallery-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(7, 13, 28, 0.06), rgba(7, 13, 28, 0.78) 78%);
}

.he-gallery-card:hover .he-gallery-card__media img {
	transform: scale(1.04);
}

.he-gallery-card__overlay {
	position: absolute;
	right: 18px;
	bottom: 18px;
	left: 18px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 8px;
	min-height: calc(100% - 36px);
}

.he-gallery-card__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-height: 32px;
	padding: 0 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.92);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.he-gallery-card__overlay h3 {
	margin: 0;
	color: #ffffff;
	font-size: 20px;
	line-height: 1.12;
	letter-spacing: -0.03em;
	max-width: 14ch;
}

.he-gallery-card__overlay p {
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 13px;
	line-height: 1.55;
	max-width: 34ch;
}

.he-gallery-card__overlay strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	margin-top: auto;
	min-height: 38px;
	padding: 0 14px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--he-lime), #fff4ad);
	color: #0b1730;
	font-size: 14px;
	font-weight: 800;
}

@media (prefers-reduced-motion: reduce) {
	.he-gallery-card__media img,
	.he-flag-chip,
	.he-gallery-card {
		transition: none !important;
		transform: none !important;
	}
}

@media (max-width: 1180px) {
	.he-flag-strip {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

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

	.he-gallery-card--wide {
		grid-column: span 2;
	}
}

@media (max-width: 980px) {
	.he-hero--esim {
		padding: 132px 0 86px;
	}

	.he-device-stage {
		min-height: auto;
		max-width: none;
		padding-top: 34px;
	}

	.he-device-card {
		max-width: 420px;
	}
}

@media (max-width: 860px) {
	.he-flag-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.he-gallery-grid {
		grid-template-columns: 1fr;
	}

	.he-gallery-grid {
		grid-auto-rows: 220px;
	}

	.he-gallery-card--wide,
	.he-gallery-card--tall {
		grid-column: span 1;
		grid-row: span 1;
	}

}

@media (max-width: 640px) {
	.he-flag-strip {
		grid-template-columns: 1fr;
	}

	.he-device-card {
		max-width: 360px;
		padding: 14px;
		border-radius: 22px;
	}

	.he-floating-card {
		max-width: 168px;
		padding: 12px 14px;
	}

	.he-floating-card strong {
		font-size: 20px;
	}

	.he-plan-card {
		padding: 18px;
	}

	.he-plan-card__head {
		flex-direction: column;
		align-items: stretch;
	}

	.he-plan-card__price-tag {
		justify-items: start;
	}

	.he-tab-trigger__row {
		grid-template-columns: 1fr;
	}

	.he-plan-card h3,
	.he-gallery-card__overlay h3 {
		font-size: 21px;
	}

	.he-plan-card__price {
		font-size: 30px;
	}

	.he-tab-offer__price {
		font-size: 40px;
	}

}

.he-section--plans {
	background:
		radial-gradient(circle at 0% 0%, rgba(25, 118, 243, 0.08), transparent 24%),
		linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.he-section--plans .he-heading h2 {
	max-width: 12ch;
	color: #10203b;
}

.he-section--plans .he-heading p {
	color: #42556f;
}

.he-plan-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 42px 18px;
	align-items: stretch;
}

.he-plan-card {
	padding: 20px 20px 22px;
	border-radius: 22px;
	gap: 0;
}

.he-plan-card__head {
	display: grid;
	gap: 14px;
}

.he-plan-card__country {
	align-items: start;
}

.he-plan-card__price-tag {
	justify-items: start;
	width: fit-content;
	max-width: 100%;
}

.he-plan-card__price-tag strong {
	font-size: 22px;
}

.he-plan-card__media {
	margin: 0 -6px 16px;
	padding: 6px;
	border-radius: 16px;
}

.he-plan-card__media img {
	aspect-ratio: 16 / 11;
	object-fit: cover;
}

.he-plan-card h3 {
	margin: 16px 0 10px;
	font-size: 22px;
}

.he-plan-card__specs {
	margin-bottom: 12px;
}

.he-plan-card p {
	margin: 0 0 16px;
	min-height: 96px;
	font-size: 14px;
	line-height: 1.7;
}

.he-plan-card__cta {
	margin-top: auto;
	min-height: 48px;
}

.he-story-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 980px;
	margin: 0 auto;
}

.he-story-card__media {
	padding: 14px;
}

.he-story-card__media img {
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.he-gallery-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-auto-rows: 220px;
	gap: 18px;
}

.he-gallery-card--wide,
.he-gallery-card--tall {
	grid-column: span 1;
	grid-row: span 1;
}

.he-gallery-card {
	border-radius: 22px;
}

.he-gallery-card__overlay {
	right: 16px;
	bottom: 16px;
	left: 16px;
	min-height: auto;
	padding: 16px;
	border-radius: 18px;
	background: linear-gradient(180deg, rgba(7, 13, 28, 0.1), rgba(7, 13, 28, 0.68));
	backdrop-filter: blur(6px);
}

.he-gallery-card__overlay h3 {
	max-width: none;
	font-size: 18px;
}

.he-gallery-card__overlay p {
	max-width: none;
	color: rgba(255, 255, 255, 0.88);
}

.he-featured-carousel {
	display: grid;
	gap: 20px;
}

.he-featured-carousel__viewport {
	overflow: hidden;
}

.he-featured-carousel__track {
	display: flex;
	transition: transform 0.55s cubic-bezier(0.2, 0.8, 0.2, 1);
	will-change: transform;
}

.he-featured-slide {
	flex: 0 0 100%;
	min-width: 0;
}

.he-featured-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: 24px;
	border: 1px solid var(--he-line);
	background: #ffffff;
	box-shadow: var(--he-shadow-md);
}

.he-featured-card--carousel {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
	align-items: stretch;
	gap: 0;
	border-radius: 32px;
	box-shadow: var(--he-shadow-lg);
}

.he-featured-card__media {
	padding: 14px 14px 0;
}

.he-featured-card--carousel .he-featured-card__media {
	display: flex;
	padding: 20px;
	background:
		radial-gradient(circle at 0% 0%, rgba(234, 249, 142, 0.24), transparent 36%),
		linear-gradient(180deg, #f4faff, #e7f1ff);
}

.he-featured-card__media img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	border-radius: 18px;
}

.he-featured-card--carousel .he-featured-card__media img {
	height: 100%;
	min-height: 380px;
	border-radius: 24px;
}

.he-featured-card__body {
	display: grid;
	gap: 14px;
	padding: 18px 18px 20px;
}

.he-featured-card--carousel .he-featured-card__body {
	align-content: start;
	gap: 16px;
	padding: 30px 32px 32px;
}

.he-featured-card__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.he-featured-card__flag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 32px;
	border-radius: 10px;
	background: #f8fbff;
	border: 1px solid rgba(25, 118, 243, 0.12);
}

.he-featured-card__flag img {
	display: block;
	width: 24px;
	height: 18px;
	object-fit: cover;
	border-radius: 4px;
}

.he-featured-card h3 {
	margin: 0;
	font-size: 22px;
	line-height: 1.18;
	color: var(--he-ink);
}

.he-featured-card--carousel h3 {
	font-size: clamp(28px, 3vw, 42px);
	line-height: 1.08;
	letter-spacing: -0.04em;
}

.he-featured-card p {
	margin: 0;
	font-size: 14px;
	line-height: 1.72;
	color: var(--he-ink-soft);
}

.he-featured-card--carousel p {
	font-size: 16px;
	line-height: 1.82;
}

.he-featured-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.he-featured-card__meta span {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 0 12px;
	border-radius: 999px;
	background: #eef6ff;
	color: var(--he-blue-deep);
	font-size: 12px;
	font-weight: 800;
}

.he-featured-card__list {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.he-featured-card__list li {
	position: relative;
	padding-left: 18px;
	color: var(--he-ink);
	font-size: 14px;
	line-height: 1.6;
}

.he-featured-card__list li::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: var(--he-teal);
}

.he-featured-card__footer {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 14px;
	margin-top: auto;
	padding-top: 4px;
}

.he-featured-card__price {
	display: grid;
	gap: 4px;
}

.he-featured-card__price small {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--he-muted);
}

.he-featured-card__price strong {
	font-size: 28px;
	line-height: 1;
	letter-spacing: -0.04em;
	color: var(--he-blue-deep);
}

.he-featured-card__footer .he-btn {
	min-width: 0;
	min-height: 44px;
	padding: 0 16px;
}

.he-featured-card--carousel .he-featured-card__footer .he-btn {
	min-width: 168px;
	min-height: 52px;
}

.he-featured-carousel__controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.he-featured-carousel__dots {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 auto;
	gap: 10px;
}

.he-featured-carousel__dot {
	width: 12px;
	height: 12px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(148, 163, 184, 0.42);
	cursor: pointer;
	transition: width 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.he-featured-carousel__dot:hover,
.he-featured-carousel__dot:focus-visible {
	background: rgba(37, 99, 235, 0.58);
	outline: none;
	transform: scale(1.08);
}

.he-featured-carousel__dot.is-active {
	width: 36px;
	background: linear-gradient(135deg, var(--he-blue), var(--he-teal));
}

.he-carousel-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	padding: 0;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 999px;
	background: #ffffff;
	box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
	color: var(--he-ink);
	cursor: pointer;
	transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.he-carousel-arrow:hover,
.he-carousel-arrow:focus-visible {
	transform: translateY(-2px);
	border-color: rgba(25, 118, 243, 0.24);
	color: var(--he-blue-deep);
	outline: none;
}

.he-carousel-arrow span {
	display: block;
	width: 10px;
	height: 10px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
}

.he-carousel-arrow--prev span {
	transform: rotate(135deg);
	margin-left: 4px;
}

.he-carousel-arrow--next span {
	transform: rotate(-45deg);
	margin-right: 4px;
}

.he-section--flags .he-heading {
	max-width: 760px;
}

.he-flag-strip {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1180px) {
	.he-plan-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.he-featured-card--carousel {
		grid-template-columns: minmax(0, 0.88fr) minmax(320px, 1.12fr);
	}

	.he-featured-card--carousel .he-featured-card__body {
		padding: 26px 26px 28px;
	}

	.he-flag-strip {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 860px) {
	.he-story-grid,
	.he-gallery-grid,
	.he-featured-grid {
		grid-template-columns: 1fr;
	}

	.he-featured-card--carousel {
		grid-template-columns: 1fr;
	}

	.he-featured-card--carousel .he-featured-card__media {
		padding: 16px 16px 0;
	}

	.he-featured-card--carousel .he-featured-card__media img {
		min-height: 250px;
	}

	.he-featured-card--carousel .he-featured-card__body {
		padding: 22px 22px 24px;
	}

	.he-featured-carousel__controls {
		gap: 12px;
	}

	.he-flag-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.he-plan-grid {
		grid-template-columns: 1fr;
	}

	.he-featured-card--carousel {
		border-radius: 24px;
	}

	.he-featured-card--carousel .he-featured-card__media {
		padding: 14px 14px 0;
	}

	.he-featured-card--carousel .he-featured-card__media img {
		min-height: 220px;
		border-radius: 18px;
	}

	.he-featured-card--carousel .he-featured-card__body {
		padding: 18px 18px 20px;
		gap: 14px;
	}

	.he-featured-card--carousel h3 {
		font-size: 26px;
	}

	.he-featured-card--carousel p {
		font-size: 15px;
		line-height: 1.72;
	}

	.he-featured-card__footer {
		flex-direction: column;
		align-items: stretch;
	}

	.he-featured-card__footer .he-btn {
		width: 100%;
	}

	.he-featured-carousel__controls {
		gap: 10px;
	}

	.he-featured-carousel__dots {
		gap: 8px;
	}

	.he-featured-carousel__dot.is-active {
		width: 28px;
	}

	.he-carousel-arrow {
		width: 46px;
		height: 46px;
	}
}

/* Final homepage title proportion overrides */
.home-enterprise-main .he-heading {
	max-width: 920px;
	display: grid;
	justify-items: start;
}

.home-enterprise-main .he-heading h2,
.home-enterprise-main .he-hero__content h1,
.home-enterprise-main .he-contact-banner h2 {
	display: block;
	width: fit-content;
	max-width: none;
}

.home-enterprise-main .he-heading h2 {
	text-wrap: pretty;
}

.home-enterprise-main .he-heading > span {
	display: block;
	width: fit-content;
}

.home-enterprise-main .he-heading--center {
	justify-items: center;
}

.home-enterprise-main .he-heading--center h2,
.home-enterprise-main .he-heading--center p {
	margin-left: auto;
	margin-right: auto;
}

.home-enterprise-main .he-title-line {
	display: block;
	margin: 0;
	padding: 0;
	border-radius: 0;
	background: none;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	text-transform: none;
	line-height: inherit;
	white-space: nowrap;
}

.home-enterprise-main .he-title-line + .he-title-line {
	margin-top: 0.08em;
}

.home-enterprise-main .he-heading p {
	max-width: 40rem;
}

.home-enterprise-main .he-hero__lead {
	max-width: 36rem;
}

.home-enterprise-main .he-contact-banner p {
	max-width: 36rem;
}

.home-enterprise-main .he-contact-banner h2 {
	width: auto;
	max-width: min(100%, 15ch);
	text-wrap: balance;
	overflow-wrap: break-word;
	word-break: normal;
	hyphens: auto;
}

.home-enterprise-main .he-contact-banner .he-title-line {
	white-space: normal;
}

@media (max-width: 980px) {
	.home-enterprise-main .he-heading {
		max-width: none;
	}

	.home-enterprise-main .he-heading p,
	.home-enterprise-main .he-hero__lead,
	.home-enterprise-main .he-contact-banner p {
		max-width: 36rem;
	}

	.home-enterprise-main .he-contact-banner h2 {
		max-width: 100%;
	}
}

@media (max-width: 860px) {
	.home-enterprise-main .he-title-line {
		display: inline;
		white-space: normal;
	}

	.home-enterprise-main .he-title-line + .he-title-line {
		margin-top: 0;
	}

	.home-enterprise-main .he-title-line + .he-title-line::before {
		content: " ";
	}
}

/* Homepage responsive reinforcement */
.home-enterprise-main .he-hero__grid > *,
.home-enterprise-main .he-coverage > *,
.home-enterprise-main .he-plan-grid > *,
.home-enterprise-main .he-story-grid > *,
.home-enterprise-main .he-step-grid > *,
.home-enterprise-main .he-support-grid > *,
.home-enterprise-main .he-news-grid > *,
.home-enterprise-main .he-device-grid > *,
.home-enterprise-main .he-review-grid > *,
.home-enterprise-main .he-faq-grid > *,
.home-enterprise-main .he-tab-list > *,
.home-enterprise-main .he-tab-panel__grid > *,
.home-enterprise-main .he-trust-layout > *,
.home-enterprise-main .he-featured-card--carousel > * {
	min-width: 0;
}

.home-enterprise-main .he-heading h2,
.home-enterprise-main .he-hero__content h1,
.home-enterprise-main .he-plan-card h3,
.home-enterprise-main .he-story-card__body h3,
.home-enterprise-main .he-tab-trigger strong,
.home-enterprise-main .he-tab-panel__copy h3,
.home-enterprise-main .he-device-compat-card h3,
.home-enterprise-main .he-surface-card h3,
.home-enterprise-main .he-step-card h3,
.home-enterprise-main .he-support-card h3,
.home-enterprise-main .he-news-card h3,
.home-enterprise-main .he-gallery-card__overlay h3,
.home-enterprise-main .he-featured-card h3,
.home-enterprise-main .he-plan-card__country-copy strong {
	text-wrap: balance;
	overflow-wrap: break-word;
	word-break: normal;
	hyphens: auto;
}

.home-enterprise-main .he-heading p,
.home-enterprise-main .he-hero__lead,
.home-enterprise-main .he-plan-card p,
.home-enterprise-main .he-story-card__body p,
.home-enterprise-main .he-tab-panel__copy p,
.home-enterprise-main .he-surface-card p,
.home-enterprise-main .he-step-card p,
.home-enterprise-main .he-support-card p,
.home-enterprise-main .he-news-card p,
.home-enterprise-main .he-featured-card p,
.home-enterprise-main .he-gallery-card__overlay p {
	max-width: 100%;
	overflow-wrap: break-word;
}

.home-enterprise-main .he-actions,
.home-enterprise-main .he-contact-banner__actions,
.home-enterprise-main .he-featured-card__footer {
	align-items: stretch;
}

.home-enterprise-main .he-actions .he-btn,
.home-enterprise-main .he-contact-banner__actions .he-btn,
.home-enterprise-main .he-plan-card__cta,
.home-enterprise-main .he-featured-card__footer .he-btn,
.home-enterprise-main .he-mobile-expand,
.home-enterprise-main .he-tab-offer .he-btn--primary {
	max-width: 100%;
	white-space: normal;
	text-align: center;
}

.home-enterprise-main .he-tab-offer__stack span,
.home-enterprise-main .he-chip,
.home-enterprise-main .he-plan-card__country-copy span {
	overflow-wrap: break-word;
}

@media (max-width: 1180px) {
	.home-enterprise-main .he-featured-card--carousel {
		grid-template-columns: 1fr;
	}

	.home-enterprise-main .he-featured-card--carousel .he-featured-card__body {
		padding: 26px 26px 28px;
	}

	.home-enterprise-main .he-featured-card--carousel .he-featured-card__media img {
		min-height: 300px;
	}
}

@media (max-width: 980px) {
	.home-enterprise-main .he-hero__content h1 {
		max-width: 100%;
	}

	.home-enterprise-main .he-featured-card__footer {
		display: grid;
		grid-template-columns: 1fr;
	}

	.home-enterprise-main .he-device-card {
		margin-right: auto;
	}
}

@media (max-width: 860px) {
	.home-enterprise-main .he-tab-offer__stack {
		display: grid;
		grid-template-columns: 1fr;
	}

	.home-enterprise-main .he-plan-card__country-copy span,
	.home-enterprise-main .he-chip {
		white-space: normal;
	}
}

@media (max-width: 640px) {
	.home-enterprise-main .he-featured-card--carousel .he-featured-card__body {
		padding: 18px 18px 20px;
	}

	.home-enterprise-main .he-featured-card--carousel .he-featured-card__media {
		padding: 14px;
	}

	.home-enterprise-main .he-featured-card--carousel .he-featured-card__media img {
		min-height: 220px;
	}

	.home-enterprise-main .he-tab-panel,
	.home-enterprise-main .he-tab-offer,
	.home-enterprise-main .he-plan-card,
	.home-enterprise-main .he-story-card__body,
	.home-enterprise-main .he-featured-card__body {
		padding-left: 18px;
		padding-right: 18px;
	}
}

/* Homepage plan card cleanup */
.home-enterprise-main .he-mobile-expand,
.home-enterprise-main .he-mobile-expand[hidden] {
	display: none !important;
}

.home-enterprise-main .he-plan-grid {
	max-width: 1160px;
	margin: 0 auto;
	gap: 20px 16px;
}

.home-enterprise-main .he-plan-card {
	padding: 18px 16px 18px;
	border-radius: 20px;
}

.home-enterprise-main .he-plan-card__media {
	display: none !important;
}

.home-enterprise-main .he-plan-card__head {
	gap: 12px;
}

.home-enterprise-main .he-plan-card__country {
	gap: 10px;
}

.home-enterprise-main .he-plan-card__code {
	min-width: 44px;
	min-height: 44px;
	padding: 0 12px;
	border-radius: 14px;
	font-size: 15px;
}

.home-enterprise-main .he-plan-card__code img {
	width: 22px;
	height: 16px;
}

.home-enterprise-main .he-plan-card__country-copy {
	gap: 0;
}

.home-enterprise-main .he-plan-card__country-copy strong {
	font-size: clamp(18px, 1.35vw, 20px);
	line-height: 1.2;
}

.home-enterprise-main .he-plan-card__price-tag {
	padding: 8px 12px;
	border-radius: 16px;
}

.home-enterprise-main .he-plan-card__price-tag strong {
	font-size: 20px;
}

.home-enterprise-main .he-plan-card__specs {
	margin-bottom: 10px;
	font-size: 13px;
}

.home-enterprise-main .he-plan-card p {
	display: -webkit-box;
	margin: 0 0 14px;
	min-height: 0;
	font-size: 13px;
	line-height: 1.65;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.home-enterprise-main .he-plan-card__cta {
	min-height: 44px;
	padding: 0 16px;
	border-radius: 14px;
	font-size: 15px;
}

@media (max-width: 860px) {
	.home-enterprise-main .he-mobile-expand:not([hidden]) {
		display: inline-flex !important;
	}

	.home-enterprise-main .he-plan-grid {
		max-width: none;
	}
}

/* Homepage hero carousel */
.home-enterprise-main .he-section--hero-carousel {
	position: relative;
	z-index: 3;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	background: #08111f;
}

.home-enterprise-main .he-section--hero-carousel .he-shell {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

.home-enterprise-main .he-section--hero-carousel .he-heading {
	display: none;
}

.home-enterprise-main .he-section--hero-carousel .he-featured-carousel {
	position: relative;
	gap: 0;
}

.home-enterprise-main .he-section--hero-carousel .he-featured-carousel__viewport {
	position: relative;
	overflow: hidden;
}

.home-enterprise-main .he-section--hero-carousel .he-featured-card--carousel {
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	min-height: clamp(700px, 100vh, 980px);
	border-radius: 0;
	background: #08111f;
	border: 0;
	overflow: hidden;
}

.home-enterprise-main .he-section--hero-carousel .he-featured-card--carousel .he-featured-card__media,
.home-enterprise-main .he-section--hero-carousel .he-featured-card--carousel .he-featured-card__body {
	grid-column: 1;
	grid-row: 1;
}

.home-enterprise-main .he-section--hero-carousel .he-featured-card--carousel .he-featured-card__media {
	padding: 0;
	background: none;
}

.home-enterprise-main .he-section--hero-carousel .he-featured-card--carousel .he-featured-card__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(7, 13, 28, 0.82) 0%, rgba(7, 13, 28, 0.62) 34%, rgba(7, 13, 28, 0.18) 70%, rgba(7, 13, 28, 0.08) 100%),
		linear-gradient(180deg, rgba(7, 13, 28, 0.18), rgba(7, 13, 28, 0.34));
	z-index: 1;
}

.home-enterprise-main .he-section--hero-carousel .he-featured-card--carousel .he-featured-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: clamp(700px, 100vh, 980px);
	aspect-ratio: auto;
	object-fit: cover;
	border-radius: 0;
}

.home-enterprise-main .he-section--hero-carousel .he-featured-card--carousel .he-featured-card__body {
	position: relative;
	z-index: 2;
	align-content: end;
	max-width: 700px;
	gap: 14px;
	padding: 160px clamp(28px, 7vw, 96px) 94px;
	color: #ffffff;
}

.home-enterprise-main .he-section--hero-carousel .he-featured-card__head {
	justify-content: flex-start;
	gap: 10px;
}

.home-enterprise-main .he-section--hero-carousel .he-featured-card__flag {
	background: rgba(255, 255, 255, 0.14);
	border-color: rgba(255, 255, 255, 0.18);
}

.home-enterprise-main .he-section--hero-carousel .he-featured-card__meta {
	margin-bottom: 4px;
}

.home-enterprise-main .he-section--hero-carousel .he-featured-card h3 {
	color: #ffffff;
	font-size: clamp(50px, 5.6vw, 88px);
	line-height: 0.98;
	letter-spacing: -0.05em;
}

.home-enterprise-main .he-section--hero-carousel .he-featured-card p {
	max-width: 40rem;
	color: rgba(255, 255, 255, 0.86);
	font-size: 20px;
	line-height: 1.75;
}

.home-enterprise-main .he-section--hero-carousel .he-featured-card__meta span {
	background: rgba(255, 255, 255, 0.14);
	color: #ffffff;
	backdrop-filter: blur(8px);
}

.home-enterprise-main .he-section--hero-carousel .he-featured-card__price {
	gap: 0;
}

.home-enterprise-main .he-section--hero-carousel .he-featured-card__price strong {
	font-size: 50px;
	color: #ffffff;
}

.home-enterprise-main .he-section--hero-carousel .he-featured-card__footer {
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
	padding-top: 2px;
}

.home-enterprise-main .he-section--hero-carousel .he-featured-card__footer .he-btn {
	min-width: 188px;
	min-height: 56px;
}

.home-enterprise-main .he-section--hero-carousel .he-featured-carousel__controls {
	position: absolute;
	right: 0;
	bottom: 34px;
	left: 0;
	z-index: 4;
	justify-content: center;
	padding-top: 0;
	pointer-events: none;
}

.home-enterprise-main .he-section--hero-carousel .he-carousel-arrow {
	position: absolute;
	top: 50%;
	z-index: 4;
	width: 62px;
	height: 62px;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 16px 36px rgba(7, 13, 28, 0.24);
}

.home-enterprise-main .he-section--hero-carousel .he-carousel-arrow--prev {
	left: 28px;
}

.home-enterprise-main .he-section--hero-carousel .he-carousel-arrow--next {
	right: 28px;
}

.home-enterprise-main .he-section--hero-carousel .he-featured-carousel__dots {
	pointer-events: auto;
}

.home-enterprise-main .he-section--hero-carousel + .he-hero--esim {
	padding-top: 88px;
}

@media (max-width: 980px) {
	.home-enterprise-main .he-section--hero-carousel {
		padding-top: 0;
	}

	.home-enterprise-main .he-section--hero-carousel .he-featured-card--carousel {
		min-height: min(820px, 100vh);
	}

	.home-enterprise-main .he-section--hero-carousel .he-featured-card--carousel .he-featured-card__media img {
		min-height: min(820px, 100vh);
	}

	.home-enterprise-main .he-section--hero-carousel .he-featured-card--carousel .he-featured-card__body {
		max-width: 620px;
		padding: 142px 34px 78px;
	}

	.home-enterprise-main .he-section--hero-carousel .he-featured-card h3 {
		font-size: clamp(42px, 5vw, 64px);
	}
}

@media (max-width: 860px) {
	.home-enterprise-main .he-section--hero-carousel {
		padding-bottom: 0;
	}

	.home-enterprise-main .he-section--hero-carousel .he-featured-card--carousel {
		min-height: 560px;
	}

	.home-enterprise-main .he-section--hero-carousel .he-featured-card--carousel .he-featured-card__media img {
		min-height: 560px;
	}

	.home-enterprise-main .he-section--hero-carousel .he-featured-card--carousel .he-featured-card__body {
		max-width: 100%;
		padding: 128px 22px 72px;
	}

	.home-enterprise-main .he-section--hero-carousel .he-featured-card p {
		font-size: 16px;
	}

	.home-enterprise-main .he-section--hero-carousel .he-featured-card__price strong {
		font-size: 34px;
	}

	.home-enterprise-main .he-section--hero-carousel .he-carousel-arrow {
		width: 48px;
		height: 48px;
	}

	.home-enterprise-main .he-section--hero-carousel .he-carousel-arrow--prev {
		left: 14px;
	}

	.home-enterprise-main .he-section--hero-carousel .he-carousel-arrow--next {
		right: 14px;
	}

	.home-enterprise-main .he-section--hero-carousel .he-featured-carousel__controls {
		bottom: 24px;
	}

	.home-enterprise-main .he-section--hero-carousel + .he-hero--esim {
		padding-top: 48px;
	}
}

@media (max-width: 640px) {
	.home-enterprise-main .he-section--hero-carousel {
		background: #08111f;
	}

	.home-enterprise-main .he-section--hero-carousel .he-featured-carousel__viewport {
		overflow: visible;
	}

	.home-enterprise-main .he-section--hero-carousel .he-featured-card--carousel {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: minmax(240px, 42vh) auto;
		min-height: auto;
		background: linear-gradient(180deg, #0c1628 0%, #08111f 100%);
	}

	.home-enterprise-main .he-section--hero-carousel .he-featured-card--carousel .he-featured-card__media,
	.home-enterprise-main .he-section--hero-carousel .he-featured-card--carousel .he-featured-card__body {
		grid-column: 1;
	}

	.home-enterprise-main .he-section--hero-carousel .he-featured-card--carousel .he-featured-card__media {
		grid-row: 1;
		position: relative;
		overflow: hidden;
	}

	.home-enterprise-main .he-section--hero-carousel .he-featured-card--carousel .he-featured-card__media::after {
		background:
			linear-gradient(180deg, rgba(7, 13, 28, 0.06), rgba(7, 13, 28, 0.14) 54%, rgba(7, 13, 28, 0.58) 100%);
	}

	.home-enterprise-main .he-section--hero-carousel .he-featured-card--carousel .he-featured-card__media img {
		height: 100%;
		min-height: 240px;
		object-position: center 42%;
	}

	.home-enterprise-main .he-section--hero-carousel .he-featured-card--carousel .he-featured-card__body {
		grid-row: 2;
		align-content: start;
		padding: 18px 18px 72px;
		background:
			linear-gradient(180deg, rgba(8, 17, 31, 0.12) 0%, rgba(8, 17, 31, 0.88) 22%, #08111f 100%);
	}

	.home-enterprise-main .he-section--hero-carousel .he-featured-card h3 {
		font-size: 36px;
	}

	.home-enterprise-main .he-section--hero-carousel .he-featured-card__footer {
		align-items: stretch;
	}

	.home-enterprise-main .he-section--hero-carousel .he-featured-card__footer .he-btn {
		width: 100%;
	}

	.home-enterprise-main .he-section--hero-carousel .he-carousel-arrow {
		top: 120px;
		width: 44px;
		height: 44px;
	}

	.home-enterprise-main .he-section--hero-carousel .he-featured-carousel__controls {
		bottom: 18px;
	}
}

/* Homepage hero separation */
.home-enterprise-main .he-hero--esim {
	padding: 88px 0 32px;
	background:
		radial-gradient(circle at 0% 0%, rgba(25, 118, 243, 0.18), transparent 26%),
		radial-gradient(circle at 100% 0%, rgba(15, 169, 160, 0.14), transparent 24%),
		linear-gradient(180deg, #0a1730 0%, #10254a 100%);
}

.home-enterprise-main .he-hero--esim .he-hero__grid {
	padding: 36px 40px;
	border-radius: 34px;
	background: linear-gradient(135deg, rgba(7, 13, 28, 0.88), rgba(11, 23, 48, 0.76));
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 26px 60px rgba(7, 13, 28, 0.22);
}

.home-enterprise-main .he-hero__content h1 {
	max-width: 11ch;
	color: #ffffff;
	text-shadow: 0 12px 30px rgba(7, 13, 28, 0.28);
}

.home-enterprise-main .he-hero__lead {
	color: rgba(255, 255, 255, 0.84);
}

.home-enterprise-main .he-metrics-section {
	margin-top: 0;
	padding: 0 0 28px;
}

.home-enterprise-main .he-metrics-band {
	background: #ffffff;
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

@media (max-width: 980px) {
	.home-enterprise-main .he-hero--esim {
		padding: 56px 0 24px;
	}

	.home-enterprise-main .he-hero--esim .he-hero__grid {
		padding: 28px 28px 30px;
	}
}

@media (max-width: 640px) {
	.home-enterprise-main .he-hero--esim .he-hero__grid {
		padding: 20px 18px 22px;
		border-radius: 24px;
	}
}

@media (max-width: 860px) {
	.home-enterprise-main .he-mobile-compact-hide {
		display: none !important;
	}

	.home-enterprise-main .he-section--hero-carousel + .he-hero--esim {
		padding-top: 0;
	}

	.home-enterprise-main .he-section--hero-carousel + .he-metrics-section {
		padding-top: 0;
	}

	.home-enterprise-main .he-section:not(.he-section--hero-carousel):not(#plans):not(#faq):not(#contact) {
		padding-top: 24px;
		padding-bottom: 24px;
	}

	.home-enterprise-main #plans,
	.home-enterprise-main #faq,
	.home-enterprise-main #contact {
		padding-top: 28px;
		padding-bottom: 28px;
	}
}

/* Final mobile fixes: keep plan toggle visible and prevent CTA/toggle overlap. */
@media (max-width: 860px) {
	.home-enterprise-main #plans,
	.home-enterprise-main #plans .he-shell {
		overflow: visible;
	}

	.home-enterprise-main #plans {
		padding-bottom: 38px;
	}

	.home-enterprise-main .he-plan-card {
		height: auto;
		min-height: 0;
	}

	.home-enterprise-main .he-plan-card p {
		flex: 0 0 auto;
	}

	.home-enterprise-main .he-plan-card__cta {
		margin-top: 12px;
	}

	.home-enterprise-main .he-mobile-expand:not([hidden]) {
		display: flex !important;
		align-items: center;
		justify-content: center;
		gap: 0;
		width: 46px;
		height: 46px;
		margin: 16px auto 0;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
		min-height: 46px;
		border: 1px solid rgba(37, 99, 235, 0.16);
		border-radius: 50%;
		background: linear-gradient(135deg, #2563eb, #1d4ed8);
		box-shadow: 0 14px 28px rgba(37, 99, 235, 0.18);
		color: #ffffff;
		font-size: 0;
		font-weight: 800;
		letter-spacing: 0;
		line-height: 0;
		text-transform: none;
		position: relative;
		z-index: 2;
		overflow: hidden;
	}

	.home-enterprise-main .he-mobile-expand::after {
		width: 9px;
		height: 9px;
		margin-left: 0;
		border-right: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
	}
}

@media (max-width: 640px) {
	.home-enterprise-main #plans {
		padding-bottom: 34px;
	}

	.home-enterprise-main .he-mobile-expand:not([hidden]) {
		width: 44px;
		height: 44px;
	}
}

/* Final hero image cleanup after removing floating cards. */
.home-enterprise-main .he-device-stage {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-height: 0;
	max-width: 520px;
	margin-left: auto;
	padding-top: 0;
}

.home-enterprise-main .he-device-stage::before {
	right: 18px;
	top: 18px;
	width: 64%;
	height: 64%;
}

@media (max-width: 980px) {
	.home-enterprise-main .he-device-stage {
		max-width: 460px;
	}
}

@media (max-width: 860px) {
	.home-enterprise-main .he-device-stage {
		max-width: none;
		justify-content: center;
	}
}

/* Final desktop plan card spacing fix. */
@media (min-width: 861px) {
	.home-enterprise-main .he-plan-grid {
		gap: 40px 20px !important;
	}

	.home-enterprise-main .he-plan-card {
		padding-bottom: 30px;
		box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
	}

	.home-enterprise-main .he-plan-card__cta {
		margin-top: 22px;
	}
}

@media (min-width: 1181px) {
	.home-enterprise-main .he-plan-grid > .he-plan-card:nth-child(n+5) {
		margin-top: 22px;
	}
}

@media (min-width: 861px) and (max-width: 1180px) {
	.home-enterprise-main .he-plan-grid > .he-plan-card:nth-child(n+3) {
		margin-top: 22px;
	}
}

/* FAQ cards should not stretch to match the tallest item in the row. */
.home-enterprise-main .he-faq-grid {
	align-items: start;
}

.home-enterprise-main .he-faq-card {
	height: auto;
	align-self: start;
}

/* Homepage quick finder */
.home-enterprise-main .he-section--finder .he-heading {
	max-width: 760px;
}

.home-enterprise-main .he-section--finder .he-heading h2 {
	width: auto;
	max-width: min(16ch, 100%);
	font-size: clamp(34px, 4.1vw, 46px);
	line-height: 1.05;
	text-wrap: balance;
}

.home-enterprise-main .he-finder-tabs {
	display: grid;
	gap: 28px;
}

.home-enterprise-main .he-finder-panel {
	display: none;
}

.home-enterprise-main .he-finder-panel.is-active {
	display: block;
}

.home-enterprise-main .he-finder-panel[hidden],
.home-enterprise-main .he-tab-panel[hidden] {
	display: none !important;
}

.home-enterprise-main .he-finder-switcher {
	display: inline-grid;
	grid-auto-flow: column;
	gap: 10px;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding: 8px;
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(239, 246, 255, 0.94));
	border: 1px solid rgba(15, 23, 42, 0.08);
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.home-enterprise-main .he-finder-switcher__btn {
	min-width: 110px;
	min-height: 52px;
	padding: 0 24px;
	border: 1px solid transparent;
	border-radius: 999px;
	background: transparent;
	color: #4b5f7b;
	font: inherit;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.04em;
	cursor: pointer;
	transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.home-enterprise-main .he-finder-switcher__btn:hover,
.home-enterprise-main .he-finder-switcher__btn.is-active {
	background: #ffffff;
	color: var(--he-ink);
	border-color: rgba(15, 23, 42, 0.12);
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
	transform: translateY(-1px);
}

.home-enterprise-main .he-finder-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.home-enterprise-main .he-finder-card {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 16px;
	padding: 22px 24px;
	border-radius: 26px;
	background:
		radial-gradient(circle at 100% 100%, rgba(231, 243, 255, 0.9), transparent 26%),
		linear-gradient(180deg, #ffffff, #fbfdff);
	border: 1px solid rgba(15, 23, 42, 0.08);
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
	text-decoration: none;
	transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
}

.home-enterprise-main .he-finder-card:hover {
	transform: translateY(-4px);
	border-color: rgba(25, 118, 243, 0.18);
	box-shadow: 0 22px 46px rgba(15, 23, 42, 0.1);
}

.home-enterprise-main .he-finder-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: linear-gradient(180deg, #dff0ff, #eef7ff);
	box-shadow: inset 0 0 0 1px rgba(25, 118, 243, 0.12);
	flex: 0 0 auto;
}

.home-enterprise-main .he-finder-card__icon img {
	display: block;
	width: 28px;
	height: 20px;
	object-fit: cover;
	border-radius: 4px;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.36);
}

.home-enterprise-main .he-finder-card__icon span {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	color: var(--he-blue-deep);
}

.home-enterprise-main .he-finder-card__copy {
	display: grid;
	min-width: 0;
	gap: 4px;
}

.home-enterprise-main .he-finder-card__eyebrow {
	font-size: 12px;
	font-weight: 700;
	color: #4b5f7b;
}

.home-enterprise-main .he-finder-card__copy strong {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: clamp(21px, 1.8vw, 24px);
	line-height: 1.16;
	letter-spacing: -0.03em;
	color: var(--he-ink);
}

.home-enterprise-main .he-finder-card__copy small {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-size: 13px;
	line-height: 1.5;
	color: var(--he-muted);
}

.home-enterprise-main .he-finder-card__arrow {
	position: relative;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: rgba(15, 23, 42, 0.04);
	flex: 0 0 auto;
}

.home-enterprise-main .he-finder-card__arrow::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: translate(-60%, -50%) rotate(45deg);
	color: #4b5f7b;
}

@media (max-width: 980px) {
	.home-enterprise-main .he-section--finder .he-heading h2 {
		max-width: min(14ch, 100%);
		font-size: clamp(30px, 5.4vw, 40px);
	}

	.home-enterprise-main .he-finder-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 860px) {
	.home-enterprise-main .he-finder-switcher {
		width: 100%;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		grid-auto-flow: row;
	}

	.home-enterprise-main .he-finder-switcher__btn {
		min-width: 0;
		padding: 0 16px;
	}

	.home-enterprise-main .he-finder-card__copy strong {
		font-size: 22px;
	}
}

@media (max-width: 640px) {
	.home-enterprise-main .he-section--finder .he-heading h2 {
		max-width: 100%;
		font-size: clamp(28px, 8.2vw, 34px);
		line-height: 1.08;
	}

	.home-enterprise-main .he-finder-grid {
		grid-template-columns: 1fr;
	}

	.home-enterprise-main .he-finder-card {
		padding: 18px 18px 18px 20px;
	}

	.home-enterprise-main .he-finder-card__copy strong {
		font-size: 20px;
	}
}

@media (max-width: 860px) {
	.home-enterprise-main .he-mobile-expand--finder:not([hidden]),
	.home-enterprise-main .he-mobile-expand--faq:not([hidden]) {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		gap: 10px;
		width: 100%;
		height: auto;
		min-height: 48px;
		margin: 16px auto 0;
		padding: 0 18px;
		border: 1px solid rgba(15, 23, 42, 0.08);
		border-radius: 999px;
		background: linear-gradient(180deg, #ffffff, #eef6ff);
		box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
		color: var(--he-ink);
		font-size: 13px;
		font-weight: 800;
		letter-spacing: 0.08em;
		line-height: 1;
		text-transform: uppercase;
	}

	.home-enterprise-main .he-mobile-expand--finder::after,
	.home-enterprise-main .he-mobile-expand--faq::after {
		content: "";
		width: 9px;
		height: 9px;
		border-right: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
		transform: rotate(45deg) translateY(-1px);
	}

	.home-enterprise-main .he-mobile-expand--finder.is-expanded::after,
	.home-enterprise-main .he-mobile-expand--faq.is-expanded::after {
		transform: rotate(-135deg) translateY(-1px);
	}
}

@media (max-width: 860px) {
	.he-topbar__menu li.menu-item-has-children {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: stretch;
		gap: 8px;
	}

	.he-topbar__menu li ul,
	.he-topbar__menu li .sub-menu {
		width: 100%;
		display: none;
		grid-column: 1 / -1;
	}

	.he-topbar__menu li.is-submenu-open > .sub-menu {
		display: grid;
		gap: 8px;
	}

	.he-topbar__menu > li > .sub-menu .sub-menu {
		margin-top: 8px;
		padding-top: 8px;
		padding-left: 12px;
		border-left: 1px solid rgba(255, 255, 255, 0.08);
	}

	.he-topbar__menu li ul li a,
	.he-topbar__menu li .sub-menu li a {
		display: flex;
		align-items: center;
		min-height: 44px;
		padding: 10px 16px 10px 18px;
	}

	.he-topbar__menu .cm-submenu-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease;
	}

	.he-topbar__menu .cm-submenu-toggle .cm-icon {
		width: 16px;
		height: 16px;
		fill: currentColor;
		transition: transform 0.22s ease;
	}

	.he-topbar__menu li.is-submenu-open > .cm-submenu-toggle {
		background: linear-gradient(135deg, rgba(25, 118, 243, 0.28), rgba(15, 169, 160, 0.14));
		border-color: rgba(96, 165, 250, 0.34);
		color: #ffffff;
	}

	.he-topbar__menu li.is-submenu-open > .cm-submenu-toggle .cm-icon {
		transform: rotate(180deg);
	}

	.he-topbar__menu li.is-submenu-open > a {
		background: linear-gradient(135deg, rgba(25, 118, 243, 0.22), rgba(15, 169, 160, 0.1));
		border-color: rgba(96, 165, 250, 0.28);
		color: #ffffff;
	}
}

@media (max-width: 640px) {
	.he-topbar__menu li ul li a,
	.he-topbar__menu li .sub-menu li a {
		min-height: 42px;
		padding: 10px 14px 10px 16px;
		font-size: 13px;
	}
}
