:root {
	--lse-red: #e62628;
	--lse-orange: #f58220;
	--lse-amber: #ffb347;
	--lse-navy: #071832;
	--lse-deep: #041020;
	--lse-ink: #101828;
	--lse-text: #344054;
	--lse-muted: #667085;
	--lse-border: #ffe0cc;
	--lse-bg: #fff7f1;
	--lse-card: #ffffff;
}

.lse-page {
	background: #ffffff;
	color: var(--lse-text);
	font-family: inherit;
	overflow: hidden;
}

.lse-page .site-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.lse-hero {
	position: relative;
	padding: 104px 0 96px;
	background:
		linear-gradient(90deg, rgba(4, 16, 32, 0.94) 0%, rgba(7, 24, 50, 0.88) 42%, rgba(245, 130, 32, 0.22) 100%),
		url('../images/litespeed-enterprise/litespeed-enterprise-banner.jpg') center right / cover no-repeat;
	color: #ffffff;
	isolation: isolate;
}

.lse-hero::after {
	content: '';
	position: absolute;
	inset: auto 8% -90px auto;
	width: 280px;
	height: 280px;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(245, 130, 32, 0.36), rgba(245, 130, 32, 0));
	z-index: -1;
}

.lse-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
	gap: 34px;
	align-items: center;
}

.lse-hero__content {
	max-width: 820px;
}

.lse-hero__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	justify-self: end;
	width: min(100%, 320px);
	padding: 16px 22px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 18px 44px rgba(3, 15, 30, 0.22);
}

.lse-hero__logo img {
	display: block;
	max-width: 260px;
	height: auto;
}

.lse-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 16px;
	color: var(--lse-orange);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.lse-eyebrow::before {
	content: '';
	width: 28px;
	height: 2px;
	border-radius: 99px;
	background: currentColor;
}

.lse-hero h1,
.lse-section-heading h2,
.lse-cta h2 {
	margin: 0;
	color: inherit;
	font-weight: 900;
	line-height: 1.08;
	letter-spacing: -0.04em;
}

.lse-hero h1 {
	font-size: clamp(40px, 6vw, 72px);
}

.lse-hero p {
	max-width: 700px;
	margin: 24px 0 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: 18px;
	line-height: 1.75;
}

.lse-hero__actions,
.lse-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.lse-btn,
.lse-plan-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 13px 24px;
	border-radius: 999px;
	font-weight: 800;
	text-decoration: none;
	transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.lse-btn:hover,
.lse-plan-action:hover {
	transform: translateY(-2px);
	text-decoration: none;
}

.lse-btn--primary,
.lse-plan-action {
	background: linear-gradient(135deg, var(--lse-red), var(--lse-orange));
	color: #ffffff;
	box-shadow: 0 16px 36px rgba(230, 38, 40, 0.24);
}

.lse-btn--outline {
	border: 1px solid rgba(255, 255, 255, 0.34);
	color: #ffffff;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(10px);
}

.lse-btn--light {
	background: #ffffff;
	color: var(--lse-red);
}

.lse-trust-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 30px;
}

.lse-trust-row span {
	padding: 9px 14px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.9);
	font-size: 13px;
	font-weight: 700;
}

.lse-section {
	padding: 86px 0;
}

.lse-section-heading {
	color: var(--lse-ink);
}

.lse-section-heading h2 {
	font-size: clamp(30px, 4vw, 48px);
}

.lse-section-heading p,
.lse-rich-text p {
	margin: 18px 0 0;
	color: var(--lse-muted);
	font-size: 16px;
	line-height: 1.8;
}

.lse-center {
	max-width: 780px;
	margin: 0 auto 44px;
	text-align: center;
}

.lse-center .lse-eyebrow {
	justify-content: center;
}

.lse-overview {
	background: #ffffff;
}

.lse-overview__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 56px;
	align-items: start;
}

.lse-rich-text {
	padding: 30px;
	border: 1px solid var(--lse-border);
	border-radius: 28px;
	background: linear-gradient(180deg, #ffffff, #fff7f1);
	box-shadow: 0 24px 60px rgba(16, 24, 40, 0.08);
}

.lse-rich-text p:first-child {
	margin-top: 0;
}

.lse-features,
.lse-pricing,
.lse-usecases {
	background: var(--lse-bg);
}

.lse-feature-grid,
.lse-usecase-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.lse-feature-card,
.lse-advantage-card,
.lse-usecase-card {
	position: relative;
	padding: 28px;
	border: 1px solid var(--lse-border);
	border-radius: 28px;
	background: var(--lse-card);
	box-shadow: 0 18px 46px rgba(16, 24, 40, 0.07);
}

.lse-feature-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	margin-bottom: 24px;
	border-radius: 18px;
	background: linear-gradient(135deg, var(--lse-red), var(--lse-orange));
	color: #ffffff;
	font-weight: 900;
}

