body.page-id-5421,
body.page-id-5421 .site {
	background: #0f1218;
}

body.page-id-5421 .content-area,
body.page-id-5421 .site-main,
body.page-id-5421 article.entry,
body.page-id-5421 .entry-content-wrap,
body.page-id-5421 .entry-content,
body.page-id-5421 .content-container,
body.page-id-5421 .post-thumbnail,
body.page-id-5421 .post-header,
body.page-id-5421 .post-content-wrap,
body.page-id-5421 .page-hero-section,
body.page-id-5421 .content-wrap,
body.page-id-5421 .entry-hero,
body.page-id-5421 .page-header,
body.page-id-5421 .entry-header.page-header {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	max-width: none !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

body.page-id-5421 .entry-content > .wp-block-shortcode {
	margin: 0;
}

body.page-id-5421 .entry-header.page-header,
body.page-id-5421 .page-header {
	display: none !important;
}

body.page-id-5421 #colophon,
body.page-id-5421 #chaty-widget-0 {
	display: none !important;
}

.dbad-platform-features-page {
	--dbpf-bg: #0f1218;
	--dbpf-bg-soft: #121722;
	--dbpf-surface: rgba(255, 255, 255, 0.03);
	--dbpf-surface-strong: rgba(255, 255, 255, 0.05);
	--dbpf-surface-gold: rgba(200, 140, 81, 0.04);
	--dbpf-border: rgba(255, 255, 255, 0.08);
	--dbpf-border-strong: rgba(200, 140, 81, 0.22);
	--dbpf-text: #ffffff;
	--dbpf-text-soft: rgba(255, 255, 255, 0.9);
	--dbpf-text-muted: rgba(255, 255, 255, 0.5);
	--dbpf-text-low: rgba(255, 255, 255, 0.42);
	--dbpf-gold: #c88c51;
	--dbpf-gold-soft: #ebdcc5;
	--dbpf-gold-deep: #b07a42;
	--dbpf-emerald: #34d399;
	--dbpf-sky: #90cdf4;
	--dbpf-shell: 1280px;
	--dbpf-shell-wide: 1100px;
	--dbpf-shell-medium: 960px;
	--dbpf-shell-narrow: 800px;
	--dbpf-font: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
	--dbpf-font-heading: "Noto Serif TC", "PingFang TC", "Microsoft JhengHei", serif;
	position: relative;
	overflow: clip;
	background: var(--dbpf-bg);
	color: var(--dbpf-text);
	font-family: var(--dbpf-font);
	font-size: 16px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.dbad-platform-features-page *,
.dbad-platform-features-page *::before,
.dbad-platform-features-page *::after {
	box-sizing: border-box;
}

.dbad-platform-features-page h1,
.dbad-platform-features-page h2,
.dbad-platform-features-page h3,
.dbad-platform-features-page h4,
.dbad-platform-features-page p,
.dbad-platform-features-page ul,
.dbad-platform-features-page li,
.dbad-platform-features-page figure,
.dbad-platform-features-page table,
.dbad-platform-features-page tbody,
.dbad-platform-features-page thead,
.dbad-platform-features-page tr,
.dbad-platform-features-page td,
.dbad-platform-features-page th,
.single-content .dbad-platform-features-page h1,
.single-content .dbad-platform-features-page h2,
.single-content .dbad-platform-features-page h3,
.single-content .dbad-platform-features-page h4,
.single-content .dbad-platform-features-page p {
	margin: 0;
	padding: 0;
}

.dbad-platform-features-page :is(h1, h2, h3, h4) {
	font-family: var(--dbpf-font-heading);
}

.dbad-platform-features-page :where(ul) {
	list-style: none;
}

.dbad-platform-features-page :where(a) {
	color: inherit;
	text-decoration: none;
}

.dbad-platform-features-page :where(img, svg) {
	display: block;
	max-width: 100%;
}

.dbpf-shell {
	position: relative;
	width: min(calc(100% - 48px), var(--dbpf-shell));
	margin: 0 auto;
}

.dbpf-shell--wide {
	max-width: var(--dbpf-shell-wide);
}

.dbpf-shell--medium {
	max-width: var(--dbpf-shell-medium);
}

.dbpf-shell--narrow {
	max-width: var(--dbpf-shell-narrow);
}

.dbpf-section {
	position: relative;
	padding: 6rem 0;
}

.dbad-platform-features-page :where(#showcase, #features, #addons, #comparison, #faq) {
	scroll-margin-top: 7rem;
}

.dbpf-section--cta {
	overflow: hidden;
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.dbpf-section--cta::before {
	content: "";
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle at 50% 50%, rgba(200, 140, 81, 0.06) 0%, transparent 50%);
	pointer-events: none;
}

.dbpf-section__header {
	max-width: 680px;
	margin: 0 auto 4rem;
	text-align: center;
}

.dbpf-section__title {
	font-size: clamp(1.5rem, 3.5vw, 2.25rem);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: #fff;
}

.dbpf-section__description {
	margin-top: 1rem;
	font-size: 0.9375rem;
	line-height: 1.8;
	color: var(--dbpf-text-muted);
}

.dbpf-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.38rem 1rem;
	border-radius: 999px;
	border: 1px solid rgba(200, 140, 81, 0.2);
	background: rgba(200, 140, 81, 0.15);
	color: var(--dbpf-gold);
	font-size: 0.75rem;
	font-weight: 500;
}

