.vdb-postgresql-page {
	--vdb-postgresql-primary: #2563eb;
	--vdb-postgresql-secondary: #7c3aed;
	--vdb-postgresql-cyan: #06b6d4;
	--vdb-postgresql-dark: #0f172a;
	--vdb-postgresql-text: #1e293b;
	--vdb-postgresql-muted: #64748b;
	--vdb-postgresql-soft: #f5f7ff;
	--vdb-postgresql-border: rgba(37, 99, 235, 0.16);
	--vdb-postgresql-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
	background: var(--vdb-postgresql-soft);
	color: var(--vdb-postgresql-text);
	font-family: inherit;
	overflow-x: hidden;
}

.vdb-postgresql-page *,
.vdb-postgresql-page *::before,
.vdb-postgresql-page *::after {
	box-sizing: border-box;
}

.vdb-postgresql-container {
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
}

.vdb-postgresql-section {
	padding: 88px 0;
	position: relative;
}

.vdb-postgresql-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	border: 1px solid rgba(37, 99, 235, 0.18);
	border-radius: 999px;
	background: rgba(37, 99, 235, 0.08);
	color: #1d4ed8;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.vdb-postgresql-heading h2,
.vdb-postgresql-update h2,
.vdb-postgresql-about__box h2,
.vdb-postgresql-region h2,
.vdb-postgresql-cta__box h2 {
	margin: 18px 0 14px;
	color: var(--vdb-postgresql-dark);
	font-size: clamp(30px, 4.2vw, 50px);
	font-weight: 950;
	letter-spacing: -0.045em;
	line-height: 1.08;
}

.vdb-postgresql-heading p,
.vdb-postgresql-update p,
.vdb-postgresql-about__box p,
.vdb-postgresql-region p,
.vdb-postgresql-cta__box p {
	margin: 0;
	color: var(--vdb-postgresql-muted);
	font-size: 17px;
	line-height: 1.75;
}

.vdb-postgresql-center {
	max-width: 860px;
	margin: 0 auto 42px;
	text-align: center;
}

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

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

.vdb-postgresql-btn--primary,
.vdb-postgresql-plan-action {
	background: linear-gradient(135deg, var(--vdb-postgresql-primary), var(--vdb-postgresql-secondary));
	box-shadow: 0 16px 38px rgba(37, 99, 235, 0.28);
	color: #ffffff;
}

.vdb-postgresql-btn--outline {
	border: 1px solid rgba(255, 255, 255, 0.52);
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
	backdrop-filter: blur(16px);
}

.vdb-postgresql-btn--light {
	background: #ffffff;
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.18);
	color: var(--vdb-postgresql-primary);
}

.vdb-postgresql-hero {
	position: relative;
	padding: 118px 0 98px;
	background: linear-gradient(115deg, rgba(15, 23, 42, 0.94) 0%, rgba(30, 64, 175, 0.82) 48%, rgba(124, 58, 237, 0.48) 100%), url('../images/vdb-postgresql/vdb-postgresql-hero.png') center / cover no-repeat;
	isolation: isolate;
}

.vdb-postgresql-hero::after {
	content: "";
	position: absolute;
	inset: auto 0 -1px;
	height: 92px;
	background: linear-gradient(180deg, rgba(245, 247, 255, 0), var(--vdb-postgresql-soft));
	z-index: -1;
}

.vdb-postgresql-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(330px, 0.78fr);
	gap: 42px;
	align-items: center;
}

.vdb-postgresql-hero__content h1 {
	margin: 22px 0 18px;
	color: #ffffff;
	font-size: clamp(42px, 7vw, 78px);
	font-weight: 950;
	letter-spacing: -0.065em;
	line-height: 0.98;
}

.vdb-postgresql-hero__content p {
	max-width: 820px;
	margin: 0;
	color: rgba(255, 255, 255, 0.84);
	font-size: 20px;
	line-height: 1.72;
}

.vdb-postgresql-hero__actions,
.vdb-postgresql-hero__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.vdb-postgresql-hero__actions {
	margin: 32px 0 26px;
}

.vdb-postgresql-hero__badges span {
	padding: 9px 13px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
	font-size: 13px;
	font-weight: 800;
	backdrop-filter: blur(16px);
}

.vdb-postgresql-hero-card {
	position: relative;
	padding: 34px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 32px;
	background: rgba(15, 23, 42, 0.58);
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
	color: #ffffff;
	backdrop-filter: blur(24px);
	overflow: hidden;
}

