:root {
	--cpw-orange: #f97316;
	--cpw-amber: #fbbf24;
	--cpw-red: #ef4444;
	--cpw-navy: #071832;
	--cpw-deep: #041020;
	--cpw-ink: #101828;
	--cpw-text: #344054;
	--cpw-muted: #667085;
	--cpw-border: #ffe2c6;
	--cpw-bg: #fff7ed;
	--cpw-card: #ffffff;
}

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

.cpw-page * {
	box-sizing: border-box;
}

.cpw-hero {
	position: relative;
	padding: 118px 0 100px;
	background:
		linear-gradient(90deg, rgba(4, 16, 32, 0.95) 0%, rgba(26, 38, 64, 0.82) 45%, rgba(249, 115, 22, 0.18) 100%),
		url('../images/cpanel-whm/cpanel-whm-banner.jpg') center right / cover no-repeat;
	color: #ffffff;
}

.cpw-hero::before,
.cpw-hero::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	pointer-events: none;
}

.cpw-hero::before {
	left: -190px;
	bottom: -240px;
	width: 540px;
	height: 540px;
	background: rgba(249, 115, 22, 0.15);
}

.cpw-hero::after {
	right: -150px;
	top: 36px;
	width: 430px;
	height: 430px;
	background: rgba(251, 191, 36, 0.14);
}

.cpw-hero__grid {
	position: relative;
	z-index: 1;
	display: block;
}

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

.cpw-hero .cpw-eyebrow,
.cpw-cta .cpw-eyebrow {
	color: #fed7aa;
}

.cpw-hero h1 {
	max-width: 1000px;
	margin: 0 0 22px;
	color: #ffffff !important;
	font-size: clamp(38px, 5vw, 68px);
	font-weight: 950;
	line-height: 1.04;
	letter-spacing: -0.052em;
}

.cpw-hero p {
	max-width: 880px;
	margin: 0;
	color: rgba(255, 255, 255, 0.87);
	font-size: 18px;
	line-height: 1.75;
}

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

.cpw-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 14px 24px;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 850;
	line-height: 1;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.cpw-btn:hover {
	text-decoration: none;
	transform: translateY(-2px);
}

.cpw-btn--primary {
	background: linear-gradient(135deg, var(--cpw-amber), var(--cpw-orange));
	box-shadow: 0 16px 34px rgba(249, 115, 22, 0.3);
	color: var(--cpw-deep);
}

.cpw-btn--outline {
	border: 1px solid rgba(255, 255, 255, 0.36);
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
}

.cpw-btn--light {
	background: #ffffff;
	color: var(--cpw-navy);
}

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

.cpw-trust-row span {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 8px 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.88);
	font-size: 13px;
	font-weight: 800;
}

.cpw-section {
	padding: 90px 0;
}

.cpw-overview,
.cpw-usecases,
.cpw-faq,
.cpw-capabilities {
	background: #ffffff;
}

.cpw-features,
.cpw-pricing,
.cpw-why,
.cpw-advantages {
	background: var(--cpw-bg);
}

.cpw-overview__grid,
.cpw-faq__grid {
	display: grid;
	grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
	gap: 56px;
	align-items: start;
}

.cpw-section-heading h2 {
	margin: 0;
	color: var(--cpw-ink);
	font-size: clamp(30px, 3.7vw, 50px);
	font-weight: 950;
	line-height: 1.12;
	letter-spacing: -0.045em;
}

.cpw-section-heading p {
	max-width: 840px;
	margin: 18px auto 0;
	color: var(--cpw-muted);
	font-size: 17px;
	line-height: 1.72;
}

.cpw-center {
	margin: 0 auto 44px;
	text-align: center;
}

.cpw-rich-text p {
	margin: 0 0 18px;
	color: var(--cpw-text);
	font-size: 17px;
	line-height: 1.82;
}

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

.cpw-feature-card,
.cpw-usecase-card,
.cpw-plan-card,
.cpw-advantage-card,
.cpw-faq-list details {
	position: relative;
	height: 100%;
	border: 1px solid var(--cpw-border);
	border-radius: 28px;
	background: var(--cpw-card);
	box-shadow: 0 18px 44px rgba(16, 24, 40, 0.07);
}