.dbpf-badge--hero {
	padding: 0.65rem 1.25rem;
	font-size: 0.875rem;
	letter-spacing: 0.04em;
}

.dbpf-badge--dot .dbpf-badge__dot {
	width: 0.375rem;
	height: 0.375rem;
	border-radius: 999px;
	background: var(--dbpf-emerald);
}

.dbpf-badge__icon,
.dbpf-stat-pill__icon,
.dbpf-advantage-card__icon,
.dbpf-feature-card__icon,
.dbpf-addon-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.dbpf-badge__icon svg,
.dbpf-stat-pill__icon svg,
.dbpf-advantage-card__icon svg,
.dbpf-feature-card__icon svg,
.dbpf-addon-card__icon svg {
	width: 1em;
	height: 1em;
}

.dbpf-breadcrumbs {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 1rem;
	font-size: 0.75rem;
	letter-spacing: 0.03em;
	color: rgba(255, 255, 255, 0.46);
}

.dbpf-breadcrumbs a {
	color: rgba(255, 255, 255, 0.72);
	transition: color 0.25s ease;
}

.dbpf-breadcrumbs a:hover {
	color: var(--dbpf-gold-soft);
}

.dbpf-breadcrumbs__separator {
	color: rgba(255, 255, 255, 0.24);
}

.dbpf-hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 80vh;
	padding: 7rem 0 5rem;
	overflow: hidden;
}

.dbpf-hero__grid,
.dbpf-hero__orb,
.dbpf-hero__line,
.dbpf-hero__fade {
	position: absolute;
	pointer-events: none;
}

.dbpf-hero__grid {
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
	background-size: 64px 64px;
	mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 30%, transparent 100%);
	-webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 30%, transparent 100%);
}

.dbpf-hero__orb {
	border-radius: 50%;
	filter: blur(80px);
	opacity: 0.95;
	animation: dbpf-orb-float 8s ease-in-out infinite;
}

.dbpf-hero__orb--one {
	top: -10%;
	left: 15%;
	width: 500px;
	height: 500px;
	background: radial-gradient(circle, rgba(200, 140, 81, 0.12) 0%, transparent 70%);
}

.dbpf-hero__orb--two {
	right: 10%;
	bottom: -5%;
	width: 400px;
	height: 400px;
	background: radial-gradient(circle, rgba(200, 140, 81, 0.06) 0%, transparent 70%);
	animation-delay: -3s;
}

.dbpf-hero__orb--three {
	top: 30%;
	right: 30%;
	width: 300px;
	height: 300px;
	background: radial-gradient(circle, rgba(100, 140, 200, 0.05) 0%, transparent 70%);
	animation-delay: -5s;
}

.dbpf-hero__line {
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(200, 140, 81, 0.3), transparent);
}

.dbpf-hero__fade {
	right: 0;
	bottom: 0;
	left: 0;
	height: 128px;
	background: linear-gradient(to top, #0f1218, transparent);
}

.dbpf-section-label-wrap {
	display: flex;
	justify-content: center;
	margin-bottom: 3rem;
}

.dbpf-hero__header {
	max-width: 900px;
	margin: 0 auto 2rem;
	text-align: center;
}

.dbpf-hero__title {
	font-size: clamp(2rem, 5vw, 3.75rem);
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #fff;
}

.dbpf-text-shimmer,
.dbpf-text-gold-gradient {
	background: linear-gradient(135deg, #ebdcc5 0%, #c88c51 100%);
	display: inline-block;
	-webkit-background-clip: text !important;
	background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
}

.dbpf-text-shimmer {
	background: linear-gradient(110deg, #ebdcc5 0%, #c88c51 25%, #fff 50%, #c88c51 75%, #ebdcc5 100%);
	background-size: 200% auto;
	animation: dbpf-shimmer 6s linear infinite;
}

.dbpf-text-soft {
	color: var(--dbpf-text-soft);
}

.dbpf-hero__description {
	max-width: 640px;
	margin: 0 auto;
	font-size: clamp(0.875rem, 1.5vw, 1.0625rem);
	line-height: 1.8;
	color: var(--dbpf-text-muted);
}

.dbpf-hero__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
	margin: 2rem auto 2.25rem;
}

.dbpf-hero__stats {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem;
}

.dbpf-page-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem;
	margin-top: 1.5rem;
}

.dbpf-page-nav__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.65rem 1rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.03);
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1;
	transition:
		border-color 0.25s ease,
		background 0.25s ease,
		transform 0.25s ease,
		color 0.25s ease;
}