.vdb-postgresql-hero-card::before {
	content: "";
	position: absolute;
	inset: -70px -70px auto auto;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(6, 182, 212, 0.36), transparent 68%);
}

.vdb-postgresql-hero-card img,
.vdb-postgresql-hero-card strong,
.vdb-postgresql-hero-card p,
.vdb-postgresql-hero-card__grid {
	position: relative;
}

.vdb-postgresql-hero-card img {
	width: 86px;
	height: auto;
	margin-bottom: 18px;
}

.vdb-postgresql-hero-card strong {
	display: block;
	font-size: 29px;
	font-weight: 950;
	line-height: 1.16;
}

.vdb-postgresql-hero-card p {
	margin: 14px 0 26px;
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.7;
}

.vdb-postgresql-hero-card__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

.vdb-postgresql-hero-card__grid div {
	padding: 14px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.1);
}

.vdb-postgresql-hero-card__grid span {
	display: block;
	font-size: 20px;
	font-weight: 950;
}

.vdb-postgresql-hero-card__grid small {
	color: rgba(255, 255, 255, 0.72);
	font-size: 12px;
	line-height: 1.4;
}

.vdb-postgresql-update {
	padding-top: 38px;
}

.vdb-postgresql-update__grid,
.vdb-postgresql-region__grid,
.vdb-postgresql-faq__grid {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 54px;
	align-items: center;
}

.vdb-postgresql-update__grid {
	padding: 38px;
	border: 1px solid var(--vdb-postgresql-border);
	border-radius: 34px;
	background: #ffffff;
	box-shadow: var(--vdb-postgresql-shadow);
}

.vdb-postgresql-update__media img,
.vdb-postgresql-map-card img {
	display: block;
	width: 100%;
	height: auto;
}

.vdb-postgresql-check-list {
	display: grid;
	gap: 14px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.vdb-postgresql-check-list li {
	position: relative;
	padding-left: 30px;
	color: #334155;
	font-weight: 700;
	line-height: 1.65;
}

.vdb-postgresql-check-list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--vdb-postgresql-primary);
	font-weight: 950;
}

.vdb-postgresql-features,
.vdb-postgresql-usecases,
.vdb-postgresql-faq {
	background: #ffffff;
}

.vdb-postgresql-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.vdb-postgresql-feature-card,
.vdb-postgresql-usecase-card,
.vdb-postgresql-price-card,
.vdb-postgresql-region-list article,
.vdb-postgresql-number-grid div,
.vdb-postgresql-cert-grid div,
.vdb-postgresql-partner-grid div,
.vdb-postgresql-story-card,
.vdb-postgresql-faq-list details {
	border: 1px solid var(--vdb-postgresql-border);
	border-radius: 26px;
	background: #ffffff;
	box-shadow: 0 16px 46px rgba(15, 23, 42, 0.07);
}

.vdb-postgresql-feature-card,
.vdb-postgresql-price-card,
.vdb-postgresql-number-grid div,
.vdb-postgresql-story-card {
	position: relative;
	padding: 28px;
	overflow: hidden;
}

.vdb-postgresql-feature-card::before,
.vdb-postgresql-price-card::before,
.vdb-postgresql-number-grid div::before,
.vdb-postgresql-story-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, var(--vdb-postgresql-primary), var(--vdb-postgresql-cyan), var(--vdb-postgresql-secondary));
}

.vdb-postgresql-feature-card img {
	width: 58px;
	height: 58px;
	margin-bottom: 20px;
	object-fit: contain;
}

.vdb-postgresql-feature-card h3,
.vdb-postgresql-usecase-card h3,
.vdb-postgresql-price-card h3,
.vdb-postgresql-story-card h3 {
	margin: 0 0 11px;
	color: var(--vdb-postgresql-dark);
	font-size: 21px;
	font-weight: 950;
	line-height: 1.25;
}

.vdb-postgresql-feature-card p,
.vdb-postgresql-usecase-card p,
.vdb-postgresql-price-card p,
.vdb-postgresql-story-card p,
.vdb-postgresql-faq-list p {
	margin: 0;
	color: var(--vdb-postgresql-muted);
	font-size: 15px;
	line-height: 1.72;
}