.cpw-feature-card,
.cpw-usecase-card,
.cpw-advantage-card {
	padding: 28px;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.cpw-feature-card:hover,
.cpw-usecase-card:hover,
.cpw-advantage-card:hover,
.cpw-plan-card:hover {
	border-color: rgba(249, 115, 22, 0.55);
	box-shadow: 0 24px 56px rgba(16, 24, 40, 0.1);
	transform: translateY(-6px);
}

.cpw-feature-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	margin-bottom: 22px;
	border-radius: 18px;
	background: rgba(249, 115, 22, 0.12);
	color: var(--cpw-orange);
	font-size: 15px;
	font-weight: 950;
}

.cpw-feature-card h3,
.cpw-usecase-card strong,
.cpw-advantage-card h3,
.cpw-check-list h3 {
	margin: 0 0 12px;
	color: var(--cpw-ink);
	font-size: 21px;
	font-weight: 950;
	line-height: 1.25;
}

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

.cpw-feature-card p,
.cpw-usecase-card p,
.cpw-advantage-card p,
.cpw-check-list p {
	margin: 0;
	color: var(--cpw-muted);
	font-size: 15.5px;
	line-height: 1.72;
}

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

.cpw-advantage-card {
	overflow: hidden;
}

.cpw-advantage-card::before {
	content: "";
	position: absolute;
	right: -46px;
	top: -52px;
	width: 150px;
	height: 150px;
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(249, 115, 22, 0.12), rgba(251, 191, 36, 0.12));
}

.cpw-advantage-card span {
	position: relative;
	z-index: 1;
	display: inline-flex;
	width: 56px;
	height: 56px;
	margin-bottom: 22px;
	border-radius: 18px;
	background: linear-gradient(135deg, var(--cpw-orange), var(--cpw-red));
	box-shadow: 0 14px 30px rgba(249, 115, 22, 0.22);
}