.dbpf-page-nav__link:hover {
	border-color: rgba(200, 140, 81, 0.28);
	background: rgba(200, 140, 81, 0.08);
	color: #fff;
	transform: translateY(-1px);
}

.dbpf-stat-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.625rem;
	padding: 0.625rem 1.25rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04);
	backdrop-filter: blur(8px);
	transition: all 0.3s ease;
}

.dbpf-stat-pill:hover {
	border-color: rgba(200, 140, 81, 0.2);
	background: rgba(255, 255, 255, 0.07);
}

.dbpf-stat-pill__icon {
	color: var(--dbpf-gold);
	font-size: 1rem;
}

.dbpf-stat-pill__label {
	font-size: 0.8125rem;
	color: rgba(255, 255, 255, 0.6);
}

.dbpf-stat-pill__label strong {
	color: #fff;
	font-weight: 600;
}

.dbpf-stat-pill__label .is-success {
	color: var(--dbpf-emerald);
}

.dbpf-advantage-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 1.25rem;
}

.dbpf-advantage-card {
	position: relative;
	overflow: hidden;
	padding: 2rem;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 16px;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.015) 100%);
	transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}

.dbpf-advantage-card::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, rgba(200, 140, 81, 0.5), transparent);
	opacity: 0;
	transition: opacity 0.4s ease;
}

.dbpf-advantage-card:hover {
	transform: translateY(-4px);
	border-color: rgba(200, 140, 81, 0.25);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.dbpf-advantage-card:hover::before {
	opacity: 1;
}

.dbpf-advantage-card__icon {
	width: 48px;
	height: 48px;
	margin-bottom: 1.25rem;
	border-radius: 12px;
	background: rgba(200, 140, 81, 0.1);
	color: var(--dbpf-gold);
	font-size: 1.5rem;
}

.dbpf-advantage-card__title {
	margin-bottom: 0.5rem;
	font-size: 1.125rem;
	font-weight: 700;
	color: #fff;
}

.dbpf-advantage-card__description {
	font-size: 0.8125rem;
	line-height: 1.7;
	color: var(--dbpf-text-muted);
}

.dbpf-section-divider {
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.06), transparent);
}

.dbpf-feature-group + .dbpf-feature-group {
	margin-top: 3rem;
}

.dbpf-feature-group__header {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0.625rem;
	margin-bottom: 1.25rem;
	padding-left: 1rem;
}

.dbpf-feature-group__header::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 3px;
	height: 20px;
	border-radius: 2px;
	background: linear-gradient(180deg, #c88c51, #b07a42);
	transform: translateY(-50%);
}

.dbpf-feature-group__title {
	font-size: 1rem;
	font-weight: 700;
	color: var(--dbpf-gold-soft);
}

.dbpf-feature-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 0.75rem;
}

.dbpf-feature-card {
	padding: 1.25rem;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.03);
	transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.dbpf-feature-card:hover {
	transform: translateY(-2px);
	border-color: rgba(200, 140, 81, 0.2);
	background: rgba(255, 255, 255, 0.05);
}

.dbpf-feature-card.is-featured {
	border-color: rgba(200, 140, 81, 0.15);
	background: rgba(200, 140, 81, 0.03);
}

.dbpf-feature-card__row {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
}

.dbpf-feature-card__icon {
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	border-radius: 8px;
	background: rgba(200, 140, 81, 0.1);
	color: var(--dbpf-gold);
	font-size: 1rem;
}

.dbpf-feature-card__title {
	margin-bottom: 0.25rem;
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.5;
	color: #fff;
}

.dbpf-feature-card.is-featured .dbpf-feature-card__title {
	color: var(--dbpf-gold-soft);
}