.vdb-postgresql-about {
	background: linear-gradient(180deg, #ffffff, var(--vdb-postgresql-soft));
}

.vdb-postgresql-about__box {
	padding: clamp(30px, 5vw, 58px);
	border: 1px solid var(--vdb-postgresql-border);
	border-radius: 34px;
	background: linear-gradient(135deg, #ffffff, #eef2ff);
	box-shadow: var(--vdb-postgresql-shadow);
}

.vdb-postgresql-usecase-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.vdb-postgresql-usecase-card {
	overflow: hidden;
}

.vdb-postgresql-usecase-card > img {
	width: 100%;
	height: 210px;
	object-fit: cover;
}

.vdb-postgresql-usecase-card > div {
	padding: 28px;
}

.vdb-postgresql-usecase-card strong {
	display: block;
	margin-bottom: 12px;
	color: #1d4ed8;
	font-size: 14px;
	line-height: 1.55;
}

.vdb-postgresql-tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}

.vdb-postgresql-tag-list span {
	padding: 7px 10px;
	border-radius: 999px;
	background: #eef2ff;
	color: #3730a3;
	font-size: 12px;
	font-weight: 900;
}

.vdb-postgresql-pricing {
	background: #f8fafc;
}

.vdb-postgresql-pricing-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
}

.vdb-postgresql-price-card {
	display: flex;
	flex-direction: column;
}

.vdb-postgresql-price-card.is-featured {
	border-color: rgba(37, 99, 235, 0.42);
	box-shadow: 0 28px 70px rgba(37, 99, 235, 0.18);
	transform: translateY(-8px);
}

.vdb-postgresql-plan-badge {
	position: absolute;
	top: 18px;
	right: 18px;
	padding: 7px 11px;
	border-radius: 999px;
	background: #dcfce7;
	color: #166534;
	font-size: 12px;
	font-weight: 900;
}

.vdb-postgresql-price-card > small {
	display: block;
	margin-top: 18px;
	color: var(--vdb-postgresql-muted);
	font-size: 13px;
	font-weight: 800;
}

.vdb-postgresql-price-card > strong {
	display: block;
	margin: 6px 0 12px;
	color: #1d4ed8;
	font-size: 29px;
	font-weight: 950;
	letter-spacing: -0.04em;
}

.vdb-postgresql-price-card ul {
	display: grid;
	gap: 10px;
	margin: 22px 0 26px;
	padding: 0;
	list-style: none;
}

.vdb-postgresql-price-card li {
	position: relative;
	padding-left: 24px;
	color: #334155;
	font-weight: 700;
}

.vdb-postgresql-price-card li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: var(--vdb-postgresql-cyan);
	font-weight: 950;
}

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

.vdb-postgresql-region {
	background: linear-gradient(180deg, var(--vdb-postgresql-soft), #ffffff);
}

.vdb-postgresql-region__grid {
	align-items: center;
}

.vdb-postgresql-region-list {
	display: grid;
	gap: 14px;
	margin-top: 26px;
}

.vdb-postgresql-region-list article {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 10px;
	padding: 18px;
}

.vdb-postgresql-region-list strong {
	color: var(--vdb-postgresql-dark);
	font-size: 18px;
}

.vdb-postgresql-region-list article > span {
	color: var(--vdb-postgresql-primary);
	font-weight: 950;
}

.vdb-postgresql-region-list div {
	display: flex;
	grid-column: 1 / -1;
	flex-wrap: wrap;
	gap: 8px;
}

.vdb-postgresql-region-list small {
	padding: 6px 10px;
	border-radius: 999px;
	background: #eef2ff;
	color: #3730a3;
	font-weight: 800;
}

.vdb-postgresql-map-card {
	padding: 24px;
	border: 1px solid var(--vdb-postgresql-border);
	border-radius: 34px;
	background: #ffffff;
	box-shadow: var(--vdb-postgresql-shadow);
}

.vdb-postgresql-number-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	margin-top: 32px;
}

.vdb-postgresql-number-grid div {
	text-align: center;
}

.vdb-postgresql-number-grid strong,
.vdb-postgresql-number-grid span {
	display: block;
}

.vdb-postgresql-number-grid strong {
	color: var(--vdb-postgresql-primary);
	font-size: 34px;
	font-weight: 950;
}

.vdb-postgresql-number-grid span {
	margin-top: 8px;
	color: var(--vdb-postgresql-muted);
	font-weight: 800;
}

.vdb-postgresql-trust {
	background: #ffffff;
}

.vdb-postgresql-cert-grid,
.vdb-postgresql-partner-grid,
.vdb-postgresql-story-grid {
	display: grid;
	gap: 18px;
}