.lse-feature-card h3,
.lse-advantage-card h3,
.lse-usecase-card strong,
.lse-tab-panel h3,
.lse-check-list h3,
.lse-faq summary {
	margin: 0;
	color: var(--lse-ink);
	font-size: 20px;
	font-weight: 900;
	line-height: 1.28;
}

.lse-feature-card p,
.lse-advantage-card p,
.lse-usecase-card p,
.lse-tab-panel p,
.lse-check-list p,
.lse-faq p {
	margin: 14px 0 0;
	color: var(--lse-muted);
	font-size: 15px;
	line-height: 1.75;
}

.lse-advantage-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.lse-advantage-card span {
	display: block;
	width: 42px;
	height: 6px;
	margin-bottom: 22px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--lse-red), var(--lse-orange));
}

.lse-capabilities {
	background: #ffffff;
}

.lse-tabs-wrap {
	display: grid;
	grid-template-columns: minmax(250px, 0.36fr) minmax(0, 0.64fr);
	gap: 24px;
	padding: 24px;
	border: 1px solid var(--lse-border);
	border-radius: 34px;
	background: linear-gradient(180deg, #ffffff, #fff9f4);
	box-shadow: 0 24px 70px rgba(16, 24, 40, 0.08);
}

.lse-tab-nav {
	display: grid;
	gap: 12px;
}

.lse-tab-btn {
	display: flex;
	align-items: center;
	gap: 14px;
	width: 100%;
	padding: 16px;
	border: 1px solid transparent;
	border-radius: 20px;
	background: #ffffff;
	color: var(--lse-ink);
	cursor: pointer;
	text-align: left;
	transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.lse-tab-btn span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 38px;
	border-radius: 14px;
	background: var(--lse-bg);
	color: var(--lse-red);
	font-weight: 900;
}

.lse-tab-btn strong {
	font-size: 15px;
	line-height: 1.35;
}

.lse-tab-btn.is-active,
.lse-tab-btn:hover {
	border-color: var(--lse-orange);
	box-shadow: 0 16px 34px rgba(245, 130, 32, 0.14);
	transform: translateY(-1px);
}

.lse-tab-panels {
	position: relative;
	min-height: 310px;
	border-radius: 26px;
	background:
		radial-gradient(circle at 20% 20%, rgba(245, 130, 32, 0.24), transparent 32%),
		linear-gradient(135deg, var(--lse-navy), var(--lse-deep));
	color: #ffffff;
	overflow: hidden;
}

.lse-tab-panel {
	display: none;
	grid-template-columns: auto 1fr;
	gap: 24px;
	align-items: center;
	min-height: 310px;
	padding: 42px;
}

.lse-tab-panel.is-active {
	display: grid;
}

.lse-tab-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 90px;
	height: 90px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.08);
	color: var(--lse-amber);
	font-size: 32px;
	font-weight: 900;
}

.lse-tab-panel h3 {
	color: #ffffff;
	font-size: 30px;
}

.lse-tab-panel p {
	max-width: 620px;
	color: rgba(255, 255, 255, 0.76);
	font-size: 17px;
}

.lse-pricing-shell {
	position: relative;
}

.lse-plan-slider {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: calc((100% - 72px) / 4);
	gap: 24px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	padding: 10px 2px 24px;
}

.lse-plan-slider::-webkit-scrollbar {
	display: none;
}

.lse-plan-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 28px;
	border: 1px solid var(--lse-border);
	border-radius: 30px;
	background: #ffffff;
	scroll-snap-align: start;
	box-shadow: 0 22px 56px rgba(16, 24, 40, 0.1);
}

.lse-plan-card--featured {
	border-color: var(--lse-orange);
	box-shadow: 0 26px 66px rgba(245, 130, 32, 0.18);
}

.lse-badge {
	position: absolute;
	top: 18px;
	right: 18px;
	padding: 7px 12px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--lse-red), var(--lse-orange));
	color: #ffffff;
	font-size: 12px;
	font-weight: 900;
}

.lse-plan-head span {
	display: none;
}

.lse-plan-head h3 {
	margin: 0;
	padding-right: 104px;
	color: var(--lse-ink);
	font-size: 22px;
	font-weight: 900;
	line-height: 1.24;
}

.lse-price {
	margin: 22px 0 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #ffe0cc;
}

.lse-price strong {
	display: block;
	color: var(--lse-red);
	font-size: 32px;
	font-weight: 950;
	line-height: 1;
}

.lse-price span {
	display: block;
	margin-top: 8px;
	color: var(--lse-muted);
	font-weight: 700;
}

.lse-billing-select select {
	width: 100%;
	min-height: 44px;
	padding: 0 14px;
	border: 1px solid var(--lse-border);
	border-radius: 14px;
	background: #fff9f4;
	color: var(--lse-ink);
	font-weight: 800;
	outline: none;
}

.lse-spec-list {
	display: grid;
	gap: 12px;
	margin: 20px 0 24px;
	padding: 0;
	list-style: none;
}

.lse-spec-list li {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding-bottom: 12px;
	border-bottom: 1px dashed #ffd1b3;
	color: var(--lse-muted);
	font-size: 14px;
}