.dbpf-feature-card__description {
	font-size: 0.75rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.45);
}

.dbpf-inline-cta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	margin-top: 2rem;
	padding: 1.5rem 1.75rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 16px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(200, 140, 81, 0.06) 100%);
}

.dbpf-inline-cta__copy {
	flex: 1;
	min-width: 260px;
}

.dbpf-inline-cta__eyebrow {
	margin-bottom: 0.5rem;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	color: var(--dbpf-gold);
}

.dbpf-inline-cta__title {
	font-size: clamp(1.125rem, 2vw, 1.5rem);
	font-weight: 700;
	line-height: 1.35;
	color: #fff;
}

.dbpf-inline-cta__description {
	margin-top: 0.625rem;
	max-width: 560px;
	font-size: 0.875rem;
	line-height: 1.75;
	color: var(--dbpf-text-muted);
}

.dbpf-inline-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.875rem;
}

.dbpf-faq-list {
	display: grid;
	gap: 0.875rem;
}

.dbpf-faq-item {
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 18px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(7, 10, 15, 0.06) 100%),
		rgba(7, 10, 15, 0.78);
	overflow: hidden;
}

.dbpf-faq-item[open] {
	border-color: rgba(200, 140, 81, 0.22);
	background:
		linear-gradient(180deg, rgba(200, 140, 81, 0.08) 0%, rgba(7, 10, 15, 0.06) 100%),
		rgba(7, 10, 15, 0.82);
}

.dbpf-faq-item__summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.15rem 1.25rem;
	cursor: pointer;
	list-style: none;
}

.dbpf-faq-item__summary::-webkit-details-marker {
	display: none;
}

.dbpf-faq-item__question {
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.6;
	color: #fff;
}

.dbpf-faq-item__toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 2rem;
	height: 2rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.05);
	color: var(--dbpf-gold);
	transition:
		transform 0.25s ease,
		background 0.25s ease;
}

.dbpf-faq-item__toggle svg {
	width: 0.95rem;
	height: 0.95rem;
}

.dbpf-faq-item[open] .dbpf-faq-item__toggle {
	transform: rotate(45deg);
	background: rgba(200, 140, 81, 0.12);
}

.dbpf-faq-item__answer {
	padding: 0 1.25rem 1.2rem;
	font-size: 0.875rem;
	line-height: 1.8;
	color: var(--dbpf-text-muted);
}

.dbpf-faq-item__answer > :first-child {
	margin-top: 0;
}

.dbpf-faq-item__answer > :last-child {
	margin-bottom: 0;
}

.dbpf-inline-cta--faq {
	margin-top: 1.5rem;
}

.dbpf-addon-list {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.dbpf-addon-card {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem;
	padding: 1.25rem 1.5rem;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.02);
	transition: background 0.3s ease, border-color 0.3s ease;
}

.dbpf-addon-card:hover {
	border-color: rgba(200, 140, 81, 0.3);
	background: rgba(200, 140, 81, 0.04);
}

.dbpf-addon-card__icon {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background: rgba(200, 140, 81, 0.08);
	color: var(--dbpf-gold);
	font-size: 1.125rem;
}

.dbpf-addon-card__content {
	flex: 1;
	min-width: 220px;
}

.dbpf-addon-card__heading {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 0.25rem;
}

.dbpf-addon-card__title {
	font-size: 0.875rem;
	font-weight: 600;
	color: #fff;
}

.dbpf-addon-card__description {
	font-size: 0.75rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.45);
}

.dbpf-addon-card__price {
	white-space: nowrap;
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--dbpf-gold);
}

.dbpf-plan-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	padding: 0.1875rem 0.5625rem;
	border-radius: 4px;
	font-size: 0.6875rem;
	font-weight: 600;
	white-space: nowrap;
}

.dbpf-plan-badge--flagship {
	border: 1px solid rgba(200, 140, 81, 0.3);
	background: rgba(200, 140, 81, 0.12);
	color: var(--dbpf-gold-soft);
}

.dbpf-plan-badge--mid {
	border: 1px solid rgba(99, 179, 237, 0.2);
	background: rgba(99, 179, 237, 0.1);
	color: var(--dbpf-sky);
}

.dbpf-plan-badge--all {
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.05);
	color: rgba(255, 255, 255, 0.38);
}

.dbpf-comparison-card {
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 16px;
	overflow: hidden;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
	backdrop-filter: blur(12px);
}

.dbpf-comparison-card__scroll {
	overflow-x: auto;
}

.dbpf-comparison-table {
	width: 100%;
	border-collapse: collapse;
}