.vdb-postgresql-cert-grid {
	grid-template-columns: repeat(7, 1fr);
}

.vdb-postgresql-cert-grid div,
.vdb-postgresql-partner-grid div {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 118px;
	padding: 18px;
}

.vdb-postgresql-cert-grid div {
	flex-direction: column;
	gap: 12px;
	text-align: center;
}

.vdb-postgresql-cert-grid img {
	max-width: 86px;
	max-height: 56px;
	object-fit: contain;
}

.vdb-postgresql-cert-grid span {
	color: var(--vdb-postgresql-dark);
	font-size: 13px;
	font-weight: 900;
}

.vdb-postgresql-customer-heading {
	margin-top: 68px;
}

.vdb-postgresql-partner-grid {
	grid-template-columns: repeat(5, 1fr);
}

.vdb-postgresql-partner-grid img {
	max-width: 130px;
	max-height: 58px;
	object-fit: contain;
	filter: grayscale(0.08);
}

.vdb-postgresql-story-grid {
	grid-template-columns: repeat(3, 1fr);
	margin-top: 34px;
}

.vdb-postgresql-story-card div {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin-top: 22px;
}

.vdb-postgresql-story-card span {
	padding: 14px;
	border-radius: 18px;
	background: #eef2ff;
}

.vdb-postgresql-story-card span strong,
.vdb-postgresql-story-card span small {
	display: block;
}

.vdb-postgresql-story-card span strong {
	color: var(--vdb-postgresql-primary);
	font-size: 24px;
	font-weight: 950;
}

.vdb-postgresql-story-card span small {
	margin-top: 4px;
	color: var(--vdb-postgresql-muted);
	font-size: 12px;
	line-height: 1.45;
}

.vdb-postgresql-faq__grid {
	align-items: start;
}

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

.vdb-postgresql-faq-list details {
	padding: 20px 24px;
}

.vdb-postgresql-faq-list summary {
	color: var(--vdb-postgresql-dark);
	cursor: pointer;
	font-size: 17px;
	font-weight: 900;
}

.vdb-postgresql-faq-list p {
	margin-top: 12px;
}

.vdb-postgresql-cta {
	padding-top: 0;
}

.vdb-postgresql-cta__box {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 28px;
	align-items: center;
	padding: clamp(32px, 5vw, 58px);
	border-radius: 34px;
	background: linear-gradient(135deg, #1e3a8a, #6d28d9);
	box-shadow: var(--vdb-postgresql-shadow);
	color: #ffffff;
}

.vdb-postgresql-cta__box h2,
.vdb-postgresql-cta__box p {
	color: #ffffff;
}

.vdb-postgresql-cta__box p {
	color: rgba(255, 255, 255, 0.82);
}

.vdb-postgresql-cta__box .vdb-postgresql-eyebrow {
	border-color: rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.12);
	color: #ffffff;
}

@media (max-width: 1100px) {
	.vdb-postgresql-hero__grid,
	.vdb-postgresql-update__grid,
	.vdb-postgresql-region__grid,
	.vdb-postgresql-faq__grid,
	.vdb-postgresql-cta__box {
		grid-template-columns: 1fr;
	}

	.vdb-postgresql-feature-grid,
	.vdb-postgresql-pricing-grid,
	.vdb-postgresql-story-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.vdb-postgresql-usecase-grid,
	.vdb-postgresql-cert-grid,
	.vdb-postgresql-partner-grid,
	.vdb-postgresql-number-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 680px) {
	.vdb-postgresql-section,
	.vdb-postgresql-hero {
		padding: 68px 0;
	}

	.vdb-postgresql-update {
		padding-top: 28px;
	}

	.vdb-postgresql-update__grid,
	.vdb-postgresql-about__box,
	.vdb-postgresql-cta__box {
		padding: 26px;
	}

	.vdb-postgresql-feature-grid,
	.vdb-postgresql-pricing-grid,
	.vdb-postgresql-usecase-grid,
	.vdb-postgresql-cert-grid,
	.vdb-postgresql-partner-grid,
	.vdb-postgresql-story-grid,
	.vdb-postgresql-number-grid,
	.vdb-postgresql-hero-card__grid,
	.vdb-postgresql-story-card div {
		grid-template-columns: 1fr;
	}

	.vdb-postgresql-price-card.is-featured {
		transform: none;
	}
}
