.dpt-tabs {
	--dpt-primary: var(--distpro-primary, #203a5f);
	--dpt-primary-deep: var(--distpro-primary-deep, #0e1b31);
	--dpt-accent: var(--distpro-accent, #c9a45d);
	--dpt-accent-soft: var(--distpro-accent-soft, #efddb7);
	--dpt-border: rgba(148, 163, 184, .28);
	--dpt-text: #172033;
	--dpt-muted: #64748b;
	margin: clamp(28px, 5vw, 54px) 0 0;
	color: var(--dpt-text);
}

.dpt-section-heading {
	margin-bottom: 16px;
}

.dpt-section-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 7px;
	color: var(--dpt-primary);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.dpt-section-eyebrow::before {
	content: "";
	width: 26px;
	height: 3px;
	border-radius: 999px;
	background: var(--dpt-accent);
}

.dpt-section-heading h2 {
	margin: 0;
	color: var(--dpt-primary-deep);
	font-size: clamp(24px, 3vw, 34px);
	line-height: 1.2;
}

.dpt-shell {
	position: relative;
	border: 1px solid var(--dpt-border);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 18px 50px rgba(15, 23, 42, .09);
	overflow: hidden;
}

.dpt-shell::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--dpt-primary), var(--dpt-accent));
}

.dpt-tablist {
	display: flex;
	align-items: stretch;
	gap: 7px;
	padding: 14px 14px 0;
	overflow-x: auto;
	scrollbar-width: thin;
	background: linear-gradient(180deg, rgba(248, 250, 252, .96), rgba(248, 250, 252, .6));
	-webkit-overflow-scrolling: touch;
}

.dpt-tab-button {
	appearance: none;
	flex: 0 0 auto;
	min-height: 46px;
	padding: 11px 18px;
	border: 1px solid transparent;
	border-radius: 12px 12px 0 0;
	background: transparent;
	color: #475569;
	font: inherit;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
	white-space: nowrap;
	cursor: pointer;
	transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}

.dpt-tab-button:hover {
	color: var(--dpt-primary);
	background: rgba(255, 255, 255, .82);
}

.dpt-tab-button:focus-visible {
	outline: 3px solid rgba(59, 130, 246, .28);
	outline-offset: -2px;
}

.dpt-tab-button.is-active {
	border-color: rgba(255, 255, 255, .2);
	background: linear-gradient(135deg, var(--dpt-primary), var(--dpt-primary-deep));
	color: #fff;
	box-shadow: 0 10px 24px rgba(15, 23, 42, .14);
	transform: translateY(1px);
}

.dpt-panels {
	padding: clamp(18px, 3vw, 30px);
}

.dpt-tabs.is-enhanced .dpt-panel:not(.is-active) {
	display: none;
}

.dpt-panel {
	outline: none;
}

.dpt-panel + .dpt-panel {
	margin-top: 28px;
	padding-top: 28px;
	border-top: 1px solid var(--dpt-border);
}

.dpt-tabs.is-enhanced .dpt-panel + .dpt-panel {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.dpt-spec-table-wrap {
	overflow-x: auto;
	border: 1px solid var(--dpt-border);
	border-radius: 14px;
}

.dpt-spec-table {
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	background: #fff;
	font-size: 15px;
}

.dpt-spec-table tr:nth-child(even) {
	background: rgba(248, 250, 252, .88);
}

.dpt-spec-table tr + tr {
	border-top: 1px solid rgba(226, 232, 240, .9);
}

.dpt-spec-table th,
.dpt-spec-table td {
	padding: 15px 18px;
	border: 0;
	vertical-align: top;
	text-align: left;
}

.dpt-spec-table th {
	width: 34%;
	color: var(--dpt-primary-deep);
	font-weight: 800;
}

.dpt-spec-table td {
	color: #475569;
	font-weight: 500;
}

.dpt-spec-table td a,
.dpt-free-content a {
	color: var(--dpt-primary);
	font-weight: 700;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.dpt-value-separator {
	padding: 0 .22em;
	color: var(--dpt-accent);
}

.dpt-free-content > :first-child {
	margin-top: 0;
}

.dpt-free-content > :last-child {
	margin-bottom: 0;
}

.dpt-free-content h2,
.dpt-free-content h3,
.dpt-free-content h4 {
	color: var(--dpt-primary-deep);
}

.dpt-free-content ul,
.dpt-free-content ol {
	padding-left: 1.35em;
}

.dpt-free-content li + li {
	margin-top: .35em;
}

@media (max-width: 640px) {
	.dpt-shell {
		border-radius: 16px;
	}

	.dpt-tablist {
		padding: 11px 11px 0;
	}

	.dpt-tab-button {
		min-height: 42px;
		padding: 10px 14px;
		font-size: 13px;
	}

	.dpt-panels {
		padding: 16px;
	}

	.dpt-spec-table-wrap {
		border: 0;
		overflow: visible;
	}

	.dpt-spec-table,
	.dpt-spec-table tbody,
	.dpt-spec-table tr,
	.dpt-spec-table th,
	.dpt-spec-table td {
		display: block;
		width: 100%;
	}

	.dpt-spec-table tr {
		padding: 13px 14px;
		border: 1px solid var(--dpt-border);
		border-radius: 12px;
		background: #fff;
	}

	.dpt-spec-table tr + tr {
		margin-top: 9px;
	}

	.dpt-spec-table tr:nth-child(even) {
		background: rgba(248, 250, 252, .88);
	}

	.dpt-spec-table th,
	.dpt-spec-table td {
		padding: 0;
	}

	.dpt-spec-table th {
		margin-bottom: 5px;
		font-size: 13px;
	}

	.dpt-spec-table td {
		font-size: 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.dpt-tab-button {
		transition: none;
	}
}