.dbpf-comparison-table th,
.dbpf-comparison-table td {
	padding: 14px 16px;
	font-size: 0.875rem;
	text-align: center;
}

.dbpf-comparison-table thead th {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dbpf-comparison-table thead th.is-label,
.dbpf-comparison-table tbody th {
	min-width: 160px;
	padding-left: 20px;
	text-align: left;
	color: rgba(255, 255, 255, 0.7);
}

.dbpf-comparison-table thead strong {
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
}

.dbpf-comparison-table thead th.is-featured strong {
	background: linear-gradient(135deg, #ebdcc5 0%, #c88c51 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.dbpf-comparison-table thead small {
	display: block;
	margin-top: 0.25rem;
	font-size: 0.6875rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.3);
}

.dbpf-comparison-table thead th.is-featured,
.dbpf-comparison-table td.is-featured {
	background: rgba(200, 140, 81, 0.05);
}

.dbpf-comparison-table tbody tr {
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.dbpf-comparison-table tbody tr.is-even {
	background: rgba(255, 255, 255, 0.03);
}

.dbpf-comparison-table tbody tr:last-child {
	border-bottom: 0;
}

.dbpf-comparison__value {
	color: rgba(255, 255, 255, 0.45);
}

.dbpf-comparison__value.is-strong {
	font-weight: 600;
}

.dbpf-comparison__value--gold {
	color: var(--dbpf-gold);
}

.dbpf-comparison__value--success {
	color: var(--dbpf-emerald);
}

.dbpf-comparison__value--soft {
	color: rgba(255, 255, 255, 0.8);
}

.dbpf-cta-card {
	position: relative;
	padding: 0;
	text-align: center;
}

.dbpf-cta-card__title,
.dbpf-cta-card__description,
.dbpf-cta-card__actions {
	position: relative;
	z-index: 1;
}

.dbpf-cta-card__title {
	font-size: clamp(1.5rem, 4vw, 2.5rem);
	font-weight: 900;
	line-height: 1.3;
	color: #fff;
}

.dbpf-cta-card__description {
	max-width: 520px;
	margin: 1rem auto 2.5rem;
	font-size: 0.9375rem;
	line-height: 1.8;
	color: var(--dbpf-text-muted);
}

.dbpf-cta-card__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem;
}

.dbpf-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.875rem 2rem;
	border-radius: 12px;
	font-size: 0.9375rem;
	font-weight: 600;
	transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.dbpf-button,
.dbpf-button:visited,
.dbpf-button:hover,
.dbpf-button:focus,
.dbpf-button:active {
	text-decoration: none !important;
}

.dbpf-button__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: inherit;
}

.dbpf-button__icon svg {
	width: 16px;
	height: 16px;
}

