.psk-custom-tabs {
	--psk-accent: #FF6600;
	--psk-accent-deep: #d94f00;
	--psk-accent-soft: #fff1e7;
	--psk-surface: #ffffff;
	--psk-panel-bg: #ffffff;
	--psk-ink: #111111;
	--psk-muted: #5f6368;
	--psk-border: rgba(17, 17, 17, 0.07);
	--psk-tab-active-bg: #111111;
	--psk-tab-bg: #ffffff;
	--psk-tab-hover-bg: #fff4ec;
	--psk-tab-title-color: #111111;
	--psk-tab-title-hover-color: #111111;
	--psk-tab-title-active-color: #ffffff;
	--psk-tab-label-color: #FF6600;
	--psk-tab-label-hover-color: #FF6600;
	--psk-tab-label-active-color: #ffb27d;
	--psk-tab-title-size: 18px;
	position: relative;
	width: 100%;
}

.psk-custom-tabs__frame {
	position: relative;
	overflow: hidden;
	padding: 22px;
	border-radius: 36px;
	background:
		radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0) 30%),
		radial-gradient(circle at 88% 10%, color-mix(in srgb, var(--psk-accent) 18%, transparent), transparent 28%),
		radial-gradient(circle at 100% 100%, color-mix(in srgb, var(--psk-accent) 10%, transparent), transparent 24%),
		linear-gradient(145deg, #fffdfa 0%, #fff6f0 42%, #fff9f5 100%);
	border: 1px solid color-mix(in srgb, var(--psk-accent) 16%, transparent);
	box-shadow:
		0 30px 90px rgba(17, 17, 17, 0.09),
		0 14px 30px color-mix(in srgb, var(--psk-accent) 8%, transparent),
		inset 0 1px 0 rgba(255, 255, 255, 0.95);
	isolation: isolate;
}

.psk-custom-tabs__frame::before,
.psk-custom-tabs__frame::after {
	content: "";
	position: absolute;
	pointer-events: none;
}

.psk-custom-tabs__frame::before {
	display: none;
}

.psk-custom-tabs__frame::after {
	top: -100px;
	right: -80px;
	width: 240px;
	height: 240px;
	border-radius: 999px;
	background: radial-gradient(circle, color-mix(in srgb, var(--psk-accent) 18%, transparent), transparent 68%);
	filter: blur(4px);
}

.psk-custom-tabs__glow {
	position: absolute;
	inset: auto -10% -120px auto;
	width: 360px;
	height: 360px;
	border-radius: 999px;
	background: radial-gradient(circle, color-mix(in srgb, var(--psk-accent) 22%, transparent), transparent 68%);
	pointer-events: none;
	filter: blur(14px);
	opacity: 0.9;
}

.psk-custom-tabs__nav-shell {
	position: relative;
	z-index: 0;
	margin-bottom: 20px;
}

.psk-custom-tabs__nav {
	display: flex;
	gap: 14px;
	overflow-x: auto;
	padding: 8px 18px 8px 8px;
	border-radius: 28px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.58));
	border: 1px solid color-mix(in srgb, var(--psk-accent) 10%, transparent);
	box-shadow:
		0 10px 25px rgba(17, 17, 17, 0.04);
	scrollbar-width: none;
	scroll-snap-type: x proximity;
}

.psk-custom-tabs__nav::-webkit-scrollbar {
	display: none;
}

.psk-custom-tabs__nav::after {
	content: "";
	flex: 0 0 14px;
}

.psk-custom-tabs__tab {
	position: relative;
	flex: 0 0 auto;
	min-width: 220px;
	padding: 19px 22px 18px;
	border: 1px solid color-mix(in srgb, var(--psk-accent) 10%, transparent);
	border-radius: 22px;
	background:
		linear-gradient(180deg, var(--psk-tab-bg), color-mix(in srgb, var(--psk-tab-bg) 90%, #fff5ee));
	backdrop-filter: blur(16px);
	color: var(--psk-tab-title-color);
	text-align: left;
	scroll-snap-align: start;
	transition:
		transform 0.32s ease,
		box-shadow 0.32s ease,
		background 0.32s ease,
		border-color 0.32s ease,
		color 0.32s ease;
	box-shadow:
		0 8px 18px rgba(17, 17, 17, 0.04);
}

.psk-custom-tabs__tab:hover,
.psk-custom-tabs__tab:focus-visible {
	transform: translateY(-3px);
	background: var(--psk-tab-hover-bg);
	border-color: color-mix(in srgb, var(--psk-accent) 26%, transparent);
	box-shadow:
		0 16px 34px rgba(17, 17, 17, 0.08),
		0 8px 16px color-mix(in srgb, var(--psk-accent) 8%, transparent);
	outline: none;
}

.psk-custom-tabs__tab.is-active {
	background:
		radial-gradient(circle at top right, color-mix(in srgb, var(--psk-accent) 24%, transparent), transparent 44%),
		linear-gradient(135deg, var(--psk-tab-active-bg) 0%, color-mix(in srgb, var(--psk-tab-active-bg) 88%, white) 58%, color-mix(in srgb, var(--psk-tab-active-bg) 74%, white) 100%);
	border-color: color-mix(in srgb, var(--psk-accent) 50%, transparent);
	box-shadow:
		0 18px 40px rgba(17, 17, 17, 0.16),
		0 12px 24px color-mix(in srgb, var(--psk-accent) 14%, transparent),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
	transform: translateY(-2px);
}

.psk-custom-tabs__tab-shine {
	position: absolute;
	inset: 1px;
	border-radius: inherit;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)),
		radial-gradient(circle at top left, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 55%);
	opacity: 0;
	transition: opacity 0.28s ease;
	pointer-events: none;
}

