body {
	font-family: 'Manrope', sans-serif;
	color: #102026;
	background: linear-gradient(135deg, #eef4f6 0%, #f7fbfd 50%, #e5f1f5 100%);
}

h1, h2 {
	font-family: 'Playfair Display', serif;
	letter-spacing: 0.5px;
}

.site-header {
	position: sticky !important;
	top: 0 !important;
	z-index: 1030 !important;
}

.navbar-brand {
	font-weight: 700;
	letter-spacing: 1px;
}

.hero {
	min-height: 80vh;
	background: radial-gradient(circle at 20% 20%, rgba(27, 121, 144, 0.15), transparent 35%), radial-gradient(circle at 80% 10%, rgba(255, 184, 120, 0.18), transparent 32%), #f8fbfc;
}

.hero-img {
	border-radius: 18px;
	box-shadow: 0 20px 45px rgba(16, 32, 38, 0.15);
}

.pill {
	background: rgba(16, 32, 38, 0.08);
	border-radius: 999px;
	padding: 8px 16px;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.section-label {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.82rem;
	color: #1b7a90;
	font-weight: 700;
}

.card {
	border: 0;
	border-radius: 18px;
	box-shadow: 0 12px 32px rgba(16, 32, 38, 0.08);
}

.icon-badge {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: #1b7a90;
	color: #fff;
}

.cta-btn {
	background: #1b7a90;
	border: none;
	padding: 12px 22px;
	border-radius: 14px;
	font-weight: 700;
	color: #fff;
}

.cta-btn:hover {
	background: #155f70;
	color: #fff;
}

.product-hero {
	background: radial-gradient(circle at 25% 20%, rgba(27, 121, 144, 0.12), transparent 34%), radial-gradient(circle at 80% 15%, rgba(255, 184, 120, 0.15), transparent 32%), #f8fbfc;
}

.product-category {
	border: 1px solid rgba(16, 32, 38, 0.06);
}

.product-list {
	max-height: 360px;
	overflow-y: auto;
	padding-right: 4px;
}

.product-item .form-check-label {
	font-size: 0.95rem;
	font-weight: 500;
}

.qty-input {
	width: 72px;
	text-align: center;
}

.card-img-vertical {
	width: 100%;
	height: 240px;
	object-fit: cover;
	object-position: center;
}

@media (max-width: 991px) {
	.product-list {
		max-height: none;
	}
}

.footer {
	background: #0f1a1f;
	color: #d9e4e8;
}

.footer a {
	color: #f6b87a;
	text-decoration: none;
}

.footer a:hover {
	color: #ffd4a8;
}

@media (max-width: 768px) {
	.hero {
		min-height: 70vh;
	}
}

.whatsapp-float {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	background: #25d366;
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	text-decoration: none;
	box-shadow: 0 4px 8px rgba(0,0,0,0.3);
	z-index: 1000;
	transition: background 0.3s;
}

.whatsapp-float:hover {
	background: #128c7e;
}