.cpw-tabs-wrap {
	display: grid;
	grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
	gap: 26px;
	align-items: stretch;
	padding: 12px;
	border: 1px solid var(--cpw-border);
	border-radius: 34px;
	background: linear-gradient(135deg, #ffffff, #fffaf2);
	box-shadow: 0 24px 64px rgba(16, 24, 40, 0.08);
}

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

.cpw-tab-btn {
	display: flex;
	align-items: center;
	gap: 14px;
	width: 100%;
	padding: 16px;
	border: 1px solid transparent;
	border-radius: 22px;
	background: transparent;
	color: var(--cpw-muted);
	cursor: pointer;
	font: inherit;
	font-size: 15px;
	font-weight: 900;
	text-align: left;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.cpw-tab-btn span,
.cpw-tab-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
	border-radius: 16px;
	background: rgba(249, 115, 22, 0.12);
	color: var(--cpw-orange);
	font-size: 13px;
	font-weight: 950;
}

.cpw-tab-btn:hover,
.cpw-tab-btn.is-active {
	border-color: rgba(249, 115, 22, 0.28);
	background: #ffffff;
	color: var(--cpw-orange);
	box-shadow: 0 12px 28px rgba(16, 24, 40, 0.07);
	transform: translateY(-1px);
}

.cpw-tab-panels {
	position: relative;
	min-height: 300px;
	border-radius: 28px;
	background:
		radial-gradient(circle at right top, rgba(251, 191, 36, 0.2), transparent 34%),
		linear-gradient(135deg, #071832, #9a3412);
	overflow: hidden;
}

.cpw-tab-panel {
	display: none;
	grid-template-columns: 108px minmax(0, 1fr);
	gap: 28px;
	align-items: center;
	min-height: 300px;
	padding: 46px;
	color: #ffffff;
}

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

.cpw-tab-number {
	width: 96px;
	height: 96px;
	border-radius: 26px;
	background: rgba(255, 255, 255, 0.94);
	color: var(--cpw-orange);
	font-size: 28px;
}

.cpw-tab-panel h3 {
	margin: 0 0 14px;
	color: #ffffff;
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 950;
	line-height: 1.12;
	letter-spacing: -0.04em;
}

.cpw-tab-panel p {
	max-width: 740px;
	margin: 0;
	color: rgba(255, 255, 255, 0.84);
	font-size: 17px;
	line-height: 1.78;
}

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

.cpw-slider-btn {
	position: absolute;
	top: 50%;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border: 1px solid var(--cpw-border);
	border-radius: 999px;
	background: #ffffff;
	box-shadow: 0 12px 30px rgba(16, 24, 40, 0.08);
	color: var(--cpw-orange);
	cursor: pointer;
	font-size: 30px;
	font-weight: 900;
	line-height: 1;
	transform: translateY(-50%);
	transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.cpw-slider-btn:hover {
	background: var(--cpw-orange);
	color: #ffffff;
	transform: translateY(-50%) scale(1.05);
}

.cpw-slider-btn--prev {
	left: -24px;
}

.cpw-slider-btn--next {
	right: -24px;
}

.cpw-plan-slider {
	display: grid;
	grid-auto-columns: calc((100% - 72px) / 4);
	grid-auto-flow: column;
	gap: 24px;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 12px 4px 30px;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: thin;
	scrollbar-color: var(--cpw-orange) #ffedd5;
}

.cpw-plan-slider::-webkit-scrollbar {
	height: 10px;
}

.cpw-plan-slider::-webkit-scrollbar-track {
	border-radius: 999px;
	background: #ffedd5;
}

.cpw-plan-slider::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background: linear-gradient(135deg, var(--cpw-orange), var(--cpw-red));
}

.cpw-plan-card {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	scroll-snap-align: start;
	padding: 20px;
	border-radius: 30px;
	text-align: center;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.cpw-plan-card--featured {
	border-color: rgba(249, 115, 22, 0.78);
	box-shadow: 0 28px 70px rgba(249, 115, 22, 0.16);
}

.cpw-badge {
	position: absolute;
	right: 16px;
	top: 16px;
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 7px 10px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--cpw-orange), var(--cpw-red));
	color: #ffffff;
	font-size: 11px;
	font-weight: 900;
}

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

.cpw-plan-head h3 {
	min-height: 58px;
	margin: 0 0 6px;
	color: var(--cpw-ink);
	font-size: 24px;
	font-weight: 950;
	letter-spacing: -0.04em;
	line-height: 1.18;
}

.cpw-price {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 6px;
	margin: 18px 0 14px;
	padding: 14px;
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(249, 115, 22, 0.12), rgba(251, 191, 36, 0.12));
}

.cpw-price strong {
	display: block;
	color: var(--cpw-ink);
	font-size: clamp(21px, 1.9vw, 28px);
	font-weight: 950;
	letter-spacing: -0.05em;
	line-height: 1;
}

.cpw-price span {
	display: block;
	margin-bottom: 2px;
	color: var(--cpw-muted);
	font-size: 12px;
	font-weight: 800;
	white-space: nowrap;
}

.cpw-billing-select {
	margin: 0 0 14px;
}

.cpw-cycle-select {
	width: 100%;
	height: 42px;
	padding: 0 36px 0 12px;
	border: 1px solid var(--cpw-border);
	border-radius: 999px;
	background: #ffffff;
	color: var(--cpw-ink);
	cursor: pointer;
	font-size: 13px;
	font-weight: 850;
	outline: none;
	text-align: center;
}

.cpw-cycle-select:focus {
	border-color: var(--cpw-orange);
	box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.12);
}

.cpw-spec-list {
	display: grid;
	gap: 6px;
	margin: 0 0 14px;
	padding: 0;
	list-style: none;
}

.cpw-spec-list li {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
	padding: 9px 12px;
	border: 1px solid #fff0df;
	border-radius: 999px;
	background: #fffdfb;
}

.cpw-spec-list span {
	color: var(--cpw-muted);
	font-size: 12.5px;
	font-weight: 750;
}