.psk-custom-tabs__tab.is-active .psk-custom-tabs__tab-shine {
	opacity: 1;
}

.psk-custom-tabs__label,
.psk-custom-tabs__title {
	display: block;
	position: relative;
	z-index: 1;
}

.psk-custom-tabs__label {
	margin-bottom: 9px;
	color: var(--psk-tab-label-color);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	opacity: 0.9;
}

.psk-custom-tabs__title {
	color: var(--psk-tab-title-color);
	font-size: var(--psk-tab-title-size);
	font-weight: 700;
	line-height: 1.24;
	letter-spacing: -0.02em;
}

.psk-custom-tabs__tab.is-active .psk-custom-tabs__title {
	color: var(--psk-tab-title-active-color);
}

.psk-custom-tabs__tab.is-active .psk-custom-tabs__label {
	color: var(--psk-tab-label-active-color);
}

.psk-custom-tabs__tab:hover .psk-custom-tabs__title,
.psk-custom-tabs__tab:focus-visible .psk-custom-tabs__title {
	color: var(--psk-tab-title-hover-color);
}

.psk-custom-tabs__tab:hover .psk-custom-tabs__label,
.psk-custom-tabs__tab:focus-visible .psk-custom-tabs__label {
	color: var(--psk-tab-label-hover-color);
}

.psk-custom-tabs__tab.is-active:hover .psk-custom-tabs__title,
.psk-custom-tabs__tab.is-active:focus-visible .psk-custom-tabs__title {
	color: var(--psk-tab-title-active-color);
}

.psk-custom-tabs__tab.is-active:hover .psk-custom-tabs__label,
.psk-custom-tabs__tab.is-active:focus-visible .psk-custom-tabs__label {
	color: var(--psk-tab-label-active-color);
}

.psk-custom-tabs__panels {
	position: relative;
	z-index: 1;
}

.psk-custom-tabs__panel[hidden] {
	display: none !important;
}

.psk-custom-tabs__panel-shell {
	position: relative;
	padding: 34px;
	border-radius: 30px;
	background:
		radial-gradient(circle at top left, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0) 28%),
		linear-gradient(145deg, color-mix(in srgb, var(--psk-panel-bg) 98%, white), color-mix(in srgb, var(--psk-panel-bg) 96%, #fff8f3)),
		var(--psk-panel-bg);
	border: 1px solid color-mix(in srgb, var(--psk-accent) 8%, transparent);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.88),
		0 22px 46px rgba(17, 17, 17, 0.07),
		0 8px 18px color-mix(in srgb, var(--psk-accent) 6%, transparent);
}

