/* ============ IBPH HOMEPAGE STYLES v2 — SLEEK / DYNAMIC ============ */

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

:root {
	--ibph-navy: #14141f;
	--ibph-navy-light: #1f1f30;
	--ibph-red: #b02a2a;
	--ibph-cream: #f5f3ee;
	--ibph-gold: #c9a85c;
}

.ibph-homepage {
	max-width: 1200px;
	margin: 0 auto;
	font-family: 'Inter', Arial, sans-serif;
	color: var(--ibph-navy);
}

/* ---------- HERO ---------- */

.ibph-hero {
	background: linear-gradient(160deg, var(--ibph-navy) 0%, var(--ibph-navy-light) 100%);
	color: #fff;
	padding: 90px 24px 70px;
	text-align: center;
	margin-bottom: 0;
	position: relative;
	overflow: hidden;
}

.ibph-hero::before {
	content: "";
	position: absolute;
	top: -50%;
	left: -10%;
	width: 60%;
	height: 200%;
	background: radial-gradient(circle, rgba(201,168,92,0.07) 0%, transparent 70%);
	pointer-events: none;
}

.ibph-hero-inner {
	max-width: 760px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.ibph-hero-eyebrow {
	display: inline-block;
	font-family: 'Bebas Neue', Arial, sans-serif;
	font-size: 13px;
	letter-spacing: 4px;
	color: var(--ibph-gold);
	margin-bottom: 18px;
	text-transform: uppercase;
	border: 1px solid rgba(201,168,92,0.4);
	padding: 6px 16px;
	border-radius: 30px;
}

.ibph-hero-badge {
	max-width: 110px;
	margin: 0 auto 22px;
	display: block;
}

.ibph-hero-tagline {
	font-family: 'Bebas Neue', Arial, sans-serif;
	font-size: 52px;
	font-weight: 400;
	margin: 0 0 16px 0;
	line-height: 1.08;
	letter-spacing: 1px;
	color: #ffffff;
	text-transform: uppercase;
}

.ibph-hero-tagline .accent {
	color: var(--ibph-gold);
}

.ibph-hero-sub {
	font-size: 17px;
	font-style: italic;
	color: #b8b8c8;
	margin: 0 0 38px 0;
	font-family: 'Inter', sans-serif;
}

.ibph-hero-product {
	background: #fff;
	color: var(--ibph-navy);
	border-radius: 10px;
	padding: 28px;
	max-width: 380px;
	margin: 0 auto 28px;
	box-shadow: 0 20px 50px rgba(0,0,0,0.35);
	border: 1px solid rgba(201,168,92,0.3);
}

.ibph-hero-product .price {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 22px;
	letter-spacing: 0.5px;
}

.ibph-hero-product .button,
.ibph-hero-product a.button {
	background: var(--ibph-navy) !important;
	color: #fff !important;
	border-radius: 6px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 12px 22px !important;
	border: none !important;
	transition: background 0.2s ease;
}

.ibph-hero-product .button:hover {
	background: var(--ibph-red) !important;
}

.ibph-hero-product-fallback {
	margin-bottom: 28px;
}

.ibph-cta-button {
	display: inline-block;
	background: var(--ibph-gold);
	color: var(--ibph-navy);
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 16px 38px;
	border-radius: 6px;
	text-decoration: none;
	font-size: 14px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ibph-cta-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(201,168,92,0.3);
	color: var(--ibph-navy);
}

.ibph-hero-tagline-small {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 15px;
	letter-spacing: 3px;
	color: var(--ibph-red);
	margin-top: 10px;
	text-transform: uppercase;
}

/* ---------- STATS STRIP ---------- */

.ibph-stats-strip {
	background: #fff;
	border-bottom: 1px solid #eee;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	text-align: center;
	padding: 28px 24px;
}

.ibph-stat {
	border-right: 1px solid #eee;
}

.ibph-stat:last-child {
	border-right: none;
}

.ibph-stat-number {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 30px;
	color: var(--ibph-navy);
	display: block;
}

.ibph-stat-label {
	font-size: 11px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #888;
	margin-top: 4px;
	display: block;
}

/* ---------- CONTENT BLOCKS ---------- */

.ibph-content-blocks {
	padding: 70px 24px 80px;
	background: var(--ibph-cream);
}

.ibph-content-block {
	margin-bottom: 64px;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.ibph-block-header {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 24px;
	border-bottom: 2px solid var(--ibph-navy);
	padding-bottom: 14px;
}

.ibph-block-title {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 30px;
	font-weight: 400;
	margin: 0;
	color: var(--ibph-navy);
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.ibph-block-sub {
	font-size: 13px;
	color: #777;
	margin: 4px 0 0 0;
	font-style: italic;
}

.ibph-block-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-bottom: 20px;
}

.ibph-block-card {
	display: block;
	text-decoration: none;
	color: inherit;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0,0,0,0.06);
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.ibph-block-card:hover {
	box-shadow: 0 14px 30px rgba(0,0,0,0.14);
	transform: translateY(-4px);
}

.ibph-block-card-img {
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: linear-gradient(135deg, #e8e6df, #d8d5cb);
	position: relative;
}

.ibph-block-card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.ibph-block-card-title {
	font-size: 16px;
	font-weight: 700;
	padding: 16px 16px 4px;
	margin: 0;
	color: var(--ibph-navy);
}

.ibph-block-card-region,
.ibph-block-card-local {
	font-size: 11px;
	color: var(--ibph-red);
	padding: 0 16px 16px;
	margin: 0;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.8px;
}

.ibph-block-empty {
	grid-column: 1 / -1;
	color: #999;
	font-style: italic;
	font-size: 14px;
	padding: 36px;
	text-align: center;
	background: #fff;
	border-radius: 8px;
	border: 1px dashed #ccc;
}

.ibph-block-viewall {
	display: inline-block;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--ibph-navy);
	text-decoration: none;
	border-bottom: 2px solid var(--ibph-gold);
	padding-bottom: 3px;
}

.ibph-block-viewall:hover {
	color: var(--ibph-red);
}

/* ---------- MOBILE ---------- */

@media (max-width: 720px) {
	.ibph-hero-tagline {
		font-size: 36px;
	}

	.ibph-block-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 14px;
	}

	.ibph-stats-strip {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.ibph-stat {
		border-right: none;
		border-bottom: 1px solid #eee;
		padding-bottom: 12px;
	}

	.ibph-stat:last-child {
		border-bottom: none;
	}
}

@media (max-width: 480px) {
	.ibph-block-grid {
		grid-template-columns: 1fr;
	}

	.ibph-hero {
		padding: 60px 18px 50px;
	}

	.ibph-hero-tagline {
		font-size: 28px;
	}

	.ibph-content-blocks {
		padding: 50px 16px 60px;
	}
}