.dbpf-button--primary {
	background: linear-gradient(135deg, #c88c51 0%, #b07a42 100%);
	color: #fff;
}

.dbpf-button--primary,
.dbpf-button--primary:visited,
.dbpf-button--primary:hover,
.dbpf-button--primary:focus,
.dbpf-button--primary:active {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}

.dbpf-button--primary:hover {
	transform: translateY(-1px);
	background: linear-gradient(135deg, #d4a066 0%, #c88c51 100%);
	box-shadow: 0 8px 32px rgba(200, 140, 81, 0.3);
}

.dbpf-button--outline {
	border: 1px solid rgba(200, 140, 81, 0.5);
	color: var(--dbpf-gold-soft);
	background: transparent;
}

.dbpf-button--outline,
.dbpf-button--outline:visited,
.dbpf-button--outline:hover,
.dbpf-button--outline:focus,
.dbpf-button--outline:active {
	color: var(--dbpf-gold-soft) !important;
	-webkit-text-fill-color: var(--dbpf-gold-soft) !important;
}

.dbpf-button--outline:hover {
	border-color: var(--dbpf-gold);
	background: rgba(200, 140, 81, 0.1);
}

.dbpf-button--ghost {
	padding-right: 1.25rem;
	padding-left: 1.25rem;
	color: rgba(255, 255, 255, 0.82);
	background: rgba(255, 255, 255, 0.04);
}

.dbpf-button--ghost,
.dbpf-button--ghost:visited,
.dbpf-button--ghost:focus,
.dbpf-button--ghost:active {
	color: rgba(255, 255, 255, 0.82) !important;
	-webkit-text-fill-color: rgba(255, 255, 255, 0.82) !important;
}

.dbpf-button--ghost:hover {
	transform: translateY(-1px);
	color: #fff;
	background: rgba(255, 255, 255, 0.08);
	-webkit-text-fill-color: #fff !important;
}

.dbpf-footer {
	padding: 3rem 0;
}

.dbpf-footer__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.dbpf-footer__copyright,
.dbpf-footer__links a {
	font-size: 0.8125rem;
	color: rgba(255, 255, 255, 0.3);
}

.dbpf-footer__links {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
}

.dbpf-footer__links a {
	transition: color 0.3s ease;
}

.dbpf-footer__links a:hover {
	color: var(--dbpf-gold);
}

.dbpf-fade-up {
	animation: dbpf-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards;
	opacity: 0;
}

.dbpf-fade-up--delay-1 {
	animation-delay: 0.1s;
}

.dbpf-fade-up--delay-2 {
	animation-delay: 0.2s;
}

.dbpf-fade-up--delay-3 {
	animation-delay: 0.3s;
}

@keyframes dbpf-fade-up {
	from {
		opacity: 0;
		transform: translateY(24px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes dbpf-orb-float {
	0%,
	100% {
		transform: translate(0, 0) scale(1);
	}

	33% {
		transform: translate(15px, -20px) scale(1.03);
	}

	66% {
		transform: translate(-10px, 10px) scale(0.97);
	}
}

@keyframes dbpf-shimmer {
	0% {
		background-position: -200% center;
	}

	100% {
		background-position: 200% center;
	}
}

@media (max-width: 767px) {
	.dbpf-hero__actions,
	.dbpf-inline-cta__actions {
		flex-direction: column;
	}

	.dbpf-hero__actions .dbpf-button,
	.dbpf-inline-cta__actions .dbpf-button {
		width: 100%;
	}

	.dbpf-inline-cta {
		padding: 1.25rem;
	}

	.dbpf-page-nav {
		flex-direction: column;
	}

	.dbpf-page-nav__link {
		width: 100%;
	}

	.dbpf-comparison-table th,
	.dbpf-comparison-table td {
		padding: 10px 8px;
		font-size: 0.75rem;
	}

	.dbpf-comparison-table thead th.is-label,
	.dbpf-comparison-table tbody th {
		min-width: 160px;
	}
}

.dbpf-badge--soft {
	background: rgba(255, 255, 255, 0.05);
	border-color: rgba(255, 255, 255, 0.1);
	color: var(--dbpf-gold-soft);
}

.dbpf-section--showcase {
	padding-top: 0.5rem;
	padding-bottom: 6.5rem;
}

.dbpf-section__header--showcase {
	max-width: 760px;
}

.dbpf-hero__layout {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: clamp(2.5rem, 5vw, 5rem);
	align-items: center;
}

.dbpf-hero__copy {
	position: relative;
	z-index: 1;
}

.dbpf-section-label-wrap,
.dbpf-hero__header {
	margin-left: 0;
	margin-right: 0;
}

.dbpf-section-label-wrap {
	justify-content: flex-start;
	margin-bottom: 1.5rem;
}

.dbpf-hero__header {
	max-width: 38rem;
	text-align: left;
	margin-bottom: 2rem;
}

.dbpf-hero__title {
	font-size: clamp(2.65rem, 5.6vw, 5rem);
	line-height: 1.06;
	letter-spacing: -0.045em;
}

.dbpf-hero__description {
	max-width: 35rem;
	margin: 0;
	font-size: clamp(0.98rem, 1.6vw, 1.08rem);
}

.dbpf-hero__actions {
	justify-content: flex-start;
	margin-left: 0;
	margin-right: 0;
}

.dbpf-hero__stats {
	justify-content: flex-start;
	max-width: 38rem;
	margin-top: 1.75rem;
}

.dbpf-hero__visual {
	position: relative;
}

.dbpf-media-stage {
	position: relative;
	padding: 1rem 1rem 1rem 4rem;
	min-height: 39rem;
}

.dbpf-media-stage__halo {
	position: absolute;
	inset: 16% 18% 16% 22%;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(200, 140, 81, 0.22) 0%, rgba(200, 140, 81, 0.06) 38%, transparent 74%);
	filter: blur(18px);
}

.dbpf-media-stage__halo--secondary {
	inset: auto 6% 6% auto;
	width: 18rem;
	height: 18rem;
	background: radial-gradient(circle, rgba(96, 165, 250, 0.18) 0%, rgba(96, 165, 250, 0.03) 52%, transparent 78%);
	filter: blur(32px);
}

.dbpf-media-stage__frame {
	position: relative;
	z-index: 1;
	border-radius: 2rem;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(7, 10, 15, 0.1) 100%),
		rgba(7, 10, 15, 0.92);
	box-shadow:
		0 34px 80px rgba(0, 0, 0, 0.45),
		0 0 0 1px rgba(255, 255, 255, 0.03) inset;
	transform: perspective(1600px) rotateY(-10deg) rotateX(6deg);
	transform-origin: 40% 45%;
	transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.dbpf-media-stage:hover .dbpf-media-stage__frame {
	transform: perspective(1600px) rotateY(-6deg) rotateX(4deg) translateY(-4px);
	box-shadow:
		0 42px 92px rgba(0, 0, 0, 0.5),
		0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}

.dbpf-media-stage__chrome {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	padding: 0.9rem 1.1rem;
	background: linear-gradient(180deg, rgba(18, 23, 34, 0.96) 0%, rgba(14, 18, 26, 0.78) 100%);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.dbpf-media-stage__chrome > span {
	width: 0.65rem;
	height: 0.65rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.25);
}

.dbpf-media-stage__chrome > span:nth-child(1) {
	background: rgba(248, 113, 113, 0.85);
}

.dbpf-media-stage__chrome > span:nth-child(2) {
	background: rgba(251, 191, 36, 0.85);
}

.dbpf-media-stage__chrome > span:nth-child(3) {
	background: rgba(74, 222, 128, 0.85);
}

.dbpf-media-stage__label {
	margin-left: auto;
	font-size: 0.76rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.56);
	font-family: var(--dbpf-font);
}

.dbpf-media-stage__viewport {
	position: relative;
	aspect-ratio: 16 / 10.6;
	background:
		radial-gradient(circle at 20% 15%, rgba(200, 140, 81, 0.12), transparent 36%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(12, 16, 22, 0.9) 100%);
}

.dbpf-media-stage__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dbpf-video-card,
.dbpf-video-card__media {
	position: relative;
	width: 100%;
	height: 100%;
}

.dbpf-video-card__html5,
.dbpf-video-card__iframe,
.dbpf-video-card__poster,
.dbpf-video-card__trigger {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.dbpf-video-card__html5,
.dbpf-video-card__iframe {
	object-fit: cover;
	border: 0;
	background: #080b10;
}

.dbpf-video-card__poster {
	object-fit: cover;
	transition: opacity 0.35s ease, transform 0.45s ease;
}

.dbpf-video-card__trigger {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	gap: 1rem;
	padding: 1.5rem;
	border: 0;
	background:
		linear-gradient(180deg, rgba(4, 6, 10, 0.02) 0%, rgba(4, 6, 10, 0.42) 62%, rgba(4, 6, 10, 0.88) 100%);
	cursor: pointer;
	text-align: left;
}

.dbpf-video-card__trigger:hover,
.dbpf-video-card__trigger:focus-visible {
	outline: none;
}

.dbpf-video-card__play {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 4.5rem;
	height: 4.5rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(18px);
	box-shadow: 0 14px 36px rgba(0, 0, 0, 0.35);
}

.dbpf-video-card__play-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.5rem;
	height: 1.5rem;
	color: #fff;
}

.dbpf-video-card__play-icon svg {
	width: 100%;
	height: 100%;
}

.dbpf-video-card__meta {
	display: grid;
	gap: 0.2rem;
	color: #fff;
}

.dbpf-video-card__meta strong {
	font-family: var(--dbpf-font-heading);
	font-size: 1.02rem;
	font-weight: 700;
	line-height: 1.25;
}

.dbpf-video-card__meta small {
	font-size: 0.82rem;
	letter-spacing: 0.02em;
	color: rgba(255, 255, 255, 0.65);
}

.dbpf-video-card.is-playing .dbpf-video-card__trigger,
.dbpf-video-card.is-playing .dbpf-video-card__poster {
	opacity: 0;
	pointer-events: none;
}

.dbpf-media-stage__chips {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 2;
}

.dbpf-media-chip {
	position: absolute;
	max-width: 14.5rem;
	padding: 0.95rem 1rem;
	border-radius: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(8, 10, 14, 0.72);
	backdrop-filter: blur(16px);
	box-shadow: 0 20px 46px rgba(0, 0, 0, 0.32);
}

.dbpf-media-chip strong {
	display: block;
	font-family: var(--dbpf-font-heading);
	font-size: 1rem;
	line-height: 1.35;
	color: #fff;
}

.dbpf-media-chip__eyebrow {
	display: inline-block;
	margin-bottom: 0.4rem;
	font-size: 0.74rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
	font-family: var(--dbpf-font);
}

.dbpf-media-chip--1 {
	top: 6%;
	left: 2%;
}

.dbpf-media-chip--2 {
	right: -1%;
	top: 22%;
}

.dbpf-media-chip--3 {
	left: 0;
	bottom: 6%;
}

.dbpf-showcase-stack {
	display: grid;
	gap: 1.75rem;
}

.dbpf-showcase-item {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(18rem, 0.92fr);
	gap: clamp(1.5rem, 4vw, 4rem);
	align-items: center;
	padding: clamp(1rem, 2vw, 1.5rem);
	border-radius: 2rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(12, 16, 22, 0.94) 100%),
		rgba(12, 16, 22, 0.9);
	box-shadow: 0 26px 60px rgba(0, 0, 0, 0.24);
}

.dbpf-showcase-item.is-reversed {
	grid-template-columns: minmax(18rem, 0.92fr) minmax(0, 1.08fr);
}

.dbpf-showcase-item.is-reversed .dbpf-showcase-item__media {
	order: 2;
}

.dbpf-showcase-item__panel {
	position: relative;
	overflow: hidden;
	border-radius: 1.5rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: #f5f0e8;
	box-shadow:
		0 30px 60px rgba(0, 0, 0, 0.22),
		0 0 0 1px rgba(255, 255, 255, 0.12) inset;
}

.dbpf-showcase-item__panel::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.22) 0%, transparent 35%);
	pointer-events: none;
}