.psk-custom-tabs__panel-shell::before {
	content: "";
	position: absolute;
	top: 0;
	left: 28px;
	right: 28px;
	height: 4px;
	border-radius: 999px;
	background: linear-gradient(90deg, #111111 0%, #6d6d6d 16%, var(--psk-accent) 58%, color-mix(in srgb, var(--psk-accent) 26%, white) 100%);
	opacity: 0.95;
}

.psk-custom-tabs__panel-shell::after {
	display: none;
}

.psk-custom-tabs__panel-body {
	min-height: 140px;
	position: relative;
	color: var(--psk-ink);
}

.psk-custom-tabs__panel-body h1,
.psk-custom-tabs__panel-body h2,
.psk-custom-tabs__panel-body h3,
.psk-custom-tabs__panel-body h4,
.psk-custom-tabs__panel-body h5,
.psk-custom-tabs__panel-body h6 {
	color: #111111;
	line-height: 1.08;
	letter-spacing: -0.03em;
	margin-top: 0;
	margin-bottom: 18px;
}

.psk-custom-tabs__panel-body h1 {
	font-size: clamp(40px, 4.6vw, 72px);
	font-weight: 800;
}

.psk-custom-tabs__panel-body h2 {
	font-size: clamp(30px, 3.4vw, 50px);
	font-weight: 800;
}

.psk-custom-tabs__panel-body h3 {
	font-size: clamp(24px, 2.4vw, 34px);
	font-weight: 700;
}

.psk-custom-tabs__panel-body p,
.psk-custom-tabs__panel-body li,
.psk-custom-tabs__panel-body div {
	color: #2a2a2a;
	line-height: 1.82;
}

.psk-custom-tabs__panel-body p {
	font-size: clamp(16px, 1.2vw, 19px);
	margin: 0 0 18px;
	max-width: 78ch;
}

.psk-custom-tabs__panel-body ul,
.psk-custom-tabs__panel-body ol {
	margin: 0 0 20px 1.2em;
}

.psk-custom-tabs__panel-body a {
	color: var(--psk-accent-deep);
	text-decoration-thickness: 1.5px;
	text-underline-offset: 0.14em;
}

.psk-custom-tabs__panel-body img {
	border-radius: 22px;
}

.psk-custom-tabs__panel.is-active .psk-custom-tabs__panel-shell {
	animation: pskCustomTabsPanelReveal 0.42s ease;
}

.psk-custom-tabs__panel-body > .elementor-element {
	width: 100%;
}

.psk-custom-tabs__empty-state {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 180px;
	padding: 18px;
	border-radius: 16px;
	border: 1px dashed color-mix(in srgb, var(--psk-accent) 35%, transparent);
	background: rgba(255, 255, 255, 0.9);
	color: #111111;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.6;
	text-align: center;
}

.psk-custom-tabs__notice {
	padding: 18px 22px;
	border-radius: 18px;
	background: #111111;
	color: #ffffff;
	font-weight: 600;
}

@keyframes pskCustomTabsPanelReveal {
	0% {
		opacity: 0;
		transform: translateY(8px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (min-width: 1025px) {
	.psk-custom-tabs__nav[data-wheel-ready="yes"] {
		cursor: ew-resize;
	}
}

@media (max-width: 1024px) {
	.psk-custom-tabs__frame {
		padding: 18px;
		border-radius: 30px;
	}

	.psk-custom-tabs__tab {
		min-width: 190px;
		padding: 16px 18px;
	}

	.psk-custom-tabs__panel-shell {
		padding: 28px;
	}

	.psk-custom-tabs__panel-body h1 {
		font-size: clamp(32px, 5vw, 50px);
	}

	.psk-custom-tabs__panel-body h2 {
		font-size: clamp(26px, 4vw, 40px);
	}

	.psk-custom-tabs__panel-body p {
		max-width: none;
	}
}

@media (max-width: 767px) {
	.psk-custom-tabs__frame {
		padding: 12px;
		border-radius: 28px;
	}

	.psk-custom-tabs__nav-shell {
		margin-bottom: 14px;
	}

	.psk-custom-tabs__nav {
		gap: 8px;
		padding: 6px 14px 6px 6px;
		border-radius: 22px;
	}

	.psk-custom-tabs__tab {
		min-width: 142px;
		padding: 12px 14px;
		border-radius: 18px;
		box-shadow: 0 6px 16px rgba(17, 17, 17, 0.05);
	}

	.psk-custom-tabs__label {
		margin-bottom: 6px;
		font-size: 9px;
		letter-spacing: 0.18em;
	}

	.psk-custom-tabs__title {
		font-size: clamp(14px, 4vw, 17px);
		line-height: 1.28;
	}

	.psk-custom-tabs__panel-shell {
		padding: 18px 16px;
		border-radius: 24px;
	}

	.psk-custom-tabs__panel-shell::before {
		left: 16px;
		right: 16px;
	}

	.psk-custom-tabs__panel-body h1 {
		font-size: clamp(28px, 9vw, 40px);
		margin-bottom: 14px;
	}

	.psk-custom-tabs__panel-body h2 {
		font-size: clamp(24px, 7.5vw, 34px);
		margin-bottom: 14px;
	}

	.psk-custom-tabs__panel-body h3 {
		font-size: clamp(20px, 6vw, 26px);
		margin-bottom: 12px;
	}

	.psk-custom-tabs__panel-body p,
	.psk-custom-tabs__panel-body li,
	.psk-custom-tabs__panel-body div {
		line-height: 1.72;
	}

	.psk-custom-tabs__panel-body p {
		font-size: 15px;
		margin-bottom: 14px;
	}

	.psk-custom-tabs__glow {
		width: 240px;
		height: 240px;
		right: -22%;
		bottom: -120px;
	}
}