.cpw-spec-list strong {
	max-width: 66%;
	color: var(--cpw-ink);
	font-size: 12.5px;
	font-weight: 900;
	line-height: 1.45;
	text-align: right;
}

.cpw-plan-action {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	margin-top: auto;
	border-radius: 999px;
	background: var(--cpw-navy);
	color: #ffffff;
	font-size: 13.5px;
	font-weight: 900;
	text-decoration: none;
	transition: transform 0.2s ease, background 0.2s ease;
}

.cpw-plan-action:hover {
	background: var(--cpw-orange);
	color: #ffffff;
	text-decoration: none;
	transform: translateY(-2px);
}

.cpw-why__grid {
	display: grid;
	grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1fr);
	gap: 58px;
	align-items: center;
}

.cpw-control-panel {
	display: grid;
	gap: 14px;
	width: min(100%, 360px);
	padding: 28px;
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 0 28px 70px rgba(7, 24, 50, 0.14);
}

.cpw-control-panel strong,
.cpw-control-panel span {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 20px;
	border-radius: 18px;
	font-size: 17px;
	font-weight: 950;
}

.cpw-control-panel strong {
	background: linear-gradient(135deg, #071832, #9a3412);
	color: #ffffff;
}

.cpw-control-panel span {
	background: #fff7ed;
	color: var(--cpw-orange);
}

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

.cpw-check-list > div {
	padding: 24px;
	border: 1px solid var(--cpw-border);
	border-radius: 24px;
	background: #ffffff;
}

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

.cpw-faq-list details {
	padding: 0;
	overflow: hidden;
}

.cpw-faq-list summary {
	cursor: pointer;
	padding: 22px 24px;
	color: var(--cpw-ink);
	font-size: 17px;
	font-weight: 950;
	list-style: none;
}

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

.cpw-faq-list p {
	margin: 0;
	padding: 0 24px 24px;
	color: var(--cpw-muted);
	font-size: 15.5px;
	line-height: 1.72;
}

.cpw-cta {
	padding: 86px 0;
	background: linear-gradient(135deg, #041020, #9a3412);
	color: #ffffff;
}

.cpw-cta__box {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 34px;
	align-items: center;
}

.cpw-cta h2 {
	max-width: 860px;
	margin: 0;
	color: #ffffff;
	font-size: clamp(34px, 4vw, 58px);
	font-weight: 950;
	line-height: 1.08;
	letter-spacing: -0.04em;
}

.cpw-cta p {
	max-width: 760px;
	margin: 18px 0 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 17px;
	line-height: 1.7;
}

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

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

@media (max-width: 960px) {
	.cpw-overview__grid,
	.cpw-why__grid,
	.cpw-faq__grid,
	.cpw-cta__box,
	.cpw-tabs-wrap {
		grid-template-columns: 1fr;
	}

	.cpw-hero {
		padding: 90px 0 72px;
	}

	.cpw-section {
		padding: 70px 0;
	}

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

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

@media (max-width: 640px) {
	.cpw-hero {
		padding: 72px 0 60px;
	}

	.cpw-hero h1 {
		font-size: 36px;
	}

	.cpw-plan-slider,
	.cpw-feature-grid,
	.cpw-usecase-grid,
	.cpw-advantage-grid {
		grid-template-columns: 1fr;
	}

	.cpw-tabs-wrap {
		padding: 8px;
		border-radius: 26px;
	}

	.cpw-tab-btn {
		padding: 12px;
		border-radius: 18px;
	}

	.cpw-tab-panel {
		grid-template-columns: 1fr;
		gap: 22px;
		padding: 30px 22px;
	}

	.cpw-plan-slider {
		grid-auto-columns: minmax(286px, 88vw);
	}

	.cpw-spec-list li {
		align-items: flex-start;
		flex-direction: column;
		border-radius: 18px;
	}

	.cpw-spec-list strong {
		max-width: 100%;
		text-align: left;
	}

	.cpw-btn {
		width: 100%;
	}
}