.dbpf-showcase-item__image {
	display: block;
	width: 100%;
	height: auto;
}

.dbpf-showcase-item__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1rem;
	justify-content: center;
}

.dbpf-showcase-item__title {
	font-size: clamp(1.5rem, 3.4vw, 2.25rem);
	line-height: 1.16;
	letter-spacing: -0.03em;
	color: #fff;
}

.dbpf-showcase-item__description {
	max-width: 31rem;
	font-size: 1rem;
	line-height: 1.8;
	color: var(--dbpf-text-muted);
}

.dbpf-showcase-item__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 0.25rem;
}

[data-reveal] {
	opacity: 0;
	transform: translateY(40px);
	transition:
		opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1),
		transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
	transition-delay: var(--dbpf-reveal-delay, 0ms);
}

[data-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 1024px) {
	.dbpf-hero__layout {
		grid-template-columns: 1fr;
		gap: 2.5rem;
	}

	.dbpf-hero__copy {
		display: grid;
		justify-items: center;
		text-align: center;
	}

	.dbpf-section-label-wrap,
	.dbpf-hero__actions,
	.dbpf-hero__stats {
		justify-content: center;
	}

	.dbpf-breadcrumbs,
	.dbpf-page-nav {
		justify-content: center;
	}

	.dbpf-hero__header {
		text-align: center;
	}

	.dbpf-media-stage {
		padding: 0.75rem 0 0;
		min-height: auto;
	}

	.dbpf-media-stage__frame {
		transform: none;
	}

	.dbpf-media-stage__chips {
		position: relative;
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 0.75rem;
		margin-top: 1rem;
	}

	.dbpf-media-chip {
		position: relative;
		inset: auto;
		max-width: none;
	}

	.dbpf-showcase-item,
	.dbpf-showcase-item.is-reversed {
		grid-template-columns: 1fr;
	}

	.dbpf-showcase-item.is-reversed .dbpf-showcase-item__media {
		order: 0;
	}
}

@media (max-width: 767px) {
	.dbpf-hero {
		min-height: auto;
		padding-top: 6rem;
		padding-bottom: 4rem;
	}

	.dbpf-hero__title {
		font-size: clamp(2.3rem, 10vw, 3.4rem);
	}

	.dbpf-media-stage__chips {
		grid-template-columns: 1fr;
	}

	.dbpf-showcase-item {
		padding: 1rem;
		border-radius: 1.5rem;
	}

	.dbpf-showcase-item__panel {
		border-radius: 1.15rem;
	}

	.dbpf-showcase-item__actions {
		width: 100%;
	}

	.dbpf-showcase-item__actions .dbpf-button {
		width: 100%;
	}

	.dbpf-faq-item__summary {
		padding: 1rem 1rem 0.95rem;
	}

	.dbpf-faq-item__answer {
		padding: 0 1rem 1rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.dbpf-media-stage__frame,
	.dbpf-video-card__poster,
	[data-reveal],
	.dbpf-fade-up,
	.dbpf-hero__orb,
	.dbpf-text-shimmer {
		animation: none !important;
		transition: none !important;
		transform: none !important;
	}
}
