@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

.pb-wrapper {
	--pb-primary: #672C7E;
	--pb-accent: #FE4601;
	--pb-font: 'Inter', sans-serif;
	
	position: relative;
	width: 100%;
	font-family: var(--pb-font);
	overflow: hidden;
	padding: 4rem 1rem;
	background-color: #f9fafb;
}

.pb-container {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

.pb-bg-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	z-index: 1;
}

.pb-bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 2;
}

/* Typography Defaults */
.pb-title {
	font-size: 3rem;
	font-weight: 800;
	line-height: 1.2;
	color: #111827;
	margin-bottom: 1.5rem;
}

.pb-subtitle {
	font-size: 1.25rem;
	line-height: 1.6;
	color: #4b5563;
	margin-bottom: 2rem;
	max-width: 800px;
}

/* Utilities */
.pb-text-center { text-align: center; margin: 0 auto; }
.pb-text-center .pb-subtitle { margin-left: auto; margin-right: auto; }

.pb-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.5rem 1rem;
	border-radius: 9999px;
	font-weight: 600;
	font-size: 0.9rem;
	margin-bottom: 1.5rem;
	background-color: rgba(103, 44, 126, 0.1);
	color: var(--pb-primary);
}
.pb-pill::before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: var(--pb-accent);
}

.pb-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.75rem 2rem;
	font-size: 1rem;
	font-weight: 600;
	border-radius: 8px;
	text-decoration: none;
	transition: all 0.3s ease;
	cursor: pointer;
}

.pb-btn-primary {
	background-color: var(--pb-primary);
	color: #fff;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}
.pb-btn-primary:hover {
	opacity: 0.9;
	transform: translateY(-2px);
	color: #fff;
}

.pb-btn-secondary {
	background-color: #f3f4f6;
	color: #111827;
}
.pb-btn-secondary:hover {
	background-color: #e5e7eb;
}

.pb-btn-outline {
	border: 2px solid var(--pb-primary);
	color: var(--pb-primary);
	background: transparent;
}
.pb-btn-outline:hover {
	background: var(--pb-primary);
	color: #fff;
}

/* Layout 1: Blog */
.layout-layout_1 {
	padding: 8rem 1rem;
}
.layout-layout_1 .pb-title {
	color: #fff;
	max-width: 900px;
	margin: 0 auto 1.5rem auto;
}
.layout-layout_1 .pb-subtitle {
	color: rgba(255, 255, 255, 0.9);
}
.layout-layout_1 .pb-blog-meta {
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.95rem;
	font-weight: 500;
	margin-top: 2rem;
	border-top: 1px solid rgba(255,255,255,0.2);
	padding-top: 1.5rem;
	display: inline-block;
}

/* Layout 2: University Listing */
.layout-layout_2 { }
.layout-layout_2 .pb-box {
	background: #ffffff;
	border-radius: 16px;
	padding: 3rem;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	align-items: center;
	justify-content: space-between;
}
.layout-layout_2 .pb-main-block {
	flex: 1;
	min-width: 300px;
}
.layout-layout_2 .pb-actions-block {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	min-width: 200px;
}
.layout-layout_2 .pb-btn {
	width: 100%;
}
.pb-stats-row {
	display: flex;
	gap: 2rem;
	margin-top: 2rem;
	border-top: 1px solid #f3f4f6;
	padding-top: 1.5rem;
}
.pb-stat-item {
	display: flex;
	flex-direction: column;
}
.pb-stat-value {
	font-size: 1.5rem;
	font-weight: 800;
	color: var(--pb-accent);
}
.pb-stat-label {
	font-size: 0.85rem;
	font-weight: 500;
	color: #6b7280;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

/* Layout 3: Hero */
.layout-layout_3 .pb-row {
	display: flex;
	flex-wrap: wrap;
	gap: 3rem;
}
.layout-layout_3 .pb-items-center {
	align-items: center;
}
.layout-layout_3 .pb-col {
	flex: 1;
	min-width: 300px;
}
.layout-layout_3 .pb-btn-group {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}
.pb-hero-img {
	width: 100%;
	border-radius: 16px;
	box-shadow: 0 20px 50px rgba(0,0,0,0.1);
	object-fit: cover;
}

/* Layout 4: Minimal */
.layout-layout_4 {
	padding: 6rem 1rem;
}
.layout-layout_4 .pb-title {
	max-width: 800px;
	margin: 0 auto 1.5rem auto;
}

/* Responsive */
@media (max-width: 768px) {
	.pb-title { font-size: 2.25rem; }
	.layout-layout_2 .pb-box { padding: 2rem; flex-direction: column; align-items: flex-start; }
	.layout-layout_2 .pb-actions-block { width: 100%; }
	.pb-stats-row { flex-wrap: wrap; }
}