.lse-spec-list strong {
	color: var(--lse-ink);
	font-weight: 900;
	text-align: right;
}

.lse-plan-action {
	margin-top: auto;
	width: 100%;
}

.lse-slider-btn {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border: 0;
	border-radius: 999px;
	background: var(--lse-navy);
	color: #ffffff;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 14px 34px rgba(4, 16, 32, 0.25);
}

.lse-slider-btn--prev {
	left: -18px;
}

.lse-slider-btn--next {
	right: -18px;
}

.lse-why {
	background: #ffffff;
}

.lse-why__grid {
	display: grid;
	grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
	gap: 44px;
	align-items: center;
}

.lse-control-panel {
	position: relative;
	display: grid;
	gap: 14px;
	padding: 34px;
	border-radius: 34px;
	background: linear-gradient(135deg, var(--lse-navy), var(--lse-deep));
	box-shadow: 0 28px 70px rgba(7, 24, 50, 0.25);
}

.lse-control-panel::after {
	content: '';
	position: absolute;
	right: 26px;
	bottom: 26px;
	width: 96px;
	height: 96px;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(245, 130, 32, 0.42), transparent 70%);
}

.lse-control-panel strong {
	position: relative;
	z-index: 1;
	margin-bottom: 8px;
	color: #ffffff;
	font-size: 32px;
	font-weight: 950;
}

.lse-control-panel span {
	position: relative;
	z-index: 1;
	padding: 14px 16px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.88);
	font-weight: 800;
}

.lse-check-list {
	display: grid;
	gap: 18px;
	margin-top: 28px;
}

.lse-check-list div {
	padding-left: 26px;
	border-left: 4px solid var(--lse-orange);
}

.lse-usecase-card strong {
	display: block;
}

.lse-faq {
	background: #ffffff;
}

.lse-faq__grid {
	display: grid;
	grid-template-columns: minmax(260px, 0.34fr) minmax(0, 0.66fr);
	gap: 44px;
}

.lse-faq-list {
	display: grid;
	gap: 14px;
}

.lse-faq details {
	padding: 22px 24px;
	border: 1px solid var(--lse-border);
	border-radius: 22px;
	background: #fff9f4;
}

.lse-faq summary {
	cursor: pointer;
	list-style: none;
}

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

.lse-cta {
	padding-top: 0;
}

.lse-cta__box {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 28px;
	align-items: center;
	padding: 46px;
	border-radius: 34px;
	background:
		radial-gradient(circle at 92% 0%, rgba(245, 130, 32, 0.28), transparent 28%),
		linear-gradient(135deg, var(--lse-navy), var(--lse-deep));
	color: #ffffff;
	box-shadow: 0 28px 80px rgba(7, 24, 50, 0.22);
}

.lse-cta p {
	max-width: 700px;
	margin: 14px 0 0;
	color: rgba(255, 255, 255, 0.76);
	font-size: 16px;
	line-height: 1.75;
}

@media (max-width: 1180px) {
	.lse-plan-slider {
		grid-auto-columns: calc((100% - 48px) / 3);
	}

	.lse-feature-grid,
	.lse-usecase-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 960px) {
	.lse-hero {
		padding: 82px 0;
	}

	.lse-overview__grid,
	.lse-hero__grid,
	.lse-tabs-wrap,
	.lse-why__grid,
	.lse-faq__grid,
	.lse-cta__box {
		grid-template-columns: 1fr;
	}

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

	.lse-plan-slider {
		grid-auto-columns: calc((100% - 24px) / 2);
	}

	.lse-hero__logo {
		justify-self: start;
		width: min(100%, 280px);
	}

	.lse-hero__logo img {
		max-width: 230px;
	}

	.lse-slider-btn {
		display: none;
	}

	.lse-cta__actions {
		margin-top: 0;
	}
}

@media (max-width: 640px) {
	.lse-page .site-container {
		padding: 0 16px;
	}

	.lse-section {
		padding: 64px 0;
	}

	.lse-hero {
		padding: 70px 0;
	}

	.lse-hero h1 {
		font-size: 38px;
	}

	.lse-hero p {
		font-size: 16px;
	}

	.lse-feature-grid,
	.lse-advantage-grid,
	.lse-usecase-grid {
		grid-template-columns: 1fr;
	}

	.lse-tabs-wrap,
	.lse-rich-text,
	.lse-cta__box {
		padding: 22px;
		border-radius: 24px;
	}

	.lse-tab-panel {
		grid-template-columns: 1fr;
		padding: 28px;
	}

	.lse-tab-number {
		width: 72px;
		height: 72px;
	}

	.lse-plan-slider {
		grid-auto-columns: 88%;
	}

	.lse-plan-card,
	.lse-feature-card,
	.lse-advantage-card,
	.lse-usecase-card {
		padding: 22px;
		border-radius: 24px;
	}

	.lse-hero__actions,
	.lse-cta__actions {
		flex-direction: column;
	}

	.lse-btn,
	.lse-plan-action {
		width: 100%;
	}
}
